-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
17
-
aarch64
-
linux
The `runtime/handshake/HandshakeDirectTest.java` test is failing with OpenJDK 17 when running on CentOS Aarch64. See below and attached files for more information.
----------System.out:(18/784)----------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000ffffa1f10710, pid=5171, tid=5220
#
# JRE version: Java(TM) SE Runtime Environment (17.0.13+10) (build 17.0.13+10-LTS-268)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.13+10-LTS-268, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0x65e710] frame::sender(RegisterMap*) const+0x140
#
# Core dump will be written. Default location: /temp/JTwork2/hotspot/scratch/0/core.5171
#
# An error report file with more information is saved as:
# /temp/JTwork2/hotspot/scratch/0/hs_err_pid5171.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
----------System.err:(4/622)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseBiasedLocking was deprecated in version 15.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option BiasedLockingDecayTime was deprecated in version 15.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option BiasedLockingBulkRebiasThreshold was deprecated in version 15.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option BiasedLockingBulkRevokeThreshold was deprecated in version 15.0 and will likely be removed in a future release.
----------System.out:(18/784)----------
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000ffffa1f10710, pid=5171, tid=5220
#
# JRE version: Java(TM) SE Runtime Environment (17.0.13+10) (build 17.0.13+10-LTS-268)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (17.0.13+10-LTS-268, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# V [libjvm.so+0x65e710] frame::sender(RegisterMap*) const+0x140
#
# Core dump will be written. Default location: /temp/JTwork2/hotspot/scratch/0/core.5171
#
# An error report file with more information is saved as:
# /temp/JTwork2/hotspot/scratch/0/hs_err_pid5171.log
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
----------System.err:(4/622)----------
Java HotSpot(TM) 64-Bit Server VM warning: Option UseBiasedLocking was deprecated in version 15.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option BiasedLockingDecayTime was deprecated in version 15.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option BiasedLockingBulkRebiasThreshold was deprecated in version 15.0 and will likely be removed in a future release.
Java HotSpot(TM) 64-Bit Server VM warning: Option BiasedLockingBulkRevokeThreshold was deprecated in version 15.0 and will likely be removed in a future release.
- relates to
-
JDK-8341544 Does Mutex need to also add a fence()
-
- Open
-
-
JDK-8325937 runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64
-
- Closed
-