-
Bug
-
Resolution: Fixed
-
P3
-
22, 23, 24
-
b06
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8347437 | 24 | Patricio Chilano Mateo | P3 | Resolved | Fixed | b32 |
JDK-8333737 | 23 | Patricio Chilano Mateo | P3 | Closed | Won't Fix |
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (c:\sb\prod\1687197110\workspace\open\src\hotspot\share\runtime\continuationFreezeThaw.cpp:2242), pid=64476, tid=12664
# assert(_thread->is_interp_only_mode() || stub_caller) failed: expected a stub-caller
-------------- T H R E A D ---------------
Current thread (0x000002075819d2f0): JavaThread "ForkJoinPool-1-worker-9" daemon [_thread_in_Java, id=12664, stack(0x00000084d5800000,0x00000084d5900000) (1024K)]
Stack: [0x00000084d5800000,0x00000084d5900000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xc59391] os::win32::platform_print_native_stack+0x101 (os_windows_x86.cpp:236)
V [jvm.dll+0xeeca1c] VMError::report+0x146c (vmError.cpp:991)
V [jvm.dll+0xeeee15] VMError::report_and_die+0x645 (vmError.cpp:1797)
V [jvm.dll+0xeef524] VMError::report_and_die+0x64 (vmError.cpp:1562)
V [jvm.dll+0x550adb] report_vm_error+0x5b (debug.cpp:191)
V [jvm.dll+0x53d390] ThawBase::recurse_thaw_compiled_frame+0x8f0 (continuationFreezeThaw.cpp:2242)
V [jvm.dll+0x540f8a] ThawBase::thaw_slow+0x34a (continuationFreezeThaw.cpp:2001)
V [jvm.dll+0x540376] Thaw<Config<0,ZBarrierSet> >::thaw+0x3c6 (continuationFreezeThaw.cpp:1793)
V [jvm.dll+0x52e54c] thaw_internal<Config<0,G1BarrierSet> >+0x5cc (continuationFreezeThaw.cpp:2399)
V [jvm.dll+0x52df4f] thaw<Config<0,XBarrierSet> >+0x3f (continuationFreezeThaw.cpp:253)
C 0x0000020747036e75
- backported by
-
JDK-8347437 assert(_thread->is_interp_only_mode() || stub_caller) failed: expected a stub-caller
- Resolved
-
JDK-8333737 assert(_thread->is_interp_only_mode() || stub_caller) failed: expected a stub-caller
- Closed
- relates to
-
JDK-8318631 GetStackTraceSuspendedStressTest.java failed with: check_jvmti_status: JVMTI function returned error: JVMTI_ERROR_THREAD_NOT_ALIVE (15)
- Open
-
JDK-8318536 GetStackTraceSuspendedStressTest.java failed with SIGFPE in SingleStep event handler
- Closed
-
JDK-8304354 nsk/jdi/Event/equals/equals001 fails: assert(!state->is_interp_only_mode()) failed: sanity check
- Open
-
JDK-8316397 StackTrace/Suspended/GetStackTraceSuspendedStressTest.java failed with "SingleStep event is NOT expected"
- Open
-
JDK-8302351 "assert(!JavaThread::current()->is_interp_only_mode() || !nm->method()->is_continuation_enter_intrinsic() || ContinuationEntry::is_interpreted_call(return_pc)) failed: interp_only_mode but not in enterSpecial interpreted entry" in fixup_callers_callsite
- Resolved
- links to
-
Commit(jdk24) openjdk/jdk/f0a89c5d
-
Commit(master) openjdk/jdk/ea495377
-
Review(jdk24) openjdk/jdk/23007
-
Review(master) openjdk/jdk/22931