-
Bug
-
Resolution: Fixed
-
P1
-
1.4.0
-
beta2
-
sparc
-
solaris_8
-
Verified
Name: fh87463 Date: 04/09/2001
Following assertion occur on sparc platform when running Compile The Wrold tests.
# HotSpot Virtual Machine Error : 11
# Error ID : /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/runtime/os.cpp, 729 [ Patched ]
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (product+1.4+c2_baseline+compiler2+20010408-111330-release mixed mode)
#
# An error report file has been saved as hs_err_pid27519.log.
# Please refer to the file for further information.
#
Dumping core....
/net/sqesvr/export/vsn/users/ctwresult/scripts/compileTheWorld/result/solsparc/c2_baseline/compiler2/20010408-111330/run.Dynamo4.1.0.jar.0.1499.ksh[35]: 27519 Abort
Exit Value 134
Binary used:
Optimized binary of [c2_baseline/compiler2/20010408-111330] from build archive page.
/net/jano.eng/export/disk05/hotspot/auto/ar/c2_baseline/20010408-111330/bin_solaris_sparc_compiler2.tar.gz
#########################
# 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.Dynamo4.1.0.jar.0.1499.ksh
run.Dynamo4.5.0.jar.0.1499.ksh
run.Dynamo4.5.0.jar.1500.2999.ksh
run.Khalid.jar.3000.3339.ksh
run.ZKM.jar.0.504.ksh
run.ark.jar.0.681.ksh
run.ldap40.jar.0.148.ksh
#########################
# Rerun script
#########################
$ cat run.Dynamo4.1.0.jar.0.1499.ksh
#!/bin/ksh
# Script automatic generated at Sun Apr 8 18:36:50 PDT 2001 by
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
export JAVA_HOME=/net/sqesvr/export/vsn/users/ctwresult/scripts/compileTheWorld/jdk/c2_baseline/jdk1.4/j2sdk-1_4_0-beta-bin-b59-solsparc-04_apr_2001
case "$(uname)" in
SunOS)
platform="$(uname -p)" # i386 or sparc
;;
Linux|Windows*)
platform="i386"
;;
esac
FLAGS="-compiler2.20010408-111330 -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:+VerifyDUIterators"
VMTYPE="-compiler2.20010408-111330"
JARFILE="/net/sqesvr/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/a-d/Dynamo4.1.0.jar"
START=0
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)*****"
======================================================================