-
Bug
-
Resolution: Fixed
-
P2
-
11, 14, 15
-
b31
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8236793 | 15 | Christian Hagedorn | P2 | Resolved | Fixed | b05 |
JDK-8246423 | 13.0.4 | Christian Hagedorn | P2 | Resolved | Fixed | b04 |
JDK-8240609 | 11.0.8-oracle | Christian Hagedorn | P2 | Closed | Fixed | b01 |
JDK-8241286 | 11.0.8 | Christian Hagedorn | P2 | Resolved | Fixed | b01 |
# assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
# JRE version: Java(TM) SE Runtime Environment (14.0+28) (fastdebug build 14-ea+28-1351)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 14-ea+28-1351, mixed mode, tiered, parallel gc, linux-amd64)
- backported by
-
JDK-8236793 C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
- Resolved
-
JDK-8241286 C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
- Resolved
-
JDK-8246423 C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
- Resolved
-
JDK-8240609 C2: assert(out->in(PhiNode::Region) == head || out->in(PhiNode::Region) == slow_head) failed: phi must be either part of the slow or the fast loop
- Closed
- duplicates
-
JDK-8236412 SEGV in Node::uncast with Lucene
- Closed
- relates to
-
JDK-8233033 C2 produces wrong result while unswitching a loop due to lost control dependencies
- Closed
-
JDK-8236722 Extend loop unswitching to handle loop predicates with a control dependency to partially peeled statements
- Open