RFR: 8293023: Change CardTable::is_in_young signature

Kim Barrett kbarrett at openjdk.org
Tue Aug 30 04:22:04 UTC 2022


On Mon, 29 Aug 2022 10:04:48 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:

> This PR consists of 2 commits:
> 
> 1. The actual change of the signature.
> 2. Adding the missing `override` in changed files.
> 
> The second commit is auto generated using `make CONF=debug compile-commands-hotspot; clang-tidy --fix -checks=modernize-use-override -p build/linux-x64-debug <file>`.
> 
> Test: hotspot_gc

Change looks good.

Wearing my archeologist hat, I'd prefer the override part be in a separate change.

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

Marked as reviewed by kbarrett (Reviewer).

PR: https://git.openjdk.org/jdk/pull/10061



More information about the hotspot-gc-dev mailing list