hotspot/src/share/vm/code/nmethod.cpp
changeset 40010 e32d5e545789
parent 38259 b495d1cfe673
child 40655 9f644073d3a0
--- a/hotspot/src/share/vm/code/nmethod.cpp	Mon Jul 25 18:52:59 2016 +0000
+++ b/hotspot/src/share/vm/code/nmethod.cpp	Wed Jul 13 12:23:05 2016 +0200
@@ -51,21 +51,6 @@
 #include "utilities/events.hpp"
 #include "utilities/xmlstream.hpp"
 #include "logging/log.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
 #ifdef SHARK
 #include "shark/sharkCompiler.hpp"
 #endif