Tracking Java Native Memory With JDK Flight Recorder : vimar

Tracking Java Native Memory With JDK Flight Recorder


As regular readers of this blog will now, JDK Flight Recorder (JFR) is one of my favorite tools of the Java platform.
This low-overhead event recording engine built into the JVM is invaluable for observing the runtime characteristics of Java applications and identifying any potential performance issues.
JFR continues to become better and better with every new release,
with one recent addition being support for native memory tracking (NMT).


Related Keywords

, Foreign Memory , Native Memory , Memory Usage Per ,

© 2025 Vimarsana