-
Bug
-
Resolution: Fixed
-
P2
-
15
-
b33
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8249843 | 16 | Jamsheed C M | P2 | Resolved | Fixed | b07 |
JDK-8250209 | 15.0.2 | Jamsheed C M | P2 | Resolved | Fixed | b01 |
JDK-8250508 | 15.0.1 | Jamsheed C M | P2 | Resolved | Fixed | b03 |
in runs w/ "-XX:+CreateCoredumpOnCrash -ea -esa -XX:CompileThreshold=100 -XX:+UnlockExperimentalVMOptions -server -Xcomp -XX:-TieredCompilation" api/javax_print/attribute/Size2DSyntax/GetXY.html hits the following assert on windows-x64-debug:
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=t:/workspace/open/src/hotspot/share/opto/escape.cpp:2361
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (t:/workspace/open/src/hotspot/share/opto/escape.cpp:2361), pid=9912, tid=936
# assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P || uncast_base->is_DecodeNarrowPtr() || (uncast_base->is_Mem() && (uncast_base->bottom_type()->isa_rawptr() != 0LL)) || (uncast_base->is_Proj() && uncast_base->in(0)->is_Allocate())) failed: sanity
#
# JRE version: Java(TM) SE Runtime Environment (15.0+17) (fastdebug build 15-ea+17-717)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 15-ea+17-717, compiled mode, sharing, compressed oops, g1 gc, windows-amd64)
# Core dump will be written. Default location: T:\\testoutput\\test-support\\jck_runtime_api_javax_print\\hs_err_pid9912.mdmp
#
# An error report file with more information is saved as:
# T:\\testoutput\\test-support\\jck_runtime_api_javax_print\\hs_err_pid9912.log
#
# Compiler replay data is saved as:
# T:\\testoutput\\test-support\\jck_runtime_api_javax_print\\replay_pid9912.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=t:/workspace/open/src/hotspot/share/opto/escape.cpp:2361
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (t:/workspace/open/src/hotspot/share/opto/escape.cpp:2361), pid=9912, tid=936
# assert(opcode == Op_ConP || opcode == Op_ThreadLocal || opcode == Op_CastX2P || uncast_base->is_DecodeNarrowPtr() || (uncast_base->is_Mem() && (uncast_base->bottom_type()->isa_rawptr() != 0LL)) || (uncast_base->is_Proj() && uncast_base->in(0)->is_Allocate())) failed: sanity
#
# JRE version: Java(TM) SE Runtime Environment (15.0+17) (fastdebug build 15-ea+17-717)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 15-ea+17-717, compiled mode, sharing, compressed oops, g1 gc, windows-amd64)
# Core dump will be written. Default location: T:\\testoutput\\test-support\\jck_runtime_api_javax_print\\hs_err_pid9912.mdmp
#
# An error report file with more information is saved as:
# T:\\testoutput\\test-support\\jck_runtime_api_javax_print\\hs_err_pid9912.log
#
# Compiler replay data is saved as:
# T:\\testoutput\\test-support\\jck_runtime_api_javax_print\\replay_pid9912.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
- backported by
-
JDK-8249843 failed: sanity at src/hotspot/share/opto/escape.cpp:2361
- Resolved
-
JDK-8250209 failed: sanity at src/hotspot/share/opto/escape.cpp:2361
- Resolved
-
JDK-8250508 failed: sanity at src/hotspot/share/opto/escape.cpp:2361
- Resolved
- relates to
-
JDK-8231291 C2: loop opts before EA should maximally unroll loops
- Resolved