mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +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
|
@ -66,7 +66,6 @@ extern Mutex* NonJavaThreadsListSync_lock; // a lock for NonJavaThreads li
|
|||
extern Monitor* CGC_lock; // used for coordination between
|
||||
// fore- & background GC threads.
|
||||
extern Monitor* STS_lock; // used for joining/leaving SuspendibleThreadSet.
|
||||
extern Monitor* FullGCCount_lock; // in support of "concurrent" full gc
|
||||
extern Monitor* G1OldGCCount_lock; // in support of "concurrent" full gc
|
||||
extern Mutex* Shared_DirtyCardQ_lock; // Lock protecting dirty card
|
||||
// queue shared by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue