mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8225255: Make SATB qset lock-free
Refactor PtrQueueSet, use lock-free stack for SATB completed buffers Reviewed-by: tschatzl, shade
This commit is contained in:
parent
b6c6f3ce43
commit
805258f3a9
15 changed files with 317 additions and 216 deletions
|
@ -77,8 +77,6 @@ extern Monitor* CGC_lock; // used for coordination betwee
|
|||
// 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* SATB_Q_CBL_mon; // Protects SATB Q
|
||||
// completed buffer queue.
|
||||
extern Monitor* DirtyCardQ_CBL_mon; // Protects dirty card Q
|
||||
// completed buffer queue.
|
||||
extern Mutex* Shared_DirtyCardQ_lock; // Lock protecting dirty card
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue