RFR: 8329603: G1: Merge G1BlockOffsetTablePart into G1BlockOffsetTable [v4]
Ivan Walulya
iwalulya at openjdk.org
Tue Apr 9 10:39:11 UTC 2024
On Mon, 8 Apr 2024 16:14:17 GMT, Guoxiong Li <gli at openjdk.org> wrote:
>> Hi all,
>>
>> This patch merges `G1BlockOffsetTablePart` into `G1BlockOffsetTable`. The previous fields `_reserved` and `_offset_base` of `G1BlockOffsetTable` are marked as `static` so that they can be shared by BOTs of all the heap regions.
>>
>> The tests `make test-tier1_gc` passed locally. Thanks for taking the time to review.
>>
>> Best Regards,
>> -- Guoxiong
>
> Guoxiong Li has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>
> - Merge branch 'master' into G1BlockOffsetTable
> - Move assert.
> - Remove unnecessary comments.
> - Fix indentation issue.
> - Use a simple/unified BOT.
> - JDK-8329603
Marked as reviewed by iwalulya (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18634#pullrequestreview-1988704454
More information about the hotspot-gc-dev
mailing list