mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8260625: Rename MetaspaceExpand_lock
Reviewed-by: shade
This commit is contained in:
parent
22bfa5b0ac
commit
b7b391b2ac
10 changed files with 71 additions and 71 deletions
|
@ -147,7 +147,7 @@ extern Monitor* JfrThreadSampler_lock; // used to suspend/resume JFR t
|
|||
extern Mutex* UnsafeJlong_lock; // provides Unsafe atomic updates to jlongs on platforms that don't support cx8
|
||||
#endif
|
||||
|
||||
extern Mutex* MetaspaceExpand_lock; // protects Metaspace virtualspace and chunk expansions
|
||||
extern Mutex* Metaspace_lock; // protects Metaspace virtualspace and chunk expansions
|
||||
extern Mutex* ClassLoaderDataGraph_lock; // protects CLDG list, needed for concurrent unloading
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue