Compile the world fail with following message. It can be easily reproduce
with latest hotsparc 1.0.1 binary by the command line I provided.
#
# HotSpot Virtual Machine Error, assertion failure
#
# assert(box_node->is_SpillCopy(), "Bad spill of Lock.")
# Error happened during: method compilation
#
# compiling se/ericsson/eto/mmts/toolbox/net/ServerPing.run
#
#
# CompileTheWorld no. #1923
#
# Error ID: /export/disk4/mojave/fhsu/binary/071399_1050/build/solaris/../../src/share/vm/opto/output.cpp, 771 [ Patched ]
#
Dumping core....
1. setup ypur LD_LIBRARY_PATH to pick up your binary, or use following value.
export LD_LIBRARY_PATH=/home/fhsu/HotSparc/binary/071399_1050/build/solaris/solaris_sparc_hp/fastdebug:/home/fhsu/bin/jd
k122v/solaris/jre/lib/sparc:/home/fhsu/bin/jdk122v/solaris/jre/lib/sparc/native_threads
2. run the following command line(do not change startAt & soptAt value,
it may not be reproducible if you change it)
/home/fhsu/bin/jdk122v/solaris/jre/../bin/sparc/native_threads/java -XX:+CompileTheWorld -XX:MinInliningThreshold=0 -XX:+VerifyIterativeGVN -X
X:+VerifyOpto -XX:CompileTheWorldStartAt=1900 -XX:CompileTheWorldStopAt=1949 -Xbootclasspath:/net/tetrasparc/export/disk3/gobi/ahmeds/libs/jars/console.jar:/
home/fhsu/bin/jdk122v/solaris/jre/lib/rt.jar
3. It will fail on CompileTheWorld no. #1923
- duplicates
-
JDK-4249511 Compile the world failure
-
- Closed
-