JDK-7030207 : Zero tweak to remove accidentally incorporated code
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs21
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-03-23
  • Updated: 2011-04-24
  • Resolved: 2011-04-24
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 7 Other
7Fixed hs21Fixed
Related Reports
Relates :  
Description
http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2011-March/004957.html

Hi all,

IcedTea contains a now-unmaintained ARM-specific interpreter.
Part of that interpreter was accidentally incorporated in one
of the webrevs when Zero was initially imported.  It does not
correctly limit its behaviour to only when the ARM interpreter
is enabled, with the potential to cause infinite loops and
other tricky to debug issues.  This webrev removes this code:

 http://cr.openjdk.java.net/~gbenson/zero-tweak/

I don't have a bug id for this.

Cheers,
Gary

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/151da0c145a8
25-03-2011