Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142704 | emb-9 | Ed Nevill | P4 | Resolved | Fixed | team |
The hotspot jtreg test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java fails with a guarantee failure.
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (assembler_aarch64.hpp:256), pid=22842, tid=22845
# guarantee(chk == -1 || chk == 0) failed: Field too big for insn
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (assembler_aarch64.hpp:256), pid=22842, tid=22845
# guarantee(chk == -1 || chk == 0) failed: Field too big for insn
- backported by
-
JDK-8142704 aarch64: guarantee failure in TestOptionsWithRanges.java
- Resolved