Integrated: 8366692: Several gc/shenandoah tests timed out
SendaoYan
syan at openjdk.org
Thu Sep 4 01:30:51 UTC 2025
On Tue, 2 Sep 2025 13:58:46 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
>
> After JDK-8260555 set the default jtreg timeout factor to 1, then several gc/shenandoah tests run timed out with jtreg options -timeoutFactor:1. So I think it's necessary to increase the timeout value set in tests to make test run normally.
>
> The actual run time consumed on my linux-x64 machine with 224 CPU core threads shows in [JDK-8366692](https://bugs.openjdk.org/browse/JDK-8366692).
>
> Accodring the time statistics, the test test/hotspot/jtreg/gc/shenandoah/TestSieveObjects.java only change the second `@run` at the `@test id=generational` and `@test id=aggressive`, other tests do not need to change. And all the `@run` in test test/hotspot/jtreg/gc/shenandoah/jni/TestJNIGlobalRefs.java changed from 120(default value) to 240.
>
> Change has been verified locally on linux-x64, test-fix only, no risk.
This pull request has now been integrated.
Changeset: 02dd2119
Author: SendaoYan <syan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/02dd21196ed27289a6fad92c4881af484ce9c258
Stats: 8 lines in 3 files changed: 0 ins; 0 del; 8 mod
8366692: Several gc/shenandoah tests timed out
Reviewed-by: shade, wkemper
-------------
PR: https://git.openjdk.org/jdk/pull/27052
More information about the hotspot-gc-dev
mailing list