JDK-6703890 : Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs14,7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_10
  • CPU: generic,x86
  • Submitted: 2008-05-16
  • Updated: 2013-11-01
  • Resolved: 2008-06-12
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
6u14Fixed 7Fixed hs13Fixed
Related Reports
Duplicate :  
Description
Currently C2 generates CmpP (64-bits) instructions for klass and oop NULL checks 
with Compressed Oops.

Add LoadNKlass and CMoveN nodes, use CmpN and ConN nodes and 
add correspondent platform specific assembler instructions 
to generate narrow oops (32-bits) compare instructions
to avoid decoding.

Comments
SUGGESTED FIX See Description.
21-05-2008

EVALUATION See Description.
21-05-2008