src/hotspot/share/ci/ciMethod.cpp
changeset 55206 2fe2063fe567
parent 55105 9ad765641e8f
child 55252 6502d6a92fe2
--- a/src/hotspot/share/ci/ciMethod.cpp	Tue Jun 04 11:55:51 2019 -0700
+++ b/src/hotspot/share/ci/ciMethod.cpp	Tue Jun 04 12:44:53 2019 -0700
@@ -1111,7 +1111,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());
 }
 
 // ------------------------------------------------------------------