RFR: 8352569: NMT: mmap limits [v2]

Rui Li duke at openjdk.org
Mon Apr 7 21:20:15 UTC 2025


On Mon, 7 Apr 2025 16:56:57 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:

> What problem does this feature solve?

To provide mmap limitation in native memory. Was working on a separate JBS: https://bugs.openjdk.org/browse/JDK-8350860. Found that only malloc has this memory limitation function and it'd be useful to have the counterpart for mmap since gc also gets its memory from mmap.

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

PR Comment: https://git.openjdk.org/jdk/pull/24343#issuecomment-2784649567


More information about the hotspot-runtime-dev mailing list