src/hotspot/share/runtime/mutexLocker.hpp
changeset 54006 a421bdf22394
parent 53962 2653e078b057
child 54301 2f522c487791
equal deleted inserted replaced
54005:6ffb8d7fe1e4 54006:a421bdf22394
    76                                                  // fore- & background GC threads.
    76                                                  // fore- & background GC threads.
    77 extern Monitor* STS_lock;                        // used for joining/leaving SuspendibleThreadSet.
    77 extern Monitor* STS_lock;                        // used for joining/leaving SuspendibleThreadSet.
    78 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
    78 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
    79 extern Monitor* SATB_Q_CBL_mon;                  // Protects SATB Q
    79 extern Monitor* SATB_Q_CBL_mon;                  // Protects SATB Q
    80                                                  // completed buffer queue.
    80                                                  // completed buffer queue.
    81 extern Mutex*   Shared_SATB_Q_lock;              // Lock protecting SATB
       
    82                                                  // queue shared by
       
    83                                                  // non-Java threads.
       
    84 
       
    85 extern Monitor* DirtyCardQ_CBL_mon;              // Protects dirty card Q
    81 extern Monitor* DirtyCardQ_CBL_mon;              // Protects dirty card Q
    86                                                  // completed buffer queue.
    82                                                  // completed buffer queue.
    87 extern Mutex*   Shared_DirtyCardQ_lock;          // Lock protecting dirty card
    83 extern Mutex*   Shared_DirtyCardQ_lock;          // Lock protecting dirty card
    88                                                  // queue shared by
    84                                                  // queue shared by
    89                                                  // non-Java threads.
    85                                                  // non-Java threads.