mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8224665: Parallel GC: Use WorkGang (7: remove task manager)
Reviewed-by: stefank, kbarrett, tschatzl
This commit is contained in:
parent
fd1966fa3a
commit
1447c5c0e3
18 changed files with 13 additions and 2112 deletions
|
@ -126,8 +126,6 @@ Mutex* FreeList_lock = NULL;
|
|||
Mutex* OldSets_lock = NULL;
|
||||
Monitor* RootRegionScan_lock = NULL;
|
||||
|
||||
Monitor* GCTaskManager_lock = NULL;
|
||||
|
||||
Mutex* Management_lock = NULL;
|
||||
Monitor* Service_lock = NULL;
|
||||
Monitor* PeriodicTask_lock = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue