RFR: 8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg [v2]

Vladimir Ivanov vlivanov at openjdk.org
Wed Apr 10 18:19:01 UTC 2024


On Wed, 10 Apr 2024 07:21:15 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).
>
> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   +UnlockDiagnosticVMOptions

Looks good.

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

Marked as reviewed by vlivanov (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18685#pullrequestreview-1992391179


More information about the hotspot-compiler-dev mailing list