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: 6673473
Votes 0
Synopsis Escape Analysis: Add the instance's field information to PhiNode.
Category hotspot:compiler2
Reported Against
Release Fixed hs12(b02)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 10-MAR-2008
Description
Phi nodes are generated when needed to represent instance's fields values to scalar 
replace an allocation. They are generated during memory optimization by using 
split_through_phi optimization. It creates problem when we do this for loop's Phi 
since there is no a guard against infinite (for each optimization path for the loop) 
generation of such values Phi nodes.
Posted Date : 2008-03-10 21:08:02.0
Work Around
N/A
Evaluation
See description.
Posted Date : 2008-03-10 21:08:02.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang