Integrated: 8282690: runtime/CommandLine/VMDeprecatedOptions.java fails after JDK-8281181
Ioi Lam
iklam at openjdk.java.net
Tue Mar 8 00:23:12 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
This pull request has now been integrated.
Changeset: cde923dd
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/cde923dd471a22cd69ea2cd4994bb16eba780804
Stats: 9 lines in 2 files changed: 6 ins; 3 del; 0 mod
8282690: runtime/CommandLine/VMDeprecatedOptions.java fails after JDK-8281181
Reviewed-by: dholmes, dcubed
-------------
PR: https://git.openjdk.java.net/jdk/pull/7712
More information about the hotspot-runtime-dev
mailing list