Integrated: 8330362: G1: Inline offset array element accessor in G1BlockOffsetTable
Guoxiong Li
gli at openjdk.org
Tue Apr 23 15:24:33 UTC 2024
On Mon, 22 Apr 2024 09:56:46 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch inlines the method `G1BlockOffsetTable::set_offset_array_raw`. I think the method `G1BlockOffsetTable::offset_array` is a `getter` corresponding to the `setter` `G1BlockOffsetTable::set_offset_array` and the check in `G1BlockOffsetTable::offset_array` is useful, so it seems good to keep it.
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
This pull request has now been integrated.
Changeset: b07e1531
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b07e1531b375b9d8117e218355e70272e27e1225
Stats: 7 lines in 2 files changed: 0 ins; 6 del; 1 mod
8330362: G1: Inline offset array element accessor in G1BlockOffsetTable
Reviewed-by: ayang, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/18881
More information about the hotspot-gc-dev
mailing list