hotspot/src/share/vm/code/codeBlob.cpp
changeset 25715 d5a8dbdc5150
parent 24424 2658d7834c6e
child 26432 9b974e2eae27
--- a/hotspot/src/share/vm/code/codeBlob.cpp	Wed Jul 02 20:20:45 2014 -0400
+++ b/hotspot/src/share/vm/code/codeBlob.cpp	Fri Jul 04 11:46:01 2014 +0200
@@ -39,21 +39,6 @@
 #include "runtime/sharedRuntime.hpp"
 #include "runtime/vframe.hpp"
 #include "services/memoryService.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 COMPILER1
 #include "c1/c1_Runtime1.hpp"
 #endif