diff src/share/vm/runtime/stubRoutines.hpp @ 17812:a7d4d4655766

Merge
author kvn
date Wed, 26 Mar 2014 18:21:05 -0700
parents 94c202aa2646
children d8041d695d19 b20a35eae442
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.hpp	Mon Mar 24 10:48:44 2014 -0700
+++ b/src/share/vm/runtime/stubRoutines.hpp	Wed Mar 26 18:21:05 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