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

Print this page
rev 6797 : [mq]: 8052170-fix-crash-with-deferredrsupdate

*** 235,246 **** --- 235,248 ---- } _last_gc_worker_times_ms.verify(); _last_gc_worker_other_times_ms.verify(); + if (G1DeferredRSUpdate) { _last_redirty_logged_cards_time_ms.verify(); _last_redirty_logged_cards_processed_cards.verify(); + } } void G1GCPhaseTimes::note_string_dedup_fixup_start() { _cur_string_dedup_queue_fixup_worker_times_ms.reset(); _cur_string_dedup_table_fixup_worker_times_ms.reset();