src/hotspot/share/jfr/recorder/repository/jfrEmergencyDump.cpp
branchJEP-349-branch
changeset 58526 ec9da3c0eaec
parent 58395 42d3bce9d538
parent 58503 726a3945e934
child 58578 7b89c53db169
equal deleted inserted replaced
58525:2a49d43aaa6a 58526:ec9da3c0eaec
   388 
   388 
   389   if (Service_lock->owned_by_self()) {
   389   if (Service_lock->owned_by_self()) {
   390     Service_lock->unlock();
   390     Service_lock->unlock();
   391   }
   391   }
   392 
   392 
       
   393   if (UseNotificationThread && Notification_lock->owned_by_self()) {
       
   394     Notification_lock->unlock();
       
   395   }
       
   396 
   393   if (CodeCache_lock->owned_by_self()) {
   397   if (CodeCache_lock->owned_by_self()) {
   394     CodeCache_lock->unlock();
   398     CodeCache_lock->unlock();
   395   }
   399   }
   396 
   400 
   397   if (PeriodicTask_lock->owned_by_self()) {
   401   if (PeriodicTask_lock->owned_by_self()) {