On Mon, 5 Aug 2024 15:51:04 GMT, Magnus Ihse Bursie <[email protected]> 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

Reply via email to