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

changeset 3691
2a0172480595
parent 3539
a9647476d1a4
child 3711
b632e80fc9dc
equal deleted inserted replaced
3690:748051fd24ce 3691:2a0172480595
371 FinalCountClaimValue = 1, 371 FinalCountClaimValue = 1,
372 NoteEndClaimValue = 2, 372 NoteEndClaimValue = 2,
373 ScrubRemSetClaimValue = 3, 373 ScrubRemSetClaimValue = 3,
374 ParVerifyClaimValue = 4, 374 ParVerifyClaimValue = 4,
375 RebuildRSClaimValue = 5, 375 RebuildRSClaimValue = 5,
376 CompleteMarkCSetClaimValue = 6, 376 ParEvacFailureClaimValue = 6,
377 ParEvacFailureClaimValue = 7, 377 AggregateCountClaimValue = 7,
378 AggregateCountClaimValue = 8, 378 VerifyCountClaimValue = 8
379 VerifyCountClaimValue = 9
380 }; 379 };
381 380
382 inline HeapWord* par_allocate_no_bot_updates(size_t word_size) { 381 inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {
383 assert(is_young(), "we can only skip BOT updates on young regions"); 382 assert(is_young(), "we can only skip BOT updates on young regions");
384 return ContiguousSpace::par_allocate(word_size); 383 return ContiguousSpace::par_allocate(word_size);

mercurial