Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177001 | 7 | John Rose | P3 | Resolved | Fixed | b17 |
JDK-2172462 | 6u10 | John Rose | P3 | Resolved | Fixed | b09 |
The fix to 6552204 can sometimes cause a tree of AddPNodes to lose their common base. The variable PhiNode 'base' can have a type which differs slightly from a pre-existing Phi which already serves as the base elsewhere in the tree.
- backported by
-
JDK-2172462 repair to split_through_phi breaks AddPNode::Base invariant
-
- Resolved
-
-
JDK-2177001 repair to split_through_phi breaks AddPNode::Base invariant
-
- Resolved
-
- relates to
-
JDK-6552204 split_thru_phi leaves behind Phi of AddP which produces inefficient code
-
- Resolved
-