Integrated: 8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg

Roland Westrelin roland at openjdk.org
Thu Apr 11 07:30:48 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).

This pull request has now been integrated.

Changeset: 7df49262
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/7df492627b933f48750985c26de69be3f86115cb
Stats:     85 lines in 2 files changed: 85 ins; 0 del; 0 mod

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

Reviewed-by: vlivanov, chagedorn

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

PR: https://git.openjdk.org/jdk/pull/18685


More information about the hotspot-compiler-dev mailing list