RFR: 8350050: Shenandoah: Disable and purge allocation pacing support [v2]
Y. Srinivas Ramakrishna
ysr at openjdk.org
Fri Jul 18 00:54:19 UTC 2025
On Mon, 14 Jul 2025 22:27:12 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Y. Srinivas Ramakrishna has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove some dangling references and unused variables identified in the
>> code review.
>
> src/hotspot/share/gc/shenandoah/shenandoahGenerationalHeap.cpp line 839:
>
>> 837:
>> 838: _heap->marked_object_oop_iterate(r, &cl, update_watermark);
>> 839: region_progress = true;
>
> I don't think we need this `region_progress` variable anymore.
Good catch... Removed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24002#discussion_r2214603567
More information about the hotspot-gc-dev
mailing list