RFR: 8330339: G1: Refactor G1BlockOffsetTable APIs
Albert Mingkun Yang
ayang at openjdk.org
Tue Apr 16 16:15:00 UTC 2024
On Tue, 16 Apr 2024 13:28:19 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> This patch moves several methods to the `private` part.
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
Only `block_start_reaching_into_card` and methods called by it should be in inline.hpp. All other methods can be moved to cpp.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18800#issuecomment-2059457915
More information about the hotspot-gc-dev
mailing list