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

Johan Sjölen jsjolen at openjdk.org
Mon Feb 10 13:55:17 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.

This pull request has now been integrated.

Changeset: f74c4dfe
Author:    Johan Sjölen <jsjolen at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f74c4dfe0b0c384a25f0b7a2330ba96d50b7fceb
Stats:     8 lines in 4 files changed: 0 ins; 0 del; 8 mod

8349580: Do not use address in MemTracker top level functions

Reviewed-by: gziemski, stefank

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

PR: https://git.openjdk.org/jdk/pull/23497


More information about the hotspot-runtime-dev mailing list