hotspot/src/share/vm/c1/c1_LIRAssembler.cpp
changeset 33105 294e48b4f704
parent 32203 01a3716ed455
child 33155 73bf16b22e89
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -462,7 +462,7 @@
     vtable_call(op);
     break;
   default:
-    fatal(err_msg_res("unexpected op code: %s", op->name()));
+    fatal("unexpected op code: %s", op->name());
     break;
   }