diff src/cpu/x86/vm/templateInterpreter_x86_64.cpp @ 10640:88672775a26c

Compilation policy fixes and changed default compilation policy.
author Christian Haeubl <haeubl@ssw.jku.at>
date Mon, 08 Jul 2013 16:55:28 +0200
parents ce09ad599709
children 4b88e5c93f04
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Mon Jul 08 12:01:51 2013 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Mon Jul 08 16:55:28 2013 +0200
@@ -383,9 +383,11 @@
       __ pop(rcx);
       __ pop(rax);
 
+#ifdef ASSERT
       __ testl(rcx, InvocationCounter::count_mask_value);
       __ jcc(Assembler::zero, not_zero);
       __ stop("unexpected counter value in rcx");
+#endif
 
       __ bind(not_zero);
     }