comparison src/share/vm/gc_implementation/g1/heapRegion.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 0fbdb4381b99 87fa6e083d82
children 96b229c54d1e
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
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.