Integrated: 8303969: Limit printed failures within an object during G1 heap verification

Thomas Schatzl tschatzl at openjdk.org
Mon Mar 13 10:00:44 UTC 2023


On Fri, 10 Mar 2023 13:58:47 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this change to limit per-object liveness and remembered set error printing by `G1MaxVerifyFailures` too to avoid filling the log/disk when there is a large object that has many failures.
> 
> Testing: local compilation, local verification getting less error output on verification failure on humongous objects
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 3018b470
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3018b4705e21ebdad8997eff9271e21e537f000d
Stats:     6 lines in 2 files changed: 5 ins; 0 del; 1 mod

8303969: Limit printed failures within an object during G1 heap verification

Reviewed-by: ayang, iwalulya

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

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


More information about the hotspot-gc-dev mailing list