< prev index next >

src/share/vm/gc/shared/concurrentGCThread.hpp

Print this page
rev 8366 : 8080585: concurrentGCThread.hpp should not include suspendibleThreadSet.hpp
Reviewed-by:

*** 23,33 **** */ #ifndef SHARE_VM_GC_SHARED_CONCURRENTGCTHREAD_HPP #define SHARE_VM_GC_SHARED_CONCURRENTGCTHREAD_HPP - #include "gc/g1/suspendibleThreadSet.hpp" #include "runtime/thread.hpp" #include "utilities/macros.hpp" class ConcurrentGCThread: public NamedThread { friend class VMStructs; --- 23,32 ----
< prev index next >