mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8273611: Remove unused ProfilePrint_lock
Reviewed-by: iklam
This commit is contained in:
parent
f690a01f1e
commit
e4cd2097a5
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue