RFR: 8319764: C2 compilation asserts during incremental inlining because Phi input is out of bounds [v2]
Roland Westrelin
roland at openjdk.org
Wed Nov 15 16:15:51 UTC 2023
On Wed, 15 Nov 2023 13:46:36 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> -XX:+UnlockDiagnosticVMOptions
>
> src/hotspot/share/opto/replacednodes.cpp line 161:
>
>> 159: Node* in = region->in(j);
>> 160: if (in != nullptr && !in->is_top()) {
>> 161: if (is_dominator(ctl, in)) {
>
> Ifs can be merged.
Done in new commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16648#discussion_r1394433499
More information about the hotspot-compiler-dev
mailing list