-
Sub-task
-
Resolution: Fixed
-
P4
-
24
-
None
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().
- duplicates
-
JDK-8336839 Update BoundLookup/TableSwitchInstruction constructors to avoid redundant calculation
- Closed
- links to
-
Commit(master) openjdk/jdk/5b72bbf9
-
Review(master) openjdk/jdk/20880