RFR: 8358735: GenShen: block_start() may be incorrect after class unloading [v2]
Y. Srinivas Ramakrishna
ysr at openjdk.org
Wed Nov 12 01:25:29 UTC 2025
On Fri, 3 Oct 2025 20:19:44 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 134:
>
>> 132: inline idx_t get_prev_one_offset(idx_t l_index, idx_t r_index) const;
>> 133:
>> 134: void clear_large_range(idx_t beg, idx_t end);
>
> documentation comment.
Nit:
l_index <-> beg
r_index <-> end
in either comment or formal args to make them mutually consistent.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27353#discussion_r2512337397
More information about the hotspot-gc-dev
mailing list