java -XX:-InstallMethods -version
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (open/src/hotspot/share/compiler/compileBroker.cpp:2280), pid=1856602, tid=1856617
# assert(ci_env.failure_reason() != nullptr) failed: expect failure reason
#
# JRE version: Java(TM) SE Runtime Environment (21.0+35) (fastdebug build 21+35-LTS-2513)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 21+35-LTS-2513, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x9fff01] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x11a1
Current CompileTask:
C1: 75 1 3 java.lang.Object::<init> (1 bytes)
Stack: [0x00007d8e44200000,0x00007d8e44300000], sp=0x00007d8e442fe460, free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x9fff01] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x11a1 (compileBroker.cpp:2280)
V [libjvm.so+0xa005e8] CompileBroker::compiler_thread_loop()+0x618
V [libjvm.so+0xeb87ac] JavaThread::thread_main_inner()+0xcc
V [libjvm.so+0x179daca] Thread::call_run()+0xba
V [libjvm.so+0x149d66c] thread_native_entry(Thread*)+0x11c
C [libc.so.6+0x9caa4]
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (open/src/hotspot/share/compiler/compileBroker.cpp:2280), pid=1856602, tid=1856617
# assert(ci_env.failure_reason() != nullptr) failed: expect failure reason
#
# JRE version: Java(TM) SE Runtime Environment (21.0+35) (fastdebug build 21+35-LTS-2513)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 21+35-LTS-2513, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x9fff01] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x11a1
Current CompileTask:
C1: 75 1 3 java.lang.Object::<init> (1 bytes)
Stack: [0x00007d8e44200000,0x00007d8e44300000], sp=0x00007d8e442fe460, free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x9fff01] CompileBroker::invoke_compiler_on_method(CompileTask*)+0x11a1 (compileBroker.cpp:2280)
V [libjvm.so+0xa005e8] CompileBroker::compiler_thread_loop()+0x618
V [libjvm.so+0xeb87ac] JavaThread::thread_main_inner()+0xcc
V [libjvm.so+0x179daca] Thread::call_run()+0xba
V [libjvm.so+0x149d66c] thread_native_entry(Thread*)+0x11c
C [libc.so.6+0x9caa4]
- caused by
-
JDK-8303951 Add asserts before record_method_not_compilable where possible
-
- Resolved
-