RFR: 8358735: GenShen: block_start() may be incorrect after class unloading [v2]

Kelvin Nilsen kdnilsen at openjdk.org
Mon Nov 10 23:33:07 UTC 2025


On Fri, 3 Oct 2025 20:16:50 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:

>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix idiosyncratic formatting
>
> src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.hpp line 129:
> 
>> 127:   inline idx_t get_prev_bit_impl(idx_t l_index, idx_t r_index) const;
>> 128: 
>> 129:   inline idx_t get_next_one_offset(idx_t l_index, idx_t r_index) const;
> 
> Please document analogous to line 131.

Sorry.  I overlooked this request in prior response.  Done.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27353#discussion_r2512315966


More information about the hotspot-gc-dev mailing list