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

changeset 7208
7baf47cb97cb
parent 7010
a3953c777565
child 7535
7ae4e26cb1e0
child 7658
c3fcc09c9239
     1.1 --- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp	Fri Aug 29 13:08:01 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp	Fri Aug 29 13:12:21 2014 +0200
     1.3 @@ -129,7 +129,6 @@
     1.4  
     1.5    double _cur_collection_par_time_ms;
     1.6    double _cur_collection_code_root_fixup_time_ms;
     1.7 -  double _cur_strong_code_root_migration_time_ms;
     1.8    double _cur_strong_code_root_purge_time_ms;
     1.9  
    1.10    double _cur_evac_fail_recalc_used;
    1.11 @@ -233,10 +232,6 @@
    1.12      _cur_collection_code_root_fixup_time_ms = ms;
    1.13    }
    1.14  
    1.15 -  void record_strong_code_root_migration_time(double ms) {
    1.16 -    _cur_strong_code_root_migration_time_ms = ms;
    1.17 -  }
    1.18 -
    1.19    void record_strong_code_root_purge_time(double ms) {
    1.20      _cur_strong_code_root_purge_time_ms = ms;
    1.21    }

mercurial