Bug
- Resolution: Fixed
P3
- 11.0.13-oracle, 17
- b30
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269969 | 18 | Tobias Hartmann | P3 | Resolved | Fixed | b06 |
JDK-8270710 | 17.0.1 | Tobias Hartmann | P3 | Resolved | Fixed | b03 |
JDK-8270002 | 11.0.13-oracle | Tobias Hartmann | P3 | Resolved | Fixed | b02 |
JDK-8270095 | 11.0.13 | Martin Doerr | P3 | Resolved | Fixed | b01 |
Test case : tools/jdeprscan/tests/jdk/jdeprscan/TestRelease.java
OS : Crash seen on Windows-x64
Regression : YES.
Crash Log :
----------stdout:(21/1180)*----------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffec6ef82e3, pid=55892, tid=71512
#
# JRE version: Java(TM) SE Runtime Environment 18.9 (11.0.13+1) (build 11.0.13-ea+1-LTS-74)
# Java VM: Java HotSpot(TM) 64-Bit Server VM 18.9 (11.0.13-ea+1-LTS-74, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x4f82e3] PhaseCFG::implicit_null_check+0x7f3
#
# Core dump will be written. Default location: T:\\testoutput\\test-support\\jtreg_open_test_langtools_tools_jdeprscan_tests_jdk_jdeprscan_TestRelease_java\\scratch\\0\\hs_err_pid55892.mdmp
#
# An error report file with more information is saved as:
# T:\\testoutput\\test-support\\jtreg_open_test_langtools_tools_jdeprscan_tests_jdk_jdeprscan_TestRelease_java\\scratch\\0\\hs_err_pid55892.log
#
# Compiler replay data is saved as:
# T:\\testoutput\\test-support\\jtreg_open_test_langtools_tools_jdeprscan_tests_jdk_jdeprscan_TestRelease_java\\scratch\\0\\replay_pid55892.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
OS : Crash seen on Windows-x64
Regression : YES.
Crash Log :
----------stdout:(21/1180)*----------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffec6ef82e3, pid=55892, tid=71512
#
# JRE version: Java(TM) SE Runtime Environment 18.9 (11.0.13+1) (build 11.0.13-ea+1-LTS-74)
# Java VM: Java HotSpot(TM) 64-Bit Server VM 18.9 (11.0.13-ea+1-LTS-74, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
# Problematic frame:
# V [jvm.dll+0x4f82e3] PhaseCFG::implicit_null_check+0x7f3
#
# Core dump will be written. Default location: T:\\testoutput\\test-support\\jtreg_open_test_langtools_tools_jdeprscan_tests_jdk_jdeprscan_TestRelease_java\\scratch\\0\\hs_err_pid55892.mdmp
#
# An error report file with more information is saved as:
# T:\\testoutput\\test-support\\jtreg_open_test_langtools_tools_jdeprscan_tests_jdk_jdeprscan_TestRelease_java\\scratch\\0\\hs_err_pid55892.log
#
# Compiler replay data is saved as:
# T:\\testoutput\\test-support\\jtreg_open_test_langtools_tools_jdeprscan_tests_jdk_jdeprscan_TestRelease_java\\scratch\\0\\replay_pid55892.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
- backported by
JDK-8269969SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
- Resolved
JDK-8270002SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
- Resolved
JDK-8270095SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
- Resolved
JDK-8270710SIGSEGV in PhaseCFG::implicit_null_check due to missing null check
- Resolved
- relates to
JDK-8266480Implicit null check optimization does not update control of hoisted memory operation
- Closed
- links to
Commitopenjdk/jdk11u-dev/c44da652
Commitopenjdk/jdk17/4ad8b044
Reviewopenjdk/jdk11u-dev/108
Reviewopenjdk/jdk17/212
(4 links to)