8259242: Remove ProtectionDomainSet_lock

Reviewed-by: dholmes, pchilanomate
This commit is contained in:
Coleen Phillimore 2021-04-09 14:59:43 +00:00
parent 9bb1863ed7
commit 06e6b1f7ae
10 changed files with 129 additions and 82 deletions

View file

@ -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