RFR: 8264805: Remove the experimental Ahead-of-Time Compiler [v4]
Mandy Chung
mchung at openjdk.java.net
Fri Apr 9 20:53:33 UTC 2021
On Thu, 8 Apr 2021 17:24:38 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
>
> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>
> Remove exports from Graal module to jdk.aot
I reviewed the module-loader-map and non-hotspot non-AOT tests.
-------------
Marked as reviewed by mchung (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3398
More information about the hotspot-compiler-dev
mailing list