[jdk8u-dev] RFR: 8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist [v3]
Severin Gehwolf
sgehwolf at openjdk.org
Fri Nov 11 13:14:38 UTC 2022
On Tue, 8 Nov 2022 14:09:43 GMT, Jonathan Dowland <jdowland at openjdk.org> wrote:
>> This is a clean backport of 8253435 to jdk8u-dev for cgroups v2 support.
>
> Jonathan Dowland has updated the pull request incrementally with three additional commits since the last revision:
>
> - Merge branch '8239785-jdk8u-dev' into 8253435-jdk8u-dev
> - Update file path in comment
> - Severin's test fixes. Thanks!
There seems to be a problem with this PR. It shows commits [not part of this PR](https://github.com/openjdk/jdk8u-dev/pull/158/commits/f81f0a51f183d38248fdee4242f012257076d6ab), but others (e.g. #135). The bot is also not happy about it. Before this can get properly reviewed, this would need some fixup.
hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java line 259:
> 257: public native boolean isContainerized();
> 258: public native void printOsInfo();
> 259: public native int validateCgroup(String procCgroups,
This doesn't look right. It's part of #135. See: https://github.com/openjdk/jdk8u-dev/pull/135/files#diff-840578f66556c33204f36e83d8c5a6b6b91c0280ffdbbea6121847a5b6b1afe7R259
-------------
Changes requested by sgehwolf (Reviewer).
PR: https://git.openjdk.org/jdk8u-dev/pull/158
More information about the jdk8u-dev
mailing list