< prev index next >

src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp

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

*** 71,80 **** --- 71,81 ---- #include "prims/jvmtiExport.hpp" #include "runtime/atomic.hpp" #include "runtime/flags/flagSetting.hpp" #include "runtime/globals_extension.hpp" #include "runtime/handles.inline.hpp" + #include "runtime/mutexLocker.inline.hpp" #include "runtime/java.hpp" #include "runtime/orderAccess.hpp" #include "runtime/timer.hpp" #include "runtime/vmThread.hpp" #include "services/memoryService.hpp"
< prev index next >