Integrated: JDK-8324598: use mem_unit when working with sysinfo memory and swap related information
Matthias Baesken
mbaesken at openjdk.org
Thu Jan 25 10:38:47 UTC 2024
On Wed, 24 Jan 2024 10:07:17 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> According to the sysinfo manpage ( https://man7.org/linux/man-pages/man2/sysinfo.2.html ) the memory and swap related entries in the struct sysinfo are given as multiples of mem_unit bytes.
> "In the above structure, sizes of the memory and swap fields are given as multiples of mem_unit bytes."
>
> This is considered in most parts of the OpenJDK codebase when sysinfo is used but not all; should be added where it is missing.
This pull request has now been integrated.
Changeset: 7a798d3c
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7a798d3cebea0915f8a73af57333b3488c2091af
Stats: 3 lines in 2 files changed: 0 ins; 0 del; 3 mod
8324598: use mem_unit when working with sysinfo memory and swap related information
Reviewed-by: dholmes, mdoerr
-------------
PR: https://git.openjdk.org/jdk/pull/17550
More information about the core-libs-dev
mailing list