hotspot/src/share/vm/interpreter/templateTable.hpp
changeset 29180 50369728b00e
parent 25715 d5a8dbdc5150
child 29474 81a5c5330d08
--- a/hotspot/src/share/vm/interpreter/templateTable.hpp	Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/templateTable.hpp	Thu Dec 11 13:11:53 2014 -0800
@@ -362,6 +362,9 @@
 #ifdef TARGET_ARCH_MODEL_ppc_64
 # include "templateTable_ppc_64.hpp"
 #endif
+#ifdef TARGET_ARCH_MODEL_aarch64
+# include "templateTable_aarch64.hpp"
+#endif
 
 };
 #endif /* !CC_INTERP */