8305086: G1 Redirty Cards phase printed twice

Reviewed-by: ayang, kbarrett
This commit is contained in:
Thomas Schatzl 2023-03-29 15:21:02 +00:00
parent 2fa09333ef
commit 014c658708

View File

@ -501,7 +501,6 @@ double G1GCPhaseTimes::print_post_evacuate_collection_set(bool evacuation_failed
debug_phase(_gc_par_phases[RemoveSelfForwards], 2); debug_phase(_gc_par_phases[RemoveSelfForwards], 2);
} }
trace_phase(_gc_par_phases[RedirtyCards]);
debug_time("Post Evacuate Cleanup 2", _cur_post_evacuate_cleanup_2_time_ms); debug_time("Post Evacuate Cleanup 2", _cur_post_evacuate_cleanup_2_time_ms);
if (evacuation_failed) { if (evacuation_failed) {
debug_phase(_gc_par_phases[RecalculateUsed], 1); debug_phase(_gc_par_phases[RecalculateUsed], 1);