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: 6667615
Votes 0
Synopsis Escape Analysis: extend MDO to cache arguments escape state
Category hotspot:compiler2
Reported Against
Release Fixed hs12(b02)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs
Submit Date 26-FEB-2008
Description
EA uses byte code escape analyzer to determine the escape state of an allocation passed
as an argument to a not inlined call. bcEscapeAnalyzer looks recursively on bytecode
of the method and methods this method calls. It is expensive to do in each call site.
Use MDO to cache arguments escape state.
Posted Date : 2008-02-26 01:36:57.0
Work Around
N/A
Evaluation
See description.
Posted Date : 2008-03-12 15:48:26.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang