RFR: 8324649: Shenandoah: replace implementation of free set [v14]
Kelvin Nilsen
kdnilsen at openjdk.org
Mon May 13 03:04:21 UTC 2024
On Fri, 10 May 2024 14:13:58 GMT, Roman Kennke <rkennke at openjdk.org> wrote:
>> src/hotspot/share/gc/shenandoah/shenandoahFreeSet.cpp line 319:
>>
>>> 317: #else
>>> 318: log_info(gc)("%6s: %10s %10s %10s", "index", "Mutator Bits", "Collector Bits", "NotFree Bits");
>>> 319: #endif
>>
>> There is no need for `_LP64` here, just print with `%18s` unconditionally.
>
> What Aleksey said.
Sorry. I missed that comment. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17561#discussion_r1597814838
More information about the shenandoah-dev
mailing list