RFR: 8328352: Serial: Inline SerialBlockOffsetSharedArray
Axel Boldt-Christmas
aboldtch at openjdk.org
Wed Apr 3 11:51:10 UTC 2024
On Tue, 26 Mar 2024 22:10:27 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch merges `SerialBlockOffsetSharedArray` into `SerialBlockOffsetTable` so that the `TenureSpace` and `TenuredGeneration` can use them easily. The tests `make test-tier1_gc` passed locally.
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
Looks good.
src/hotspot/share/gc/serial/vmStructs_serial.hpp line 43:
> 41: \
> 42: nonstatic_field(TenuredGeneration, _rs, CardTableRS*) \
> 43: nonstatic_field(TenuredGeneration, _bts, SerialBlockOffsetTable*) \
Whitespace alignment of ``
-------------
Marked as reviewed by aboldtch (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18501#pullrequestreview-1976546565
PR Review Comment: https://git.openjdk.org/jdk/pull/18501#discussion_r1549575459
More information about the hotspot-gc-dev
mailing list