-
Bug
-
Resolution: Fixed
-
P3
-
hs17, 6u18
-
b02
-
generic, x86
-
generic, solaris
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2183592 | 7 | Changpeng Fang | P3 | Closed | Fixed | b73 |
JDK-2190022 | 6u21 | Tom Rodriguez | P4 | Resolved | Fixed | b01 |
JDK-2185186 | 6u18 | Changpeng Fang | P2 | Closed | Fixed | b05 |
JDK-2184565 | hs16 | Changpeng Fang | P2 | Closed | Fixed | b12 |
Regression after 2009-08-14-070324.never.6862956 push.
I ran on x86:
% bin/java -Xss4m -Xverify:all -XX:-ShowMessageBoxOnError -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=398 -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/ark0419.jar
VM option '-DoEscapeAnalysis'
VM option '-ShowMessageBoxOnError'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=398'
CompileTheWorld : Compiling all classes in /net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/ark0419.jar
CompileTheWorld (398) : jp/co/justsystem/ark/view/box/table/TableBox
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/loopnode.cpp:2333
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P2/B/070324.never/source/src/share/vm/opto/loopnode.cpp:2333), pid=29613, tid=21
# Error: assert(!is_visited,"visit only once")
#
# JRE version: 7.0-b69
# Java VM: OpenJDK Server VM (16.0-b07-2009-08-14-070324.never.6862956-fastdebug mixed mode solaris-x86 )
# An error report file with more information is saved as:
# /export/kvn/VM/hs_err_pid29613.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
This is a preexisting bug found by the new verification code. It's a bad memory graph coming out of superword.
I ran on x86:
% bin/java -Xss4m -Xverify:all -XX:-ShowMessageBoxOnError -XX:+CompileTheWorld -XX:CompileTheWorldStartAt=398 -Xbootclasspath/p:/net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/ark0419.jar
VM option '-DoEscapeAnalysis'
VM option '-ShowMessageBoxOnError'
VM option '+CompileTheWorld'
VM option 'CompileTheWorldStartAt=398'
CompileTheWorld : Compiling all classes in /net/vmsqe.sfbay/export/backup/testbase/CompileTheWorld/jarfiles/ark0419.jar
CompileTheWorld (398) : jp/co/justsystem/ark/view/box/table/TableBox
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/loopnode.cpp:2333
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt/P2/B/070324.never/source/src/share/vm/opto/loopnode.cpp:2333), pid=29613, tid=21
# Error: assert(!is_visited,"visit only once")
#
# JRE version: 7.0-b69
# Java VM: OpenJDK Server VM (16.0-b07-2009-08-14-070324.never.6862956-fastdebug mixed mode solaris-x86 )
# An error report file with more information is saved as:
# /export/kvn/VM/hs_err_pid29613.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
This is a preexisting bug found by the new verification code. It's a bad memory graph coming out of superword.
- backported by
-
JDK-2190022 assert(!is_visited,"visit only once")
- Resolved
-
JDK-2184565 assert(!is_visited,"visit only once")
- Closed
-
JDK-2185186 assert(!is_visited,"visit only once")
- Closed
-
JDK-2183592 assert(!is_visited,"visit only once")
- Closed
- duplicates
-
JDK-6898184 REGRESSION:HotSpot compiler produce different result when run under server and client
- Closed
- relates to
-
JDK-6636138 UseSuperWord enabled failure
- Closed
(1 relates to)