8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)

Reviewed-by: stefank, kbarrett, tschatzl
This commit is contained in:
Leo Korinth 2019-08-16 09:18:19 +02:00
parent b84ffae32f
commit 3a38bec5ae
8 changed files with 94 additions and 82 deletions

View file

@ -44,6 +44,7 @@ class ParCompactionManager : public CHeapObj<mtGC> {
friend class UpdateAndFillClosure;
friend class RefProcTaskExecutor;
friend class IdleGCTask;
friend class PCRefProcTask;
public: