RFR: 8338737: Shenandoah: Reset marking bitmaps after the cycle [v2]

Xiaolong Peng xpeng at openjdk.org
Thu Dec 26 17:07:40 UTC 2024


On Fri, 20 Dec 2024 18:56:38 GMT, William Kemper <wkemper at openjdk.org> wrote:

>> Xiaolong Peng has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Address review comments
>
> src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp line 269:
> 
>> 267:   ShenandoahSharedFlag _recycling; // Used to indicate that the region is being recycled; see try_recycle*().
>> 268: 
>> 269:   bool _need_bitmap_reset;
> 
> Nit pick, but I think this would read better as `_needs_bitmap_reset`.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22778#discussion_r1898022147


More information about the shenandoah-dev mailing list