Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8254560: Shenandoah: Concurrent Strong Roots logging is incorrect
Reviewed-by: rkennke
  • Loading branch information
shipilev committed Oct 12, 2020
1 parent 638f910 commit 0fab73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp
Expand Up @@ -98,8 +98,8 @@ class outputStream;
f(conc_class_unload_purge_cldg, " CLDG") \
f(conc_class_unload_purge_ec, " Exception Caches") \
f(conc_strong_roots, "Concurrent Strong Roots") \
f(conc_rendezvous_roots, "Rendezvous") \
SHENANDOAH_PAR_PHASE_DO(conc_strong_roots_, " CSR: ", f) \
f(conc_rendezvous_roots, "Rendezvous") \
f(conc_evac, "Concurrent Evacuation") \
\
f(init_update_refs_gross, "Pause Init Update Refs (G)") \
Expand Down

1 comment on commit 0fab73e

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 0fab73e Oct 12, 2020

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.