mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask)
Reviewed-by: stefank, kbarrett, tschatzl
This commit is contained in:
parent
855895f61b
commit
3eba0ec9ba
5 changed files with 136 additions and 258 deletions
|
@ -46,6 +46,7 @@ class ParCompactionManager : public CHeapObj<mtGC> {
|
|||
friend class IdleGCTask;
|
||||
friend class PCRefProcTask;
|
||||
friend class MarkFromRootsTask;
|
||||
friend class UpdateDensePrefixAndCompactionTask;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue