RFR: 8292266: Add JFR event for total Reference processing time [v6]
Albert Mingkun Yang
ayang at openjdk.org
Wed Nov 23 14:04:30 UTC 2022
On Tue, 22 Nov 2022 14:08:28 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> This explains my reluctance to mix different kind of work (concurrent vs. stw) in a single event/value.
I acknowledge all the drawbacks of having a single event for ref-processing, but I believe it's a good trade-off, a simpler interface that captures the most significant component in most cases.
-------------
PR: https://git.openjdk.org/jdk/pull/11230
More information about the hotspot-gc-dev
mailing list