On Sat, 21 Jan 2023 19:44:39 GMT, Andrey Turbanov <aturba...@openjdk.org> wrote:

> No need to fill elements of array with default values if it was just created. 
> Java guarantees that all elements of array have default values after 
> allocations: boolean - `false`, reference types - `null`, double - `0.`

Marked as reviewed by prr (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/12130

Reply via email to