RFR: Recompute generation accounts after fullgc [v3]
Kelvin Nilsen
kdnilsen at openjdk.org
Thu Mar 30 22:39:59 UTC 2023
On Wed, 29 Mar 2023 23:05:57 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> More efficiently handle each humongous object in Full GC
>
> src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp line 1486:
>
>> 1484: }
>> 1485:
>> 1486: void ShenandoahFullGC::phase5_restore_generation_accounts() {
>
> Maybe call this `phase5_restore_generation_usage` for consistency with `establish_usage`?
I made this change, and then @shipilev suggested another change below.
-------------
PR Review Comment: https://git.openjdk.org/shenandoah/pull/235#discussion_r1153852406
More information about the shenandoah-dev
mailing list