RFR: 8245543: Cgroups: Incorrect detection logic on some systems (still reproducible) [v3]

Bob Vandette bobv at openjdk.java.net
Wed Oct 7 19:09:08 UTC 2020


On Wed, 7 Oct 2020 08:06:58 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> OK. I'll probably fold JDK-8254001 into this one then.
>
> @bobvandette Done in the latest version. Thoughts?

I'm a little uncomfortable making such a dramatic change just to fix this small isolated problem.   I think about all
the churn we've had on these files and the backports to come.  Could you just add a
CgroupSubsystemFactory::isValidSubsystem function which checks for cpuset, cpuacct, memory, etc instead of the major
change?

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

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


More information about the serviceability-dev mailing list