diff src/share/vm/runtime/stubRoutines.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents d8041d695d19
children 4062efea018b
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.hpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/stubRoutines.hpp	Tue Apr 01 13:57:07 2014 +0200
@@ -114,11 +114,8 @@
 #ifdef TARGET_ARCH_MODEL_arm
 # include "stubRoutines_arm.hpp"
 #endif
-#ifdef TARGET_ARCH_MODEL_ppc_32
-# include "stubRoutines_ppc_32.hpp"
-#endif
-#ifdef TARGET_ARCH_MODEL_ppc_64
-# include "stubRoutines_ppc_64.hpp"
+#ifdef TARGET_ARCH_MODEL_ppc
+# include "stubRoutines_ppc.hpp"
 #endif