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); |