On Fri, 22 Jan 2021 00:43:29 GMT, Vladimir Kozlov <k...@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