aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/interpreter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/interpreter.hpp')
-rw-r--r--src/share/vm/interpreter/interpreter.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/interpreter.hpp b/src/share/vm/interpreter/interpreter.hpp
index 0ab0be747..71681ef96 100644
--- a/src/share/vm/interpreter/interpreter.hpp
+++ b/src/share/vm/interpreter/interpreter.hpp
@@ -146,6 +146,9 @@ class Interpreter: public CC_INTERP_ONLY(CppInterpreter) NOT_CC_INTERP(TemplateI
#ifdef TARGET_ARCH_x86
# include "interpreter_x86.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "interpreter_aarch64.hpp"
+#endif
#ifdef TARGET_ARCH_sparc
# include "interpreter_sparc.hpp"
#endif