Integrated: 8329603: G1: Merge G1BlockOffsetTablePart into G1BlockOffsetTable
Guoxiong Li
gli at openjdk.org
Tue Apr 9 13:25:14 UTC 2024
On Thu, 4 Apr 2024 16:55:49 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
This pull request has now been integrated.
Changeset: 5fb5e6c8
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5fb5e6c8f04e325cbb782431d51251edde4c2618
Stats: 158 lines in 9 files changed: 18 ins; 77 del; 63 mod
8329603: G1: Merge G1BlockOffsetTablePart into G1BlockOffsetTable
Reviewed-by: ayang, iwalulya
-------------
PR: https://git.openjdk.org/jdk/pull/18634
More information about the hotspot-gc-dev
mailing list