hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset 33105 294e48b4f704
parent 30764 fec48bf5a827
child 33208 5ec6ffa63c57
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -2734,8 +2734,8 @@
       }
 
       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) */