RFR: 8359827: Test runtime/Thread/ThreadCountLimit.java should run exclusively [v2]

David Holmes dholmes at openjdk.org
Mon Jul 21 21:23:23 UTC 2025


On Mon, 21 Jul 2025 13:30:47 GMT, SendaoYan <syan at openjdk.org> wrote:

> Explain that the number of max user processes limited by ulimit -u 4096 includes the number of threads created by the first create-thread process.

That's not the way ulimit should work in different sub-shells. What is the ulimit in the parent shell? I think the subshells are limited by the parent.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26401#issuecomment-3099081280


More information about the hotspot-runtime-dev mailing list