equal
deleted
inserted
replaced
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 |