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

Damon Fenacci dfenacci at openjdk.org
Fri Nov 7 10:56:05 UTC 2025


On Wed, 5 Nov 2025 12:56:07 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> AFAIR at some point I was getting the same assert failure `assert(_number_of_mh_late_inlines > 0)` and  noticed that we were re-registering method handles for late inlining without incrementing the counter.
>
> Do you remember what tests that was with?

At that time the failing test was `compiler/intrinsics/TestArraysHashCode.java` (not really related). I can't make it trigger the assert anymore now though...

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

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


More information about the hotspot-compiler-dev mailing list