RFR: 8263353: assert(CompilerOracle::option_matches_type(option, value)) failed: Value must match option type
Jie Fu
jiefu at openjdk.java.net
Wed Mar 10 09:36:20 UTC 2021
Hi all,
The following assert fired while parsing -XX:CompileCommand=option,Test::test,TestOptionDouble,3.14.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/jvm/jdk/src/hotspot/share/compiler/compilerOracle.cpp:288), pid=9522, tid=9523
# assert(CompilerOracle::option_matches_type(option, value)) failed: Value must match option type
#
It would be better to fix it.
Testing:
- tier1~tier3 on Linux/x64, no regression
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8263353: assert(CompilerOracle::option_matches_type(option, value)) failed: Value must match option type
Changes: https://git.openjdk.java.net/jdk/pull/2910/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=2910&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8263353
Stats: 14 lines in 2 files changed: 13 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/2910.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/2910/head:pull/2910
PR: https://git.openjdk.java.net/jdk/pull/2910
More information about the hotspot-compiler-dev
mailing list