hotspot/src/share/vm/runtime/synchronizer.cpp
changeset 25468 5331df506290
parent 25351 7c198a690050
child 25472 381638db28e6
--- a/hotspot/src/share/vm/runtime/synchronizer.cpp	Mon Jun 30 10:04:05 2014 +0200
+++ b/hotspot/src/share/vm/runtime/synchronizer.cpp	Thu Jun 26 16:05:15 2014 +0200
@@ -41,18 +41,6 @@
 #include "utilities/dtrace.hpp"
 #include "utilities/events.hpp"
 #include "utilities/preserveException.hpp"
-#ifdef TARGET_OS_FAMILY_linux
-# include "os_linux.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_solaris
-# include "os_solaris.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_windows
-# include "os_windows.inline.hpp"
-#endif
-#ifdef TARGET_OS_FAMILY_bsd
-# include "os_bsd.inline.hpp"
-#endif
 
 #if defined(__GNUC__) && !defined(PPC64)
   // Need to inhibit inlining for older versions of GCC to avoid build-time failures