src/share/vm/code/compiledIC.cpp

Print this page
rev 4329 : imported patch JDK-8009248

@@ -550,11 +550,11 @@
 }
 
 
 void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) {
   address stub=find_stub();
-  assert(stub!=NULL, "stub not found");
+  guarantee(stub != NULL, "stub not found");
 
   if (TraceICs) {
     ResourceMark rm;
     tty->print_cr("CompiledStaticCall@" INTPTR_FORMAT ": set_to_interpreted %s",
                   instruction_address(),