MallocHeader should be moved into its own header in preparation for further NMT changes (mainly to be able to use sizeof(MallocHeader) without pulling the whole mallocTracker.hpp file).
Also, malloc header check routines - that are called on every free and realloc - should be inlined.
Also, malloc header check routines - that are called on every free and realloc - should be inlined.
- relates to
-
JDK-8298003 NMT: fatal block printout does not show the correct corruption address
-
- Resolved
-