8226575: OperatingSystemMXBean should be made container aware

Reviewed-by: dholmes, bobv, mchung, sspitsyn
This commit is contained in:
Daniil Titov 2019-12-11 19:20:57 -08:00
parent efdf413a20
commit 7b82266a15
16 changed files with 440 additions and 60 deletions

View file

@ -214,6 +214,8 @@ module java.base {
java.management,
jdk.management.agent,
jdk.internal.jvmstat;
exports jdk.internal.platform to
jdk.management;
exports jdk.internal.ref to
java.desktop;
exports jdk.internal.reflect to