Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177183 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b34 |
JDK-2172750 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
EA spends most time in Connection Graph construction which is done
during each method compilation (with EA is on) since only after CG built
we can look for scalar replaceable candidates and create unique types
for fields instances or skip it if there are no such candidates.
The Connection Graph construction should be as fast as posible.
during each method compilation (with EA is on) since only after CG built
we can look for scalar replaceable candidates and create unique types
for fields instances or skip it if there are no such candidates.
The Connection Graph construction should be as fast as posible.
- backported by
-
JDK-2172750 Optimize EA Connection Graph build performance
- Resolved
-
JDK-2177183 Optimize EA Connection Graph build performance
- Closed