Integrated: 8329096: G1: Change the type of G1BlockOffsetTable::_offset_base to uint8_t*

Guoxiong Li gli at openjdk.org
Thu Mar 28 04:05:36 UTC 2024


On Tue, 26 Mar 2024 22:13:42 GMT, Guoxiong Li <gli at openjdk.org> wrote:

> Hi all,
> 
> This patch changes the type of `G1BlockOffsetTable::_offset_base` to `uint8_t*`, just like `SerialBlockOffsetSharedArray::_offset_base` and `ObjectStartArray::_offset_base`. 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: 4fa77a2a
Author:    Guoxiong Li <gli at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4fa77a2ad47a1a7c4064462c5c36e7710ec72549
Stats:     50 lines in 3 files changed: 0 ins; 1 del; 49 mod

8329096: G1: Change the type of G1BlockOffsetTable::_offset_base to uint8_t*

Reviewed-by: ayang, tschatzl

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

PR: https://git.openjdk.org/jdk/pull/18502


More information about the hotspot-gc-dev mailing list