-
Bug
-
Resolution: Unresolved
-
P4
-
repo-leyden
After porting JDK-8369296 the test runtime/cds/appcds/aotCode/AOTCodeFlags.java hit assert when run with -Xcomp:
# Internal Error (/workspace/open/src/hotspot/share/runtime/sharedRuntime.cpp:1411), pid=3540890, tid=3540893
# assert(!InstanceKlass::cast(receiver_klass)->is_not_initialized()) failed: receiver_klass must be initialized
#
# JRE version: Java(TM) SE Runtime Environment (26.0) (fastdebug build 26-internal-2025-10-30-1935566.vladimir.kozlov.leyden)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 26-internal-2025-10-30-1935566.vladimir.kozlov.leyden, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x1a337ff] SharedRuntime::find_callee_info_helper(vframeStream&, Bytecodes::Code&, CallInfo&, JavaThread*)+0x5df
#
# Internal Error (/workspace/open/src/hotspot/share/runtime/sharedRuntime.cpp:1411), pid=3540890, tid=3540893
# assert(!InstanceKlass::cast(receiver_klass)->is_not_initialized()) failed: receiver_klass must be initialized
#
# JRE version: Java(TM) SE Runtime Environment (26.0) (fastdebug build 26-internal-2025-10-30-1935566.vladimir.kozlov.leyden)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 26-internal-2025-10-30-1935566.vladimir.kozlov.leyden, compiled mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x1a337ff] SharedRuntime::find_callee_info_helper(vframeStream&, Bytecodes::Code&, CallInfo&, JavaThread*)+0x5df
#
- caused by
-
JDK-8369296 Add fast class init checks in interpreter for resolving ConstantPool entries for static field
-
- Resolved
-