< prev index next >

src/share/vm/runtime/frame.inline.hpp

Print this page

        

@@ -32,10 +32,13 @@
 #include "runtime/frame.hpp"
 #include "runtime/signature.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"

@@ -95,10 +98,13 @@
 // here are the platform-dependent bodies:
 
 #ifdef TARGET_ARCH_x86
 # include "frame_x86.inline.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "frame_aarch64.inline.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "frame_sparc.inline.hpp"
 #endif
 #ifdef TARGET_ARCH_zero
 # include "frame_zero.inline.hpp"
< prev index next >