RFR: 8174961: [JVMCI] incorrect implementation of isCompilable

Vladimir Kozlov vladimir.kozlov at oracle.com
Tue Feb 14 20:28:44 UTC 2017


I did not get the condition. Why a method is *compilable* if JVMCICompiler is not used? Should it be

UseJVMCICompiler && !method->is_not_compilable(

Then comment is wrong. Please, explain.

Thanks,
Vladimir

On 2/14/17 12:11 PM, Doug Simon wrote:
> Please review this fix for a rather embarrassing bug I committed as part of JDK-8172733.
>
> http://cr.openjdk.java.net/~dnsimon/8174961/webrev/
> https://bugs.openjdk.java.net/browse/JDK-8174961
>
> -Doug
>


More information about the hotspot-compiler-dev mailing list