--- old/src/share/vm/runtime/globals.hpp 2017-04-25 16:45:46.907172688 +0200 +++ new/src/share/vm/runtime/globals.hpp 2017-04-25 16:45:46.743172694 +0200 @@ -1725,13 +1725,13 @@ "enough work per iteration") \ range(0, max_intx) \ \ - /* 4096 = CardTableModRefBS::card_size_in_words * BitsPerWord */ \ + /* 4096 = CardTable::card_size_in_words * BitsPerWord */ \ product(size_t, CMSRescanMultiple, 32, \ "Size (in cards) of CMS parallel rescan task") \ range(1, SIZE_MAX / 4096) \ constraint(CMSRescanMultipleConstraintFunc,AfterMemoryInit) \ \ - /* 4096 = CardTableModRefBS::card_size_in_words * BitsPerWord */ \ + /* 4096 = CardTable::card_size_in_words * BitsPerWord */ \ product(size_t, CMSConcMarkMultiple, 32, \ "Size (in cards) of CMS concurrent MT marking task") \ range(1, SIZE_MAX / 4096) \