-
Sub-task
-
Resolution: Fixed
-
P4
-
17
-
b20
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.
- 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
-
JDK-8332849 Update doc/testing.{md,html} (spelling and stale information)
- Resolved
(2 links to)