hotspot/src/share/vm/runtime/mutexLocker.hpp
changeset 5242 85cf92183e39
parent 3261 c7d5aae8d3f7
child 5547 f4b087cbb361
equal deleted inserted replaced
5241:cbf17b0cd7d6 5242:85cf92183e39
    61 extern Monitor* iCMS_lock;                       // CMS incremental mode start/stop notification
    61 extern Monitor* iCMS_lock;                       // CMS incremental mode start/stop notification
    62 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
    62 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
    63 extern Monitor* CMark_lock;                      // used for concurrent mark thread coordination
    63 extern Monitor* CMark_lock;                      // used for concurrent mark thread coordination
    64 extern Monitor* ZF_mon;                          // used for G1 conc zero-fill.
    64 extern Monitor* ZF_mon;                          // used for G1 conc zero-fill.
    65 extern Monitor* Cleanup_mon;                     // used for G1 conc cleanup.
    65 extern Monitor* Cleanup_mon;                     // used for G1 conc cleanup.
       
    66 extern Mutex*   CMRegionStack_lock;              // used for protecting accesses to the CM region stack
    66 extern Mutex*   SATB_Q_FL_lock;                  // Protects SATB Q
    67 extern Mutex*   SATB_Q_FL_lock;                  // Protects SATB Q
    67                                                  // buffer free list.
    68                                                  // buffer free list.
    68 extern Monitor* SATB_Q_CBL_mon;                  // Protects SATB Q
    69 extern Monitor* SATB_Q_CBL_mon;                  // Protects SATB Q
    69                                                  // completed buffer queue.
    70                                                  // completed buffer queue.
    70 extern Mutex*   Shared_SATB_Q_lock;              // Lock protecting SATB
    71 extern Mutex*   Shared_SATB_Q_lock;              // Lock protecting SATB