RFR: 8325108: POSIX map_memory_to_file calls release_memory incorrectly

Johan Sjölen jsjolen at openjdk.org
Thu Aug 1 12:54:03 UTC 2024


On Thu, 1 Aug 2024 11:42:58 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:

> Good

Gah, I messed up the assert. It's "if base != nullptr then addr == base" aka `base == nullptr || addr == base`.

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

PR Comment: https://git.openjdk.org/jdk/pull/17669#issuecomment-2262955222


More information about the hotspot-runtime-dev mailing list