Integrated: 8359272: Several vmTestbase/compact tests timed out on large memory machine

SendaoYan syan at openjdk.org
Fri Jun 13 08:48:35 UTC 2025


On Thu, 12 Jun 2025 07:45:49 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> 
> We observed 4 vmTestbase/vm/gc/compact tests run timed out on large physical memory machine (755G memory) with jtreg args `-timeoutFactor:4`. The other vmTestbase tests do not observed the same failure.
> The tested class `vm.gc.compact.Compact` create lots objects util trigger OOM exception. But if the tested machine has very large physica memory, these tests need takes lots of time to finish.
> So this PR add jvm args `-Xmx3G` to make these tests will run finish in a deterministic time. Change has been verified locally, test-fix only, no risk.

This pull request has now been integrated.

Changeset: a0fb35c8
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a0fb35c8379295d2927c18d694ea52f7b7488a2b
Stats:     12 lines in 4 files changed: 8 ins; 0 del; 4 mod

8359272: Several vmTestbase/compact tests timed out on large memory machine

Reviewed-by: tschatzl, ayang

-------------

PR: https://git.openjdk.org/jdk/pull/25771


More information about the hotspot-gc-dev mailing list