changeset 6176 | 4d9030fe341f |
parent 5547 | f4b087cbb361 |
child 7397 | 5b173b4ca846 |
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp Wed Jul 28 17:57:43 2010 -0400 +++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp Tue Aug 03 08:13:38 2010 -0400 @@ -440,7 +440,7 @@ * iushr, ishl, and ishr bytecodes, respectively. */ -static jint VMintUshr(jint op, jint num); +static juint VMintUshr(jint op, jint num); static jint VMintShl (jint op, jint num); static jint VMintShr (jint op, jint num);