C2 eliminates allocations independently of the C2 flag EliminateNestedLocks, therefore reallocation
of eliminated allocations during deoptimization of a compiled frame in
Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks either.
Elimination / reallocation of objects for compiled methods generated by C2 should only depend on
DoEscapeAnalysis and EliminateAllocations.
of eliminated allocations during deoptimization of a compiled frame in
Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks either.
Elimination / reallocation of objects for compiled methods generated by C2 should only depend on
DoEscapeAnalysis and EliminateAllocations.
- relates to
-
JDK-8226705 [REDO] Deoptimize with handshakes
-
- Resolved
-