RFR: 8327741: JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg [v2]
Roland Westrelin
roland at openjdk.org
Wed Apr 10 07:21:15 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).
Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
+UnlockDiagnosticVMOptions
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18685/files
- new: https://git.openjdk.org/jdk/pull/18685/files/0e7ef52c..1bd94447
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18685&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18685&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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