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

Afshin Zafari azafari at openjdk.org
Sun Feb 23 16:48:02 UTC 2025


On Fri, 7 Feb 2025 10:32:20 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:
>> 
>>   fixed merge problems
>
> src/hotspot/share/nmt/vmatree.hpp line 215:
> 
>> 213:         tty->print_cr("Flag %s R: " INT64_FORMAT " C: " INT64_FORMAT, NMTUtil::tag_to_enum_name((MemTag)i), tag[i].reserve, tag[i].commit);
>> 214:       }
>> 215:     }
> 
> This can be removed

Done.

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

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


More information about the hotspot-dev mailing list