RFR: 8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg
Vladimir Ivanov
vlivanov at openjdk.org
Tue Apr 9 18:08:09 UTC 2024
On Tue, 9 Apr 2024 09:48:54 GMT, Roland Westrelin <roland at openjdk.org> wrote:
> The crash occurs when a virtual call is devirtualized late. Inlining
> is not attempted then. So no new inlining diagnostic message is
> produced which causes the assert failure. There's some valuable
> information that can be reported though (the call is
> devirtualized).
Looks good. Thanks for fixing it.
I'll submit it for testing.
-------------
PR Review: https://git.openjdk.org/jdk/pull/18685#pullrequestreview-1989780112
More information about the hotspot-compiler-dev
mailing list