RFR: 8349580: Do not use address in MemTracker top level functions

Gerard Ziemski gziemski at openjdk.org
Fri Feb 7 15:48:13 UTC 2025


On Thu, 6 Feb 2025 19:11:09 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> Hi,
> 
> Please consider this trivial patch. Note that this gives us consistency with `reserve_memory`.
> 
> ```c++
>   static inline void record_virtual_memory_reserve(void* addr, size_t size, /* ... */);
> 
> 
> Thanks.

LGTM

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

Marked as reviewed by gziemski (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/23497#pullrequestreview-2602098317


More information about the hotspot-runtime-dev mailing list