[jdk8u-dev] RFR: 8287107: CgroupSubsystemFactory.setCgroupV2Path asserts with freezer controller

Severin Gehwolf sgehwolf at openjdk.org
Tue Dec 20 18:09:34 UTC 2022


Not a clean backport due to changes in test - `Files.writeString(a, b)` => `Files.write(a, b.getBytes())` - and some copyright and `@bug` lines. Fixed manually.

Testing: Linux x86_64 fastdebug (reg-test fails prior and passes after product fix).

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

Commit messages:
 - 8287107: CgroupSubsystemFactory.setCgroupV2Path asserts with freezer controller

Changes: https://git.openjdk.org/jdk8u-dev/pull/218/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=218&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8287107
  Stats: 117 lines in 3 files changed: 114 ins; 0 del; 3 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/218.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/218/head:pull/218

PR: https://git.openjdk.org/jdk8u-dev/pull/218


More information about the jdk8u-dev mailing list