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

Kim Barrett kbarrett at openjdk.org
Mon Jul 8 11:21:32 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

Looks good, and trivial.

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

Marked as reviewed by kbarrett (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20069#pullrequestreview-2163005707


More information about the hotspot-gc-dev mailing list