RFR: 8329096: G1: Change the type of G1BlockOffsetTable::_offset_base to uint8_t*
Albert Mingkun Yang
ayang at openjdk.org
Wed Mar 27 07:35:32 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
Marked as reviewed by ayang (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18502#pullrequestreview-1962512045
More information about the hotspot-gc-dev
mailing list