On Mon, 18 May 2026 12:05:04 GMT, Tobias Hartmann <[email protected]> wrote:
> The fix for [JDK-8377657](https://bugs.openjdk.org/browse/JDK-8377657) was > incomplete: Although we should ignore array properties when > `--enable-preview` is not set, we should still return a valid refined array > and not a non-refined array with invalid properties. > > I also removed the guarantee because we have the same check already in > `klass_with_properties`. I'm omitting a regression test because these > ci-replay tests are always a bit brittle. > > Thanks, > Tobias > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Thanks for the review Christian! ------------- PR Comment: https://git.openjdk.org/valhalla/pull/2447#issuecomment-4478260991
