[jdk11u-dev] RFR: 8284758: [linux] improve print_container_info
Matthias Baesken
mbaesken at openjdk.org
Tue Jul 19 08:24:38 UTC 2022
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.
-------------
Commit messages:
- Backport 6c6d5223dfaae268f968f4292356d4be89adb122
Changes: https://git.openjdk.org/jdk11u-dev/pull/1240/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1240&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8284758
Stats: 53 lines in 1 file changed: 12 ins; 34 del; 7 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1240.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1240/head:pull/1240
PR: https://git.openjdk.org/jdk11u-dev/pull/1240
More information about the jdk-updates-dev
mailing list