On Fri, 22 May 2026 17:14:33 GMT, Matias Saavedra Silva <[email protected]> wrote:
>> if the field is a null_free_inline_type is it also available in the >> _inline_layout_info_array? >> This search is pretty quick so would be good to have them done the same way. > > I was hoping the klasses were cached somewhere but I forgot about that array. > Thanks for pointing it out! null-restricted fields are not in the _inline_layout_info_array, but they should be rarer (@NullRestricted is not an officially supported annotation). We don't know yet what the future of null-restricted field will look like, so I would not add them to the _inline_layout_info-array for now. ------------- PR Review Comment: https://git.openjdk.org/valhalla/pull/2464#discussion_r3290118350
