Remove unnecessary guarantees in mips_64.ad

Mon, 22 May 2017 08:01:12 -0400

author
fujie
date
Mon, 22 May 2017 08:01:12 -0400
changeset 411
f0d5c13451a3
parent 410
63bcd8487c2a
child 412
afd17487af23

Remove unnecessary guarantees in mips_64.ad

src/cpu/mips/vm/mips_64.ad file | annotate | diff | comparison | revisions
     1.1 --- a/src/cpu/mips/vm/mips_64.ad	Fri May 19 05:07:37 2017 -0400
     1.2 +++ b/src/cpu/mips/vm/mips_64.ad	Mon May 22 08:01:12 2017 -0400
     1.3 @@ -3026,9 +3026,6 @@
     1.4       int oop_index = __ oop_recorder()->find_index((jobject)value);
     1.5       RelocationHolder rspec = oop_Relocation::spec(oop_index);
     1.6  
     1.7 -     guarantee(scale == 0, "FIXME: scale is not zero !");
     1.8 -     guarantee(value != 0, "FIXME: value is zero !");
     1.9 -
    1.10      if (index != 0) {
    1.11           if (scale == 0) {
    1.12              __ daddu(AT, as_Register(base), as_Register(index));

mercurial