Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2174855 | 6u14 | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
JDK-2172235 | 6u5p | Vladimir Kozlov | P3 | Resolved | Fixed | b01 |
java -XX:+PrintCompilation -XX:+DoEscapeAnalysis -XX:+AggressiveOpts -jar SPECjvm2008.jar scimark.monte_carlo
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/escape.cpp:397
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt-jprtadm/temp/P2/B/182328.rasbold/source/src/share/vm/opto/escape.cpp:397), pid=24790, tid=15
# Error: assert(base->Opcode() == Op_ConP || base->Opcode() == Op_ThreadLocal || base->is_Mem() && base->bottom_type() == TypeRawPtr::NOTNULL || base->is_Proj() && base->in(0)->is_Allocate(),"sanity")
#
# Java VM: OpenJDK 64-Bit Server VM (12.0-b02-2008-03-21-182328.rasbold.hs-merge-fastdebug mixed mode solaris-amd64)
# An error report file with more information is saved as:
# /export/home/kvn/SPECjvm2008/hs_err_pid24790.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/escape.cpp:397
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/tmp/jprt-jprtadm/temp/P2/B/182328.rasbold/source/src/share/vm/opto/escape.cpp:397), pid=24790, tid=15
# Error: assert(base->Opcode() == Op_ConP || base->Opcode() == Op_ThreadLocal || base->is_Mem() && base->bottom_type() == TypeRawPtr::NOTNULL || base->is_Proj() && base->in(0)->is_Allocate(),"sanity")
#
# Java VM: OpenJDK 64-Bit Server VM (12.0-b02-2008-03-21-182328.rasbold.hs-merge-fastdebug mixed mode solaris-amd64)
# An error report file with more information is saved as:
# /export/home/kvn/SPECjvm2008/hs_err_pid24790.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
- backported by
-
JDK-2172235 assert in escape.cpp:397
-
- Resolved
-
-
JDK-2174855 assert in escape.cpp:397
-
- Resolved
-