diff -r a7c0f60a1294 -r 294e48b4f704 hotspot/src/share/vm/interpreter/interpreterRuntime.cpp --- 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; } }