8273611: Remove unused ProfilePrint_lock

Reviewed-by: iklam
This commit is contained in:
Coleen Phillimore 2021-09-10 19:23:58 +00:00
parent f690a01f1e
commit e4cd2097a5
2 changed files with 1 additions and 4 deletions

View file

@ -86,7 +86,6 @@ extern Monitor* Terminator_lock; // a lock used to guard termina
extern Monitor* InitCompleted_lock; // a lock used to signal threads waiting on init completed
extern Monitor* BeforeExit_lock; // a lock used to guard cleanups and shutdown hooks
extern Monitor* Notify_lock; // a lock used to synchronize the start-up of the vm
extern Mutex* ProfilePrint_lock; // a lock used to serialize the printing of profiles
extern Mutex* ExceptionCache_lock; // a lock used to synchronize exception cache updates
extern Mutex* NMethodSweeperStats_lock; // a lock used to serialize access to sweeper statistics