mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8237143: Eliminate DirtyCardQ_cbl_mon
Replace locked data structures with lock-free data structures. Reviewed-by: tschatzl, sangheki
This commit is contained in:
parent
e37a6aed88
commit
ccbd819a01
10 changed files with 569 additions and 198 deletions
|
@ -69,8 +69,6 @@ extern Monitor* CGC_lock; // used for coordination betwee
|
|||
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 Monitor* DirtyCardQ_CBL_mon; // Protects dirty card Q
|
||||
// completed buffer queue.
|
||||
extern Mutex* Shared_DirtyCardQ_lock; // Lock protecting dirty card
|
||||
// queue shared by
|
||||
// non-Java threads.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue