src/hotspot/share/runtime/mutexLocker.hpp
changeset 54927 1512d88b24c6
parent 54916 7136c9ac56a7
child 55005 9b70ebd131b4
equal deleted inserted replaced
54926:d4e7ccaf1445 54927:1512d88b24c6
   130 extern Mutex*   SharedDecoder_lock;              // serializes access to the decoder during normal (not error reporting) use
   130 extern Mutex*   SharedDecoder_lock;              // serializes access to the decoder during normal (not error reporting) use
   131 extern Mutex*   DCmdFactory_lock;                // serialize access to DCmdFactory information
   131 extern Mutex*   DCmdFactory_lock;                // serialize access to DCmdFactory information
   132 #if INCLUDE_NMT
   132 #if INCLUDE_NMT
   133 extern Mutex*   NMTQuery_lock;                   // serialize NMT Dcmd queries
   133 extern Mutex*   NMTQuery_lock;                   // serialize NMT Dcmd queries
   134 #endif
   134 #endif
   135 #if INCLUDE_CDS && INCLUDE_JVMTI
   135 #if INCLUDE_CDS
       
   136 #if INCLUDE_JVMTI
   136 extern Mutex*   CDSClassFileStream_lock;         // FileMapInfo::open_stream_for_jvmti
   137 extern Mutex*   CDSClassFileStream_lock;         // FileMapInfo::open_stream_for_jvmti
   137 #endif
   138 #endif
       
   139 extern Mutex*   DumpTimeTable_lock;              // SystemDictionaryShared::find_or_allocate_info_for
       
   140 #endif // INCLUDE_CDS
   138 #if INCLUDE_JFR
   141 #if INCLUDE_JFR
   139 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   142 extern Mutex*   JfrStacktrace_lock;              // used to guard access to the JFR stacktrace table
   140 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   143 extern Monitor* JfrMsg_lock;                     // protects JFR messaging
   141 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   144 extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
   142 extern Mutex*   JfrStream_lock;                  // protects JFR stream access
   145 extern Mutex*   JfrStream_lock;                  // protects JFR stream access