RFR: 8330076: [NMT] add/make a mandatory MEMFLAGS argument to family of os::reserve/commit/uncommit memory API [v5]
Afshin Zafari
azafari at openjdk.org
Mon Apr 15 16:16:44 UTC 2024
On Sat, 13 Apr 2024 05:38:11 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
> Just a thought: one (manual) test I would do would be that several JVMs run with the same conditions (I would do at least one with -Xmx=Xms and AlwaysPreTouch) accumulate the same NMT numbers, current, and peak. Just to make sure we use the same flags before and after.
I understand your idea as: run JVM with options to show virtual memory report, one for master branch (before this PR) and one using the PR's branch. Then it is expected that the reports show the same numbers. Right?
Nice idea. Will do it. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18745#issuecomment-2057232308
More information about the shenandoah-dev
mailing list