changeset 8586:2cb7b89688d8

8146678: aarch64: assertion failure: call instruction in an infinite loop Summary: Remove assertion Reviewed-by: aph
author enevill
date Fri, 08 Jan 2016 11:39:47 +0000
parents 6f0989f53a30
children 0dab40fe02b2
files src/cpu/aarch64/vm/relocInfo_aarch64.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/aarch64/vm/relocInfo_aarch64.cpp	Mon Dec 07 21:14:56 2015 +0800
+++ b/src/cpu/aarch64/vm/relocInfo_aarch64.cpp	Fri Jan 08 11:39:47 2016 +0000
@@ -88,7 +88,6 @@
       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");
 }