8224664: Parallel GC: Use WorkGang (6: PSRefProcTaskProxy)

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

View file

@ -53,6 +53,8 @@ class PSPromotionManager {
friend class PSScavenge;
friend class ScavengeRootsTask;
friend class PSRefProcTaskExecutor;
friend class PSRefProcTask;
private:
static PaddedEnd<PSPromotionManager>* _manager_array;
static OopStarTaskQueueSet* _stack_array_depth;