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
#
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
#
- duplicates
-
JDK-6801625 CDS: HeapDump tests crash with internal error in compactingPermGenGen.cpp
- Closed