RFR: Disable verification of adjusted capacity
William Kemper
wkemper at openjdk.org
Sat Apr 15 00:16:06 UTC 2023
On Fri, 14 Apr 2023 21:49:20 GMT, Kelvin Nilsen <kdnilsen 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.
>
> I understand the "resolved conversation." Just want to add that this is still failing on the expand-on-demand branch, and I'm supposed to fix it there...
Hmm... no. If this isn't fixed by `expand-on-demand` we need to dig deeper.
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/258#discussion_r1167341623
More information about the shenandoah-dev
mailing list