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

Johan Sjölen jsjolen at openjdk.org
Thu Feb 27 13:50:17 UTC 2025


On Mon, 24 Feb 2025 17:48:07 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

>> Done.
>
> 2 questions:
> 
> 1st, I must be misunderstanding something here. Johan asked to change the API from:
> 
> `visit_committed_regions(ReservedMemoryRegion& committed_rgn)`
> 
> to
> 
> `visit_committed_regions(position start, size size)`
> 
> but I still see the old way.
> 
> 2nd, why are we asking for this change?

We want to remove `ReservedMemoryRegion` in a follow up PR to this one. Another step is to remove the `CommittedMemoryRegion` class as well.

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

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


More information about the hotspot-dev mailing list