JDK-6667612 : Escape Analysis: disable loop clonning if it has a scalar replaceable allocation
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs12
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2008-02-26
  • 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
Clonning an allocation will not allow scalar replace it since memory operations
could not be associated with one allocation, unique type data graph is invalide
after such clonning.

Comments
EVALUATION See Description.
07-03-2008

SUGGESTED FIX Do not clone a loop with a scalar replaceable allocation Also use 1 instead of 'true' for integer bitfields assignment.
07-03-2008