src/share/vm/runtime/mutexLocker.hpp

changeset 9892
9a4141de094d
parent 9858
b985cbb00e68
child 9896
1b8c45b8216a
equal deleted inserted replaced
9891:4904bded9702 9892:9a4141de094d
140 140
141 extern Mutex* Management_lock; // a lock used to serialize JVM management 141 extern Mutex* Management_lock; // a lock used to serialize JVM management
142 extern Monitor* Service_lock; // a lock used for service thread operation 142 extern Monitor* Service_lock; // a lock used for service thread operation
143 extern Monitor* PeriodicTask_lock; // protects the periodic task structure 143 extern Monitor* PeriodicTask_lock; // protects the periodic task structure
144 144
145 #ifdef INCLUDE_JFR 145 #if INCLUDE_JFR
146 extern Mutex* JfrStacktrace_lock; // used to guard access to the JFR stacktrace table 146 extern Mutex* JfrStacktrace_lock; // used to guard access to the JFR stacktrace table
147 extern Monitor* JfrMsg_lock; // protects JFR messaging 147 extern Monitor* JfrMsg_lock; // protects JFR messaging
148 extern Mutex* JfrBuffer_lock; // protects JFR buffer operations 148 extern Mutex* JfrBuffer_lock; // protects JFR buffer operations
149 extern Mutex* JfrStream_lock; // protects JFR stream access 149 extern Mutex* JfrStream_lock; // protects JFR stream access
150 extern Mutex* JfrThreadGroups_lock; // protects JFR access to Thread Groups 150 extern Mutex* JfrThreadGroups_lock; // protects JFR access to Thread Groups

mercurial