RFR: 8336640: Shenandoah: Parallel worker use in parallel_heap_region_iterate [v2]
Xiaolong Peng
xpeng at openjdk.org
Wed Jul 24 19:50:44 UTC 2024
On Wed, 24 Jul 2024 19:44:14 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Xiaolong Peng has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add trailing space
>
> src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp line 323:
>
>> 321: product(uintx, ShenandoahParallelRegionStride, 0, EXPERIMENTAL, \
>> 322: "How many regions to process at once during parallel region " \
>> 323: "iteration. Affects heaps with lots of regions." \
>
> Probably want a trailing space after `regions. "`
Thanks! Just added.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20305#discussion_r1690344131
More information about the hotspot-gc-dev
mailing list