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

Thomas Schatzl tschatzl at openjdk.org
Tue Apr 30 09:40:06 UTC 2024


On Tue, 30 Apr 2024 09:02:20 GMT, Andreas Steiner <asteiner at openjdk.org> wrote:

>> Avoid to report jdk.G1HeapRegionTypeChange event if G1 region type is set to free even it is of type free already.
>
> Andreas Steiner has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
> 
>   JDK-8330577

Would be nice if the Old->Old transitions could also be fixed in this PR as suggested in the CR (at least I think this is the issue :D). Otherwise feel free to file one for the Old->Old transitions and rename this one to specifically handle the Free->Free transitions.

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

PR Comment: https://git.openjdk.org/jdk/pull/18949#issuecomment-2084838673


More information about the hotspot-gc-dev mailing list