RFR: 8337217: Port VirtualMemoryTracker to use VMATree [v41]

Johan Sjölen jsjolen at openjdk.org
Tue Jun 17 14:04:48 UTC 2025


On Tue, 17 Jun 2025 10:17:06 GMT, Afshin Zafari <azafari at openjdk.org> wrote:

>> - `VMATree` is used instead of `SortedLinkList` in new class `VirtualMemoryTracker`.
>>  -  A wrapper/helper `RegionTree` is made around VMATree to make some calls easier.
>>  - `find_reserved_region()` is used in 4 cases, it will be removed in further PRs.
>>  - All tier1 tests pass except this https://bugs.openjdk.org/browse/JDK-8335167.
>
> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixes to a few failures.

LGTM!

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

Marked as reviewed by jsjolen (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20425#pullrequestreview-2935814156


More information about the hotspot-runtime-dev mailing list