RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v3]
Damon Fenacci
dfenacci at openjdk.org
Wed Sep 3 06:50:27 UTC 2025
On Tue, 2 Sep 2025 21:52:27 GMT, Dean Long <dlong at openjdk.org> wrote:
>> Damon Fenacci has updated the pull request incrementally with one additional commit since the last revision:
>>
>> JDK-8355354: avoid resetting callee in call node ideal
>
> src/hotspot/share/opto/compile.cpp line 2117:
>
>> 2115: cg->call_node()->set_generator(cg);
>> 2116: C->igvn_worklist()->push(cg->call_node());
>> 2117: should_stress = true;
>
> I have a guess what this stress code is doing, but a good comment would help.
Sure! Comment added.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26441#discussion_r2317935692
More information about the hotspot-compiler-dev
mailing list