src/share/vm/gc_implementation/g1/heapRegion.hpp

changeset 3463
d30fa85f9994
parent 3416
2ace1c4ee8da
child 3539
a9647476d1a4
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Jan 24 17:08:58 2012 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Jan 12 00:06:47 2012 -0800
     1.3 @@ -374,7 +374,9 @@
     1.4      ParVerifyClaimValue        = 4,
     1.5      RebuildRSClaimValue        = 5,
     1.6      CompleteMarkCSetClaimValue = 6,
     1.7 -    ParEvacFailureClaimValue   = 7
     1.8 +    ParEvacFailureClaimValue   = 7,
     1.9 +    AggregateCountClaimValue   = 8,
    1.10 +    VerifyCountClaimValue      = 9
    1.11    };
    1.12  
    1.13    inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {

mercurial