8087324: Use semaphores when starting and stopping GC task threads

Reviewed-by: jmasa, sjohanss
This commit is contained in:
Stefan Karlsson 2015-06-29 11:11:12 +02:00
parent e25bcfd3d3
commit 0e252b2a93
4 changed files with 249 additions and 240 deletions

View file

@ -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.