RFR: 8340103: Add internal set_flag function to VMATree [v11]

Johan Sjölen jsjolen at openjdk.org
Tue Nov 5 09:15:28 UTC 2024


On Mon, 4 Nov 2024 14:57:48 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>what if there are address holes in that range?

That's a good point. The function mainly exists to provide support for `record_virtual_memory_tag`, so I haven't thought too hard about the edge cases. In the case of `Released` nodes, I think we're still safe in that we don't look at the remaining state of the node. Anyway, some docs is in order.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20994#discussion_r1828991773


More information about the hotspot-runtime-dev mailing list