hotspot/src/share/vm/runtime/stackValueCollection.cpp
changeset 25715 d5a8dbdc5150
parent 24424 2658d7834c6e
child 33148 68fa8b6c4340
--- a/hotspot/src/share/vm/runtime/stackValueCollection.cpp	Wed Jul 02 20:20:45 2014 -0400
+++ b/hotspot/src/share/vm/runtime/stackValueCollection.cpp	Fri Jul 04 11:46:01 2014 +0200
@@ -24,21 +24,6 @@
 
 #include "precompiled.hpp"
 #include "runtime/stackValueCollection.hpp"
-#ifdef TARGET_ARCH_x86
-# include "jniTypes_x86.hpp"
-#endif
-#ifdef TARGET_ARCH_sparc
-# include "jniTypes_sparc.hpp"
-#endif
-#ifdef TARGET_ARCH_zero
-# include "jniTypes_zero.hpp"
-#endif
-#ifdef TARGET_ARCH_arm
-# include "jniTypes_arm.hpp"
-#endif
-#ifdef TARGET_ARCH_ppc
-# include "jniTypes_ppc.hpp"
-#endif
 
 PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC