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

changeset 3463
d30fa85f9994
parent 3416
2ace1c4ee8da
child 3539
a9647476d1a4
equal deleted inserted replaced
3462:877914d90c57 3463:d30fa85f9994
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 CompleteMarkCSetClaimValue = 6,
377 ParEvacFailureClaimValue = 7 377 ParEvacFailureClaimValue = 7,
378 AggregateCountClaimValue = 8,
379 VerifyCountClaimValue = 9
378 }; 380 };
379 381
380 inline HeapWord* par_allocate_no_bot_updates(size_t word_size) { 382 inline HeapWord* par_allocate_no_bot_updates(size_t word_size) {
381 assert(is_young(), "we can only skip BOT updates on young regions"); 383 assert(is_young(), "we can only skip BOT updates on young regions");
382 return ContiguousSpace::par_allocate(word_size); 384 return ContiguousSpace::par_allocate(word_size);

mercurial