Integrated: 8369527: NMT: print malloc-site when a malloc'd memory detected as corrupted

Afshin Zafari azafari at openjdk.org
Mon Oct 20 11:36:23 UTC 2025


On Mon, 13 Oct 2025 10:27:26 GMT, Afshin Zafari <azafari at openjdk.org> wrote:

> On NMT detail mode, the allocation-sites of malloc'd memory regions are also stored. Using this information, the call-stack of a corrupted memory can also be printed as the error message.

This pull request has now been integrated.

Changeset: c8679713
Author:    Afshin Zafari <azafari at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/c8679713402186b24608fa4c91397b6a4fd5ebf3
Stats:     199 lines in 7 files changed: 194 ins; 0 del; 5 mod

8369527: NMT: print malloc-site when a malloc'd memory detected as corrupted

Reviewed-by: dholmes, jsjolen

-------------

PR: https://git.openjdk.org/jdk/pull/27764


More information about the hotspot-runtime-dev mailing list