Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177418 | 7 | Christian Thalinger | P5 | Closed | Fixed | b57 |
JDK-2180603 | 6u18 | Christian Thalinger | P5 | Resolved | Fixed | b01 |
The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be. Adding an AddressLiteral class on SPARC which handles pointer addresses, like this is already the case on x86, seems to be the right thing to do.
- backported by
-
JDK-2180603 Add AddressLiteral class on SPARC
-
- Resolved
-
-
JDK-2177418 Add AddressLiteral class on SPARC
-
- Closed
-
- relates to
-
JDK-6980711 HotSpot assembler_sparc changes needed for GNU/Linux on SPARC build
-
- Resolved
-
-
JDK-6833573 C2 sparc: assert(c < 64 && (c & 1) == 0,"bad double float register")
-
- Closed
-