Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174827 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2172208 | 6u5p | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
Use set_req_X() in AddPNode::Ideal() for Iterative GVN to help escape analysis.
set_req_X() puts dependent nodes on IGVN worklist which allows to improve graph
and gives more opportunities for EA scalar replacement.
set_req_X() puts dependent nodes on IGVN worklist which allows to improve graph
and gives more opportunities for EA scalar replacement.
- backported by
-
JDK-2172208 Use set_req_X() in AddPNode::Ideal() for Iterative GVN
-
- Resolved
-
-
JDK-2174827 Use set_req_X() in AddPNode::Ideal() for Iterative GVN
-
- Resolved
-