< prev index next >

src/share/vm/interpreter/interpreterRuntime.cpp

Print this page
rev 8978 : imported patch remove_err_msg

@@ -856,11 +856,11 @@
     break;
   case Bytecodes::_invokedynamic:
     resolve_invokedynamic(thread);
     break;
   default:
-    fatal(err_msg("unexpected bytecode: %s", Bytecodes::name(bytecode)));
+    fatal("unexpected bytecode: %s", Bytecodes::name(bytecode));
     break;
   }
 }
 IRT_END
 
< prev index next >