Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6703890
Votes 0
Synopsis Compressed Oops: add LoadNKlass node to generate narrow oops (32-bits) compare instructions
Category hotspot:compiler2
Reported Against
Release Fixed hs13(b02)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 6687583
Submit Date 16-MAY-2008
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.
Posted Date : 2008-05-21 22:56:26.0
Work Around
N/A
Evaluation
See Description.
Posted Date : 2008-05-21 22:56:26.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang