RFR: 8152311: allow JVMCI compiler to change the compilation policy for a method

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu May 5 18:06:59 UTC 2016


I looked on VM changes. You put #include under #if INCLUDE_JVMCI but call to JVMCIRuntime::adjust_comp_level() method are guarded only by flag. Some compilers may complain.

In thread.hpp is there a reason to use several bool fields instead of one field for flags?

Thanks,
Vladimir

On 5/5/16 5:39 AM, Doug Simon wrote:
> Please read the bug for a full description of this proposed change.
>
> https://bugs.openjdk.java.net/browse/JDK-8152311
> http://cr.openjdk.java.net/~dnsimon/8152311/
>
> -Doug
>


More information about the hotspot-compiler-dev mailing list