< prev index next >

src/hotspot/share/runtime/mutexLocker.hpp

Print this page
*** 132,10 ***
--- 132,13 ---
  extern Monitor* JfrMsg_lock;                     // protects JFR messaging
  extern Mutex*   JfrBuffer_lock;                  // protects JFR buffer operations
  extern Mutex*   JfrStream_lock;                  // protects JFR stream access
  extern Monitor* JfrThreadSampler_lock;           // used to suspend/resume JFR thread sampler
  #endif
+ #if INCLUDE_TSAN
+ extern Mutex*   TsanOopMap_lock;                 // guards shared map of oops
+ #endif
  
  #ifndef SUPPORTS_NATIVE_CX8
  extern Mutex*   UnsafeJlong_lock;                // provides Unsafe atomic updates to jlongs on platforms that don't support cx8
  #endif
  
< prev index next >