comparison src/share/vm/gc_implementation/g1/heapRegion.cpp @ 3978:f0ecbe78fc7b

7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output Reviewed-by: jcoomes, johnc
author tonyp
date Thu, 22 Sep 2011 07:18:51 -0400
parents f44782f04dd4
children 4dfb2df418f2
comparison
equal deleted inserted replaced
3977:5cc33133bc6d 3978:f0ecbe78fc7b
487 _humongous_type(NotHumongous), _humongous_start_region(NULL), 487 _humongous_type(NotHumongous), _humongous_start_region(NULL),
488 _in_collection_set(false), 488 _in_collection_set(false),
489 _next_in_special_set(NULL), _orig_end(NULL), 489 _next_in_special_set(NULL), _orig_end(NULL),
490 _claimed(InitialClaimValue), _evacuation_failed(false), 490 _claimed(InitialClaimValue), _evacuation_failed(false),
491 _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1), 491 _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
492 _gc_efficiency(0.0),
492 _young_type(NotYoung), _next_young_region(NULL), 493 _young_type(NotYoung), _next_young_region(NULL),
493 _next_dirty_cards_region(NULL), _next(NULL), _pending_removal(false), 494 _next_dirty_cards_region(NULL), _next(NULL), _pending_removal(false),
494 #ifdef ASSERT 495 #ifdef ASSERT
495 _containing_set(NULL), 496 _containing_set(NULL),
496 #endif // ASSERT 497 #endif // ASSERT