RFR: 8333750: GenShen: Only instantiate young/old generations in generational mode [v3]
William Kemper
wkemper at openjdk.org
Tue Jun 11 00:25:29 UTC 2024
On Mon, 10 Jun 2024 18:28:56 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> src/hotspot/share/gc/shenandoah/shenandoahOldGC.cpp line 119:
>>
>>> 117: return false;
>>> 118: }
>>> 119:
>>
>> This looks like it might be a bug fix, vs the rest of this PR, which is mostly isolation refactoring. Should the bug fix be separated out into a different PR?
>
> Yes, it is a bug fix. I'll pull it out into a separate PR.
Separate PR for this here: https://github.com/openjdk/shenandoah/pull/448
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/444#discussion_r1634002836
More information about the shenandoah-dev
mailing list