src/hotspot/share/ci/ciMethod.cpp
changeset 57745 789e967c2731
parent 55252 6502d6a92fe2
child 58273 08a5148e7c4e
equal deleted inserted replaced
57739:6717d7e59db4 57745:789e967c2731
   109       _is_c1_compilable = false;
   109       _is_c1_compilable = false;
   110       _is_c2_compilable = false;
   110       _is_c2_compilable = false;
   111       _can_be_parsed = false;
   111       _can_be_parsed = false;
   112     }
   112     }
   113   } else {
   113   } else {
   114     CHECK_UNHANDLED_OOPS_ONLY(Thread::current()->clear_unhandled_oops());
   114     DEBUG_ONLY(CompilerThread::current()->check_possible_safepoint());
   115   }
   115   }
   116 
   116 
   117   if (h_m()->method_holder()->is_linked()) {
   117   if (h_m()->method_holder()->is_linked()) {
   118     _can_be_statically_bound = h_m()->can_be_statically_bound();
   118     _can_be_statically_bound = h_m()->can_be_statically_bound();
   119   } else {
   119   } else {