diff src/share/vm/runtime/stubRoutines.hpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents 94c202aa2646
children d8041d695d19 b20a35eae442
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.hpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/src/share/vm/runtime/stubRoutines.hpp	Tue Jan 28 12:25:34 2014 -0800
@@ -114,8 +114,11 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "stubRoutines_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc
-# include "stubRoutines_ppc.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc_32
+# include "stubRoutines_ppc_32.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc_64
+# include "stubRoutines_ppc_64.hpp"
 #endif