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

changeset 1061
87fa6e083d82
parent 984
fe3d7c11b4b7
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Mar 09 11:32:57 2009 -0400
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Tue Mar 10 00:47:05 2009 -0700
     1.3 @@ -318,7 +318,8 @@
     1.4      FinalCountClaimValue  = 1,
     1.5      NoteEndClaimValue     = 2,
     1.6      ScrubRemSetClaimValue = 3,
     1.7 -    ParVerifyClaimValue   = 4
     1.8 +    ParVerifyClaimValue   = 4,
     1.9 +    RebuildRSClaimValue   = 5
    1.10    };
    1.11  
    1.12    // Concurrent refinement requires contiguous heap regions (in which TLABs

mercurial