< prev index next >

src/cpu/sparc/vm/nativeInst_sparc.cpp

Print this page

        

@@ -58,11 +58,11 @@
   // Generate the proper sequence into a temporary buffer and compare
   // it with the original sequence.
   masm.patchable_sethi(x, destreg);
   int len = buffer - masm.pc();
   for (int i = 0; i < len; i++) {
-    assert(instaddr[i] == buffer[i], "instructions must match");
+    guarantee(instaddr[i] == buffer[i], "instructions must match");
   }
 }
 
 void NativeInstruction::verify() {
   // make sure code pattern is actually an instruction address
< prev index next >