RFR: 8157023: Integrate NMT with JFR
Jean-Philippe Bempel
jpbempel at openjdk.org
Fri Dec 2 13:59:18 UTC 2022
On Fri, 2 Dec 2022 10:51:15 GMT, Erik Gahlin <egahlin at openjdk.org> wrote:
> I think these events will be mostly useful for Hotspot developers and support engineers.
I respectfully disagree on that. In a container world, it's common to be hit by OOMKill when sizing the JVM correctly. Most people think only by the Java heap size, and forget about the native part. And when you do, there is few control or possible way to troubleshoot why the native part is going off what you expect. The only useful tool in this situation is NMT to be able to triage which space is the culprit.
see https://blog.arkey.fr/2020/11/30/off-heap-reconnaissance/
-------------
PR: https://git.openjdk.org/jdk/pull/11449
More information about the hotspot-dev
mailing list