Integrated: 8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
Jie Fu
jiefu at openjdk.java.net
Tue Mar 9 23:35:11 UTC 2021
On Mon, 8 Mar 2021 23:29:24 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: e5ce97b1
Author: Jie Fu <jiefu at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e5ce97b1
Stats: 78 lines in 2 files changed: 77 ins; 0 del; 1 mod
8263206: assert(*error_msg != '\0') failed: Must have error_message while parsing -XX:CompileCommand=unknown
Reviewed-by: neliasso
-------------
PR: https://git.openjdk.java.net/jdk/pull/2883
More information about the hotspot-compiler-dev
mailing list