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