src/cpu/sparc/vm/nativeInst_sparc.cpp

changeset 8647
0b611970fa8b
parent 5784
190899198332
child 8856
ac27a9c85bea
     1.1 --- a/src/cpu/sparc/vm/nativeInst_sparc.cpp	Fri Oct 28 22:36:23 2016 +0000
     1.2 +++ b/src/cpu/sparc/vm/nativeInst_sparc.cpp	Sat Oct 29 17:45:25 2016 +0000
     1.3 @@ -64,7 +64,7 @@
     1.4    masm.patchable_sethi(x, destreg);
     1.5    int len = buffer - masm.pc();
     1.6    for (int i = 0; i < len; i++) {
     1.7 -    assert(instaddr[i] == buffer[i], "instructions must match");
     1.8 +    guarantee(instaddr[i] == buffer[i], "instructions must match");
     1.9    }
    1.10  }
    1.11  

mercurial