--- old/src/hotspot/share/ci/ciMethod.cpp 2019-05-31 08:53:24.000000000 -0700 +++ new/src/hotspot/share/ci/ciMethod.cpp 2019-05-31 08:53:24.000000000 -0700 @@ -1104,7 +1104,7 @@ } else { _is_c2_compilable = false; } - get_Method()->set_not_compilable(env->comp_level(), true, reason); + get_Method()->set_not_compilable(reason, env->comp_level()); } // ------------------------------------------------------------------