hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
   438  * Shift Operation:
   438  * Shift Operation:
   439  * The functions below follow the semantics of the
   439  * The functions below follow the semantics of the
   440  * iushr, ishl, and ishr bytecodes, respectively.
   440  * iushr, ishl, and ishr bytecodes, respectively.
   441  */
   441  */
   442 
   442 
   443 static jint VMintUshr(jint op, jint num);
   443 static juint VMintUshr(jint op, jint num);
   444 static jint VMintShl (jint op, jint num);
   444 static jint VMintShl (jint op, jint num);
   445 static jint VMintShr (jint op, jint num);
   445 static jint VMintShr (jint op, jint num);
   446 
   446 
   447 /*
   447 /*
   448  * Unary Operation:
   448  * Unary Operation: