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
On Tue, 9 Apr 2024 19:04:40 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:
>> Roland Westrelin has updated the pull request incrementally with one additional commit since the last revision:
>>
>> +UnlockDiagnosticVMOptions
>
> test/hotspot/jtreg/compiler/print/TestPrintInliningLateVirtualCall.java line 28:
>
>> 26: * @bug 8327741
>> 27: * @summary JVM crash in hotspot/share/opto/compile.cpp - failed: missing inlining msg
>> 28: * @run main/othervm -XX:-BackgroundCompilation -XX:+PrintCompilation -XX:+PrintInlining TestPrintInliningLateVirtualCall
>
> The test misses `-XX:+UnlockDiagnosticVMOptions` flag:
>
> Error: VM option 'PrintInlining' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions.
> Error: The unlock option must precede 'PrintInlining'.
Right. Fixed in new commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18685#discussion_r1558969625
More information about the hotspot-compiler-dev
mailing list