RFR: 8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist
Severin Gehwolf
sgehwolf at openjdk.java.net
Wed Sep 23 10:08:01 UTC 2020
On Wed, 23 Sep 2020 09:26:13 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> > > Did you run container tests with this?
For the record, the important one to run is this one:
test/hotspot/jtreg/containers/cgroup/CgroupSubsystemFactory.java
It's independent of your hosts cgroup files. I believe that test broke with your proposed v1 fix because after your
patch any `none` entries would be skipped. All of them are `none` for this test after JDK-8252359.
-------------
PR: https://git.openjdk.java.net/jdk/pull/295
More information about the hotspot-runtime-dev
mailing list