RFR: 8370939: C2: SIGSEGV in SafePointNode::verify_input when processing MH call from Compile::process_late_inline_calls_no_inline() [v4]

Roland Westrelin roland at openjdk.org
Thu Nov 13 16:20:30 UTC 2025


On Thu, 6 Nov 2025 23:04:11 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   review
>
> src/hotspot/share/opto/compile.hpp line 472:
> 
>> 470: 
>> 471:   int                           _late_inlines_pos;    // Where in the queue should the next late inlining candidate go (emulate depth first inlining)
>> 472:   bool                          _has_mh_late_inlines; // Any method handle late inlining still pending?
> 
> The comment is slightly misleading. As it is now, `_has_mh_late_inlines` signals that a late inline candidate has been observed during compilation.

Right. Does the updated comment look better to you?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28088#discussion_r2524085242


More information about the hotspot-compiler-dev mailing list