-
Bug
-
Resolution: Fixed
-
P3
-
6
There is a compile the world crash when run with "-XX:+VerifyDUIterators" option.
The crash occur on both solaris & Linux platforms.
Here is the crash:
# Internal Error (/BUILD_AREA/jdk6.0/hotspot/src/share/vm/opto/node.cpp, 69), pid=29960, tid=3493546928
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0-ea-fastdebug-b58-debug mixed mode)
#
# Error: assert(_del_tick == node->_del_tick,"no unexpected deletions allowed")
# An error report file with more information is saved as /tmp/hs_err_pid29960.log
#
Here is command line to reproduce the crash. It crashed at class 158: powersoft/datawindow/DataTable
$ java -server -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:+VerifyDUIterators -Xss4m -verify -XX:-ShowMessageBoxOnError -XX:+CompileTheWorld -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/ASMSJar.jar
The crash occur on both solaris & Linux platforms.
Here is the crash:
# Internal Error (/BUILD_AREA/jdk6.0/hotspot/src/share/vm/opto/node.cpp, 69), pid=29960, tid=3493546928
#
# Java VM: Java HotSpot(TM) Server VM (1.6.0-ea-fastdebug-b58-debug mixed mode)
#
# Error: assert(_del_tick == node->_del_tick,"no unexpected deletions allowed")
# An error report file with more information is saved as /tmp/hs_err_pid29960.log
#
Here is command line to reproduce the crash. It crashed at class 158: powersoft/datawindow/DataTable
$ java -server -XX:MinInliningThreshold=0 -XX:MaxPermSize=64m -XX:+VerifyDUIterators -Xss4m -verify -XX:-ShowMessageBoxOnError -XX:+CompileTheWorld -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/ASMSJar.jar