< prev index next >

src/share/vm/code/nmethod.cpp

Print this page

        

@@ -2850,10 +2850,12 @@
     }
     case relocInfo::static_call_type:
       st->print_cr("Static call at " INTPTR_FORMAT, p2i(iter.reloc()->addr()));
       CompiledDirectStaticCall::at(iter.reloc())->print();
       break;
+    default:
+      break;
     }
   }
 }
 
 void nmethod::print_handler_table() {
< prev index next >