Integrated: 8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out

Thomas Schatzl tschatzl at openjdk.org
Mon Jul 8 11:49:35 UTC 2024


On Mon, 8 Jul 2024 10:00:27 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
>   please review this fix to this test to avoid running it with -Xcomp. The test spawns tons of threads to cover lots of different cases; when running with -Xcomp this takes too much time and triggers timeouts in CI.
> 
> There is no reason to run this test with -Xcomp as these initial heap size ergonomics will not be affected by that.
> 
> Testing: gha, local testing showing that the test times out with -Xcomp (and does not without) and does not run with that option afterwards
> 
> Thanks,
>   Thomas

This pull request has now been integrated.

Changeset: 953c35eb
Author:    Thomas Schatzl <tschatzl at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/953c35eb5bff49ec5f7dbb25edd8a324b94318eb
Stats:     2 lines in 1 file changed: 1 ins; 0 del; 1 mod

8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out

Reviewed-by: ayang, kbarrett

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

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


More information about the hotspot-gc-dev mailing list