< prev index next >

src/share/vm/interpreter/bytecodeInterpreter.cpp

Print this page
rev 8978 : imported patch remove_err_msg

@@ -2732,12 +2732,12 @@
           opcode = (jubyte)original_bytecode;
           goto opcode_switch;
       }
 
       DEFAULT:
-          fatal(err_msg("Unimplemented opcode %d = %s", opcode,
-                        Bytecodes::name((Bytecodes::Code)opcode)));
+          fatal("Unimplemented opcode %d = %s", opcode,
+                Bytecodes::name((Bytecodes::Code)opcode));
           goto finish;
 
       } /* switch(opc) */
 
 
< prev index next >