Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is AOT compilation supported in JDK10?

Tags:

java

java-10

aot

From JEP-295, it states:

AOT compilation of any JDK modules, classes, or of user code, is experimental and not supported in JDK 9.

I cannot find anything about Java 10.

Is AOT compilation (jaotc) supported in JDK10?

like image 878
nikc Avatar asked Jan 24 '26 14:01

nikc


1 Answers

Note: Ahead-of-Time (AOT) compilation is an experimental feature and is supported only on Linux-x64.

JDK 10 Documentation, Java Platform, Standard Edition Java Virtual Machine Guide

like image 109
igouy Avatar answered Jan 27 '26 03:01

igouy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!