Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2208542 | 7 | Christian Thalinger | P4 | Closed | Fixed | b137 |
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
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
- backported by
-
JDK-2208542 Zero tweak to remove accidentally incorporated code
- Closed
- relates to
-
JDK-7032458 Zero and Shark fixes
- Closed