hotspot/src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
changeset 2252 703d28e44a42
parent 2154 72a9b7284ccf
parent 2248 ce45d1a075d3
child 2260 219013f6a311
equal deleted inserted replaced
2225:a25c5ec5e40e 2252:703d28e44a42
  1085       gclog_or_tty->print(" (%s)", full_young_gcs() ? "young" : "partial");
  1085       gclog_or_tty->print(" (%s)", full_young_gcs() ? "young" : "partial");
  1086   }
  1086   }
  1087 
  1087 
  1088   assert(_g1->used_regions() == _g1->recalculate_used_regions(),
  1088   assert(_g1->used_regions() == _g1->recalculate_used_regions(),
  1089          "sanity");
  1089          "sanity");
       
  1090   assert(_g1->used() == _g1->recalculate_used(), "sanity");
  1090 
  1091 
  1091   double s_w_t_ms = (start_time_sec - _stop_world_start) * 1000.0;
  1092   double s_w_t_ms = (start_time_sec - _stop_world_start) * 1000.0;
  1092   _all_stop_world_times_ms->add(s_w_t_ms);
  1093   _all_stop_world_times_ms->add(s_w_t_ms);
  1093   _stop_world_start = 0.0;
  1094   _stop_world_start = 0.0;
  1094 
  1095