-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
beta
-
sparc
-
solaris_8
-
Verified
Name: fh87463 Date: 12/20/2000
Following assertion occur when running Compile The Wrold tests.
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(old != hash_find(old), "should already been removed")
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/phaseX.cpp, 932 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x127d90 nid=0xb runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1000'
VM option 'CompileTheWorldStopAt=1228'
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.swingall.jar.1000.1228.ksh[40]: 6088 Abort
real 2m48.97s
This assertion occured in following log files
========================================================
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/ctw.swingall.jar.1000.1228.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/swingall.jar
Binary used:
Fastdebug binary of [c2_baseline/compiler2/20001218-144629] from build archive page.
/net/jano.eng/export/disk05/hotspot/auto/ar/c2_baseline/20001218-144629/bin_solaris_sparc_compiler2_fastg.tar.gz
I have a copy of libjvm.so here:
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/libjvm.so
Please look into rerun scripts for more detail.
Please visit this page for latest Compile The World result.
http://sqesvr.eng.sun.com/vsn/users/ctwresult/SunOS_sparc/
#########################
# To reproduce the bug:
#########################
1. cd /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/bugtraq/assertion.20
2. edit script if needed.
3. run one of the shell scripts: run.swingall.jar.1000.1228.ksh
#########################
# Rerun script
#########################
$ cat run.swingall.jar.1000.1228.ksh
#!/bin/ksh
# Script automatic generated at Tue Dec 19 02:16:29 PST 2000 by fhsu
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
export JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc
export CLASSPATH=$JAVA_HOME/jre/lib/rt.jar
case "$(uname)" in
SunOS)
platform="$(uname -p)" # i386 or sparc
;;
Linux|Windows*)
platform="i386"
;;
esac
export LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629:$JAVA_HOME/jre/lib//:$JAVA_HOME/jre/lib/${platform}/native_threads:$JAVA_HOME/lib/${platform}
FLAGS="-verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
GAMMA=/net/alpheridies/export/VM/users/fhsu/ctwresult/scripts/compileTheWorld/lib/SunOS_sparc/gamma
jarfile=/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/swingall.jar
start=1000
end=1228
CMDLINE="$GAMMA $FLAGS -XX:CompileTheWorldStartAt=$start -XX:CompileTheWorldStopAt=$end -Xbootclasspath/p:${jarfile}"
print "*****Debug Info: java -version(-Xinternalversion)*****"
$JAVA_HOME/bin/java -fullversion 2>&1
$GAMMA -Xinternalversion 2>&1
print "*****Debug Info: JAVA_HOME*****"
print "JAVA_HOME=$JAVA_HOME"
print "*****Debug Info: LD_LIBRARY_PATH*****"
print "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
print "*****Debug Info: CLASSPATH*****"
print "CLASSPATH=$CLASSPATH"
print "*****Debug Info: Machine Used*****"
print "$(/usr/bin/uname -a)"
print "*****Debug Info: Command Line As Follow*****"
print "$CMDLINE"
print "*****Compile The World Start AT $(date)*****"
time ksh -c "${CMDLINE}"
print "Exit Value $?"
echo "*****Compile The World End AT $(date)*****"
#########################
# Assertion
#########################
$ cat assertion.20
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(old != hash_find(old), "should already been removed")
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/phaseX.cpp, 932 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x127d90 nid=0xb runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1000'
VM option 'CompileTheWorldStopAt=1228'
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.swingall.jar.1000.1228.ksh[40]: 6088 Abort
real 2m48.97s
This assertion occured in following log files
========================================================
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/ctw.swingall.jar.1000.1228.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/swingall.jar
#########################
# Test log
#########################
$ cat ctw.swingall.jar.1000.1228.txt
Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.swingall.jar.1000.1228.ksh
*****Debug Info: java -version(-Xinternalversion)*****
java full version "1.4.0beta-b45"
Built on Dec 18 2000 15:52:27 by auto build product+1.4+c2_baseline+compiler2+20001218-144629 with Workshop 5.0 compat=5
*****Debug Info: JAVA_HOME*****
JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc
*****Debug Info: LD_LIBRARY_PATH*****
LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629:/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/jre/lib//:/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/jre/lib/sparc/native_threads:/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/lib/sparc
*****Debug Info: CLASSPATH*****
CLASSPATH=/net/jdk.eng/export/disk8/local.java/jdk1.4/solsparc/jre/lib/rt.jar
*****Debug Info: Machine Used*****
SunOS minifridge 5.8 Generic sun4u sparc SUNW,Ultra-Enterprise
*****Debug Info: Command Line As Follow*****
/net/alpheridies/export/VM/users/fhsu/ctwresult/scripts/compileTheWorld/lib/SunOS_sparc/gamma -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:CompileTheWorldStartAt=1000 -XX:CompileTheWorldStopAt=1228 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/swingall.jar
*****Compile The World Start AT Tue Dec 19 02:16:30 PST 2000*****
CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/q-t/swingall.jar
CompileTheWorld (1000) : com/sun/java/swing/text/Highlighter$Highlight
CompileTheWorld (1001) : com/sun/java/swing/text/Highlighter$HighlightPainter
CompileTheWorld (1002) : com/sun/java/swing/text/Highlighter
CompileTheWorld (1003) : com/sun/java/swing/text/IconView
CompileTheWorld (1004) : com/sun/java/swing/text/JTextComponent$AccessibleJTextComponent
CompileTheWorld (1005) : com/sun/java/swing/text/JTextComponent$ClipboardObserver
CompileTheWorld (1006) : com/sun/java/swing/text/JTextComponent$DefaultKeymap
CompileTheWorld (1007) : com/sun/java/swing/text/JTextComponent$FocusAction
CompileTheWorld (1008) : com/sun/java/swing/text/html/ASCII_CharStream
CompileTheWorld (1009) : com/sun/java/swing/text/html/BranchTranslator
CompileTheWorld (1010) : com/sun/java/swing/text/html/CharStream
CompileTheWorld (1011) : com/sun/java/swing/text/html/HRuleView
CompileTheWorld (1012) : com/sun/java/swing/text/html/HTMLBoxView
.............
.............
skipping.....
.............
.............
CompileTheWorld (1106) : com/sun/java/swing/text/LabelView
CompileTheWorld (1107) : com/sun/java/swing/text/MutableAttributeSet
CompileTheWorld (1108) : com/sun/java/swing/text/ParagraphView$Row
CompileTheWorld (1109) : com/sun/java/swing/text/ParagraphView
CompileTheWorld (1110) : com/sun/java/swing/text/PasswordView
CompileTheWorld (1111) : com/sun/java/swing/text/PlainDocument
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(old != hash_find(old), "should already been removed")
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/phaseX.cpp, 932 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x127d90 nid=0xb runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=1000'
VM option 'CompileTheWorldStopAt=1228'
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/c2_baseline/compiler2/20001218-144629/run.swingall.jar.1000.1228.ksh[40]: 6088 Abort
real 2m48.97s
user 2m48.14s
sys 0m0.58s
Exit Value 134
*****Compile The World End AT Tue Dec 19 02:19:19 PST 2000*****
======================================================================