hotspot/src/os/bsd/vm/thread_bsd.inline.hpp
changeset 24351 61b33cc6d3cf
parent 14583 d70ee55535f4
child 24487 71ff0bd674eb
--- a/hotspot/src/os/bsd/vm/thread_bsd.inline.hpp	Wed May 07 22:06:42 2014 +0200
+++ b/hotspot/src/os/bsd/vm/thread_bsd.inline.hpp	Tue Apr 29 15:17:27 2014 +0200
@@ -29,18 +29,12 @@
 #error "This file should only be included from thread.inline.hpp"
 #endif
 
-#include "runtime/atomic.hpp"
-#include "runtime/prefetch.hpp"
 #include "runtime/thread.hpp"
 #include "runtime/threadLocalStorage.hpp"
 #ifdef TARGET_OS_ARCH_bsd_x86
-# include "atomic_bsd_x86.inline.hpp"
-# include "orderAccess_bsd_x86.inline.hpp"
 # include "prefetch_bsd_x86.inline.hpp"
 #endif
 #ifdef TARGET_OS_ARCH_bsd_zero
-# include "atomic_bsd_zero.inline.hpp"
-# include "orderAccess_bsd_zero.inline.hpp"
 # include "prefetch_bsd_zero.inline.hpp"
 #endif