On Mon, 2 Dec 2024 14:17:10 GMT, Severin Gehwolf <sgehw...@openjdk.org> wrote:
> cgroups changes look good. Haven't looked at the other bits. Thank you Severin. > src/java.base/linux/classes/jdk/internal/platform/CgroupSubsystemController.java > line 29: > >> 27: package jdk.internal.platform; >> 28: >> 29: import java.io.BufferedReader; > > Unused now? Yes, it's now unused. I've removed it in the latest update to the PR and also replaced a few more Paths.get() with Path.of() in the current set of files that have been updated in this PR. ------------- PR Comment: https://git.openjdk.org/jdk/pull/22478#issuecomment-2511675143 PR Review Comment: https://git.openjdk.org/jdk/pull/22478#discussion_r1865937624