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

changeset 1063
7bb995fbd3c0
parent 1014
0fbdb4381b99
parent 1061
87fa6e083d82
child 1112
96b229c54d1e
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Mar 12 18:16:36 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