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

changeset 3691
2a0172480595
parent 3539
a9647476d1a4
child 3711
b632e80fc9dc
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Fri Mar 16 09:52:57 2012 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Apr 05 13:57:23 2012 -0400
     1.3 @@ -373,10 +373,9 @@
     1.4      ScrubRemSetClaimValue      = 3,
     1.5      ParVerifyClaimValue        = 4,
     1.6      RebuildRSClaimValue        = 5,
     1.7 -    CompleteMarkCSetClaimValue = 6,
     1.8 -    ParEvacFailureClaimValue   = 7,
     1.9 -    AggregateCountClaimValue   = 8,
    1.10 -    VerifyCountClaimValue      = 9
    1.11 +    ParEvacFailureClaimValue   = 6,
    1.12 +    AggregateCountClaimValue   = 7,
    1.13 +    VerifyCountClaimValue      = 8
    1.14    };
    1.15  
    1.16    inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {

mercurial