RFR: JDK-8284758: [linux] improve print_container_info [v4]
Matthias Baesken
mbaesken at openjdk.java.net
Thu Apr 14 13:01:11 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.
Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
remove double OSContainer scope
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8217/files
- new: https://git.openjdk.java.net/jdk/pull/8217/files/995c94f0..ce6fd994
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8217&range=03
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8217&range=02-03
Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/8217.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8217/head:pull/8217
PR: https://git.openjdk.java.net/jdk/pull/8217
More information about the hotspot-runtime-dev
mailing list