aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/vmreg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/code/vmreg.hpp')
-rw-r--r--src/share/vm/code/vmreg.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/share/vm/code/vmreg.hpp b/src/share/vm/code/vmreg.hpp
index d57e6f89b..a2b137a2a 100644
--- a/src/share/vm/code/vmreg.hpp
+++ b/src/share/vm/code/vmreg.hpp
@@ -30,6 +30,9 @@
#ifdef TARGET_ARCH_x86
# include "register_x86.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "register_aarch64.hpp"
+#endif
#ifdef TARGET_ARCH_sparc
# include "register_sparc.hpp"
#endif
@@ -51,6 +54,9 @@
#ifdef TARGET_ARCH_MODEL_x86_64
# include "adfiles/adGlobals_x86_64.hpp"
#endif
+#ifdef TARGET_ARCH_MODEL_aarch64
+# include "adfiles/adGlobals_aarch64.hpp"
+#endif
#ifdef TARGET_ARCH_MODEL_sparc
# include "adfiles/adGlobals_sparc.hpp"
#endif
@@ -170,6 +176,9 @@ public:
#ifdef TARGET_ARCH_x86
# include "vmreg_x86.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "vmreg_aarch64.hpp"
+#endif
#ifdef TARGET_ARCH_sparc
# include "vmreg_sparc.hpp"
#endif