< prev index next >

src/hotspot/share/runtime/mutexLocker.hpp

Print this page
rev 54697 : imported patch 8221734-v2-merge
rev 54698 : imported patch 8221734-v2

*** 30,40 **** #include "runtime/mutex.hpp" // Mutexes used in the VM. extern Mutex* Patching_lock; // a lock used to guard code patching of compiled code ! extern Mutex* CompiledMethod_lock; extern Monitor* SystemDictionary_lock; // a lock on the system dictionary extern Mutex* ProtectionDomainSet_lock; // a lock on the pd_set list in the system dictionary extern Mutex* SharedDictionary_lock; // a lock on the CDS shared dictionary extern Mutex* Module_lock; // a lock on module and package related data structures extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access --- 30,40 ---- #include "runtime/mutex.hpp" // Mutexes used in the VM. extern Mutex* Patching_lock; // a lock used to guard code patching of compiled code ! extern Mutex* CompiledMethod_lock; // a lock used to guard a compiled method extern Monitor* SystemDictionary_lock; // a lock on the system dictionary extern Mutex* ProtectionDomainSet_lock; // a lock on the pd_set list in the system dictionary extern Mutex* SharedDictionary_lock; // a lock on the CDS shared dictionary extern Mutex* Module_lock; // a lock on module and package related data structures extern Mutex* CompiledIC_lock; // a lock used to guard compiled IC patching and access
< prev index next >