Integrated: JDK-8284758: [linux] improve print_container_info

Matthias Baesken mbaesken at openjdk.java.net
Wed Apr 20 11:11:28 UTC 2022


On Wed, 13 Apr 2022 08:20:20 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: 6c6d5223
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/6c6d5223dfaae268f968f4292356d4be89adb122
Stats:     54 lines in 1 file changed: 13 ins; 34 del; 7 mod

8284758: [linux] improve print_container_info

Reviewed-by: stuefe, lucy, sgehwolf

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

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


More information about the hotspot-runtime-dev mailing list