RFR: 8370939: C2: SIGSEGV in SafePointNode::verify_input when processing MH call from Compile::process_late_inline_calls_no_inline() [v3]
Roland Westrelin
roland at openjdk.org
Wed Nov 5 13:01:32 UTC 2025
On Tue, 4 Nov 2025 19:40:59 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> more
>
> src/hotspot/share/opto/compile.hpp line 1090:
>
>> 1088: }
>> 1089:
>> 1090: void inc_number_of_mh_late_inlines() { _number_of_mh_late_inlines++; }
>
> Does it make sense to get rid of `inc_number_of_mh_late_inlines()` and turn `_number_of_mh_late_inlines` into a a boolean with a setter?
Done in new commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28088#discussion_r2494363766
More information about the hotspot-compiler-dev
mailing list