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

changeset 3675
9a9bb0010c91
parent 3539
a9647476d1a4
child 3689
500023bd0818
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Fri Mar 23 15:28:24 2012 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Mar 27 10:29:59 2012 +0200
     1.3 @@ -940,10 +940,9 @@
     1.4      return _bytes_copied_during_gc;
     1.5    }
     1.6  
     1.7 -  // Determine whether the next GC should be mixed. Called to determine
     1.8 -  // whether to start mixed GCs or whether to carry on doing mixed
     1.9 -  // GCs. The two action strings are used in the ergo output when the
    1.10 -  // method returns true or false.
    1.11 +  // Determine whether there are candidate regions so that the
    1.12 +  // next GC should be mixed. The two action strings are used
    1.13 +  // in the ergo output when the method returns true or false.
    1.14    bool next_gc_should_be_mixed(const char* true_action_str,
    1.15                                 const char* false_action_str);
    1.16  

mercurial