JDK-6729552 : jvm98 crashes with SS12 built jdk on Solaris X64 fastdebug version
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: hs10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86
  • Submitted: 2008-07-24
  • Updated: 2010-04-03
  • Resolved: 2008-08-29
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 JDK 7 Other
6u14Fixed 7Fixed hs14Fixed
Description
% 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)

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/be7facf71163
26-07-2008

SUGGESTED FIX Lower optimization for instanceKlass.o for fastdebug build.
24-07-2008

EVALUATION SS12 C++ tripped over new templates usage in instanceKlass.cpp.
24-07-2008