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

Elif Aslan duke at openjdk.org
Tue Nov 11 23:45:34 UTC 2025


Clean backport.The crash occurs when a virtual call is devirtualized late. Inliningis not attempted then. So no new inlining diagnostic message isproduced which causes the assert failure. There's some valuable information that can be reported though (the call is devirtualized).

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

Commit messages:
 - Backport 7df492627b933f48750985c26de69be3f86115cb

Changes: https://git.openjdk.org/jdk21u-dev/pull/2464/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=2464&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/jdk21u-dev/pull/2464.diff
  Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/2464/head:pull/2464

PR: https://git.openjdk.org/jdk21u-dev/pull/2464


More information about the jdk-updates-dev mailing list