Magnus,
thanks a lot for your review.
Regarding "-J-Xmx4g --info".
This is done intentionally. AOT requires more heap usage and could fail with
OOM otherwise.
I specify "mem.total" in AOT jobs definitions so AOT testing is done only on
machines which has at least 4gb.
-katya
On 10/19/18 12:21
Vladimir,
thanks a lot for the review.
"-XX:+PrintAOT" was only passed to "java -version" which is done before the
testing to verify that AOTed libraries work.
It also perhaps could be useful debug info in case some tests starts fail.
But I can change -XX:+PrintAOT to -XX:+UseAOTStrictLoading if