Name: fh87463 Date: 05/13/2001
Following assertion occur when running Compile The Wrold tests.
It happened in both C1/C2 binary.
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(is_internal_format(class_name), "external class name format used internally")
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/memory/systemDictionary.cpp, 350 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x3d628 nid=0x1 runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option '+PatchALot'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=0'
VM option 'CompileTheWorldStopAt=38'
/net/taloraan.eng/export/vsn/users/ctwresult/scripts/compileTheWorld/result/solsparc/baseline/compiler1/20010511-203129.localjava/run.jtreg.jar.0.38.ksh[35]: 2922 Abort
Exit Value 134
Please look into rerun scripts for more detail.
#########################
# To reproduce the bug:
#########################
1. cd /net/jano.eng/export/disk20/GammaBase/Bugs/[bug ID]
2. edit script if needed.
3. run one of the shell scripts:
run.jtreg.jar.0.38.ksh
#########################
# Rerun script
#########################
$ cat run.jtreg.jar.0.38.ksh
#!/bin/ksh
# Script automatic generated at Sun May 13 08:19:38 PDT 2001 by fhsu
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
export JAVA_HOME=/net/taloraan.eng/export/vsn/users/ctwresult/scripts/compileTheWorld/jdk/baseline/jdk1.4/j2sdk-1_4_0-beta-bin-b64-solsparc-10_may_2001
case "$(uname)" in
SunOS)
platform="$(uname -p)" # i386 or sparc
;;
Linux|Windows*)
platform="i386"
;;
esac
FLAGS="-compiler1.20010511-203129 -verify -XX:+CompileTheWorld -XX:+PatchALot -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
VMTYPE="-compiler1.20010511-203129"
JARFILE="/net/jdk/export/disk8/local.java/jct-tools3.0/jtreg.jar"
START=0
END=38
CMDLINE="$JAVA_HOME/bin/java $FLAGS -XX:CompileTheWorldStartAt=$START -XX:CompileTheWorldStopAt=$END -Xbootclasspath/p:${JARFILE}"
print "*****Debug Info: java -version(-Xinternalversion)*****"
$JAVA_HOME/bin/java ${VMTYPE} -version 2>&1
$JAVA_HOME/bin/java ${VMTYPE} -fullversion 2>&1
$JAVA_HOME/bin/java ${VMTYPE} -Xinternalversion 2>&1
print "*****Debug Info: JAVA_HOME*****"
print "JAVA_HOME=$JAVA_HOME"
print "*****Debug Info: Machine Used*****"
print "$(uname -a)"
print "*****Debug Info: Command Line As Follow*****"
print "$CMDLINE"
print "*****Compile The World Start AT $(date)*****"
ksh -c "${CMDLINE}"
print "Exit Value $?"
echo "*****Compile The World End AT $(date)*****"
======================================================================