-
Sub-task
-
Resolution: Delivered
-
P4
-
8u261, 11.0.8-oracle, 14
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8242299 | 11.0.8-oracle | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8242298 | 8u261 | Clifford Wayne | P4 | Closed | Delivered |
When executing in a container, or other virtualized operating environment, the following `OperatingSystemMXBean` methods in this release return container specific information, if available. Otherwise, they return host specific data:
- `getFreePhysicalMemorySize()`
- `getTotalPhysicalMemorySize()`
- `getFreeSwapSpaceSize()`
- `getTotalSwapSpaceSize()`
- `getSystemCpuLoad()`
- `getFreePhysicalMemorySize()`
- `getTotalPhysicalMemorySize()`
- `getFreeSwapSpaceSize()`
- `getTotalSwapSpaceSize()`
- `getSystemCpuLoad()`
- backported by
-
JDK-8242298 Release Note: OperatingSystemMXBean Methods Inside a Container Return Container Specific Data
-
- Closed
-
-
JDK-8242299 Release Note: OperatingSystemMXBean Methods Inside a Container Return Container Specific Data
-
- Closed
-