On Wed, 15 Sep 2021 07:09:54 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
>>> 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 Hello, I adjusted to any_integer, and introduced the "final String warning_kernel_no_pids_support" . I think the message is more related to the kernel features so I did not add the add the 'generated by Docker' comment. Best regards, Matthias ------------- PR: https://git.openjdk.java.net/jdk/pull/5437