< prev index next >

src/hotspot/share/gc/shared/suspendibleThreadSet.cpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

*** 22,32 **** * */ #include "precompiled.hpp" #include "gc/shared/suspendibleThreadSet.hpp" ! #include "runtime/mutexLocker.hpp" #include "runtime/semaphore.hpp" #include "runtime/thread.inline.hpp" uint SuspendibleThreadSet::_nthreads = 0; uint SuspendibleThreadSet::_nthreads_stopped = 0; --- 22,32 ---- * */ #include "precompiled.hpp" #include "gc/shared/suspendibleThreadSet.hpp" ! #include "runtime/mutexLocker.inline.hpp" #include "runtime/semaphore.hpp" #include "runtime/thread.inline.hpp" uint SuspendibleThreadSet::_nthreads = 0; uint SuspendibleThreadSet::_nthreads_stopped = 0;
< prev index next >