| JDK 22 | JDK 23 |
|---|---|
| 22Fixed | 23 b03Fixed |
|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
The following test failed in the JDK22 CI: applications/kitchensink/Kitchensink8H.java Here are snippets from the hs_err_pid file: # Internal Error (/opt/mach5/mesos/work_dir/slaves/cd627e65-f015-4fb1-a1d2-b6c9b8127f98-S75464/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/f1e03cf8-a64b-4242-99b1-e99a91d8f432/runs/459520a4-c3ba-400b-9236-45383c6c91ff/workspace/open/src/hotspot/share/prims/jvmtiThreadState.cpp:358), pid=2574174, tid=2574242 # fatal error: stuck in JvmtiVTMSTransitionDisabler::VTMS_transition_disable # # JRE version: Java(TM) SE Runtime Environment (22.0+5) (fastdebug build 22-ea+5-322) # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 22-ea+5-322, mixed mode, sharing, tiered, compressed class ptrs, z gc, linux-amd64) # Problematic frame: # V [libjvm.so+0x11c1507] JvmtiVTMSTransitionDisabler::VTMS_transition_disable_for_all()+0x1f7 <snip> --------------- T H R E A D --------------- Current thread (0x00007f4348011970): JavaThread "Jvmti-AgentSampler" daemon [_thread_in_vm, id=2574242, stack(0x00007f43b2137000,0x00007f43b2238000) (1028K)] Stack: [0x00007f43b2137000,0x00007f43b2238000], sp=0x00007f43b2236b40, free space=1022k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x11c1507] JvmtiVTMSTransitionDisabler::VTMS_transition_disable_for_all()+0x1f7 (jvmtiThreadState.cpp:358) V [libjvm.so+0x1152968] JvmtiEnv::ResumeThread(_jobject*)+0x28 (jvmtiEnv.cpp:1082) V [libjvm.so+0x110459c] jvmti_ResumeThread+0x18c (jvmtiEnter.cpp:655) C [libJvmtiStressModule.so+0x25c8] agent_sampler+0x5a8 (libJvmtiStressModule.c:292) V [libjvm.so+0x118fba9] JvmtiAgentThread::call_start_function()+0x59 (jvmtiImpl.cpp:89) V [libjvm.so+0xeb322c] JavaThread::thread_main_inner()+0xcc (javaThread.cpp:719) V [libjvm.so+0x178be5a] Thread::call_run()+0xba (thread.cpp:217) V [libjvm.so+0x148d1dc] thread_native_entry(Thread*)+0x11c (os_linux.cpp:778) This fatal error reminds me of: JDK-8308985 vmTestbase/nsk/jvmti/scenarios/allocation/AP04/ap04t002/TestDescription.java stuck during VTMS_transition_disable_for_all which was closed as a duplicate of: JDK-8308978 regression with a deadlock involving FollowReferences
|