hotspot/src/share/vm/interpreter/templateInterpreter.hpp
changeset 29180 50369728b00e
parent 25715 d5a8dbdc5150
child 31389 e0688be912e5
--- a/hotspot/src/share/vm/interpreter/templateInterpreter.hpp	Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/templateInterpreter.hpp	Thu Dec 11 13:11:53 2014 -0800
@@ -204,6 +204,9 @@
 #ifdef TARGET_ARCH_ppc
 # include "templateInterpreter_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "templateInterpreter_aarch64.hpp"
+#endif
 
 
 };