diff -r aa644a5335f4 -r 76c2a23e2537 hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.inline.hpp --- a/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.inline.hpp Wed Mar 05 02:41:57 2014 -0800 +++ b/hotspot/src/cpu/x86/vm/bytecodeInterpreter_x86.inline.hpp Wed Mar 05 15:14:25 2014 +0100 @@ -250,7 +250,7 @@ return op1 - op2; } -inline jint BytecodeInterpreter::VMintUshr(jint op1, jint op2) { +inline juint BytecodeInterpreter::VMintUshr(jint op1, jint op2) { return ((juint) op1) >> (op2 & 0x1f); }