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

Afshin Zafari azafari at openjdk.org
Thu Feb 27 21:07:12 UTC 2025


On Thu, 27 Feb 2025 13:35:40 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   removed UseFlagInPlace test.
>
> src/hotspot/share/nmt/regionsTree.hpp line 49:
> 
>> 47:   using Node = VMATree::TreapNode;
>> 48: 
>> 49:   class NodeHelper {
> 
> Most of the methods here should be `const` and take `const NodeHelper&` as arguments.

Done.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20425#discussion_r1974335058


More information about the hotspot-dev mailing list