RFR: 8358707: [leyden] Flip AOTCompileEagerly back on
Aleksey Shipilev
shade at openjdk.org
Thu Jun 5 15:49:09 UTC 2025
On Thu, 5 Jun 2025 15:17:12 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> When upstreaming [JDK-8355003](https://bugs.openjdk.org/browse/JDK-8355003), we introduced `AOTCompileEagerly` flag and defaulted it to disabled, to gate the training data replay. Without AOT code, this causes extra compilations, this is why it is false by default in mainline. But for Leyden, it should remain enabled, since this is the path that loads AOT compiled C2 code. We got this flag as `false` during the mainline->Leyden merge/ports.
>
> Additional testing:
> - [x] Ad-hoc benchmarks
> - [x] Linux x86_64 server fastdebug, `runtime/cds`
Thanks! Here goes.
-------------
PR Comment: https://git.openjdk.org/leyden/pull/76#issuecomment-2945039468
More information about the leyden-dev
mailing list