RFR: 8328364: Remove redundant fields in 'BOTConstants'

Albert Mingkun Yang ayang at openjdk.org
Tue Mar 19 13:52:26 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

> In general all PRs should be open for at least 24 hours to allow for reviewers in all time zones to get a chance to see it. 

>From https://openjdk.org/guide/ , just fyi.

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

PR Comment: https://git.openjdk.org/jdk/pull/18371#issuecomment-2007232590


More information about the hotspot-gc-dev mailing list