-
Bug
-
Resolution: Fixed
-
P2
-
repo-loom
-
aarch64
This test has been failing in the loom repo for sometime when run with the jtreg wrapper and -Xcomp.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000010787a5d0, pid=54394, tid=23811
#
# JRE version: Java(TM) SE Runtime Environment (19.0+4) (fastdebug build 19-loom+4-115)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 19-loom+4-115, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V [libjvm.dylib+0x7a5d0] CallLeafNoFPDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const+0x104
#
# Core dump will be written. Default location: core.54394
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
Current CompileTask:
C2: 15330 4483 b 4 java.lang.invoke.DelegatingMethodHandle::makeReinvokerForm (344 bytes)
Stack: [0x000000016e978000,0x000000016eb7b000], sp=0x000000016eb76c20, free space=2043k
Thread 0x0000000137077210 [23811]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.dylib+0x7a5d0] CallLeafNoFPDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const+0x104
V [libjvm.dylib+0xf34bc0] PhaseOutput::fill_buffer(CodeBuffer*, unsigned int*)+0x12e8
V [libjvm.dylib+0x57cc00] Compile::Code_Gen()+0x3c0
V [libjvm.dylib+0x57a678] Compile::Compile(ciEnv*, ciMethod*, int, Options, DirectiveSet*)+0x14e4
V [libjvm.dylib+0x46f1c0] C2Compiler::compile_method(ciEnv*, ciMethod*, int, bool, DirectiveSet*)+0x180
V [libjvm.dylib+0x595e64] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x614
V [libjvm.dylib+0x595678] CompileBroker::compiler_thread_loop()+0x29c
V [libjvm.dylib+0x11902c0] JavaThread::thread_main_inner()+0x254
V [libjvm.dylib+0x118d0d4] Thread::call_run()+0x21c
V [libjvm.dylib+0xf21c90] thread_native_entry(Thread*)+0x160
C [libsystem_pthread.dylib+0x7878] _pthread_start+0x140
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000010787a5d0, pid=54394, tid=23811
#
# JRE version: Java(TM) SE Runtime Environment (19.0+4) (fastdebug build 19-loom+4-115)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 19-loom+4-115, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# V [libjvm.dylib+0x7a5d0] CallLeafNoFPDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const+0x104
#
# Core dump will be written. Default location: core.54394
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#
Current CompileTask:
C2: 15330 4483 b 4 java.lang.invoke.DelegatingMethodHandle::makeReinvokerForm (344 bytes)
Stack: [0x000000016e978000,0x000000016eb7b000], sp=0x000000016eb76c20, free space=2043k
Thread 0x0000000137077210 [23811]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.dylib+0x7a5d0] CallLeafNoFPDirectNode::emit(CodeBuffer&, PhaseRegAlloc*) const+0x104
V [libjvm.dylib+0xf34bc0] PhaseOutput::fill_buffer(CodeBuffer*, unsigned int*)+0x12e8
V [libjvm.dylib+0x57cc00] Compile::Code_Gen()+0x3c0
V [libjvm.dylib+0x57a678] Compile::Compile(ciEnv*, ciMethod*, int, Options, DirectiveSet*)+0x14e4
V [libjvm.dylib+0x46f1c0] C2Compiler::compile_method(ciEnv*, ciMethod*, int, bool, DirectiveSet*)+0x180
V [libjvm.dylib+0x595e64] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x614
V [libjvm.dylib+0x595678] CompileBroker::compiler_thread_loop()+0x29c
V [libjvm.dylib+0x11902c0] JavaThread::thread_main_inner()+0x254
V [libjvm.dylib+0x118d0d4] Thread::call_run()+0x21c
V [libjvm.dylib+0xf21c90] thread_native_entry(Thread*)+0x160
C [libsystem_pthread.dylib+0x7878] _pthread_start+0x140
- links to
-
Commit openjdk/loom/a28581a9