8146678: aarch64: assertion failure: call instruction in an infinite loop
Remove assertion Reviewed-by: aph
This commit is contained in:
parent
a8fcb62829
commit
307d39879b
@ -87,7 +87,6 @@ void Relocation::pd_set_call_destination(address x) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
assert(addr() != x, "call instruction in an infinite loop");
|
||||
MacroAssembler::pd_patch_instruction(addr(), x);
|
||||
assert(pd_call_destination(addr()) == x, "fail in reloc");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user