comparison src/share/vm/gc_implementation/g1/heapRegion.cpp @ 796:29e7d79232b9

6819065: G1: eliminate high serial card table clearing time Reviewed-by: iveresov, tonyp
author apetrusenko
date Tue, 19 May 2009 04:05:31 -0700
parents 20c6f43950b5
children 830ca2573896
comparison
equal deleted inserted replaced
795:215f81b4d9b3 796:29e7d79232b9
349 _is_on_free_list(false), _is_on_unclean_list(false), 349 _is_on_free_list(false), _is_on_unclean_list(false),
350 _next_in_special_set(NULL), _orig_end(NULL), 350 _next_in_special_set(NULL), _orig_end(NULL),
351 _claimed(InitialClaimValue), _evacuation_failed(false), 351 _claimed(InitialClaimValue), _evacuation_failed(false),
352 _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1), 352 _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
353 _young_type(NotYoung), _next_young_region(NULL), 353 _young_type(NotYoung), _next_young_region(NULL),
354 _next_dirty_cards_region(NULL),
354 _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1), 355 _young_index_in_cset(-1), _surv_rate_group(NULL), _age_index(-1),
355 _rem_set(NULL), _zfs(NotZeroFilled) 356 _rem_set(NULL), _zfs(NotZeroFilled)
356 { 357 {
357 _orig_end = mr.end(); 358 _orig_end = mr.end();
358 // Note that initialize() will set the start of the unmarked area of the 359 // Note that initialize() will set the start of the unmarked area of the