Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174849 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2172213 | 6u5p | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
Current Escape Analysis code has several problems which have to be fixed.
Generate Connection Graph after Parse phase and after the ideal graph is cleaned
(dead parts are removed from the graph). Add checks of additional ideal nodes
which could affect escape state of objects. Put on igvn worklist nodes
which look for or used with escape information (Lock, Unlock, Allocation, AddP).
Improve code for split unique type.
Generate Connection Graph after Parse phase and after the ideal graph is cleaned
(dead parts are removed from the graph). Add checks of additional ideal nodes
which could affect escape state of objects. Put on igvn worklist nodes
which look for or used with escape information (Lock, Unlock, Allocation, AddP).
Improve code for split unique type.
- backported by
-
JDK-2172213 Escape Analysis: Improve Escape Analysis code
-
- Resolved
-
-
JDK-2174849 Escape Analysis: Improve Escape Analysis code
-
- Resolved
-