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

AutoBox elimination is broken with compressed oops

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • hs15
    • hs12
    • hotspot
    • None
    • b03
    • sparc
    • solaris_10

        Compressed oops broke AutoBox elimination because of DecodeN nodes in ideal graph.
        AutoBox elimination optimization looks for Integer objects load from AutoBox cache array
        in an ideal graph and expects LoadP nodes.
        With compressed oops it gets DecodeN( LoadN ) instead of LoadP.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: