mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8080775: Better argument formatting for assert() and friends
Reviewed-by: kbarrett, pliden
This commit is contained in:
parent
aa0818a98a
commit
1e71f67736
225 changed files with 1342 additions and 1432 deletions
|
@ -1434,7 +1434,7 @@ static void gen_special_dispatch(MacroAssembler* masm,
|
|||
} 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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue