hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp
changeset 33105 294e48b4f704
parent 32727 320855c2baef
child 33198 b37ad9fbf681
--- a/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Mon Sep 28 15:05:02 2015 +0200
+++ b/hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Sep 29 11:02:08 2015 +0200
@@ -1434,7 +1434,7 @@
   } else if (iid == vmIntrinsics::_invokeBasic) {
     has_receiver = true;
   } else {
-    fatal(err_msg_res("unexpected intrinsic id %d", iid));
+    fatal("unexpected intrinsic id %d", iid);
   }
 
   if (member_reg != noreg) {