RFR: 8324649: Shenandoah: refactor implementation of free set [v32]

Kelvin Nilsen kdnilsen at openjdk.org
Wed Mar 13 19:12:49 UTC 2024


On Wed, 13 Mar 2024 18:22:04 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:

>> src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp line 1089:
>> 
>>> 1087:     heap->set_used(post_compact.get_live());
>>> 1088:     heap->collection_set()->clear();
>>> 1089:     heap->free_set()->rebuild();
>> 
>> Is this change necessary?
>
> Sorry.  Reverted.

Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17561#discussion_r1523789868


More information about the shenandoah-dev mailing list