Details
-
Bug
-
Resolution: Fixed
-
P2
-
11.0.4, 13, 14
-
b23
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8241657 | 13.0.3 | Roland Westrelin | P2 | Resolved | Fixed | b02 |
JDK-8233993 | 11.0.7-oracle | Roland Westrelin | P2 | Closed | Fixed | b01 |
JDK-8234648 | 11.0.6 | Roland Westrelin | P2 | Resolved | Fixed | b05 |
Description
https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-September/035070.html
# Internal Error (/home/roland/jdk-updates-jdk11u-dev/src/hotspot/share/opto/multnode.cpp:49), pid=25964, tid=25975
# assert((Opcode() != Op_If && Opcode() != Op_RangeCheck) || outcnt() == 2) failed: bad if #1
is what I get with the reproducer
# Internal Error (/home/roland/jdk-updates-jdk11u-dev/src/hotspot/share/opto/multnode.cpp:49), pid=25964, tid=25975
# assert((Opcode() != Op_If && Opcode() != Op_RangeCheck) || outcnt() == 2) failed: bad if #1
is what I get with the reproducer
Attachments
Issue Links
- backported by
-
JDK-8234648 SIGSEGV in C2 Node::unique_ctrl_out
- Resolved
-
JDK-8241657 SIGSEGV in C2 Node::unique_ctrl_out
- Resolved
-
JDK-8233993 SIGSEGV in C2 Node::unique_ctrl_out
- Closed