JDK-8299035 : serviceability/jvmti/vthread/SuspendResume1/SuspendResume1.java times out with -XX:TieredStopAtLevel=3
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 20
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2022-12-19
  • Updated: 2025-05-14
  • Resolved: 2025-05-14
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
25Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
It would look as a repetition of the JDK-8288907 or JDK-8294741, if not for the huge timeouts - more than 2 hours and the fact that linux-x86 does also show the problem.

The log is laconic:

----------System.out:(21/730)----------
Agent init started
Agent init finished

## Java: runIt: Starting threads
## Java: started thread: TestedThread0
## Java: started thread: TestedThread1
## Java: started thread: TestedThread2
## Java: started thread: TestedThread3
## Java: started thread: TestedThread4
## Java: started thread: TestedThread5
## Java: started thread: TestedThread6
## Java: started thread: TestedThread7
## Java: started thread: TestedThread8
## Java: started thread: TestedThread9
## Java: started thread: TestedThread10
## Java: started thread: TestedThread11
## Java: started thread: TestedThread12
## Java: started thread: TestedThread13
## Java: started thread: TestedThread14
## Java: started thread: TestedThread15
Timeout refired 9600 times
...
test result: ...timed out (timeout set to 9600000ms, elapsed time including timeout handling was 9870584ms).
Comments
This deadlock issue has the same symptom as JDK-8353496 as one of TestThread* virtual threads can not be started by scheduler. Closing it as a dup of JDK-8353496.
14-05-2025

This is very intermittent and not easy reproducible. Targeting to 21.
24-12-2022