RFR: JDK-8284758: [linux] improve print_container_info [v4]
Severin Gehwolf
sgehwolf at openjdk.java.net
Thu Apr 14 14:03:39 UTC 2022
On Thu, 14 Apr 2022 13:01:11 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.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>
> remove double OSContainer scope
Marked as reviewed by sgehwolf (Reviewer).
-------------
PR: https://git.openjdk.java.net/jdk/pull/8217
More information about the hotspot-runtime-dev
mailing list