Re: RFR(M) 8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing

2018-10-22 Thread Ekaterina Pavlova
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

Re: RFR(M) 8152988: [AOT] Update test batch definitions to include aot-ed java.base module mode into hs-comp testing

2018-10-22 Thread Ekaterina Pavlova
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