mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8259242: Remove ProtectionDomainSet_lock
Reviewed-by: dholmes, pchilanomate
This commit is contained in:
parent
9bb1863ed7
commit
06e6b1f7ae
10 changed files with 129 additions and 82 deletions
|
@ -34,7 +34,6 @@
|
|||
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 and OSR queues
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue