8146678: aarch64: assertion failure: call instruction in an infinite loop

Remove assertion

Reviewed-by: aph
This commit is contained in:
Ed Nevill 2016-01-08 11:39:47 +00:00
parent a8fcb62829
commit 307d39879b

View File

@ -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");
}