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

Ioi Lam iklam at openjdk.java.net
Mon Mar 7 17:28:34 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7712/files
  - new: https://git.openjdk.java.net/jdk/pull/7712/files/0266e5c7..529382d3

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7712&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7712&range=00-01

  Stats: 19 lines in 1 file changed: 6 ins; 13 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7712.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7712/head:pull/7712

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


More information about the hotspot-runtime-dev mailing list