diff -r d9b7f6713bff -r e0bcbb5015b3 hotspot/src/share/vm/interpreter/interpreter.cpp --- a/hotspot/src/share/vm/interpreter/interpreter.cpp Thu Oct 01 11:52:44 2015 -0700 +++ b/hotspot/src/share/vm/interpreter/interpreter.cpp Wed Oct 07 01:03:24 2015 +0200 @@ -605,7 +605,7 @@ #endif // defined(TARGET_ARCH_x86) && !defined(_LP64) #endif // CC_INTERP default: - fatal(err_msg("unexpected method kind: %d", kind)); + fatal("unexpected method kind: %d", kind); break; }