Integrated: 8339369: G1: TestVerificationInConcurrentCycle.java fails with "Missing rem set entry" when using "-XX:G1RSetUpdatingPauseTimePercent=0 -XX:G1UpdateBufferSize=2"

Ivan Walulya iwalulya at openjdk.org
Thu Sep 5 08:21:02 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

This pull request has now been integrated.

Changeset: 96a0502d
Author:    Ivan Walulya <iwalulya at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/96a0502d624e3eff1b00a7c63e8b3a27870b475e
Stats:     3 lines in 2 files changed: 2 ins; 1 del; 0 mod

8339369: G1: TestVerificationInConcurrentCycle.java fails with "Missing rem set entry" when using "-XX:G1RSetUpdatingPauseTimePercent=0 -XX:G1UpdateBufferSize=2"

Reviewed-by: tschatzl, kbarrett

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

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


More information about the hotspot-gc-dev mailing list