7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output

Thu, 22 Sep 2011 07:18:51 -0400

author
tonyp
date
Thu, 22 Sep 2011 07:18:51 -0400
changeset 3174
f0ecbe78fc7b
parent 3173
5cc33133bc6d
child 3175
4dfb2df418f2

7092238: G1: Uninitialized field gc_efficiency in G1PrintRegionLivenessInfo output
Reviewed-by: jcoomes, johnc

src/share/vm/gc_implementation/g1/heapRegion.cpp file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegion.cpp	Wed Sep 21 15:24:07 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegion.cpp	Thu Sep 22 07:18:51 2011 -0400
     1.3 @@ -489,6 +489,7 @@
     1.4      _next_in_special_set(NULL), _orig_end(NULL),
     1.5      _claimed(InitialClaimValue), _evacuation_failed(false),
     1.6      _prev_marked_bytes(0), _next_marked_bytes(0), _sort_index(-1),
     1.7 +    _gc_efficiency(0.0),
     1.8      _young_type(NotYoung), _next_young_region(NULL),
     1.9      _next_dirty_cards_region(NULL), _next(NULL), _pending_removal(false),
    1.10  #ifdef ASSERT

mercurial