hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 33105 294e48b4f704
parent 32178 568a8854ff71
child 33148 68fa8b6c4340
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -858,7 +858,7 @@
     resolve_invokedynamic(thread);
     break;
   default:
-    fatal(err_msg("unexpected bytecode: %s", Bytecodes::name(bytecode)));
+    fatal("unexpected bytecode: %s", Bytecodes::name(bytecode));
     break;
   }
 }