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: 6671250
Votes 0
Synopsis In Parse::do_if() old Cmp node 'c' should be replaced with new one after BoolNode transformation.
Category hotspot:compiler2
Reported Against
Release Fixed hs12(b02)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 05-MAR-2008
Description
In Parse::do_if() 'c' (CmpNode) node may be changed during BoolNode transformation
so 'c' may became dead but the node is referenced later in the code.
It should be replaced with new one after BoolNode transformation.
Posted Date : 2008-03-05 01:19:04.0
Work Around
N/A
Evaluation
See description.
Posted Date : 2008-03-05 01:26:20.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang