Name: gv34239 Date: 03/27/2002
Following assertion occur when running Compile The World tests.
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20020322102056.jmasa.baseline-fastdebug-debug mixed mode)
#
# assert(idx < _node_regs_max_index, "Exceeded _node_regs array")
#
# Error ID: /net/balvenie.sfbay/export/imgr_home/ws/20020322102056.jmasa.baseline/src/share/vm/opto/regalloc.hpp, 59 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x100273e58 nid=0xb runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option '+VerifyDUIterators'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1500'
VM option 'CompileTheWorldStopAt=1999'
/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b06/run.plumhall.jar.1500.1999.ksh[36]: 13567 Abort
Exit Value 134
This assertion occured in following log files
========================================================
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b06/Failed/ctw.plumhall.jar.1500.1999.txt
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/m-p/plumhall.jar
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/m-p/plumhall.jar
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/d64/b06/Failed/ctw.testbase.jar.3000.3499.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.plumhall.jar.1500.1999.ksh
run.testbase.jar.3000.3499.ksh
#########################
# Rerun script
#########################
$ cat run.plumhall.jar.1500.1999.ksh
#!/bin/ksh
# Script automatic generated at Sat Mar 23 05:06:33 PST 2002 by gridadm
#
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/m-p/plumhall.jar"
START=1500
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)*****"
======================================================================
Assertion also occurs on solsparc/server/b06
==================================================
Following assertion occur when running Compile The Wrold tests.
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (20020322102056.jmasa.baseline-fastdebug-debug mixed mode)
#
# assert(idx < _node_regs_max_index, "Exceeded _node_regs array")
#
# Error ID: /export/imgr_home/ws/20020322102056.jmasa.baseline/src/share/vm/opto/regalloc.hpp, 59 [ Patc
hed ]
#
# Problematic Thread: prio=5 tid=0x151df8 nid=0x9 runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option '+VerifyDUIterators'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1500'
VM option 'CompileTheWorldStopAt=1999'
/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/server/b06/run.plumhall.jar.1500.1999.ksh[36]:
2497 Abort
Exit Value 134
This assertion occured in following log files
========================================================
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/server/b06/Failed/ctw.plumhall.jar.1500.1
999.txt
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/m-p/plumhall.jar
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/q-t/testbase.jar
file:/net/taloraan.sfbay/export/vsn/VM/hopper/pit/ctw/solsparc/server/b06/Failed/ctw.testbase.jar.3000.3
499.txt
jar: /net/sqesvr.sfbay/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/q-t/testbase.jar
###@###.### 2002-03-27