--- old/src/hotspot/share/oops/methodData.hpp 2019-05-31 08:53:33.000000000 -0700 +++ new/src/hotspot/share/oops/methodData.hpp 2019-05-31 08:53:32.000000000 -0700 @@ -2386,7 +2386,7 @@ void inc_decompile_count() { _nof_decompiles += 1; if (decompile_count() > (uint)PerMethodRecompilationCutoff) { - method()->set_not_compilable(CompLevel_full_optimization, true, "decompile_count > PerMethodRecompilationCutoff"); + method()->set_not_compilable("decompile_count > PerMethodRecompilationCutoff", CompLevel_full_optimization); } } uint tenure_traps() const {