RFR: 8157023: Integrate NMT with JFR [v2]

Stefan Johansson sjohanss at openjdk.org
Mon Dec 5 10:21:18 UTC 2022


On Fri, 2 Dec 2022 16:34:41 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> I did some tests and on my box probing 20k threads - if we get ThreadCritical right away - takes about 50-100ms.

Ok, so the summary is stalled that long because somebody is already in a `ThreadCritical` (like registering a new thread stack) or do you mean that the actual baseline (stack-walk) takes that long, so we potentially stall other caller of `ThreadCritical`?

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

PR: https://git.openjdk.org/jdk/pull/11449


More information about the hotspot-dev mailing list