JDK-8316682 : serviceability/jvmti/vthread/SelfSuspendDisablerTest timed out
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2023-09-21
  • Updated: 2025-05-21
  • Resolved: 2025-05-06
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.
JDK 25
25 b22Fixed
Related Reports
Duplicate :  
Duplicate :  
Description
The following test timed out in the JDK22 CI:

serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java#no-vmcontinuations

Here's a snippet from the log file:

#section:main
----------messages:(8/488)----------
command: main -agentlib:SelfSuspendDisablerTest -XX:+UnlockExperimentalVMOptions -XX:-VMContinuations SelfSuspendDisablerTest
reason: User specified action: run main/othervm/native -agentlib:SelfSuspendDisablerTest -XX:+UnlockExperimentalVMOptions -XX:-VMContinuations SelfSuspendDisablerTest 
started: Thu Sep 21 08:33:46 UTC 2023
Mode: othervm [/othervm specified]
Timeout information:
--- Timeout information end.
finished: Thu Sep 21 08:54:44 UTC 2023
elapsed time (seconds): 1258.11
----------configuration:(0/0)----------
----------System.out:(9/382)----------
Agent init started
Agent init finished
Expected platform thread state: 000000 got: 000000
Expected virtual  thread state: 000000 got: 000000
Expected platform thread state: 000005 got: 000005
Expected virtual  thread state: 000005 got: 000005
Expected platform thread state: 100005 got: 100005
Expected virtual  thread state: 100005 got: 100005
Timeout signalled after 1200 seconds
----------System.err:(0/0)----------
----------rerun:(39/7972)*----------

<snip>

result: Error. Program `/opt/mach5/mesos/work_dir/jib-master/install/jdk-22+16-1243/linux-x64-debug.jdk/jdk-22/fastdebug/bin/java' timed out (timeout set to 1200000ms, elapsed time including timeout handling was 1258081ms).

Comments
Changeset: 9a23f721 Branch: master Author: Patricio Chilano Mateo <pchilanomate@openjdk.org> Committer: Serguei Spitsyn <sspitsyn@openjdk.org> Date: 2025-05-06 22:08:51 +0000 URL: https://git.openjdk.org/jdk/commit/9a23f721c7bcbfdb2fcf5b2bd145d6967e000dc4
06-05-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/24269 Date: 2025-03-27 01:10:54 +0000
27-03-2025

Thanks, David. I've included the ProblemList tweak into my fix.
27-03-2025

Note: there are ProblemList entries filed against JDK-8294313 which has been closed as a Duplicate of this issue. The PL needs updating when this issue gets fixed.
18-03-2025