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

Add experimental feature to eliminate non-escaping boxing objects

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • P3
    • tbd
    • hs25, 9, 10
    • hotspot
    • generic
    • generic

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: