i2l :
convert integer to long integer : index : visitInsn()
- Description
- Pops an integer off the operand stack, sign extends it into a long
integer, and pushes the two-word long back onto the stack.
- See also
- i2f i2d
- Stack
Before
|
After |
int |
long-word1 |
... |
long-word2 |
|
... |
- Bytecode
Type
|
Description |
u1
|
i2l
opcode = 0x85 (133)
|