RFR: 8330577: G1 sometimes sends jdk.G1HeapRegionTypeChange for non-changes

Andreas Steiner asteiner at openjdk.org
Fri May 24 14:50:05 UTC 2024


On Fri, 24 May 2024 11:26:57 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change that avoids posting Free->Free and Old->Old region transitions in JFR.
> 
> The reason for these could have been:
>   * Free->Free: heap shrinking and full gc
>   * Old->Old: heap shrinking, full gc or evacuation failure in an old region
> 
> Parts of this change has been contributed by @ansteiner , crediting him for this (the first commit).
> 
> Testing: tier1-3, tier5, all "detailed" JFR test cases
> 
> Thanks,
>   Thomas

LGTM

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

Marked as reviewed by asteiner (Author).

PR Review: https://git.openjdk.org/jdk/pull/19389#pullrequestreview-2077139516


More information about the hotspot-gc-dev mailing list