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

Ioi Lam iklam at openjdk.java.net
Tue Mar 8 00:23:11 UTC 2022


On Mon, 7 Mar 2022 17:28:34 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
>
> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
> 
>   @dholmes-ora review comments

Tested tiers 1-2 again. Verified that VMDeprecatedOptions.java succeeded on Linux/macOS/Windows, and the affected options are used only on Linux.

Thanks @dcubed-ojdk and @dholmes-ora for the review.

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

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


More information about the hotspot-runtime-dev mailing list