-
Bug
-
Resolution: Fixed
-
P4
-
hs17
-
b07
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187246 | 7 | Christian Thalinger | P4 | Closed | Fixed | b80 |
JDK-2189864 | 6u21 | Christian Thalinger | P4 | Closed | Fixed | b01 |
JDK-2191381 | OpenJDK6 | Christian Thalinger | P3 | Closed | Fixed | b19 |
Gary Benson wrote:
Hi all,
I've been doing a mini-audit of Zero to ensure it still works with
non-standard options. This webrev:
http://cr.openjdk.java.net/~gbenson/zero-options-fixes/
fixes the following issues:
1. HotSpot would segfault with -XX:+CITime if the VM is built
with no compilers. The patch fixes this.
2. The C++ interpreter doesn't support -XX:+ProfileInterpreter
and -XX:+UseCompressedOops, and Zero doesn't support
-XX:+TaggedStackInterpreter. The patch disables these
options in these configurations.
Hi all,
I've been doing a mini-audit of Zero to ensure it still works with
non-standard options. This webrev:
http://cr.openjdk.java.net/~gbenson/zero-options-fixes/
fixes the following issues:
1. HotSpot would segfault with -XX:+CITime if the VM is built
with no compilers. The patch fixes this.
2. The C++ interpreter doesn't support -XX:+ProfileInterpreter
and -XX:+UseCompressedOops, and Zero doesn't support
-XX:+TaggedStackInterpreter. The patch disables these
options in these configurations.
- backported by
-
JDK-2191381 Fix broken options on Zero
- Closed
-
JDK-2187246 Fix broken options on Zero
- Closed
-
JDK-2189864 Fix broken options on Zero
- Closed