RFR: 8333200: Test containers/docker/TestPids.java fails Limit value -1 is not accepted as unlimited
Severin Gehwolf
sgehwolf at openjdk.org
Fri May 31 09:38:04 UTC 2024
On Wed, 29 May 2024 15:49:15 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> The testcase `containers/docker/TestPids.java` seems to be failed after [JDK-8302744](https://bugs.openjdk.org/browse/JDK-8302744), I am not quiet sure.
> I think `max` or `-1` both acceptable as unlimited pids value.
> The change has been verified, only change the testcase, no risk.
This is fine. Either `max` or `-1` means `unlimited`.
-------------
Marked as reviewed by sgehwolf (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/19460#pullrequestreview-2090339935
More information about the hotspot-runtime-dev
mailing list