-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 26
-
Component/s: hotspot
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8377056 | 26.0.2 | Quan Anh Mai | P2 | Resolved | Fixed | master |
| JDK-8377074 | 26.0.1 | Quan Anh Mai | P2 | Resolved | Fixed | b04 |
| JDK-8376298 | 26 | Quan Anh Mai | P2 | Resolved | Fixed | b33 |
At the first iteration, type(x) = {0}, type(y) = {-1, 1}. CmpUNode::sub returns CC_LE.
At the next iteration, type(x) = {0, 2}, type(y) = {-1, 1}. CmpUNode::sub returns CC_NE.
As CC_LE is not a subset of CC_NE, monotonicity is violated.
- backported by
-
JDK-8376298 C2: CmpUNode::sub is not monotonic
-
- Resolved
-
-
JDK-8377056 C2: CmpUNode::sub is not monotonic
-
- Resolved
-
-
JDK-8377074 C2: CmpUNode::sub is not monotonic
-
- Resolved
-
- caused by
-
JDK-8360561 PhaseIdealLoop::create_new_if_for_predicate hits "must be a uct if pattern" assert
-
- Resolved
-
- relates to
-
JDK-8315066 Add unsigned bounds and known bits to TypeInt/Long
-
- Resolved
-
- links to
-
Commit(jdk26)
openjdk/jdk/52340411
-
Commit(master)
openjdk/jdk/30675faa
-
Review(jdk26)
openjdk/jdk/29412
-
Review(master)
openjdk/jdk/29308