src/hotspot/share/runtime/mutexLocker.hpp
changeset 59067 f080b08daace
parent 58503 726a3945e934
equal deleted inserted replaced
59066:439a147b2c0c 59067:f080b08daace
    66 extern Mutex*   NonJavaThreadsListSync_lock;     // a lock for NonJavaThreads list synchronization
    66 extern Mutex*   NonJavaThreadsListSync_lock;     // a lock for NonJavaThreads list synchronization
    67 extern Monitor* CGC_lock;                        // used for coordination between
    67 extern Monitor* CGC_lock;                        // used for coordination between
    68                                                  // fore- & background GC threads.
    68                                                  // fore- & background GC threads.
    69 extern Monitor* STS_lock;                        // used for joining/leaving SuspendibleThreadSet.
    69 extern Monitor* STS_lock;                        // used for joining/leaving SuspendibleThreadSet.
    70 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
    70 extern Monitor* FullGCCount_lock;                // in support of "concurrent" full gc
       
    71 extern Monitor* G1OldGCCount_lock;               // in support of "concurrent" full gc
    71 extern Monitor* DirtyCardQ_CBL_mon;              // Protects dirty card Q
    72 extern Monitor* DirtyCardQ_CBL_mon;              // Protects dirty card Q
    72                                                  // completed buffer queue.
    73                                                  // completed buffer queue.
    73 extern Mutex*   Shared_DirtyCardQ_lock;          // Lock protecting dirty card
    74 extern Mutex*   Shared_DirtyCardQ_lock;          // Lock protecting dirty card
    74                                                  // queue shared by
    75                                                  // queue shared by
    75                                                  // non-Java threads.
    76                                                  // non-Java threads.