mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 09:04:41 +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
|
@ -139,7 +139,7 @@ Mutex* UnsafeJlong_lock = NULL;
|
|||
#endif
|
||||
Mutex* CodeHeapStateAnalytics_lock = NULL;
|
||||
|
||||
Mutex* MetaspaceExpand_lock = NULL;
|
||||
Mutex* Metaspace_lock = NULL;
|
||||
Mutex* ClassLoaderDataGraph_lock = NULL;
|
||||
Monitor* ThreadsSMRDelete_lock = NULL;
|
||||
Mutex* ThreadIdTableCreate_lock = NULL;
|
||||
|
@ -244,7 +244,7 @@ void mutex_init() {
|
|||
def(RawMonitor_lock , PaddedMutex , special, true, _safepoint_check_never);
|
||||
def(OopMapCacheAlloc_lock , PaddedMutex , leaf, true, _safepoint_check_always); // used for oop_map_cache allocation.
|
||||
|
||||
def(MetaspaceExpand_lock , PaddedMutex , leaf-1, true, _safepoint_check_never);
|
||||
def(Metaspace_lock , PaddedMutex , leaf-1, true, _safepoint_check_never);
|
||||
def(ClassLoaderDataGraph_lock , PaddedMutex , nonleaf, false, _safepoint_check_always);
|
||||
|
||||
def(Patching_lock , PaddedMutex , special, true, _safepoint_check_never); // used for safepointing and code patching.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue