Integrated: 8264805: Remove the experimental Ahead-of-Time Compiler
Vladimir Kozlov
kvn at openjdk.java.net
Tue Apr 27 01:15:37 UTC 2021
On Thu, 8 Apr 2021 15:23:52 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> As part of [JEP 410](http://openjdk.java.net/jeps/410) remove code related to Ahead-of-Time Compiler from JDK:
>
> - `jdk.aot` module — the `jaotc` tool
> - `src/hotspot/share/aot` — loads AoT compiled code into VM for execution
> - related HotSpot code guarded by `#if INCLUDE_AOT`
>
> Additionally, remove tests as well as code in makefiles related to AoT compilation.
>
> Tested hs-tier1-4
This pull request has now been integrated.
Changeset: 694acedf
Author: Vladimir Kozlov <kvn at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/694acedf
Stats: 26972 lines in 378 files changed: 2 ins; 26772 del; 198 mod
8264805: Remove the experimental Ahead-of-Time Compiler
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
-------------
PR: https://git.openjdk.java.net/jdk/pull/3398
More information about the build-dev
mailing list