< prev index next >

src/hotspot/share/runtime/mutexLocker.hpp

Print this page
rev 55389 : [mq]: satb_lock_free

*** 76,87 **** extern Mutex* NonJavaThreadsListSync_lock; // a lock for NonJavaThreads list synchronization 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* 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 // queue shared by // non-Java threads. --- 76,85 ----
< prev index next >