G1ParallelCleaningTask merges several different parallel tasks into a single big one like G1BatchedGangTask provides an API for. It does so in a manual way without support for logging and worker scaling.
See what is needed for using the G1BatchedGangTask API. At least logging isn't so easily added as that task is only used during full gc which does not support/use G1GCPhaseTimes.
See what is needed for using the G1BatchedGangTask API. At least logging isn't so easily added as that task is only used during full gc which does not support/use G1GCPhaseTimes.
- relates to
-
JDK-8265842 G1: Introduce API to run multiple separate tasks in a single gangtask
-
- Resolved
-