JDK-6865683 : The compiler/6849574/Test.java crashs VM in the shared mode.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: x86
  • Submitted: 2009-07-28
  • Updated: 2013-08-09
  • Resolved: 2010-03-08
Related Reports
Duplicate :  
Description
The regression test 
compiler/6849574/Test.java 
cause VM crash on any 32-bit VM when class sharing is used.

This no such issue when class sharing is off. Also it is specifing to -XX:+VerifyBeforeGC option

Here is the log.
http://sqeweb.sfbay.sun.com/nfs/results/vm/gtee/HSX/PIT/VM/16/b07/jdk7b67/product/javase/solaris-i586/client/mixed/solaris-i586_client_mixed_HS_REGRESSION/workDir/compiler/6849574/Test/
The message is:
[Verifying threads permgen tenured generation def new generation remset #
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (compactingPermGenGen.cpp:361), pid=22734, tid=2
#  Error: ShouldNotReachHere()
#
# JRE version: 7.0-b65
# Java VM: Java HotSpot(TM) Client VM (16.0-b07-2009-07-24-234259.et151817.hs16b07 mixed mode, sharing solaris-x86 )
# An error report file with more information is saved as:
# /home/lm153972/tmp/hs_err_pid22734.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Comments
EVALUATION I verified this is the same issue as in 6801625.
08-03-2010

EVALUATION Sounds like a duplicate of 6801625, fixed in hs17b05 (7b76) and in hs16b12 (6u18b05). Please check with those jdk's and close as dup of 6801625 if not reproducible.
08-12-2009