mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)
Reviewed-by: stefank, kbarrett, tschatzl
This commit is contained in:
parent
3a38bec5ae
commit
855895f61b
5 changed files with 159 additions and 203 deletions
|
@ -45,6 +45,7 @@ class ParCompactionManager : public CHeapObj<mtGC> {
|
|||
friend class RefProcTaskExecutor;
|
||||
friend class IdleGCTask;
|
||||
friend class PCRefProcTask;
|
||||
friend class MarkFromRootsTask;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue