RFR: 8329603: G1: Merge G1BlockOffsetTablePart into G1BlockOffsetTable [v2]
Guoxiong Li
gli at openjdk.org
Fri Apr 5 10:05:38 UTC 2024
On Fri, 5 Apr 2024 08:19:33 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
>> Guoxiong Li has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Use a simple/unified BOT.
>
> src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp line 166:
>
>> 164: // blk_start
>> 165: //
>> 166: void G1BlockOffsetTable::update_for_block_work(HeapWord* blk_start,
>
> Some indentation issues.
Fixed. I tried to find other indentation issues except this one, but can't find now. Please point it out if you found.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18634#discussion_r1553309413
More information about the hotspot-gc-dev
mailing list