RFR: Disable verification of adjusted capacity

William Kemper wkemper at openjdk.org
Fri Apr 14 20:49:13 UTC 2023


On Fri, 14 Apr 2023 18:24:36 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:

>> src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp line 414:
>> 
>>> 412:               label, generation->name(), generation->used_regions(), stats.regions());
>>> 413: 
>>> 414: // This check is disabled because of known issues with this feature. We expect this code to be updated by 05/2023.
>> 
>> Let's link a JBS ticket or a  draft PR to this comment, so it can be tracked? I realize the draft PR will essentially remove this code, but we want a peg here to hang the proverbial hat on, that's all.
>
> In addition, let's list any known tests that fail as a result of this assertion (that would need a ticket to track the failures, I guess).

Created https://bugs.openjdk.org/browse/JDK-8306024 to make sure we don't forget about this.

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

PR Review Comment: https://git.openjdk.org/shenandoah/pull/258#discussion_r1167261446


More information about the shenandoah-dev mailing list