Replay compilation fails when a compiler replay file is run without `--enable-preview`. The reason is that with the current logic, we skip parsing the additionally added `array_properties` when not running with `--enable-preview`. We should parse it unconditionally and only then decide whether we need to process it (with preview) or not (without preview).
Thanks, Christian ------------- Commit messages: - 8377657 Changes: https://git.openjdk.org/valhalla/pull/2078/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2078&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8377657 Stats: 7 lines in 1 file changed: 5 ins; 0 del; 2 mod Patch: https://git.openjdk.org/valhalla/pull/2078.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2078/head:pull/2078 PR: https://git.openjdk.org/valhalla/pull/2078
