RFR: 8330339: G1: Refactor G1BlockOffsetTable APIs

Guoxiong Li gli at openjdk.org
Tue Apr 16 14:30:01 UTC 2024


On Tue, 16 Apr 2024 13:49:15 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> The inline.hpp should probably be updated as well to exclude private apis.

Do you mean:

The methods `entry_for_addr` and `addr_for_entry` are not marked as `inline` in the `hpp`, so they should be moved to `cpp` and not `inlined`?

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

PR Comment: https://git.openjdk.org/jdk/pull/18800#issuecomment-2059229618


More information about the hotspot-gc-dev mailing list