Re: RFR: 8351733: Crash when creating too many nested event loops [v3]

2025-04-04 Thread Kevin Rushforth
On Fri, 28 Mar 2025 05:58:19 GMT, Michael Strauß wrote: > > The docs on `canStartNestedEventLoop` describe its behavior already. I'm > > not sure what further information would be useful. Would it be enough to > > add a see also link? > > The exception being thrown is a behavior of `enterNeste

Re: RFR: 8351733: Crash when creating too many nested event loops [v3]

2025-04-04 Thread Kevin Rushforth
On Thu, 27 Mar 2025 22:19:29 GMT, Martin Fox wrote: >> In any case, this PR should at least add the following bits of information >> to `Platform.enterNestedEventLoop()`: >> 1. There is some limit to the number of nested event loops. >> 2. Applications should always check `Platform.canStartNeste

Re: RFR: 8351733: Crash when creating too many nested event loops [v3]

2025-03-27 Thread Michael Strauß
On Thu, 27 Mar 2025 22:19:29 GMT, Martin Fox wrote: > The docs on `canStartNestedEventLoop` describe its behavior already. I'm not > sure what further information would be useful. Would it be enough to add a > see also link? The exception being thrown is a behavior of `enterNestedEventLoop()`,

Re: RFR: 8351733: Crash when creating too many nested event loops [v3]

2025-03-27 Thread Martin Fox
On Wed, 26 Mar 2025 08:34:06 GMT, Michael Strauß wrote: >> Martin Fox has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Lower limit on run loop nesting > > In any case, this PR should at least add the following bits of information to > `P