RFR: 8351661: NMT: VMATree should support separate call-stacks for reserve and commit operations [v25]
Afshin Zafari
azafari at openjdk.org
Wed May 14 08:22:04 UTC 2025
On Tue, 13 May 2025 17:12:39 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:
> We have a single state denoting free region currently in vmatree, i.e.`State::Released` - should we make a distinction between: never touched and free vs released and free ?
In current NMT reports, only reserved regions and committed regions inside them are printed out. If we want to distinguish `never touched` and ` released` regions, we have to track `release` operations as well. We don't keep released regions in the tree right now. I vote 'no' to adding this feature to NMT.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24028#issuecomment-2879248173
More information about the hotspot-runtime-dev
mailing list