RFR: 8351661: NMT: VMATree should support separate call-stacks for reserve and commit operations [v13]
Afshin Zafari
azafari at openjdk.org
Wed Apr 23 09:10:55 UTC 2025
On Wed, 23 Apr 2025 07:57:13 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
>> 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 14 additional commits since the last revision:
>
> - Merge remote-tracking branch 'origin/master' into _8351661_separate_call_stack_reserve_commit
> - one more test case for overlapping multiple regions
> - 10 cases added for overlapping with multiple regions
> - 24 test-cases added for full coverage of cases.
> - fixed format of the missed Pre
> - Pre conditions are also visualized.
> - fixes. New check_tree impl and visualization.
> - fix the GHA failures.
> - improvements
> - more fixes.
> - ... and 4 more: https://git.openjdk.org/jdk/compare/a4e068b6...b8b40862
Thanks for reviews, Gerard and Johan.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24028#issuecomment-2823597157
More information about the hotspot-runtime-dev
mailing list