Name: fh87463 Date: 03/06/2002
Following assertion occur when running Compile The Wrold tests in 64-bit VM.
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20020301093251.jmasa.baseline-fastdebug-debug mixed mode)
#
# assert(x < _LAST_MACH_OPER, "bad AD file")
#
# Error ID: /net/balvenie.sfbay/export/imgr_home/ws/20020301093251.jmasa.baseline/src/share/vm/opto/matcher.cpp, 1217 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x100278a58 nid=0xb runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option '+VerifyDUIterators'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1000'
VM option 'CompileTheWorldStopAt=1499'
/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/run.Dynamo4.1.0.jar.1000.1499.ksh[36]: 19441 Abort
Exit Value 134
This assertion occured in following log files
========================================================
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.Dynamo4.1.0.jar.1000.1499.txt
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/a-d/Dynamo4.1.0.jar
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.Dynamo4.1.0.jar.2500.2999.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.Dynamo4.5.0.jar.0.499.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.Dynamo4.5.0.jar.1500.1999.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.Dynamo4.5.0.jar.2500.2999.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.classes.jar.1000.1499.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.plumhall.jar.0.499.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.testbase.jar.2000.2499.txt
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b03/Failed/ctw.vbjtools.jar.0.290.txt
Please look into rerun scripts for more detail.
#########################
# To reproduce the bug:
#########################
1. cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/[bug ID]
2. edit script if needed.
3. run one of the shell scripts:
run.Dynamo4.1.0.jar.1000.1499.ksh
run.Dynamo4.1.0.jar.2500.2999.ksh
run.Dynamo4.5.0.jar.0.499.ksh
run.Dynamo4.5.0.jar.1500.1999.ksh
run.Dynamo4.5.0.jar.2500.2999.ksh
run.classes.jar.1000.1499.ksh
run.plumhall.jar.0.499.ksh
run.testbase.jar.2000.2499.ksh
run.vbjtools.jar.0.290.ksh
#########################
# Rerun script
#########################
$ cat run.Dynamo4.1.0.jar.1000.1499.ksh
#!/bin/ksh
# Script automatic generated at Mon Mar 4 17:57:20 PST 2002 by fhsu
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
ulimit -s 8192
export JAVA_HOME=/net/sqesvr.sfbay/export/vsn/VM/hopper/pit/jdk/latest/solsparc
case "$(uname)" in
SunOS)
platform="$(uname -p)" # i386 or sparc
;;
Linux|Windows*)
platform="i386"
;;
esac
FLAGS="-d64 -verify -XX:+CompileTheWorld -XX:+VerifyDUIterators -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
VMTYPE="-d64"
JARFILE="/net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/a-d/Dynamo4.1.0.jar"
START=1000
END=1499
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)*****"
======================================================================