You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mandrel 25 will add NMT monitoring support. As such, more JFR events would be available if NMT is enabled as well. For example jdk.NativeMemoryUsage et.al. It would be good to enable nmt together with JFR when the user so requests.
Implementation ideas
Check for the native image builder version and add --enable-monitoring=jfr,nmt when JFR is requested provided the added overhead is tolerable.