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

Afshin Zafari azafari at openjdk.org
Thu Apr 11 16:24:41 UTC 2024


On Thu, 11 Apr 2024 16:06:35 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> One question though, why do you want to abolish default values for MEMFLAGS? Allowing default values would reduce this patch by quite a bit, and make backporting less painful.

To be sure that all the calls without MEMFLAGS are changed in PR, Ii made it mandatory to let compiler find all the instances.  There are some cases hidden or not found easily if I let the arg be optional.

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

PR Comment: https://git.openjdk.org/jdk/pull/18745#issuecomment-2050063555


More information about the shenandoah-dev mailing list