RFR: 8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg [v2]
Christian Hagedorn
chagedorn at openjdk.org
Thu Apr 11 06:25:41 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 chagedorn (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18685#pullrequestreview-1993361620
More information about the hotspot-compiler-dev
mailing list