RFR: 8281946: VM.native_memory should report size of shareable memory [v3]

Ashutosh Mehra duke at openjdk.org
Tue Dec 6 19:49:05 UTC 2022


On Tue, 6 Dec 2022 19:41:36 GMT, Ashutosh Mehra <duke at openjdk.org> wrote:

> We should instead just use MAP_SHARED flag for ro sections.

To clarify, if the ro sections don't require relocation, use MAP_SHARED, else use MAP_PRIVATE.

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

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


More information about the hotspot-runtime-dev mailing list