< prev index next >

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

Print this page

        

*** 19,29 **** .\" 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" .hy .SH NAME .PP jaotc \- The Java static compiler that produces native code for compiled Java methods --- 19,29 ---- .\" or visit www.oracle.com if you need additional information or have any .\" questions. .\" .\" Automatically generated by Pandoc 2.3.1 .\" ! .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,209 **** .PP Specify a generated AOT library during application execution: .IP .nf \f[CB] ! java\ \-XX:AOTLibrary=./libHelloWorld.so\ HelloWorld \f[R] .fi --- 202,209 ---- .PP Specify a generated AOT library during application execution: .IP .nf \f[CB] ! java\ \-XX:+UnlockExperimentalVMOptions\ \-XX:AOTLibrary=./libHelloWorld.so\ HelloWorld \f[R] .fi
< prev index next >