hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp
changeset 28650 772aaab2582f
parent 25714 87fa6860b5ae
--- a/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp	Tue Jan 20 09:45:11 2015 +0100
+++ b/hotspot/src/cpu/x86/vm/interp_masm_x86_32.cpp	Wed Jan 21 10:51:35 2015 +0100
@@ -1360,7 +1360,7 @@
 
 // Jump if ((*counter_addr += increment) & mask) satisfies the condition.
 void InterpreterMacroAssembler::increment_mask_and_jump(Address counter_addr,
-                                                        int increment, int mask,
+                                                        int increment, Address mask,
                                                         Register scratch, bool preloaded,
                                                         Condition cond, Label* where) {
   if (!preloaded) {