aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_Defs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/c1/c1_Defs.hpp')
-rw-r--r--src/share/vm/c1/c1_Defs.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_Defs.hpp b/src/share/vm/c1/c1_Defs.hpp
index bebb3b0be..b0cd76373 100644
--- a/src/share/vm/c1/c1_Defs.hpp
+++ b/src/share/vm/c1/c1_Defs.hpp
@@ -29,6 +29,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
@@ -53,6 +56,9 @@ enum {
#ifdef TARGET_ARCH_x86
# include "c1_Defs_x86.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "c1_Defs_aarch64.hpp"
+#endif
#ifdef TARGET_ARCH_sparc
# include "c1_Defs_sparc.hpp"
#endif