RFR: 8337410: The makefiles should set problemlist and adjust timeout basing on the given VM flags [v2]

Leonid Mesnik lmesnik at openjdk.org
Mon Aug 5 18:39:38 UTC 2024


On Mon, 5 Aug 2024 15:51:04 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

>> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   makefile updated.
>
> 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.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20430#discussion_r1704497638


More information about the build-dev mailing list