Add experimental feature to eliminate non-escaping boxing objects

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P3
    • tbd
    • Affects Version/s: hs25, 9, 10
    • Component/s: hotspot
    • generic
    • generic

      Current AutoBoxing elimination is only works for boxing code (inlined valueOf() methods) when boxed value load is near boxing code.
      Add experimental code to eliminate all non-escaping boxing objects (including new instances) by aggressively propagating loads from such objects through graph.

            Assignee:
            Vladimir Kozlov
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: