RFR: 8366990: C2: Compilation hits the memory limit when verifying loop opts in Split-If code [v2]
Benoît Maillard
bmaillard at openjdk.org
Mon Oct 13 10:27:45 UTC 2025
On Fri, 10 Oct 2025 14:53:42 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> Benoît Maillard has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add -XX:+UnlockDiagnosticVMOptions
>
> src/hotspot/share/ci/ciInstanceKlass.cpp line 434:
>
>> 432: //
>> 433: // This is essentially a shortcut for:
>> 434: // get_field_type_by_offset(field_offset, is_static)->layout_type()
>
> `get_field_by_offset()`?
> Suggestion:
>
> // get_field_by_offset(field_offset, is_static)->layout_type()
Oops, good catch
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27731#discussion_r2425846108
More information about the hotspot-compiler-dev
mailing list