RFR: 8258917: NativeMemoryTracking is handled by launcher inconsistenly
David Holmes
dholmes at openjdk.java.net
Sun Jan 17 12:58:43 UTC 2021
On Fri, 15 Jan 2021 23:50:16 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> The fix adds NMT handling for non-java launchers
Alex,
This approach results in two scans of the argument list in the IsJavaArgs case. I don't know if we care about startup in the non-Java launchers, but this will likely affect it.
David
-------------
PR: https://git.openjdk.java.net/jdk/pull/2106
More information about the serviceability-dev
mailing list