Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2043635 | 1.4.0 | Clifford Click | P2 | Closed | Fixed | beta2 |
Name: fh87463 Date: 05/14/2001
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(derived->is_Mach()->ideal_Opcode() == Op_AddP, "")
#
# Error ID: /net/jano/export/disk05/hotspot/auto/ws_jano/fpt/src/share/vm/opto/chaitin.cpp, 1830 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x11b838 nid=0xc runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=0'
VM option 'CompileTheWorldStopAt=98'
/net/taloraan.eng/export/vsn/users/ctwresult/SunOS_sparc/baseline/compiler2/20010511-203129.suntool/run.dbp.jar.0.98.ksh[35]: 24466 Abort
Exit Value 134
*****Compile The World End AT Mon May 14 16:13:26 PDT 2001*****
This assertion occured in following log files
========================================================
file:/net/sqesvr/export/vsn/users/ctwresult/solsparc/baseline/compiler2/20010511-203129.suntool/ctw.dbp.jar.0.98.txt
jar: /net/suntools.eng/export/tools/WWW/reld/user/dbp.jar
Binary used:
Fastdebug binary of [baseline/compiler2/20010511-203129] from build archive page.
/net/jano.eng/export/disk05/hotspot/auto/ar/baseline/20010511-203129/bin_solaris_sparc_compiler2_fastg.tar.gz
Please look into rerun scripts for more detail.
#########################
# 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.dbp.jar.0.98.ksh
#########################
# Rerun script
#########################
$ cat run.dbp.jar.0.98.ksh
#!/bin/ksh
# Script automatic generated at Mon May 14 16:07:26 PDT 2001 by fhsu
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
export JAVA_HOME=/net/taloraan.eng/export/vsn/users/ctwresult/scripts/compileTheWorld/jdk/baseline/jdk1.4/j2sdk-1_4_0-beta-bin-b64-solsparc-10_may_2001
case "$(uname)" in
SunOS)
platform="$(uname -p)" # i386 or sparc
;;
Linux|Windows*)
platform="i386"
;;
esac
FLAGS="-compiler2.20010511-203129 -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m"
VMTYPE="-compiler2.20010511-203129"
JARFILE="/net/suntools.eng/export/tools/WWW/reld/user/dbp.jar"
START=0
END=98
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)*****"
======================================================================
- backported by
-
JDK-2043635 CTW assertion at chaitin.cpp, 1830 [ Patched ]
- Closed
- duplicates
-
JDK-4533301 SEGV occurs on Function name=JVM_IsInterface
- Closed
-
JDK-4641385 JDK1.3.1_02, c2 CompilerBrokerThread crashes in PhaseChaitin::gather_lrg_masks
- Closed