hotspot/src/share/vm/runtime/javaCalls.hpp
changeset 29180 50369728b00e
parent 27157 364276bc8d8b
child 33160 c59f1676d27e
equal deleted inserted replaced
27647:4dcb647196fd 29180:50369728b00e
    44 # include "jniTypes_arm.hpp"
    44 # include "jniTypes_arm.hpp"
    45 #endif
    45 #endif
    46 #ifdef TARGET_ARCH_ppc
    46 #ifdef TARGET_ARCH_ppc
    47 # include "jniTypes_ppc.hpp"
    47 # include "jniTypes_ppc.hpp"
    48 #endif
    48 #endif
       
    49 #ifdef TARGET_ARCH_aarch64
       
    50 # include "jniTypes_aarch64.hpp"
       
    51 #endif
    49 
    52 
    50 // A JavaCallWrapper is constructed before each JavaCall and destructed after the call.
    53 // A JavaCallWrapper is constructed before each JavaCall and destructed after the call.
    51 // Its purpose is to allocate/deallocate a new handle block and to save/restore the last
    54 // Its purpose is to allocate/deallocate a new handle block and to save/restore the last
    52 // Java fp/sp. A pointer to the JavaCallWrapper is stored on the stack.
    55 // Java fp/sp. A pointer to the JavaCallWrapper is stored on the stack.
    53 
    56