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

Andreas Steiner asteiner at openjdk.org
Tue Apr 30 09:21:08 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 incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:
> 
>   JDK-8330577

use is_free() instead of _type.is_free()

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

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


More information about the hotspot-gc-dev mailing list