mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8087324: Use semaphores when starting and stopping GC task threads
Reviewed-by: jmasa, sjohanss
This commit is contained in:
parent
e25bcfd3d3
commit
0e252b2a93
4 changed files with 249 additions and 240 deletions
|
@ -30,9 +30,9 @@
|
|||
#include "gc/shared/collectorPolicy.hpp"
|
||||
#include "gc/shared/generation.hpp"
|
||||
|
||||
class WorkGang;
|
||||
class StrongRootsScope;
|
||||
class SubTasksDone;
|
||||
class WorkGang;
|
||||
|
||||
// A "GenCollectedHeap" is a CollectedHeap that uses generational
|
||||
// collection. It has two generations, young and old.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue