Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
11-shenandoah, 14
-
b07
Description
Shenandoah currently uses upstream's parallel cleaning task for class unloading and string dedup cleaning.
We need to split them for concurrent class unloading, as string dedup cleaning belongs to weak root.
New parallel cleaning method splits weak root processing and class unloading into two separate methods.
We need to split them for concurrent class unloading, as string dedup cleaning belongs to weak root.
New parallel cleaning method splits weak root processing and class unloading into two separate methods.
Attachments
Issue Links
- relates to
-
JDK-8227927 Move ParallelCleaningTask back to G1
- Resolved