-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b150
-
x86
-
linux
-
Verified
You need to compile and install AOT libraries to use AOT.
If there is no AOT libs UseAOT flag will be set to 'false'.
But we have to check for AOT libraries installed into JDK first and that code under UseAOT. So we decided to have initial value 'true'.
But we should not produce this warning message with -Xint in default run.
And show it only when there are AOT libraries and only with PrintAOT flag.
It effect the default JVM output and may affect other tests.
If there is no AOT libs UseAOT flag will be set to 'false'.
But we have to check for AOT libraries installed into JDK first and that code under UseAOT. So we decided to have initial value 'true'.
But we should not produce this warning message with -Xint in default run.
And show it only when there are AOT libraries and only with PrintAOT flag.
It effect the default JVM output and may affect other tests.