Skip to content

Commit

Permalink
8264727: Shenandoah: Remove extraneous whitespace from phase timings …
Browse files Browse the repository at this point in the history
…report

Reviewed-by: shade
  • Loading branch information
earthling-amzn authored and shipilev committed Apr 9, 2021
1 parent cc54de7 commit ec31b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp
Expand Up @@ -101,8 +101,8 @@ class outputStream;
f(final_roots_gross, "Pause Final Roots (G)") \ f(final_roots_gross, "Pause Final Roots (G)") \
f(final_roots, "Pause Final Roots (N)") \ f(final_roots, "Pause Final Roots (N)") \
\ \
f(init_update_refs_gross, "Pause Init Update Refs (G)") \ f(init_update_refs_gross, "Pause Init Update Refs (G)") \
f(init_update_refs, "Pause Init Update Refs (N)") \ f(init_update_refs, "Pause Init Update Refs (N)") \
f(init_update_refs_manage_gclabs, " Manage GCLABs") \ f(init_update_refs_manage_gclabs, " Manage GCLABs") \
\ \
f(conc_update_refs, "Concurrent Update Refs") \ f(conc_update_refs, "Concurrent Update Refs") \
Expand Down

1 comment on commit ec31b3a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.