RFR: 8330339: G1: Refactor G1BlockOffsetTable APIs
Guoxiong Li
gli at openjdk.org
Tue Apr 16 17:13:01 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
I am confused by the `inline.hpp` file now. Previously, I think the non-trivial inlined methods should be put in `inline.hpp`. But now, it seems my thought is wrong. Now, I don’t really know when we should add such `inline.hpp` file and which methods should be put into `inline.hpp`. Could you explain more for me? Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18800#issuecomment-2059559873
More information about the hotspot-gc-dev
mailing list