RFR: 8264805: Remove the experimental Ahead-of-Time Compiler [v3]
    Vladimir Kozlov 
    kvn at openjdk.java.net
       
    Thu Apr  8 16:17:33 UTC 2021
    
    
  
> 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 with a new target base due to a merge or a rebase. The pull request now contains three commits:
 - Merge branch 'master' into JDK-8264805
 - Merge branch 'master' into JDK-8264805
 - 8264805: Remove the experimental Ahead-of-Time Compiler
-------------
Changes: https://git.openjdk.java.net/jdk/pull/3398/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3398&range=02
  Stats: 26906 lines in 375 files changed: 4 ins; 26709 del; 193 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3398.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3398/head:pull/3398
PR: https://git.openjdk.java.net/jdk/pull/3398
    
    
More information about the build-dev
mailing list