hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 22807 1cf02ef734e2
parent 17388 8193ee82efbe
child 22808 88bca865e247
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Wed Jun 19 12:29:30 2013 +0200
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Jun 20 16:30:44 2013 -0700
@@ -197,10 +197,13 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "adfiles/adGlobals_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc
-# include "adfiles/adGlobals_ppc.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc_32
+# include "adfiles/adGlobals_ppc_32.hpp"
 #endif
+#ifdef TARGET_ARCH_MODEL_ppc_64
+# include "adfiles/adGlobals_ppc_64.hpp"
 #endif
+#endif // COMPILER2
 
 // Note: the cross-product of (c1, c2, product, nonproduct, ...),
 // (nonstatic, static), and (unchecked, checked) has not been taken.