[lworld] RFR: 8377657: [lworld] Compiler replay segfaults when replay compiling without --enable-preview

Christian Hagedorn chagedorn at openjdk.org
Thu Feb 12 08:31:26 UTC 2026


On Wed, 11 Feb 2026 10:15:13 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

> 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

Thanks Tobias for your review!

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

PR Comment: https://git.openjdk.org/valhalla/pull/2078#issuecomment-3889414810


More information about the valhalla-dev mailing list