-
Sub-task
-
Resolution: Delivered
-
P4
-
8u361, 11.0.17-oracle, 17.0.4-oracle, 18.0.2, 19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288604 | 18.0.2 | Ioi Lam | P4 | Resolved | Delivered | |
JDK-8288603 | 17.0.4-oracle | Ioi Lam | P4 | Resolved | Delivered | |
JDK-8288602 | 11.0.17-oracle | Ioi Lam | P4 | Resolved | Delivered | |
JDK-8301759 | 8u361 | Ivan Bereziuk | P4 | Resolved | Delivered |
Previous JDK releases used an incorrect interpretation of the Linux cgroups parameter "cpu.shares". This might cause the JVM to use fewer CPUs than available, leading to an under utilization of CPU resources when the JVM is used inside a container.
Starting from this JDK release, by default, the JVM no longer considers "cpu.shares" when deciding the number of threads to be used by the various thread pools. The `-XX:+UseContainerCpuShares` command-line option can be used to revert to the previous behavior. This option is deprecated and may be removed in a future JDK release.
Starting from this JDK release, by default, the JVM no longer considers "cpu.shares" when deciding the number of threads to be used by the various thread pools. The `-XX:+UseContainerCpuShares` command-line option can be used to revert to the previous behavior. This option is deprecated and may be removed in a future JDK release.
- backported by
-
JDK-8288602 Release Note: CPU Shares Ignored When Computing Active Processor Count
- Resolved
-
JDK-8288603 Release Note: CPU Shares Ignored When Computing Active Processor Count
- Resolved
-
JDK-8288604 Release Note: CPU Shares Ignored When Computing Active Processor Count
- Resolved
-
JDK-8301759 Release Note: CPU Shares Ignored When Computing Active Processor Count
- Resolved