RFR: JDK-8287011: Improve container information [v3]
Matthias Baesken
mbaesken at openjdk.java.net
Wed Jun 15 08:21:49 UTC 2022
On Tue, 7 Jun 2022 13:17:06 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> sounds like a good idea, but with the kmem stuff deprecated (Kernel commit adding the deprecation:
>> https://github.com/torvalds/linux/commit/0158115f702b ) we should maybe wait first for a reply from Thomas why he is still interested in it.
>
> OK.
Hi Severin, I think the OSContainer::print_version_specific_info(st) sounds like a good idea. It would mean that we keep the API smaller and do not overload it with stuff that is in fact only available in v1 (or only available in v2).
-------------
PR: https://git.openjdk.org/jdk/pull/8991
More information about the hotspot-runtime-dev
mailing list