JDK-8260652 : vmTestbase/gc/gctests/MTLinkedListGC/MTLinkedListGC.java timed out
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86_64
  • Submitted: 2021-01-29
  • Updated: 2021-05-03
  • Resolved: 2021-05-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.
JDK 17
17Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
The following test timed out in the JDK17 CI:

vmTestbase/gc/gctests/MTLinkedListGC/MTLinkedListGC.java

Here's a snippet from the log file:

Finished iteration 35
Finished iteration 36
Finished iteration 37
Timeout refired 480 times
Finished iteration 38
Finished iteration 39
Finished iteration 40
Finished iteration 41
Finished iteration 42
Finished iteration 43
Finished iteration 44
Finished iteration 45
Finished iteration 46
Finished iteration 47
Finished iteration 48
Finished iteration 49
Test Passed
----------System.err:(1/16)----------
STATUS:Passed.
----------rerun:(41/6257)*----------

<snip>

result: Error. Program `c:\ade\mesos\work_dir\jib-master\install\jdk-17+8-481\windows-x64.jdk\jdk-17\bin\java' timed out (timeout set to 480000ms, elapsed time including timeout handling was 492503ms).

The timeout fired after iteration 37 and the test managed
to finish and pass while the timeout handler was running:

STATUS:Passed.

The test tasks JVM args are:

-XX:+CreateCoredumpOnCrash -XX:+UseZGC
Comments
This is the third recent ZGC Windows timeout.
01-02-2021