The Java Version Almanac
javaalmanac.io
Feedback on this page?

Opcode tableswitch

Access jump table by index and jump

Category Conditional
Opcode dec 170
Opcode hex 0xaa
Specification JVM Spec for tableswitch
Data Source