-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b29
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8013671 | 8 | Nils Eliasson | P3 | Resolved | Fixed | b88 |
JDK-8160961 | 7u121 | Kevin Walls | P3 | Closed | Fixed |
This enhancement is related to https://jbs.oracle.com/bugs/browse/JDK-7022320
In order to more easily re-factor out the split code in chaitin, the live range id to node mapping should be contained in a separate class so that we don't need to have a reference to PhaseChaitin within the new split code.
In order to more easily re-factor out the split code in chaitin, the live range id to node mapping should be contained in a separate class so that we don't need to have a reference to PhaseChaitin within the new split code.
- backported by
-
JDK-8013671 Keep the live range id to node mapping in a separate class
- Resolved
-
JDK-8160961 Keep the live range id to node mapping in a separate class
- Closed