On Thu, 14 Jul 2022 07:54:56 GMT, xpbob <d...@openjdk.org> wrote: > Thanks for review. The runtime information is already fetched through the > OperatingSystemMXBean, and I'm wrapped through the interface, keeping only > the configuration data.Such an interface could be part of management.
I don't think this feature should be adding to the standard API. Can you move ContainerInfoMXBean to sun.management and do some experiments? ------------- PR: https://git.openjdk.org/jdk/pull/9372