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

Add LoadUB and LoadUI opcode class

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • hs15
    • hs15, 5.0, 5.0u4, 6, 7
    • hotspot
    • b03
    • generic, x86, sparc
    • generic, solaris_9, solaris_10, windows_xp

        Add a LoadUB (unsigned byte) and LoadUI (unsigned int) opcode class so we have these load optimizations in the first place and do not need to handle them in the matcher.

        These classes will handle code like, e.g.:

        bytearray[i] & 0xFF
        intarray[i] & 0xFFFFFFFF

              twisti Christian Thalinger (Inactive)
              twisti Christian Thalinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: