On Tue, 28 Apr 2026 13:12:53 GMT, Frederic Parain <[email protected]> wrote:
>> To me it looks like this assert allows null-restricted non-atomic arrays. I >> think something is missing here. > > Null-restricted non-atomic arrays are supported using the F&F APIs. > The assert is there to prevent creation of nullable non-atomic arrays, which > require final arrays that are not implemented yet. We allow null-restricted non-atomic arrays. Nullable non-atomic is not supported, I put the wrong message. Let me fix. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2366#discussion_r3154369157
