RFR(S) 8186235: [Graal] compiler/aot/RecompilationTest.java fails in case UseJVMCICompiler is enabled
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Aug 18 20:22:41 UTC 2017
Looks good.
Thanks,
Vladimir
On 8/18/17 1:13 PM, Igor Veresov wrote:
> 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/
>
> igor
More information about the hotspot-compiler-dev
mailing list