-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
AMM Sprint 223, AMM Sprint 222, AMM Sprint 224, AMM Sprint 225, AMM Sprint 226, AMM Sprint 227
An ahead-of-time Java compiler, jaotc was made available from OpenJDK 9 onwards. Little use was made of this functionality and so it has been removed from OpenJDK 17 onwards. The same functionality can be obtained by using GraalVM.
When
a Java class references
- jdk.aot
- jdk.internal.vm.compiler
- jdk.internal.vm.compiler.management
Perform
add a hint to remove references to this code. Long term, developers can transition to GraalVM if AOT compilation is required.
References
https://openjdk.org/jeps/410
https://www.graalvm.org/