JDK-8277956 : RunThese24H.java times out with ParallelGC
  • Type: Bug
  • Component: hotspot
  • Sub-Component: test
  • Affected Version: 18
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • OS: linux
  • CPU: x86_64
  • Submitted: 2021-11-29
  • Updated: 2021-11-29
Related Reports
Relates :  
Description
The following test failed in the JDK18 CI:

applications/runthese/RunThese24H.java

There are no obvious errors in the log file and here's a snippet
from the end of the log to show timing info:

> result: Error. Program `/opt/mach5/mesos/work_dir/jib-master/install/jdk-18+25-1681/linux-x64.jdk/jdk-18/bin/java' timed out (timeout set to 108000000ms, elapsed time including timeout handling was 108093723ms).

That timeout happened at 108000 seconds => 1800 minutes => 30 hours

We have other open bugs for RunThese time outs. Here's a couple:

JDK-8267571 applications/runthese/RunThese30M.java times out after stress process finishes
JDK-8273107 RunThese24H times out with "java.lang.management.ThreadInfo.getLockName()" is null

but I couldn't really match this failure up with those bugs.
Comments
I've started this bug in hotspot/test so that [~lmesnik] can take a look and render an opinion.
29-11-2021