RFR: 8353115: GenShen: mixed evacuation candidate regions need accurate live_data [v10]
Kelvin Nilsen
kdnilsen at openjdk.org
Fri Oct 3 20:31:12 UTC 2025
On Fri, 3 Oct 2025 00:34:02 GMT, William Kemper <wkemper at openjdk.org> wrote:
>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> reviewer feedback to reduce code duplication
>
> src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp line 262:
>
>> 260: volatile size_t _critical_pins;
>> 261:
>> 262: size_t _mixed_candidate_garbage_words;
>
> Can we delete this field now?
Good catch. Removed. Thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24319#discussion_r2403271191
More information about the hotspot-gc-dev
mailing list