hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 8107 78e5bd944384
parent 7397 5b173b4ca846
child 8498 6398004126b9
--- a/hotspot/src/share/vm/runtime/stubRoutines.hpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/runtime/stubRoutines.hpp	Wed Feb 02 11:35:26 2011 -0500
@@ -40,6 +40,12 @@
 #ifdef TARGET_ARCH_zero
 # include "nativeInst_zero.hpp"
 #endif
+#ifdef TARGET_ARCH_arm
+# include "nativeInst_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "nativeInst_ppc.hpp"
+#endif
 
 // StubRoutines provides entry points to assembly routines used by
 // compiled code and the run-time system. Platform-specific entry
@@ -105,6 +111,12 @@
 #ifdef TARGET_ARCH_MODEL_zero
 # include "stubRoutines_zero.hpp"
 #endif
+#ifdef TARGET_ARCH_MODEL_arm
+# include "stubRoutines_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc
+# include "stubRoutines_ppc.hpp"
+#endif
 
 
   static jint    _verify_oop_count;