On Thu, 16 Apr 2026 16:40:32 GMT, Alan Bateman <[email protected]> wrote:
> Have you tried `} while (count < next && count < (size -1))` to avoid the > break out of the loop. It has already dereferenced the invalid index at that point. It might be possible to restructure the loop by putting the assignment to ppid and ppStart at the top, but the initial value for ppid is not taken from the array, which is probably why that code is at the end of the loop. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30763#discussion_r3098955789
