diff -r a7c0f60a1294 -r 294e48b4f704 hotspot/src/cpu/x86/vm/sharedRuntime_x86_32.cpp --- 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) {