On Tue, 14 Sep 2021 18:23:49 GMT, Severin Gehwolf <sgehw...@openjdk.org> wrote:
>> Oh, I misunderstood the test. "no_value_expected" was passed in from >> `testPids()` in this file, but that's confusing because you are expecting an >> integer value. Maybe it should be "any_integer"? > >> Maybe it should be "any_integer"? > > +1 > Is "no_value_expected" generated by Docker? I searched the entire HotSpot > source code and couldn't find it. I also couldn't find "WARNING: Your kernel > does not support pids limit capabilities". > Hi, this warning is showing up on some of our Linux ppc64le machines where the pids limit capabilities is not supported. Best regards, Matthias ------------- PR: https://git.openjdk.java.net/jdk/pull/5437