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: 6889300
Votes 0
Synopsis assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes")
Category hotspot:compiler2
Reported Against
Release Fixed hs17(b04), 7(b75) (Bug ID:2184789)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 07-OCT-2009
Description
Customer hit this assert in transform_old() when PhiNode::Ideal() method returns Phi node with no users
when before the Ideal() call it only references itself with the edge corresponding to dead control path.
PhiNode::Ideal()  should return TOP for such case.
Posted Date : 2009-10-07 21:05:10.0
Work Around
N/A
Evaluation
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/ce590301ae2a
Posted Date : 2009-10-14 08:07:34.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang