Skip to content

Commit 014c658

Browse files
author
Thomas Schatzl
committedMar 29, 2023
8305086: G1 Redirty Cards phase printed twice
Reviewed-by: ayang, kbarrett
1 parent 2fa0933 commit 014c658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@ double G1GCPhaseTimes::print_post_evacuate_collection_set(bool evacuation_failed
501501
debug_phase(_gc_par_phases[RemoveSelfForwards], 2);
502502
}
503503

504-
trace_phase(_gc_par_phases[RedirtyCards]);
505504
debug_time("Post Evacuate Cleanup 2", _cur_post_evacuate_cleanup_2_time_ms);
506505
if (evacuation_failed) {
507506
debug_phase(_gc_par_phases[RecalculateUsed], 1);

0 commit comments

Comments
 (0)
Please sign in to comment.