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

Add experimental feature to eliminate non-escaping boxing objects

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • hs25, 9, 10
    • 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.

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

              Created:
              Updated: