RFR: 8304804: Remove develop flag G1VerifyCTCleanup
Albert Mingkun Yang
ayang at openjdk.org
Thu Mar 23 22:08:08 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
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/13166#pullrequestreview-1355732916
More information about the hotspot-gc-dev
mailing list