From 014c658708f489e029592ea1e986812cf7c253b8 Mon Sep 17 00:00:00 2001 From: Thomas Schatzl Date: Wed, 29 Mar 2023 15:21:02 +0000 Subject: [PATCH] 8305086: G1 Redirty Cards phase printed twice Reviewed-by: ayang, kbarrett --- src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp b/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp index 118bc01c905..2339996bbe5 100644 --- a/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp +++ b/src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp @@ -501,7 +501,6 @@ double G1GCPhaseTimes::print_post_evacuate_collection_set(bool evacuation_failed 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); if (evacuation_failed) { debug_phase(_gc_par_phases[RecalculateUsed], 1);