RFR(S) 8186235: [Graal] compiler/aot/RecompilationTest.java fails in case UseJVMCICompiler is enabled

Igor Veresov igor.veresov at oracle.com
Fri Aug 18 20:13:20 UTC 2017


Two problems here:
1. The test uses -XX:-Inline to control inlining. I think it’s reasonable to make a JVMCI compiler respect that option as well.
2. The second problem is the with the AdvancedThresholdPolicy it is possible that compilation requests would be ignored if the compilation queues are large enough when running at CompLevel_aot. I changed the test to use SimpleThresholdPolicy that doesn’t have any queue size feedback loops.  

Webrev: http://cr.openjdk.java.net/~iveresov/8186235/webrev.00/ <http://cr.openjdk.java.net/~iveresov/8186235/webrev.00/>

igor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20170818/62ec6eb2/attachment-0001.html>


More information about the hotspot-compiler-dev mailing list