src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp

changeset 6609
270d7cb38f40
parent 6085
8f07aa079343
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp	Wed Mar 26 14:15:02 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp	Mon Mar 31 17:09:38 2014 +0200
     1.3 @@ -1204,7 +1204,7 @@
     1.4           (_young_list_target_length * HeapRegion::GrainBytes) - _survivor_used_bytes_before_gc;
     1.5  
     1.6    if (full) {
     1.7 -    _metaspace_used_bytes_before_gc = MetaspaceAux::allocated_used_bytes();
     1.8 +    _metaspace_used_bytes_before_gc = MetaspaceAux::used_bytes();
     1.9    }
    1.10  }
    1.11  

mercurial