--- old/src/share/vm/gc/g1/sparsePRT.cpp 2017-04-25 16:44:48.471174724 +0200 +++ new/src/share/vm/gc/g1/sparsePRT.cpp 2017-04-25 16:44:48.307174729 +0200 @@ -41,7 +41,7 @@ // Check that the card array element type can represent all cards in the region. // Choose a large SparsePRTEntry::card_elem_t (e.g. CardIdx_t) if required. assert(((size_t)1 << (sizeof(SparsePRTEntry::card_elem_t) * BitsPerByte)) * - G1SATBCardTableModRefBS::card_size >= HeapRegionBounds::max_size(), "precondition"); + G1CardTable::card_size >= HeapRegionBounds::max_size(), "precondition"); assert(G1RSetSparseRegionEntries > 0, "precondition"); _region_ind = region_ind; _next_index = RSHashTable::NullEntry;