RFR: 8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
Thomas Schatzl
tschatzl at openjdk.org
Mon Jul 8 10:05:59 UTC 2024
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
-------------
Commit messages:
- 8335824
Changes: https://git.openjdk.org/jdk/pull/20069/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20069&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8335824
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/20069.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20069/head:pull/20069
PR: https://git.openjdk.org/jdk/pull/20069
More information about the hotspot-gc-dev
mailing list