RFR: Disable verification of adjusted capacity
Y. Srinivas Ramakrishna
ysr at openjdk.org
Fri Apr 14 18:27:11 UTC 2023
On Fri, 14 Apr 2023 18:23:21 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> This assertion is also tied to code we are actively working to replace.
>
> 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).
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/258#discussion_r1167161977
More information about the shenandoah-dev
mailing list