--- old/src/share/vm/gc_implementation/g1/heapRegion.hpp 2011-12-20 11:11:19.294649270 -0800 +++ new/src/share/vm/gc_implementation/g1/heapRegion.hpp 2011-12-20 11:11:18.865022183 -0800 @@ -373,7 +373,9 @@ ScrubRemSetClaimValue = 3, ParVerifyClaimValue = 4, RebuildRSClaimValue = 5, - CompleteMarkCSetClaimValue = 6 + CompleteMarkCSetClaimValue = 6, + AggregateCountClaimValue = 7, + VerifyCountClaimValue = 8 }; inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {