< prev index next >

src/hotspot/share/gc/z/zUnload.cpp

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

*** 33,42 **** --- 33,43 ---- #include "gc/z/zNMethod.hpp" #include "gc/z/zOopClosures.hpp" #include "gc/z/zStat.hpp" #include "gc/z/zUnload.hpp" #include "oops/access.inline.hpp" + #include "runtime/mutexLocker.inline.hpp" static const ZStatSubPhase ZSubPhaseConcurrentClassesUnload("Concurrent Classes Unload"); class ZIsUnloadingOopClosure : public OopClosure { private:
< prev index next >