Integrated: 8297692: Avoid sending per-region GCPhaseParallel JFR events in G1ScanCollectionSetRegionClosure

Thomas Schatzl tschatzl at openjdk.org
Thu Nov 14 13:34:24 UTC 2024


On Fri, 8 Nov 2024 15:20:21 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change that significantly reduces the amount of "Code Roots" and "Optional Roots" JFR events to reduce default recording sizes significantly.
> 
> E.g. a 10min BigRamTester run creates a 23MB recording without this change, with like hundreds of thousands of these events (#gcs * #gc threads * #regions in collection set). With this change, the recording is reduced to 4MB (#gcs * #gc threads)
> 
> Testing: gha, tier1-3
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: a73226b1
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a73226b18e274c44171021760e9eb05bc4a8b711
Stats:     162 lines in 3 files changed: 84 ins; 52 del; 26 mod

8297692: Avoid sending per-region GCPhaseParallel JFR events in G1ScanCollectionSetRegionClosure

Reviewed-by: iwalulya, ayang, sangheki

-------------

PR: https://git.openjdk.org/jdk/pull/21984


More information about the hotspot-gc-dev mailing list