hotspot/src/share/vm/interpreter/interpreter.cpp
changeset 33129 e0bcbb5015b3
parent 33070 54f3f085b165
parent 33105 294e48b4f704
child 33198 b37ad9fbf681
--- 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;
   }