Integrated: 8293023: Change CardTable::is_in_young signature

Albert Mingkun Yang ayang at openjdk.org
Fri Sep 2 11:05:52 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

This pull request has now been integrated.

Changeset: ce06a3b6
Author:    Albert Mingkun Yang <ayang at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ce06a3b689afae25b00c38bf06a033b1c5927651
Stats:     25 lines in 11 files changed: 0 ins; 1 del; 24 mod

8293023: Change CardTable::is_in_young signature

Reviewed-by: kbarrett, iwalulya

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

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



More information about the hotspot-gc-dev mailing list