Name: fh87463 Date: 05/02/2001
Following assertion occur when running Compile The Wrold tests on Linux platform.
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(spill->ref_count() > 0, "this is a released spill")
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_laphroaig/fpt/src/share/vm/c1/c1_RegAlloc.cpp, 619
#
# Problematic Thread: prio=1 tid=0x0x80ab1f0 nid=0x374a runnable
#
Current thread is 0x1c08
Dumping core ...
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1000'
VM option 'CompileTheWorldStopAt=1999'
Exit Value 0
*****Compile The World End AT Tue May 1 17:45:56 PDT 2001*****
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.Khalid.jar.1000.1999.ksh
run.cloudscape.jar.1000.1882.ksh
run.cloudscape_classes.jar.6000.6999.ksh
run.cloudsync.jar.1000.1969.ksh
#########################
# Rerun script
#########################
$ cat run.Khalid.jar.1000.1999.ksh
#!/bin/ksh
# Script automatic generated at Tue May 1 17:44:53 PDT 2001 by fhsu
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
export JAVA_HOME=/.automount/alpheridies.eng/root/export/VM/users/fhsu/ctwresult/scripts/compileTheWorld/jdk/baseline/jdk1.4/j2sdk-1_4_0-beta-bin-b62-linux-i386-25_apr_2001
case "$(uname)" in
SunOS)
platform="$(uname -p)" # i386 or sparc
;;
Linux|Windows*)
platform="i386"
;;
esac
FLAGS="-compiler1.20010501-065454 -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
VMTYPE="-compiler1.20010501-065454"
JARFILE="/net/sqesvr/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/Khalid.jar"
START=1000
END=1999
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)*****"
======================================================================