6819065: G1: eliminate high serial card table clearing time

Reviewed-by: iveresov, tonyp
This commit is contained in:
Andrey Petrusenko 2009-05-19 04:05:31 -07:00
parent 4f6c7e4a14
commit b7eda61fb6
5 changed files with 126 additions and 4 deletions

View file

@ -351,6 +351,7 @@ HeapRegion(G1BlockOffsetSharedArray* sharedOffsetArray,
_claimed(InitialClaimValue), _evacuation_failed(false),
_prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
_young_type(NotYoung), _next_young_region(NULL),
_next_dirty_cards_region(NULL),
_young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),
_rem_set(NULL), _zfs(NotZeroFilled)
{