JDK-6674600 : Escape Analysis: Optimize memory graph for instance's fields
Type:Enhancement
Component:hotspot
Sub-Component:compiler
Affected Version:hs12
Priority:P4
Status:Closed
Resolution:Fixed
OS:solaris_10
CPU:sparc
Submitted:2008-03-12
Updated:2011-04-20
Resolved:2011-04-20
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Escape Analysis generates unique memory slices for instance's fields.
It gives opportunite to do more aggressive memory optimizations to obtain
values assigned to instance's fields and to replace the instance with scalar.