hotspot/src/share/vm/interpreter/templateTable.hpp
changeset 22872 b6902ee5bc8d
parent 22234 da823d78ad65
parent 22838 82c7497fbad4
child 23221 b70675ece1ce
--- a/hotspot/src/share/vm/interpreter/templateTable.hpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/hotspot/src/share/vm/interpreter/templateTable.hpp	Tue Jan 28 12:25:34 2014 -0800
@@ -40,8 +40,11 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "interp_masm_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc
-# include "interp_masm_ppc.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc_32
+# include "interp_masm_ppc_32.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc_64
+# include "interp_masm_ppc_64.hpp"
 #endif
 
 #ifndef CC_INTERP
@@ -370,8 +373,8 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "templateTable_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc
-# include "templateTable_ppc.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc_32
+# include "templateTable_ppc_32.hpp"
 #endif
 
 };