hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp
changeset 29180 50369728b00e
parent 25715 d5a8dbdc5150
child 35214 d86005e0b4c2
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp	Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp	Thu Dec 11 13:11:53 2014 -0800
@@ -588,6 +588,9 @@
 #ifdef TARGET_ARCH_ppc
 # include "bytecodeInterpreter_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "bytecodeInterpreter_aarch64.hpp"
+#endif
 
 
 }; // BytecodeInterpreter