src/hotspot/share/runtime/mutexLocker.hpp
changeset 50578 e2a7f431f65c
parent 50445 bd6b78feb6a3
child 51511 eb8d5aeabab3
equal deleted inserted replaced
50577:bf7e2684cd0a 50578:e2a7f431f65c
   128 
   128 
   129 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
   129 extern Mutex*   Management_lock;                 // a lock used to serialize JVM management
   130 extern Monitor* Service_lock;                    // a lock used for service thread operation
   130 extern Monitor* Service_lock;                    // a lock used for service thread operation
   131 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
   131 extern Monitor* PeriodicTask_lock;               // protects the periodic task structure
   132 extern Monitor* RedefineClasses_lock;            // locks classes from parallel redefinition
   132 extern Monitor* RedefineClasses_lock;            // locks classes from parallel redefinition
       
   133 extern Mutex*   ThreadHeapSampler_lock;          // protects the static data for initialization.
   133 
   134 
   134 #if INCLUDE_JFR
   135 #if INCLUDE_JFR
   135 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   136 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   136 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   137 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   137 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   138 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations