< prev index next >

src/hotspot/share/code/compiledMethod.cpp

         ShouldNotReachHere();
       }
     }
   }
 
+  if (ic->is_clean()) {
+    return true;
+  }
   return ic->set_to_clean();
 }
 
 // static_stub_Relocations may have dangling references to
 // nmethods so trim them out here.  Otherwise it looks like
    
< prev index next >