comparison src/share/vm/gc_implementation/g1/heapRegion.hpp @ 626:87fa6e083d82

6760309: G1: update remembered sets during Full GCs Reviewed-by: iveresov, tonyp
author apetrusenko
date Tue, 10 Mar 2009 00:47:05 -0700
parents fe3d7c11b4b7
children 7bb995fbd3c0
comparison
equal deleted inserted replaced
620:bcedf688d882 626:87fa6e083d82
316 enum ClaimValues { 316 enum ClaimValues {
317 InitialClaimValue = 0, 317 InitialClaimValue = 0,
318 FinalCountClaimValue = 1, 318 FinalCountClaimValue = 1,
319 NoteEndClaimValue = 2, 319 NoteEndClaimValue = 2,
320 ScrubRemSetClaimValue = 3, 320 ScrubRemSetClaimValue = 3,
321 ParVerifyClaimValue = 4 321 ParVerifyClaimValue = 4,
322 RebuildRSClaimValue = 5
322 }; 323 };
323 324
324 // Concurrent refinement requires contiguous heap regions (in which TLABs 325 // Concurrent refinement requires contiguous heap regions (in which TLABs
325 // might be allocated) to be zero-filled. Each region therefore has a 326 // might be allocated) to be zero-filled. Each region therefore has a
326 // zero-fill-state. 327 // zero-fill-state.