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

changeset 3296
dc467e8b2c5e
parent 3295
00dd86e542eb
child 3337
41406797186b
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Nov 28 09:49:05 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Thu Nov 17 12:40:15 2011 -0800
     1.3 @@ -737,7 +737,9 @@
     1.4    void record_concurrent_mark_init_end(double
     1.5                                             mark_init_elapsed_time_ms);
     1.6  
     1.7 -  void record_mark_closure_time(double mark_closure_time_ms);
     1.8 +  void record_mark_closure_time(double mark_closure_time_ms) {
     1.9 +    _mark_closure_time_ms = mark_closure_time_ms;
    1.10 +  }
    1.11  
    1.12    void record_concurrent_mark_remark_start();
    1.13    void record_concurrent_mark_remark_end();

mercurial