< prev index next >

src/share/vm/runtime/javaCalls.hpp

Print this page

        

*** 32,41 **** --- 32,44 ---- #include "runtime/thread.inline.hpp" #include "runtime/vmThread.hpp" #ifdef TARGET_ARCH_x86 # include "jniTypes_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "jniTypes_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "jniTypes_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "jniTypes_zero.hpp"
< prev index next >