< prev index next >

src/jdk.aot/share/man/jaotc.1

Print this page

        

@@ -19,11 +19,11 @@
 .\" or visit www.oracle.com if you need additional information or have any
 .\" questions.
 .\"
 .\" Automatically generated by Pandoc 2.3.1
 .\"
-.TH "JAOTC" "1" "2019" "JDK 13" "JDK Commands"
+.TH "JAOTC" "1" "2020" "JDK 14" "JDK Commands"
 .hy
 .SH NAME
 .PP
 jaotc \- The Java static compiler that produces native code for compiled
 Java methods

@@ -202,8 +202,8 @@
 .PP
 Specify a generated AOT library during application execution:
 .IP
 .nf
 \f[CB]
-java\ \-XX:AOTLibrary=./libHelloWorld.so\ HelloWorld
+java\ \-XX:+UnlockExperimentalVMOptions\ \-XX:AOTLibrary=./libHelloWorld.so\ HelloWorld
 \f[R]
 .fi
< prev index next >