-
Enhancement
-
Resolution: Fixed
-
P5
-
hs15, 5.0, 5.0u4, 6, 7
-
b03
-
generic, x86, sparc
-
generic, solaris_9, solaris_10, windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174467 | 7 | Christian Thalinger | P5 | Closed | Fixed | b51 |
JDK-2180534 | 6u18 | Christian Thalinger | P5 | Resolved | Fixed | b01 |
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
These classes will handle code like, e.g.:
bytearray[i] & 0xFF
intarray[i] & 0xFFFFFFFF
- backported by
-
JDK-2180534 Add LoadUB and LoadUI opcode class
-
- Resolved
-
-
JDK-2174467 Add LoadUB and LoadUI opcode class
-
- Closed
-
- duplicates
-
JDK-6216739 Missed transforming LoadSignedByte&255 into LoadUnsignedByte
-
- Closed
-
-
JDK-6402977 Optimize use of SPARC signed and unsigned loads
-
- Closed
-
-
JDK-6345033 X64: enable load-widen code generation patterns
-
- Closed
-
-
JDK-6738521 Speed up access to "unsigned" byte arrays
-
- Closed
-
-
JDK-6799997 Enhance HotSpot for unsigned byte load
-
- Closed
-
(2 duplicates)