8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)

Reviewed-by: stefank, kbarrett, tschatzl
This commit is contained in:
Leo Korinth 2019-08-16 09:18:23 +02:00
parent 3a38bec5ae
commit 855895f61b
5 changed files with 159 additions and 203 deletions

View file

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