RFR: 8369527: NMT: print malloc-site when a malloc'd memory detected as corrupted [v3]

Johan Sjölen jsjolen at openjdk.org
Thu Oct 16 08:32:17 UTC 2025


On Tue, 14 Oct 2025 07:36:48 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.
>
> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
> 
>   style fixed.

I'd like to see a JTReg test for this instead, where we actually confirm that the stack is being printed.

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

PR Review: https://git.openjdk.org/jdk/pull/27764#pullrequestreview-3343655277


More information about the hotspot-runtime-dev mailing list