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

changeset 825
cc68c8e9b309
parent 791
1ee8caae33af
child 905
ad8c8ca4ab0f
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.hpp	Thu Oct 02 12:01:08 2008 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.hpp	Mon Oct 06 13:16:35 2008 -0400
     1.3 @@ -317,7 +317,8 @@
     1.4      InitialClaimValue     = 0,
     1.5      FinalCountClaimValue  = 1,
     1.6      NoteEndClaimValue     = 2,
     1.7 -    ScrubRemSetClaimValue = 3
     1.8 +    ScrubRemSetClaimValue = 3,
     1.9 +    ParVerifyClaimValue   = 4
    1.10    };
    1.11  
    1.12    // Concurrent refinement requires contiguous heap regions (in which TLABs

mercurial