RFR: 8314329: AgeTable: add is_clear() & allocation spec, and relax assert to allow use of 0-index slot [v3]
Albert Mingkun Yang
ayang at openjdk.org
Mon Jan 22 08:39:28 UTC 2024
On Fri, 19 Jan 2024 23:32:42 GMT, Y. Srinivas Ramakrishna <ysr at openjdk.org> wrote:
>> I'd like to propose the following changes to the AgeTable (motivated by the uses in generational shenandoah):
>
> Y. Srinivas Ramakrishna has updated the pull request incrementally with one additional commit since the last revision:
>
> Changes from @albertnetymk review : used #ifndef PRODUCT rather than
> PRODUCT_RETURN0 for is_clear().
Thanks for the revision. I guess the new API can be `const`.
-------------
Marked as reviewed by ayang (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17470#pullrequestreview-1835889228
More information about the hotspot-gc-dev
mailing list