RFR: 8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
Jie Fu
jiefu at openjdk.java.net
Mon Mar 8 23:33:23 UTC 2021
Hi all,
The following assert fired while parsing '-XX:CompileCommand=unknown' .
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/jvm/jdk/src/hotspot/share/compiler/compilerOracle.cpp:688), pid=76463, tid=76464
# assert(*error_msg != '\0') failed: Must have error_message
#
# JRE version: (17.0) (fastdebug build )
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 17-internal+0-adhoc.jvm.jdk, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x9b1f5c] CompilerOracle::print_parse_error(char*, char*)+0xdc
#
It would be better to fix it.
Testing:
- tier1~3 on Linux/x64
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
Changes: https://git.openjdk.java.net/jdk/pull/2883/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2883&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8263206
Stats: 78 lines in 2 files changed: 77 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/2883.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2883/head:pull/2883
PR: https://git.openjdk.java.net/jdk/pull/2883
More information about the hotspot-compiler-dev
mailing list