RFR: 8354560: Exponentially delay subsequent native thread creation in case of EAGAIN [v3]

Yannik Stradmann duke at openjdk.org
Thu May 8 22:59:52 UTC 2025


On Thu, 8 May 2025 22:19:12 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> I'm limiting the visibility of the "loop" variables `trials_remaining` and `next_delay` to the loop itself, preventing accidental use further down in the function.
>
> That really is not necessary.

Alright, I have removed the over-defensive scoping across all platforms. Thanks!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24682#discussion_r2080594411


More information about the hotspot-runtime-dev mailing list