RFR: JDK-8286198: [linux] Fix process-memory information

Thomas Stuefe stuefe at openjdk.java.net
Mon May 9 04:28:47 UTC 2022


On Mon, 9 May 2022 02:52:22 GMT, David Holmes <dholmes at openjdk.org> wrote:

> I don't understand your "free retained" terminology, but otherwise the changes seem fine and do what you describe.
> 
> Thanks, David

Thank you, David.

Free Retained memory is memory you free()'d but which is retained by the glibc, not handed back to the Operating System.

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

PR: https://git.openjdk.java.net/jdk/pull/8553


More information about the hotspot-runtime-dev mailing list