< prev index next >

src/hotspot/share/gc/g1/g1MonitoringSupport.cpp

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

*** 27,36 **** --- 27,37 ---- #include "gc/g1/g1MonitoringSupport.hpp" #include "gc/g1/g1Policy.hpp" #include "gc/g1/g1MemoryPool.hpp" #include "gc/shared/hSpaceCounters.hpp" #include "memory/metaspaceCounters.hpp" + #include "runtime/mutexLocker.inline.hpp" #include "services/memoryPool.hpp" class G1GenerationCounters : public GenerationCounters { protected: G1MonitoringSupport* _g1mm;
< prev index next >