8224663: Parallel GC: Use WorkGang (5: ScavengeRootsTask)

Reviewed-by: stefank, kbarrett, tschatzl
This commit is contained in:
Leo Korinth 2019-08-16 09:18:32 +02:00
parent 8142753031
commit 82b140f83d
5 changed files with 210 additions and 272 deletions

View file

@ -51,6 +51,7 @@ class ParCompactionManager;
class PSPromotionManager {
friend class PSScavenge;
friend class ScavengeRootsTask;
friend class PSRefProcTaskExecutor;
private:
static PaddedEnd<PSPromotionManager>* _manager_array;