RFR: 8298293: NMT: should os::realloc() API take flags as arguments?
Ioi Lam
iklam at openjdk.org
Mon Feb 6 06:58:49 UTC 2023
On Fri, 3 Feb 2023 23:02:53 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:
> Please review this enhancement, which adds `assert` to make sure that we are not changing the NMT flags when calling `os::realloc()`
>
> We also fix a bug, which the `assert` caught.
>
> Passes Mach5 tier1,2,3,4,5
The bug synopsis needs to be changed, since this PR does not change the `os::realloc()` API at all.
-------------
Changes requested by iklam (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12422
More information about the hotspot-runtime-dev
mailing list