Integrated: 8328364: Remove redundant fields in 'BOTConstants'
Guoxiong Li
gli at openjdk.org
Tue Mar 19 13:41:25 UTC 2024
On Tue, 19 Mar 2024 05:51:51 GMT, Guoxiong Li <gli at openjdk.org> wrote:
> Hi all,
>
> The class `BOTConstants` has several redundant fields. This patch removes the redundant fields and adds a new field `CardTable::_card_shift_in_words` like `BOTConstants::_log_card_size_in_words`.
>
> Thanks for taking the time to review.
>
> Best Regards,
> -- Guoxiong
This pull request has now been integrated.
Changeset: db4842c9
Author: Guoxiong Li <gli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/db4842c9d9696af311762cb9c809952c55b34623
Stats: 136 lines in 16 files changed: 10 ins; 64 del; 62 mod
8328364: Remove redundant fields in 'BOTConstants'
Reviewed-by: ayang, tschatzl
-------------
PR: https://git.openjdk.org/jdk/pull/18371
More information about the hotspot-gc-dev
mailing list