RFR: 8344049: Shenandoah: Eliminate init-update-refs safepoint [v3]
William Kemper
wkemper at openjdk.org
Mon Jan 13 18:55:50 UTC 2025
On Mon, 13 Jan 2025 18:34:06 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> I'm all for making this consistent, but it seems that `update_refs` is more commonly used in method and variable declarations:
>>
>> [0] % grep -r --include "*.hpp" updaterefs src/hotspot/share/gc/shenandoah | wc -l
>> 17
>>
>> [0] % grep -r --include "*.hpp" update_refs src/hotspot/share/gc/shenandoah | wc -l
>> 27
>
> If it's okay with you, I will do this on a separate PR so that this current PR is not cluttered by the change.
https://bugs.openjdk.org/browse/JDK-8347617
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22688#discussion_r1913666119
More information about the hotspot-gc-dev
mailing list