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: 6674588
Votes 0
Synopsis Escape Analysis: Improve Escape Analysis code
Category hotspot:compiler2
Reported Against
Release Fixed hs12(b02)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 12-MAR-2008
Description
Current Escape Analysis code has several problems which have to be fixed.
Generate Connection Graph after Parse phase and after the ideal graph is cleaned
(dead parts are removed from the graph). Add checks of additional ideal nodes
which could affect escape state of objects. Put on igvn worklist nodes
which look for or used with escape information (Lock, Unlock, Allocation, AddP).
Improve code for split unique type.
Posted Date : 2008-03-12 18:36:33.0
Work Around
N/A
Evaluation
See Description.
Posted Date : 2008-03-15 00:59:45.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang