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

changeset 3667
21595f05bc93
parent 3539
a9647476d1a4
child 3689
500023bd0818
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp	Mon Mar 12 14:59:00 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp	Fri Mar 23 10:53:19 2012 -0400
     1.3 @@ -2608,7 +2608,7 @@
     1.4    size_t reclaimable_bytes = cset_chooser->remainingReclaimableBytes();
     1.5    size_t capacity_bytes = _g1->capacity();
     1.6    double perc = (double) reclaimable_bytes * 100.0 / (double) capacity_bytes;
     1.7 -  double threshold = (double) G1OldReclaimableThresholdPercent;
     1.8 +  double threshold = (double) G1HeapWastePercent;
     1.9    if (perc < threshold) {
    1.10      ergo_verbose4(ErgoMixedGCs,
    1.11                false_action_str,

mercurial