JDK-8371123 : [lworld] C2 compilation fails due to "not enough operands for reexecution"
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2025-11-03
  • Updated: 2025-11-03
  • Resolved: 2025-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-valhallaResolved
Related Reports
Duplicate :  
Description
Massive failures at higher tiers due to:

# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (c:\sb\prod\1761930180\workspace\open\src\hotspot\share\opto\graphKit.cpp:959), pid=13308, tid=9448
#  assert(out_jvms->sp() >= (uint)inputs) failed: not enough operands for reexecution

Current CompileTask:
C2:97531 13078   !b  4       org.testng.internal.TestResult::setParameters (91 bytes)

Stack: [0x000000ce0b000000,0x000000ce0b100000],  sp=0x000000ce0b0fcba0,  free space=1010k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [jvm.dll+0x8a806e]  GraphKit::add_safepoint_edges+0xade  (graphKit.cpp:959)
V  [jvm.dll+0x8b2bf4]  GraphKit::make_runtime_call+0x444  (graphKit.cpp:2776)
V  [jvm.dll+0x733abd]  Parse::catch_inline_exceptions+0x86d  (doCall.cpp:1171)
V  [jvm.dll+0xebb329]  Parse::do_one_block+0x5b9  (parse1.cpp:1709)
V  [jvm.dll+0xeb998e]  Parse::do_all_blocks+0x3ce  (parse1.cpp:763)
V  [jvm.dll+0xeb62de]  Parse::Parse+0xcbe  (parse1.cpp:667)
V  [jvm.dll+0x4e5b55]  ParseGenerator::generate+0xa5  (callGenerator.cpp:100)
V  [jvm.dll+0x5ee9f4]  Compile::Compile+0xfc4  (compile.cpp:824)
V  [jvm.dll+0x4e057f]  C2Compiler::compile_method+0x15f  (c2compiler.cpp:152)
V  [jvm.dll+0x610760]  CompileBroker::invoke_compiler_on_method+0x7f0  (compileBroker.cpp:2345)
V  [jvm.dll+0x60db9c]  CompileBroker::compiler_thread_loop+0x27c  (compileBroker.cpp:1990)
V  [jvm.dll+0x9a1641]  JavaThread::thread_main_inner+0x251  (javaThread.cpp:773)
V  [jvm.dll+0x111d48e]  Thread::call_run+0x1be  (thread.cpp:248)
V  [jvm.dll+0xe946b4]  thread_native_entry+0xc4  (os_windows.cpp:555)
C  [ucrtbase.dll+0x14ea0]  (no source info available)
C  [KERNEL32.DLL+0x2dbe7]  (no source info available)
C  [ntdll.dll+0x85a6c]  (no source info available)