Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2187599 | 7 | Tom Rodriguez | P4 | Closed | Fixed | b81 |
JDK-2189942 | 6u21 | Tom Rodriguez | P4 | Resolved | Fixed | b01 |
The C1 specific.
To reproduce run:
/net/sqenfs-1.sfbay/export1/jdk/re/6u18/promoted/all/b01/binaries/solaris-sparc/fastdebug/bin/java -client -XX:-ShowMessageBoxOnError -Xverify:all -XX:+CompileTheWorld -Xbootclasspath/p:/net/sqenfs-1.sfbay/export1/comp/vm/testbase/ctw/build/../jars/ibiblio/maven2/org/apache/maven/doxia/doxia-converter/1.0/doxia-converter-1.0-jar-with-dependencies.jar -XX:CompileTheWorldStartAt=9125
Output:
CompileTheWorld (9132) : org/apache/batik/gvt/font/GVTFont
CompileTheWorld (9133) : org/apache/batik/gvt/font/GVTFontFace
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/c1_LIR.hpp:2029
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/BUILD_AREA/jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029), pid=12086, tid=7
# Error: assert(_oprs_len[mode] < maxNumberOfOperands,"array overflow")
#
# JRE version: 6.0_18-b01
# Java VM: Java HotSpot(TM) Client VM (16.0-b08-fastdebug mixed mode solaris-sparc )
# An error report file with more information is saved as:
# /tmp/hs_err_pid12086.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 7
Dumping core ...
Abort
To reproduce run:
/net/sqenfs-1.sfbay/export1/jdk/re/6u18/promoted/all/b01/binaries/solaris-sparc/fastdebug/bin/java -client -XX:-ShowMessageBoxOnError -Xverify:all -XX:+CompileTheWorld -Xbootclasspath/p:/net/sqenfs-1.sfbay/export1/comp/vm/testbase/ctw/build/../jars/ibiblio/maven2/org/apache/maven/doxia/doxia-converter/1.0/doxia-converter-1.0-jar-with-dependencies.jar -XX:CompileTheWorldStartAt=9125
Output:
CompileTheWorld (9132) : org/apache/batik/gvt/font/GVTFont
CompileTheWorld (9133) : org/apache/batik/gvt/font/GVTFontFace
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/c1_LIR.hpp:2029
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/BUILD_AREA/jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029), pid=12086, tid=7
# Error: assert(_oprs_len[mode] < maxNumberOfOperands,"array overflow")
#
# JRE version: 6.0_18-b01
# Java VM: Java HotSpot(TM) Client VM (16.0-b08-fastdebug mixed mode solaris-sparc )
# An error report file with more information is saved as:
# /tmp/hs_err_pid12086.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread is 7
Dumping core ...
Abort
- backported by
-
JDK-2189942 CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029
-
- Resolved
-
-
JDK-2187599 CTW failure jdk6_18/hotspot/src/share/vm/c1/c1_LIR.hpp:2029
-
- Closed
-
- relates to
-
JDK-6795465 Crash in assembler_sparc.cpp with client compiler on solaris-sparc
-
- Closed
-