src/share/vm/prims/jni_md.h

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

@@ -37,10 +37,13 @@
 # include "jni_arm.h"
 #endif
 #ifdef TARGET_ARCH_ppc
 # include "jni_ppc.h"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "jni_aarch64.h"
+#endif
 
 
 /*
   The local copies of JNI header files may be refreshed
   from a JDK distribution by means of these commands: