hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 25715 d5a8dbdc5150
parent 24953 9680119572be
child 26434 09ad55e5f486
--- a/hotspot/src/share/vm/runtime/stubRoutines.hpp	Wed Jul 02 20:20:45 2014 -0400
+++ b/hotspot/src/share/vm/runtime/stubRoutines.hpp	Fri Jul 04 11:46:01 2014 +0200
@@ -31,21 +31,6 @@
 #include "runtime/mutexLocker.hpp"
 #include "runtime/stubCodeGenerator.hpp"
 #include "utilities/top.hpp"
-#ifdef TARGET_ARCH_x86
-# include "nativeInst_x86.hpp"
-#endif
-#ifdef TARGET_ARCH_sparc
-# include "nativeInst_sparc.hpp"
-#endif
-#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