RFR(S): 8171060 - [AOT] aot tests: WARNING: Requested compilation levels are out of current vm capabilities.

Dmitrij Pochepko dmitrij.pochepko at oracle.com
Mon Dec 12 15:21:50 UTC 2016


Hi,


please review small fix for 8171060 - [AOT] aot tests: WARNING: 
Requested compilation levels are out of current vm capabilities.

Few aot tests had a warning about requested compilation levels. I've 
modified respective check in CallsBase.java.

Also tests options were modified(added -Xbatch since test logic assumes 
it and removed -checkCallerCompileLevel  -1, which is wrong because of 
aot method deoptimization).


webrev: http://cr.openjdk.java.net/~dpochepk/8171060/webrev.01/

CR: https://bugs.openjdk.java.net/browse/JDK-8171060

I've verified this fix on linux-x64.

Thanks,

Dmitrij



More information about the hotspot-compiler-dev mailing list