RFR: Fix concurrent mark worker timings

William Kemper wkemper at openjdk.java.net
Tue Apr 19 23:52:25 UTC 2022


When we added working timings for concurrent mark, they only reported the timing of the last iteration of the top level mark loop (which iteratively flushes SATB buffers on thread local handshakes). This changes adds an option to accumulate the workers' timing values.

-------------

Commit messages:
 - Fix concurrent mark worker timings

Changes: https://git.openjdk.java.net/shenandoah/pull/133/files
 Webrev: https://webrevs.openjdk.java.net/?repo=shenandoah&pr=133&range=00
  Stats: 6 lines in 3 files changed: 1 ins; 0 del; 5 mod
  Patch: https://git.openjdk.java.net/shenandoah/pull/133.diff
  Fetch: git fetch https://git.openjdk.java.net/shenandoah pull/133/head:pull/133

PR: https://git.openjdk.java.net/shenandoah/pull/133


More information about the shenandoah-dev mailing list