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

changeset 7022
9b093813caa9
parent 7013
e8ba50da0de0
child 7208
7baf47cb97cb
equal deleted inserted replaced
7021:04d77ac27223 7022:9b093813caa9
234 } 234 }
235 235
236 _last_gc_worker_times_ms.verify(); 236 _last_gc_worker_times_ms.verify();
237 _last_gc_worker_other_times_ms.verify(); 237 _last_gc_worker_other_times_ms.verify();
238 238
239 _last_redirty_logged_cards_time_ms.verify(); 239 if (G1DeferredRSUpdate) {
240 _last_redirty_logged_cards_processed_cards.verify(); 240 _last_redirty_logged_cards_time_ms.verify();
241 _last_redirty_logged_cards_processed_cards.verify();
242 }
241 } 243 }
242 244
243 void G1GCPhaseTimes::note_string_dedup_fixup_start() { 245 void G1GCPhaseTimes::note_string_dedup_fixup_start() {
244 _cur_string_dedup_queue_fixup_worker_times_ms.reset(); 246 _cur_string_dedup_queue_fixup_worker_times_ms.reset();
245 _cur_string_dedup_table_fixup_worker_times_ms.reset(); 247 _cur_string_dedup_table_fixup_worker_times_ms.reset();

mercurial