mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8253064: monitor list simplifications and getting rid of TSM
Co-authored-by: Erik Österlund <eosterlund@openjdk.org> Reviewed-by: eosterlund, rehn, coleenp
This commit is contained in:
parent
421a7c3b41
commit
2e19026d45
25 changed files with 817 additions and 1912 deletions
|
@ -111,6 +111,7 @@ extern Mutex* OldSets_lock; // protects the old region sets
|
|||
extern Monitor* RootRegionScan_lock; // used to notify that the CM threads have finished scanning the IM snapshot regions
|
||||
|
||||
extern Mutex* Management_lock; // a lock used to serialize JVM management
|
||||
extern Monitor* MonitorDeflation_lock; // a lock used for monitor deflation thread operation
|
||||
extern Monitor* Service_lock; // a lock used for service thread operation
|
||||
extern Monitor* Notification_lock; // a lock used for notification thread operation
|
||||
extern Monitor* PeriodicTask_lock; // protects the periodic task structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue