mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 16:44:36 +02:00
8234020: Remove FullGCCount_lock
Reviewed-by: kbarrett
This commit is contained in:
parent
4785e112ae
commit
468c847cc8
4 changed files with 0 additions and 24 deletions
|
@ -72,7 +72,6 @@ Mutex* NonJavaThreadsList_lock = NULL;
|
|||
Mutex* NonJavaThreadsListSync_lock = NULL;
|
||||
Monitor* CGC_lock = NULL;
|
||||
Monitor* STS_lock = NULL;
|
||||
Monitor* FullGCCount_lock = NULL;
|
||||
Monitor* G1OldGCCount_lock = NULL;
|
||||
Mutex* Shared_DirtyCardQ_lock = NULL;
|
||||
Mutex* G1DetachedRefinementStats_lock = NULL;
|
||||
|
@ -212,7 +211,6 @@ void mutex_init() {
|
|||
def(CGC_lock , PaddedMonitor, special, true, _safepoint_check_never); // coordinate between fore- and background GC
|
||||
def(STS_lock , PaddedMonitor, leaf, true, _safepoint_check_never);
|
||||
|
||||
def(FullGCCount_lock , PaddedMonitor, leaf, true, _safepoint_check_never); // in support of ExplicitGCInvokesConcurrent
|
||||
if (UseG1GC) {
|
||||
def(G1OldGCCount_lock , PaddedMonitor, leaf, true, _safepoint_check_always);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue