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: 6810855
Votes 0
Synopsis KILL vs. TEMP ordering restrictions are too strong
Category hotspot:compiler2
Reported Against
Release Fixed hs15(b03), 7(b51) (Bug ID:2174477)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 6511991
Submit Date 26-FEB-2009
Description
The support for TEMP operands in the adlc has some sanity checks that require TEMPs to come before KILLs since kill normally aren't really uses.  This simplifies some of the logic for mapping between operands and inputs.  The existing logic is being too strict since it complains about USE_KILLs instead of just raw KILLs.  The code should be modified to ignore USE_KILLs.
Posted Date : 2009-02-26 22:30:28.0
Work Around
N/A
Evaluation
this description is correct.
Posted Date : 2009-02-26 22:31:00.0

http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ed6404fac86b
Posted Date : 2009-02-27 04:06:54.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang