It will be very useful to enable NMT by default. Currently, the following option needs to be added to the command line to enable NMT in summary mode:
-XX:NativeMemoryTracking=summary
If this option is not added to the command line at the process launch time, it is not possible to collect NMT output from the process without stopping and re-starting it again.
-XX:NativeMemoryTracking=summary
If this option is not added to the command line at the process launch time, it is not possible to collect NMT output from the process without stopping and re-starting it again.
- is blocked by
-
JDK-8317453 NMT: Performance benchmarks are needed to measure speed and memory
- In Progress
- relates to
-
JDK-8303484 Add the ability to enable NMT at runtime
- Open