RFR: 8264805: Remove the experimental Ahead-of-Time Compiler
    Coleen Phillimore 
    coleenp at openjdk.java.net
       
    Thu Apr  8 19:35:06 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
void CodeCache::mark_for_evol_deoptimization(InstanceKlass* dependee) {
This function, its caller and the function in jvmtiRedefineClasses.cpp that calls it can be deleted also, but you can file a separate RFE for that if you want.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3398
    
    
More information about the build-dev
mailing list