-
Bug
-
Resolution: Fixed
-
P2
-
23
javax/swing/plaf/metal/MetalUtils/bug6190373.java test crashed running on Mac-x86 with product VM:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000010b895cc1, pid=34878, tid=25603
#
# JRE version: Java(TM) SE Runtime Environment (23.0+20) (build 23-ea+20-1647)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23-ea+20-1647, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-amd64)
# Problematic frame:
# V [libjvm.dylib+0x88bcc1] MergePrimitiveArrayStores::is_compatible_store(StoreNode const*) const+0x51
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000010b895cc1, pid=34878, tid=25603
#
# JRE version: Java(TM) SE Runtime Environment (23.0+20) (build 23-ea+20-1647)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23-ea+20-1647, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-amd64)
# Problematic frame:
# V [libjvm.dylib+0x88bcc1] MergePrimitiveArrayStores::is_compatible_store(StoreNode const*) const+0x51
- relates to
-
JDK-8331054 C2 MergeStores: assert failed: unexpected basic type after JDK-8318446 and JDK-8329555
- Closed
-
JDK-8318446 C2: optimize stores into primitive arrays by combining values into larger store
- Resolved