RFR: Attribution not setting strict array creation flag

Vicente Romero vromero at openjdk.org
Tue Jan 13 14:27:33 UTC 2026


On Tue, 13 Jan 2026 10:13:40 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> In a last minute change, I moved the code that sets the strict flag for array creation inside the logic that validates the non-nullable array creation.
> Since this logic only applies to arrays w/o an initializer, now all arrays with an initializer will not have the strict flag set, and their translation won't use `ArrayCreation`.

lgtm

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

Marked as reviewed by vromero (Committer).

PR Review: https://git.openjdk.org/valhalla/pull/1894#pullrequestreview-3656082630


More information about the valhalla-dev mailing list