mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8277372: Add getters for BOT and card table members
Reviewed-by: tschatzl, sjohanss, ayang
This commit is contained in:
parent
7c6f57fcb1
commit
adf39522c1
40 changed files with 205 additions and 176 deletions
|
@ -138,7 +138,7 @@ void CompilerToVM::Data::initialize(JVMCI_TRAPS) {
|
|||
CardTable::CardValue* base = ci_card_table_address();
|
||||
assert(base != NULL, "unexpected byte_map_base");
|
||||
cardtable_start_address = base;
|
||||
cardtable_shift = CardTable::card_shift;
|
||||
cardtable_shift = CardTable::card_shift();
|
||||
} else {
|
||||
// No card mark barriers
|
||||
cardtable_start_address = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue