Mode : -Xcomp
Platform : solsparc 5.8
JAVA_HOME : /net/sqesvr.eng/export/vsn/VM/merlin/weekahead/jdk/latest/{OS}
Steps to reproduce
1) cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{Bugid}
2) sh doit
{OR}
run the following command-line
/net/sqesvr.eng/export/vsn/VM/merlin/weekahead/jdk/latest/solsparc/bin/java -server -Xcomp -XX:-ShowMessageBoxOnError -Xverify:all -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=604 -XX:CompileTheWorldStopAt=685 -Xbootclasspath/p:/net/sqesvr.eng/export/vsn/VM/testbase/CompileTheWorld/jars/i-l/jmf.jar
Output:
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Server VM (build 20010516221604.jcoomes.baseline-debug, compiled mode)
VM option '-ShowMessageBoxOnError'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=604'
VM option 'CompileTheWorldStopAt=685'
CompileTheWorld : Compiling all classes in /net/sqesvr.eng/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/jmf.jar
1027 AddP <== _ 2841 769 128 << 1030 >>
1030 LoadP <== 803 923 1027 << 1039 1031 >> @java/lang/Object *[int+]*+any <idx=10> #com/sun/media/content/application/x_shockwave_flash/REdge:exact * Oop:com/sun/media/content/application/x_shockwave_flash/REdge:exact *
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(loop_count < K, "infinite loop in PhaseGVN::transform")
#
# Error ID: /net/balvenie.eng/export/imgr_home/ws/20010516221604.jcoomes.baseline/src/share/vm/opto/phaseX.cpp, 951 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x129110 nid=0xc runnable
#
Dumping core....
Abort - core dumped
Note: Test produces the following output on solx86
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Server VM (build 20010516221604.jcoomes.baseline-debug, compiled mode)
VM option '-ShowMessageBoxOnError'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=604'
VM option 'CompileTheWorldStopAt=685'
CompileTheWorld : Compiling all classes in /net/sqesvr.eng/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/jmf.jar
Segmentation Fault - core dumped
Platform : solsparc 5.8
JAVA_HOME : /net/sqesvr.eng/export/vsn/VM/merlin/weekahead/jdk/latest/{OS}
Steps to reproduce
1) cd /net/sqesvr.eng/export/vsn/GammaBase/Bugs/{Bugid}
2) sh doit
{OR}
run the following command-line
/net/sqesvr.eng/export/vsn/VM/merlin/weekahead/jdk/latest/solsparc/bin/java -server -Xcomp -XX:-ShowMessageBoxOnError -Xverify:all -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=604 -XX:CompileTheWorldStopAt=685 -Xbootclasspath/p:/net/sqesvr.eng/export/vsn/VM/testbase/CompileTheWorld/jars/i-l/jmf.jar
Output:
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Server VM (build 20010516221604.jcoomes.baseline-debug, compiled mode)
VM option '-ShowMessageBoxOnError'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=604'
VM option 'CompileTheWorldStopAt=685'
CompileTheWorld : Compiling all classes in /net/sqesvr.eng/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/jmf.jar
1027 AddP <== _ 2841 769 128 << 1030 >>
1030 LoadP <== 803 923 1027 << 1039 1031 >> @java/lang/Object *[int+]*+any <idx=10> #com/sun/media/content/application/x_shockwave_flash/REdge:exact * Oop:com/sun/media/content/application/x_shockwave_flash/REdge:exact *
#
# HotSpot Virtual Machine Error, assertion failure
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# assert(loop_count < K, "infinite loop in PhaseGVN::transform")
#
# Error ID: /net/balvenie.eng/export/imgr_home/ws/20010516221604.jcoomes.baseline/src/share/vm/opto/phaseX.cpp, 951 [ Patched ]
#
# Problematic Thread: prio=5 tid=0x129110 nid=0xc runnable
#
Dumping core....
Abort - core dumped
Note: Test produces the following output on solx86
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Server VM (build 20010516221604.jcoomes.baseline-debug, compiled mode)
VM option '-ShowMessageBoxOnError'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=604'
VM option 'CompileTheWorldStopAt=685'
CompileTheWorld : Compiling all classes in /net/sqesvr.eng/export/vsn/VM/testbase/testbase_vm/src/jit/compiletheworld/jars/i-l/jmf.jar
Segmentation Fault - core dumped
- duplicates
-
JDK-4458044 CTW assertion at phaseX.cpp, 951 [ Patched ]
- Closed