--- old/src/share/vm/gc/cms/concurrentMarkSweepGeneration.inline.hpp 2017-04-25 16:44:25.311175530 +0200 +++ new/src/share/vm/gc/cms/concurrentMarkSweepGeneration.inline.hpp 2017-04-25 16:44:25.163175535 +0200 @@ -446,7 +446,7 @@ // This is superfluous except at the end of the space; // we should do better than this XXX MemRegion mr2(mr.start(), (HeapWord*)round_to((intptr_t)mr.end(), - CardTableModRefBS::card_size /* bytes */)); + CardTable::card_size /* bytes */)); _t->mark_range(mr2); } @@ -455,7 +455,7 @@ // This is superfluous except at the end of the space; // we should do better than this XXX MemRegion mr2(mr.start(), (HeapWord*)round_to((intptr_t)mr.end(), - CardTableModRefBS::card_size /* bytes */)); + CardTable::card_size /* bytes */)); _t->par_mark_range(mr2); }