Skip to content

Commit

Permalink
Rename phase to Flush SATB
Browse files Browse the repository at this point in the history
  • Loading branch information
neethu-prasad committed Aug 13, 2024
1 parent 9649c2c commit 1609ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class outputStream;
f(conc_mark_roots, "Concurrent Mark Roots ") \
SHENANDOAH_PAR_PHASE_DO(conc_mark_roots, " CMR: ", f) \
f(conc_mark, "Concurrent Marking") \
f(conc_mark_satb_flush_rendezvous, " SATB Flush Rendezvous") \
f(conc_mark_satb_flush_rendezvous, " Flush SATB") \
\
f(final_mark_gross, "Pause Final Mark (G)") \
f(final_mark, "Pause Final Mark (N)") \
Expand Down

0 comments on commit 1609ed5

Please sign in to comment.