Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8232162

Object reallocation in Deoptimization::fetch_unroll_info_helper should not depend on EliminateNestedLocks

XMLWordPrintable

    • b20

      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.

            rrich Richard Reingruber
            rrich Richard Reingruber
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: