RFR: 8282690: runtime/CommandLine/VMDeprecatedOptions.java fails after JDK-8281181

Daniel D.Daugherty dcubed at openjdk.java.net
Sat Mar 5 14:39:58 UTC 2022


On Sat, 5 Mar 2022 08:07:47 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this small fix. The two options `UseContainerCpuShares` and `PreferContainerQuotaForCPUCount` are available only on Linux, so they are tested under `if (Platform.isLinux()) { ...}`
> 
> Tested with tiers 1-4

Changes requested by dcubed (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7712


More information about the hotspot-runtime-dev mailing list