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: 6667595
Votes 0
Synopsis Set probability FAIR for pre-, post- loops and ALWAYS for main loop
Category hotspot:compiler2
Reported Against
Release Fixed hs14(b06)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 26-FEB-2008
Description
C2 clone original loop's probability when it constructs pre-, main, post- loops.
Then C2 adds zero-trip guard for main loop with probability FAIR.
As result a main loop's probability could be half of a pre-loop's probability
and RA may generates stack spills in the main loop and not in the pre-loop.
Posted Date : 2008-02-26 00:47:21.0
Work Around
N/A
Evaluation
http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/cc80376deb0c
Posted Date : 2008-10-03 00:41:05.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang