hotspot/src/share/vm/interpreter/interpreter.hpp
changeset 29180 50369728b00e
parent 26432 9b974e2eae27
child 29213 340e3e8b810b
--- a/hotspot/src/share/vm/interpreter/interpreter.hpp	Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/interpreter.hpp	Thu Dec 11 13:11:53 2014 -0800
@@ -140,6 +140,9 @@
 #ifdef TARGET_ARCH_ppc
 # include "interpreter_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "interpreter_aarch64.hpp"
+#endif
 
 };