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

changeset 7208
7baf47cb97cb
parent 7013
e8ba50da0de0
child 7218
6948da6d7c13
     1.1 --- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Fri Aug 29 13:08:01 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Fri Aug 29 13:12:21 2014 +0200
     1.3 @@ -274,9 +274,6 @@
     1.4      // Now subtract the time taken to fix up roots in generated code
     1.5      misc_time_ms += _cur_collection_code_root_fixup_time_ms;
     1.6  
     1.7 -    // Strong code root migration time
     1.8 -    misc_time_ms += _cur_strong_code_root_migration_time_ms;
     1.9 -
    1.10      // Strong code root purge time
    1.11      misc_time_ms += _cur_strong_code_root_purge_time_ms;
    1.12  
    1.13 @@ -327,7 +324,6 @@
    1.14      _last_obj_copy_times_ms.print(1, "Object Copy (ms)");
    1.15    }
    1.16    print_stats(1, "Code Root Fixup", _cur_collection_code_root_fixup_time_ms);
    1.17 -  print_stats(1, "Code Root Migration", _cur_strong_code_root_migration_time_ms);
    1.18    print_stats(1, "Code Root Purge", _cur_strong_code_root_purge_time_ms);
    1.19    if (G1StringDedup::is_enabled()) {
    1.20      print_stats(1, "String Dedup Fixup", _cur_string_dedup_fixup_time_ms, _active_gc_threads);

mercurial