changeset 5403 | 6b0dd9c75dde |
parent 5231 | cca2469087c4 |
child 5426 | 470c15eda401 |
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Sun Oct 11 16:19:25 2009 -0700 +++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp Thu Apr 22 13:23:15 2010 -0700 @@ -2339,8 +2339,8 @@ goto opcode_switch; } #endif - fatal2("\t*** Unimplemented opcode: %d = %s\n", - opcode, Bytecodes::name((Bytecodes::Code)opcode)); + fatal(err_msg("Unimplemented opcode %d = %s", opcode, + Bytecodes::name((Bytecodes::Code)opcode))); goto finish; } /* switch(opc) */