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

changeset 1030
3698e8f47799
parent 984
fe3d7c11b4b7
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Fri Feb 20 11:12:26 2009 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Feb 24 15:50:23 2009 -0500
     1.3 @@ -966,7 +966,7 @@
     1.4      record_termination_time(0, ms);
     1.5    }
     1.6  
     1.7 -  void record_pause_time(double ms) {
     1.8 +  void record_pause_time_ms(double ms) {
     1.9      _last_pause_time_ms = ms;
    1.10    }
    1.11  

mercurial