mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8199604: Rename CardTableModRefBS to CardTableBarrierSet
Reviewed-by: stefank, pliden
This commit is contained in:
parent
b87298505b
commit
0f92948d6f
80 changed files with 217 additions and 218 deletions
|
@ -119,7 +119,7 @@ void CompilerToVM::Data::initialize(TRAPS) {
|
|||
symbol_clinit = (address) vmSymbols::class_initializer_name();
|
||||
|
||||
BarrierSet* bs = Universe::heap()->barrier_set();
|
||||
if (bs->is_a(BarrierSet::CardTableModRef)) {
|
||||
if (bs->is_a(BarrierSet::CardTableBarrierSet)) {
|
||||
jbyte* base = ci_card_table_address();
|
||||
assert(base != NULL, "unexpected byte_map_base");
|
||||
cardtable_start_address = base;
|
||||
|
@ -420,4 +420,3 @@ jobjectArray readConfiguration0(JNIEnv *env, TRAPS) {
|
|||
#undef ADD_UINTX_FLAG
|
||||
#undef CHECK_FLAG
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue