-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b08
There are two separate counters now:
f(conc_thread_roots, "Concurrent Stack Processing") \
f(conc_thread_roots_work, " Threads") \
SHENANDOAH_PAR_PHASE_DO(conc_thread_roots_work_, " CT: ", f) \
...and "_work" counter is unused.
f(conc_thread_roots, "Concurrent Stack Processing") \
f(conc_thread_roots_work, " Threads") \
SHENANDOAH_PAR_PHASE_DO(conc_thread_roots_work_, " CT: ", f) \
...and "_work" counter is unused.
- relates to
-
JDK-8256298 Shenandoah: Enable concurrent stack processing
-
- Resolved
-