src/hotspot/share/oops/methodData.hpp
changeset 55206 2fe2063fe567
parent 55105 9ad765641e8f
child 55252 6502d6a92fe2
--- a/src/hotspot/share/oops/methodData.hpp	Tue Jun 04 11:55:51 2019 -0700
+++ b/src/hotspot/share/oops/methodData.hpp	Tue Jun 04 12:44:53 2019 -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 {