Details
-
Sub-task
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
17
-
b20
Description
As part of JEP 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
- HotSpot code guarded by `#if INCLUDE_AOT`
Additionally, remove tests as well as code in makefiles related to AoT compilation.
- `jdk.aot` module — the `jaotc` tool
- `src/hotspot/share/aot` — loads AoT compiled code into VM for execution
- HotSpot code guarded by `#if INCLUDE_AOT`
Additionally, remove tests as well as code in makefiles related to AoT compilation.
Attachments
Issue Links
- csr for
-
JDK-8265000 Remove VM product flags related to Ahead-of-Time Compiler
-
- Closed
-
- relates to
-
JDK-8212222 jtreg/compiler/aot tests timed out
-
- Closed
-
-
JDK-8264941 Remove CodeCache::mark_for_evol_deoptimization() method
-
- Resolved
-
-
JDK-8284909 [JVMCI] remove remnants of AOT support
-
- Resolved
-
(1 links to)