On Thu, 19 Jan 2023 19:32:05 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote: > No need to fill elements of array with `null`: it was just created. Java guarantees that all elements of array are `null`s anyway. looks fine ------------- PR: https://git.openjdk.org/jdk/pull/12101