We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbfaa5 commit 1de3c55Copy full SHA for 1de3c55
src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp
@@ -73,9 +73,8 @@ class outputStream;
73
f(init_evac, " Initial Evacuation") \
74
SHENANDOAH_PAR_PHASE_DO(evac_, " E: ", f) \
75
\
76
- f(conc_thread_roots, "Concurrent Stack Processing") \
77
- f(conc_thread_roots_work, " Threads") \
78
- SHENANDOAH_PAR_PHASE_DO(conc_thread_roots_work_, " CT: ", f) \
+ f(conc_thread_roots, "Concurrent Thread Roots") \
+ SHENANDOAH_PAR_PHASE_DO(conc_thread_roots_, " CTR: ", f) \
79
f(conc_weak_refs, "Concurrent Weak References") \
80
f(conc_weak_refs_work, " Process") \
81
SHENANDOAH_PAR_PHASE_DO(conc_weak_refs_work_, " CWRF: ", f) \
0 commit comments