RFR: 8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
Thomas Schatzl
tschatzl at openjdk.org
Mon Jul 8 11:49:34 UTC 2024
On Mon, 8 Jul 2024 10:07:13 GMT, Albert Mingkun Yang <ayang 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
>
> Marked as reviewed by ayang (Reviewer).
Thanks @albertnetymk @kimbarrett for your reviews
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20069#issuecomment-2213788067
More information about the hotspot-gc-dev
mailing list