ZUtils::alloc_aligned allocates with posix_memalign without registering the allocation with NMT. This makes us under report allocated c-heap memory.
Consider adding appropriate calls to NMT to register this memory, or update the code to use os::malloc and manually align the memory.
Consider adding appropriate calls to NMT to register this memory, or update the code to use os::malloc and manually align the memory.
- links to
-
Commit(master) openjdk/jdk/a6c06307
-
Review(master) openjdk/jdk/20523