RFR: 8358735: GenShen: bug in #undef'd code in block_start() [v6]

Kelvin Nilsen kdnilsen at openjdk.org
Thu Nov 6 14:22:16 UTC 2025


On Mon, 29 Sep 2025 16:40:51 GMT, William Kemper <wkemper at openjdk.org> wrote:

>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Revert "Fixup handling of weakly marked objects in remembered set"
>>   
>>   This reverts commit 80198abe5d06c3532d9a43a53691376e990ed45f.
>
> src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.hpp line 132:
> 
>> 130: 
>> 131:   // Search for last one in the range [l_index, r_index).  Return r_index if not found.
>> 132:   inline idx_t get_prev_one_offset (idx_t l_index, idx_t r_index) const;
> 
> Nit: Some idiosyncratic formatting here (space before opening parenthesis).

Thanks for catching this.  Done.

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

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


More information about the hotspot-gc-dev mailing list