aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/frame.inline.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/frame.inline.hpp')
-rw-r--r--src/share/vm/runtime/frame.inline.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/runtime/frame.inline.hpp b/src/share/vm/runtime/frame.inline.hpp
index b80b042dc..af1038dca 100644
--- a/src/share/vm/runtime/frame.inline.hpp
+++ b/src/share/vm/runtime/frame.inline.hpp
@@ -34,6 +34,9 @@
#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
@@ -88,6 +91,9 @@ inline bool frame::is_first_frame() const {
#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