diff src/share/vm/runtime/stubRoutines.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 6b0fd0964b87 94c202aa2646
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.hpp	Wed Mar 12 00:00:05 2014 +0100
+++ b/src/share/vm/runtime/stubRoutines.hpp	Tue Mar 11 18:45:59 2014 -0700
@@ -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