Name: fh87463 Date: 03/07/2002
Following assertion occur when running Compile The Wrold tests.
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (20020301093251.jmasa.baseline-fastdebug-debug mixed mode)
#
# assert(!oop_is_derived(lrg), "must hook all derived oops explicitly")
#
# Error ID: /net/balvenie.sfbay/export/imgr_home/ws/20020301093251.jmasa.baseline/src/share/vm/opto/chaitin.cpp, 1649 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x1121b0 nid=0xb runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option '+VerifyDUIterators'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=0'
VM option 'CompileTheWorldStopAt=499'
/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/server/b03/run.jlapack.jar.0.499.ksh[36]: 23066 Abort
Exit Value 134
This assertion occured in following log files
========================================================
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/server/b03/Failed/ctw.jlapack.jar.0.499.txt
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/benchmarks/engr/jlapack-0.3a/jlapack.jar
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.jlapack.jar.0.499.ksh
#########################
# Rerun script
#########################
$ cat run.jlapack.jar.0.499.ksh
#!/bin/ksh
# Script automatic generated at Mon Mar 4 17:25:26 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="-server -verify -XX:+CompileTheWorld -XX:+VerifyDUIterators -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
VMTYPE="-server"
JARFILE="/net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/benchmarks/engr/jlapack-0.3a/jlapack.jar"
START=0
END=499
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)*****"
======================================================================