RFR: 8339369: G1: TestVerificationInConcurrentCycle.java fails with "Missing rem set entry" when using "-XX:G1RSetUpdatingPauseTimePercent=0 -XX:G1UpdateBufferSize=2"
Thomas Schatzl
tschatzl at openjdk.org
Wed Sep 4 08:04:17 UTC 2024
On Tue, 3 Sep 2024 12:12:56 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
> Please review this patch to reset the per region cardsets in the later phases of the full-gc. This ensures that Remset verification can proceed without considering whether the cardsets are combined or not.
>
> Testing: passes test in the cited in the bug report and Tiers 1-3
lgtm.
The original code basically dropped the remsets to the young gen which failed by uninstalling them (the remaining remset is empty after all).
-------------
Marked as reviewed by tschatzl (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20835#pullrequestreview-2279294921
More information about the hotspot-gc-dev
mailing list