hotspot/src/share/vm/code/vtableStubs.cpp
changeset 33105 294e48b4f704
parent 27420 04e6f914cce1
child 33148 68fa8b6c4340
--- a/hotspot/src/share/vm/code/vtableStubs.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/share/vm/code/vtableStubs.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -222,9 +222,9 @@
   InstanceKlass* ik = InstanceKlass::cast(klass);
   klassVtable* vt = ik->vtable();
   ik->print();
-  fatal(err_msg("bad compiled vtable dispatch: receiver " INTPTR_FORMAT ", "
-                "index %d (vtable length %d)",
-                (address)receiver, index, vt->length()));
+  fatal("bad compiled vtable dispatch: receiver " INTPTR_FORMAT ", "
+        "index %d (vtable length %d)",
+        (address)receiver, index, vt->length());
 }
 
-#endif // Product
+#endif // PRODUCT