RFR: 8337217: Port VirtualMemoryTracker to use VMATree [v32]
Afshin Zafari
azafari at openjdk.org
Fri Feb 28 13:41:13 UTC 2025
On Thu, 27 Feb 2025 13:29:35 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/nmtTreap.hpp line 388:
>
>> 386: head = to_visit.pop();
>> 387: if (!f(head))
>> 388: return;
>
> Style: Always use braces in `if` statements.
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20425#discussion_r1975424820
More information about the hotspot-dev
mailing list