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

Roland Westrelin roland at openjdk.org
Tue Apr 9 09:53:34 UTC 2024


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).

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

Commit messages:
 - fix

Changes: https://git.openjdk.org/jdk/pull/18685/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18685&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8327741
  Stats: 85 lines in 2 files changed: 85 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/18685.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18685/head:pull/18685

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


More information about the hotspot-compiler-dev mailing list