Several fields in class `BOTConstants`, which are related to card table, are redundant. The related fields should be placed at `CardTable` solely.
The redundant fields are shown below.
```
static uint _log_card_size;
static uint _log_card_size_in_words;
static uint _card_size;
static uint _card_size_in_words;
```
The redundant fields are shown below.
```
static uint _log_card_size;
static uint _log_card_size_in_words;
static uint _card_size;
static uint _card_size_in_words;
```
- relates to
-
JDK-8272773 Configurable card table card size
-
- Resolved
-