JDK 24 |
---|
24 b15Fixed |
Duplicate :
|
Most (pseudo)instructions have fixed size. The only 2 with variable size are tableswitch and lookupswitch. The size information can be kept in the relevant fields and they can override the sizeInBytes method, while all other instructions just return opcode.sizeIfFixed().
|