src/share/vm/interpreter/bytecodeInterpreter.hpp

changeset 2036
126ea7725993
parent 1907
c18cbe5936b8
child 2314
f95d63e2154a
equal deleted inserted replaced
2035:a64438a2b7e8 2036:126ea7725993
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:

mercurial