JDK-6671807 : Escape Analysis: Add new ideal node to represent the state of a scalarized object at a safepoint
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs12
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2008-03-06
  • 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.

To download the current JDK release, click here.
JDK 6 Other
6u14Fixed hs12Fixed
Description
Add new ideal node SafePointScalarObjectNode to represent the state of 
a scalarized object at a safepoint.

Comments
SUGGESTED FIX Add new ideal node SafePointScalarObjectNode to represent the state of a scalarized object at a safepoint. It describes additional input edges (starting and count) in the safepoint node to which it is attached. SafePointScalarObjectNode nodes will be created for each safepoint nodes which reference the original scalar replaced allocation (this code will be added in next changes).
14-03-2008

EVALUATION See description.
14-03-2008