RFR: JDK-8307314: Implementation: Generational Shenandoah (Experimental) [v4]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Jun 2 02:56:23 UTC 2023
On Thu, 1 Jun 2023 18:39:05 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> 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.
Thanks. We've made your suggested change.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14185#discussion_r1213862862
More information about the serviceability-dev
mailing list