-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: hs15
-
Component/s: hotspot
-
b04
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2179095 | 7 | Christian Thalinger | P4 | Closed | Fixed | b61 |
| JDK-2180633 | 6u18 | Christian Thalinger | P5 | Resolved | Fixed | b01 |
6797305 handles load widening but no shortening which should be covered here.
For example:
char c = (char) (intarray[i] & 0xFFFF);
For example:
char c = (char) (intarray[i] & 0xFFFF);
- backported by
-
JDK-2180633 Load shortening optimizations
-
- Resolved
-
-
JDK-2179095 Load shortening optimizations
-
- Closed
-
- relates to
-
JDK-6667618 Disable LoadL->ConvL2I ==> LoadI optimization
-
- Closed
-