In https://bugs.openjdk.org/browse/JDK-8301403 we have 3 places that use malloc APIs during error handling.
With NMT ON (detailed mode) we have many more instances.
My initial thought is that we should be disabling NMT when we start handling an error.
With NMT ON (detailed mode) we have many more instances.
My initial thought is that we should be disabling NMT when we start handling an error.
- relates to
-
JDK-8301403 Eliminate memory allocations in JVMFlag::printFlags during signal handling
-
- Resolved
-