RFR: 8351661: NMT: VMATree should support separate call-stacks for reserve and commit operations [v11]

Afshin Zafari azafari at openjdk.org
Thu Apr 10 10:02:29 UTC 2025


> In NMT detail mode, we need to have separate call-stacks for Reserve and Commit operations.
> This PR adds a second stack to every node that will be used when committing (and uncommitting) the start node of a reserved region.

Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:

  24 test-cases added for full coverage of cases.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24028/files
  - new: https://git.openjdk.org/jdk/pull/24028/files/99188e22..d5197463

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24028&range=10
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24028&range=09-10

  Stats: 605 lines in 3 files changed: 587 ins; 6 del; 12 mod
  Patch: https://git.openjdk.org/jdk/pull/24028.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24028/head:pull/24028

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


More information about the hotspot-runtime-dev mailing list