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

Opcode invokespecial

Directly invoke instance (initialization) method of the current class or its supertypes

Category Objects
Opcode dec 183
Opcode hex 0xb7
Specification JVM Spec for invokespecial
Data Source