src/share/vm/interpreter/interpreter.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

@@ -138,9 +138,12 @@
 # include "interpreter_arm.hpp"
 #endif
 #ifdef TARGET_ARCH_ppc
 # include "interpreter_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "interpreter_aarch64.hpp"
+#endif
 
 };
 
 #endif // SHARE_VM_INTERPRETER_INTERPRETER_HPP