RFR: 8251462: Remove legacy compilation policy [v4]

Igor Veresov iveresov at openjdk.java.net
Fri Jan 22 17:35:52 UTC 2021


On Fri, 22 Jan 2021 00:43:29 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Igor Veresov has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Check legacy flags validity before deriving flag values for emulation mode.
>
> src/hotspot/share/oops/method.cpp line 1013:
> 
>> 1011:     return false;
>> 1012:   if (comp_level == CompLevel_any)
>> 1013:     return is_not_c1_compilable() && is_not_c2_compilable();
> 
> Was it bug before?

Yup.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1985


More information about the hotspot-compiler-dev mailing list