-
Enhancement
-
Resolution: Fixed
-
P4
-
11-shenandoah, 14
-
b07
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.
- relates to
-
JDK-8227927 Move ParallelCleaningTask back to G1
-
- Resolved
-