On Tue, 11 Aug 2026 13:11:28 GMT, Volkan Yazici <[email protected]> wrote:
>> It would be a never ending loop and not a `StackOverflowError`, isn't it? >> >> We have similar construct in some other places (for example, >> `Utils.getIOException(...)` where it would indeed be a >> `StackOverFlowError`). I'll think a bit more about this and see if it's >> practical and if we should do anything here to prevent potential never >> ending loop. > > Right. The construct will result in not an `SOE`, but an infinite loop. I've updated the PR to address this part. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32278#discussion_r3764576960
