RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v2]

William Kemper wkemper at openjdk.org
Thu Jun 1 18:42:25 UTC 2023


On Thu, 1 Jun 2023 10:12:02 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Make the order of young/old collector checks consistent (#1)
>
> src/hotspot/share/gc/shared/gcConfiguration.cpp line 88:
> 
>> 86:     }
>> 87: #endif
>> 88:     return NA;
> 
> You moved the order between Shenandoah and ZGC in `young_collector()`, so you should probably do the same here.

Fixed. Thank you for the review.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/14185#discussion_r1213538282


More information about the hotspot-dev mailing list