On Fri, 29 Sep 2023 14:00:25 GMT, Martin Doerr <mdoerr at openjdk.org> wrote: > `for (index = mcnt; ...` Shouldn't that be `for (index = mcnt -1; ...` as index < mcnt? ------------- PR Comment: https://git.openjdk.org/jdk/pull/15903#issuecomment-1744053970