Integrated: 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`
This pull request has now been integrated.
Changeset: c1885aad
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/leyden/commit/c1885aadd1d3c4d4c44da84a1a1663674b748fe3
Stats: 6 lines in 1 file changed: 3 ins; 3 del; 0 mod
8358707: [leyden] Flip AOTCompileEagerly back on
Reviewed-by: kvn
-------------
PR: https://git.openjdk.org/leyden/pull/76
More information about the leyden-dev
mailing list