After JDK-8058825, VM doesn't eliminate allocations of non-escaping objects, if they can't be rematerialized.
Escape analysis can be enhanced to do elimination if there's no need to rematerialize the object.
Escape analysis can be enhanced to do elimination if there's no need to rematerialize the object.
- relates to
-
JDK-8058825 EA: ConnectionGraph::split_unique_types does incorrect scalar replacement
-
- Resolved
-