RFR: 8355354: C2 crashed: assert(_callee == nullptr || _callee == m) failed: repeated inline attempt with different callee [v4]

Damon Fenacci dfenacci at openjdk.org
Fri Oct 3 13:26:07 UTC 2025


On Thu, 2 Oct 2025 20:34:03 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: add stress comment
>
> src/hotspot/share/opto/compile.cpp line 2119:
> 
>> 2117:         C->igvn_worklist()->push(cg->call_node());
>> 2118:         should_stress = true;
>> 2119:         break;
> 
> Don't we want to process the rest of the _late_inlines list?

Good idea! That removes the necessity for a `should_stress` flag as well. Fixed.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/26441#discussion_r2401895009


More information about the hotspot-compiler-dev mailing list