-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
1.3.1
-
sparc
-
solaris_7
Name: fh87463 Date: 10/27/2000
Following assertion occur when running Compile The Wrold tests on V8 machine. (littletoot.eng)
CompileTheWorld (2597) : atg/ui/document/wizard/FormWizard$1
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2598) : atg/ui/document/wizard/FormWizard$2
Java HotSpot(TM) Client VM warning: os::commit_memory failed
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2599) : Skipping atg/ui/document/wizard/sql/SQLDropletWizard
# # An unexpected exception has been detected in native code outside the VM.# Program counter=0xee56e81c
#
# Problematic Thread: prio=5 tid=0x3ab28 nid=0x1 runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=0'
VM option 'CompileTheWorldStopAt=6483'
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/run.Dynamo4.5.0.jar.0.6483.ksh[40]: 8356 Abort
real 1h30m36.22s
This assertion occured in following log files
========================================================
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.Dynamo4.5.0.jar.0.6483.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/Dynamo4.5.0.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.Khalid.jar.0.3339.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/Khalid.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.cloudscape_classes.jar.0.9999.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/cloudscape_classes.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.compstudio.jar.0.3754.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/compstudio.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.jck13classes.jar.0.9999.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.jck13classes.jar.20000.23907.txt
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.testbase.jar.0.3772.txt
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.weblogic.jar.0.4024.txt
Binary used:
Fastdebug binary of [ladybird_baseline/compiler1/20001017-184653.v8] from build archive page.
/net/jano.eng/export/disk05/hotspot/auto/ar/ladybird_baseline/20001017-184653.v8/bin_solaris_sparc_compiler1_fastg.tar.gz
I have a copy of libjvm.so here:
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/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/ladybird_baseline/compiler1/20001017-184653.v8/bugtraq/assertion.2
2. edit script if needed.
3. run one of the shell scripts: run.Dynamo4.5.0.jar.0.6483.ksh
run.Khalid.jar.0.3339.ksh
run.cloudscape_classes.jar.0.9999.ksh
run.compstudio.jar.0.3754.ksh
run.jck13classes.jar.0.9999.ksh
run.jck13classes.jar.20000.23907.ksh
run.testbase.jar.0.3772.ksh
run.weblogic.jar.0.4024.ksh
#########################
# Rerun script
#########################
$ cat run.Dynamo4.5.0.jar.0.6483.ksh
#!/bin/ksh
# Script automatic generated at Tue Oct 24 09:25:39 PDT 2000 by fhsu
#
print "Running $(cd $(dirname $0) ; pwd)/$(basename $0)"
export JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.3.1/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/ladybird_baseline/compiler1/20001017-184653:$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/minifridge.eng/export/disk2/ctw_nightly/scripts/compileTheWorld/lib/SunOS_sparc/gamma
jarfile=/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/Dynamo4.5.0.jar
start=0
end=6483
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.2
CompileTheWorld (2597) : atg/ui/document/wizard/FormWizard$1
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2598) : atg/ui/document/wizard/FormWizard$2
Java HotSpot(TM) Client VM warning: os::commit_memory failed
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2599) : Skipping atg/ui/document/wizard/sql/SQLDropletWizard
# # An unexpected exception has been detected in native code outside the VM.# Program counter=0xee56e81c
#
# Problematic Thread: prio=5 tid=0x3ab28 nid=0x1 runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=0'
VM option 'CompileTheWorldStopAt=6483'
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/run.Dynamo4.5.0.jar.0.6483.ksh[40]: 8356 Abort
real 1h30m36.22s
This assertion occured in following log files
========================================================
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.Dynamo4.5.0.jar.0.6483.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/Dynamo4.5.0.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.Khalid.jar.0.3339.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/Khalid.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.cloudscape_classes.jar.0.9999.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/cloudscape_classes.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.compstudio.jar.0.3754.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/compstudio.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.jck13classes.jar.0.9999.txt
jar: /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/i-l/jck13classes.jar
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.jck13classes.jar.20000.23907.txt
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.testbase.jar.0.3772.txt
file:/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/ctw.weblogic.jar.0.4024.txt
#########################
# Test logs
#########################
$ cat ctw.Dynamo4.5.0.jar.0.6483.txt
Running /net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/run.Dynamo4.5.0.jar.0.6483.ksh
*****Debug Info: java -version(-Xinternalversion)*****
java full version "1.3.1ea-b04"
Built on Oct 17 2000 23:16:20 by unknown with Workshop 5.0 compat=5
*****Debug Info: JAVA_HOME*****
JAVA_HOME=/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc
*****Debug Info: LD_LIBRARY_PATH*****
LD_LIBRARY_PATH=/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653:/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/jre/lib//:/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/jre/lib/sparc/native_threads:/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/lib/sparc
*****Debug Info: CLASSPATH*****
CLASSPATH=/net/jdk.eng/export/disk8/local.java/jdk1.3.1/solsparc/jre/lib/rt.jar
*****Debug Info: Machine Used*****
SunOS littletoot 5.7 Generic_106541-08 sun4m sparc SUNW,SPARCstation-10
*****Debug Info: Command Line As Follow*****
/net/minifridge.eng/export/disk2/ctw_nightly/scripts/compileTheWorld/lib/SunOS_sparc/gamma -verify -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:CompileTheWorldStartAt=0 -XX:CompileTheWorldStopAt=6483 -Xbootclasspath/p:/net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/Dynamo4.5.0.jar
*****Compile The World Start AT Tue Oct 24 09:25:46 PDT 2000*****
CompileTheWorld : Compiling all classes in /net/sqesvr/export/vsn/VM/testbase/testbase_js/src/jit/compiletheworld/jars/a-d/Dynamo4.5.0.jar
CompileTheWorld (1) : Skipping atg/dynamo/server/Dynamo
CompileTheWorld (2) : Skipping atg/dynamo/server/PageToClassException
CompileTheWorld (3) : Skipping atg/dynamo/server/MimeTypeHandler
CompileTheWorld (4) : Skipping atg/dynamo/server/DynamoInput
CompileTheWorld (5) : Skipping atg/dynamo/server/PageClasses
CompileTheWorld (6) : Skipping atg/dynamo/server/DynamoServer
CompileTheWorld (7) : Skipping atg/dynamo/server/DynamoShutdown
CompileTheWorld (8) : Skipping atg/dynamo/server/Encoding
CompileTheWorld (9) : Skipping atg/dynamo/server/EncodingTypes
CompileTheWorld (10) : Skipping atg/dynamo/server/ProcessServerHook
CompileTheWorld (11) : Skipping atg/dynamo/server/ServerHookException
CompileTheWorld (12) : Skipping atg/dynamo/server/CommandInput
CompileTheWorld (13) : Skipping atg/dynamo/server/DynamoOutput
.............
.............
skipping.....
.............
.............
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2594) : Skipping atg/ui/document/wizard/FormWizard
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2595) : Skipping atg/ui/document/wizard/FormWizard$BeanSelectorPage
Java HotSpot(TM) Client VM warning: os::commit_memory failed
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2596) : Skipping atg/ui/document/wizard/FormWizard$SQLKeySelector
CompileTheWorld (2597) : atg/ui/document/wizard/FormWizard$1
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2598) : atg/ui/document/wizard/FormWizard$2
Java HotSpot(TM) Client VM warning: os::commit_memory failed
Java HotSpot(TM) Client VM warning: os::commit_memory failed
CompileTheWorld (2599) : Skipping atg/ui/document/wizard/sql/SQLDropletWizard
# # An unexpected exception has been detected in native code outside the VM.# Program counter=0xee56e81c
#
# Problematic Thread: prio=5 tid=0x3ab28 nid=0x1 runnable
#
Dumping core....
VM option '+CompileTheWorld'
VM option 'MinInliningThreshold=0'
VM option 'MaxPermSize=64m'
VM option 'CompileTheWorldStartAt=0'
VM option 'CompileTheWorldStopAt=6483'
/net/sqesvr/export/vsn/users/ctwresult/SunOS_sparc/ladybird_baseline/compiler1/20001017-184653.v8/run.Dynamo4.5.0.jar.0.6483.ksh[40]: 8356 Abort
real 1h30m36.22s
user 1h20m19.05s
sys 1m50.11s
Exit Value 134
*****Compile The World End AT Tue Oct 24 10:56:25 PDT 2000*****
======================================================================