JDK-6761092 : jvm crashes when CDS is enabled
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs14
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-19
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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
hs14-b06 jvm crashes when CDS is enabled.

> java -client -Xshare:dump

> java -client -version
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xfe981f24, pid=20595, tid=2
#
# Java VM: Java HotSpot(TM) Client VM (14.0-b06-2008-10-16-062551.et151817.hs14b06a mixed mode, sharing solaris-sparc )
# Problematic frame:
# V  [libjvm.so+0x181f24]
#

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/52e32c8b317e
22-10-2008

EVALUATION Bug in hardcoded constant assuming max size of c++ virtual method table for vm Klass types, only used with CDS.
22-10-2008