8260625: Rename MetaspaceExpand_lock

Reviewed-by: shade
This commit is contained in:
Thomas Stuefe 2021-01-29 15:33:00 +00:00
parent 22bfa5b0ac
commit b7b391b2ac
10 changed files with 71 additions and 71 deletions

View file

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