RFR: 8337410: The makefiles should set problemlist and adjust timeout basing on the given VM flags [v2]
Magnus Ihse Bursie
ihse at openjdk.org
Tue Aug 6 13:16:33 UTC 2024
On Mon, 5 Aug 2024 18:37:24 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> make/RunTests.gmk line 849:
>>
>>> 847:
>>> 848: ifneq ($$(findstring -XX:+UseZGC, $$(JTREG_ALL_OPTIONS)), )
>>> 849: ifneq ($$(findstring -XX:-ZGenerational, $$(JTREG_ALL_OPTIONS)), )
>>
>> Is this the only way that zgc can be run in a non-generational mode? I understand the idea to automatically pick the right set of problem list files, I just want to make sure it is robust.
>
> Yes, I checked that -XX:+UseZGC -XX:-ZGenerational and didn't find any other way to enable this mode.
Great, thanks!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20430#discussion_r1705517624
More information about the build-dev
mailing list