JDK-6822110 : Add AddressLiteral class on SPARC
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs15
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-03-25
  • Updated: 2010-07-29
  • Resolved: 2009-05-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u18Fixed 7Fixed hs16Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/6b2273dd6fa9
22-04-2009

EVALUATION Using AddressLiteral instead of Address where appropriate is straightforward.
25-03-2009