[jdk11u-dev] Integrated: 8284758: [linux] improve print_container_info

Matthias Baesken mbaesken at openjdk.org
Wed Jul 20 06:56:42 UTC 2022


On Mon, 18 Jul 2022 14:49:59 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently on Linux, os::Linux::print_container_info might print rather badly unreadable memory infos like :
> 
> memory_usage_in_bytes: 18029760512
> memory_max_usage_in_bytes: 423686144
> 
> This could be improved , at a lot of places in the hs_err file output we already print the larger memory-related infos in k , for example rlimit information
> or /proc/meminfo.

This pull request has now been integrated.

Changeset: c1e2cf64
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/c1e2cf6489477f776e4d3037bf6270e19c4563f8
Stats:     53 lines in 1 file changed: 12 ins; 34 del; 7 mod

8284758: [linux] improve print_container_info

Reviewed-by: sgehwolf
Backport-of: 6c6d5223dfaae268f968f4292356d4be89adb122

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1240


More information about the jdk-updates-dev mailing list