RFR: 8358707: [leyden] Flip AOTCompileEagerly back on
Vladimir Kozlov
kvn at openjdk.org
Thu Jun 5 15:42:07 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`
Yes. Igor pointed it me after I did merge but I had been busy.
Trivial.
-------------
Marked as reviewed by kvn (Committer).
PR Review: https://git.openjdk.org/leyden/pull/76#pullrequestreview-2900842571
PR Comment: https://git.openjdk.org/leyden/pull/76#issuecomment-2945025270
More information about the leyden-dev
mailing list