RFR: 8330076: [NMT] add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API [v7]

Afshin Zafari azafari at openjdk.org
Tue Apr 23 09:05:35 UTC 2024


On Tue, 23 Apr 2024 07:46:16 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:

>> Was this comment from Stefan addressed?
>
> David is right, this comment wasn't addressed. The code here went back and forth and we settled on hiding `ReservedMemoryRegion(address base, size_t size)` in a separate RFE. This means we probably should revert the usage of `flag` here and all the places that passes down `flag` just to reach this function.

We discussed that having flag here, we can use it for checking if the requested flag matches the actual memory flag or not. This check is missed now. 
What to do? reverting all the calls up to `os::uncommit_memory()`? and reverting the `ExecMem` param as optional?

Or adding check of flags?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18745#discussion_r1575907604


More information about the shenandoah-dev mailing list