Integrated: 8304804: Remove develop flag G1VerifyCTCleanup

Thomas Schatzl tschatzl at openjdk.org
Mon Mar 27 08:37:38 UTC 2023


On Thu, 23 Mar 2023 19:28:51 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review the removal of the develop `G1VerifyCTCleanup` option. This develop flag seems to be not worth keeping as regular verification (`VerifyAfterGC`) performs this one anyway, and if it's too heavyweight it is trivial to add again for debugging.
> 
> There also seems to be no particular reason compared to others why you would specifically need card table verification more than other.
> 
> Testing: local compilation, gha
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 10fa7d1f
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/10fa7d1f9bf3398399c050b9ddf4c94341131a94
Stats:     4 lines in 2 files changed: 0 ins; 3 del; 1 mod

8304804: Remove develop flag G1VerifyCTCleanup

Reviewed-by: ayang, kbarrett

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

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


More information about the hotspot-gc-dev mailing list