RFR: 8293023: Change CardTable::is_in_young signature
Albert Mingkun Yang
ayang at openjdk.org
Mon Aug 29 10:13:17 UTC 2022
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
-------------
Commit messages:
- override
- is-in-young-void
Changes: https://git.openjdk.org/jdk/pull/10061/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10061&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8293023
Stats: 25 lines in 11 files changed: 0 ins; 1 del; 24 mod
Patch: https://git.openjdk.org/jdk/pull/10061.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10061/head:pull/10061
PR: https://git.openjdk.org/jdk/pull/10061
More information about the hotspot-gc-dev
mailing list