< prev index next >

src/share/vm/gc/g1/suspendibleThreadSet.cpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 21,31 **** * questions. * */ #include "precompiled.hpp" ! #include "gc_implementation/shared/suspendibleThreadSet.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/thread.inline.hpp" uint SuspendibleThreadSet::_nthreads = 0; uint SuspendibleThreadSet::_nthreads_stopped = 0; --- 21,31 ---- * questions. * */ #include "precompiled.hpp" ! #include "gc/g1/suspendibleThreadSet.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/thread.inline.hpp" uint SuspendibleThreadSet::_nthreads = 0; uint SuspendibleThreadSet::_nthreads_stopped = 0;
< prev index next >