Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2177202 | 7 | Vladimir Kozlov | P3 | Closed | Fixed | b34 |
JDK-2172747 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
% vm/bin/java -d64 -serve -Xint SpecApplication -s100 -M5 -m5 -g -d3000 -a _200_check _227_mtrt
Speed will be 100
Will run each benchmark at most 5 times
Will run each benchmark at least 5 times
Will gc in between benchmarks
Will delay 3000 ms in between benchmarks
>>>> spec.benchmarks._200_check.Main exited with exception: java.lang.IllegalStateException: zip file closed <<<<
java.lang.IllegalStateException: zip file closed
at java.util.zip.ZipFile.ensureOpen(ZipFile.java:420)
at java.util.zip.ZipFile.getEntry(ZipFile.java:165)
Speed will be 100
Will run each benchmark at most 5 times
Will run each benchmark at least 5 times
Will gc in between benchmarks
Will delay 3000 ms in between benchmarks
>>>> spec.benchmarks._200_check.Main exited with exception: java.lang.IllegalStateException: zip file closed <<<<
java.lang.IllegalStateException: zip file closed
at java.util.zip.ZipFile.ensureOpen(ZipFile.java:420)
at java.util.zip.ZipFile.getEntry(ZipFile.java:165)
- backported by
-
JDK-2172747 jvm98 crashes with SS12 built jdk on Solaris X64 fastdebug version
- Resolved
-
JDK-2177202 jvm98 crashes with SS12 built jdk on Solaris X64 fastdebug version
- Closed