Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174834 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2172241 | 6u5p | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
EA uses byte code escape analyzer to determine the escape state of an allocation passed
as an argument to a not inlined call. bcEscapeAnalyzer looks recursively on bytecode
of the method and methods this method calls. It is expensive to do in each call site.
Use MDO to cache arguments escape state.
as an argument to a not inlined call. bcEscapeAnalyzer looks recursively on bytecode
of the method and methods this method calls. It is expensive to do in each call site.
Use MDO to cache arguments escape state.
- backported by
-
JDK-2172241 Escape Analysis: extend MDO to cache arguments escape state
-
- Resolved
-
-
JDK-2174834 Escape Analysis: extend MDO to cache arguments escape state
-
- Resolved
-