LIST 75 ============================================================================ 3.15 Method Invocation invokevirtual Invoke an instance method of an object, dispatching based on the runtime (virtual) type of the object. This is the normal method dispatch in Java. invokevirtual = 182 indexbyte1 indexbyte2, dispatch based on run-time type Stack: ..., objectref, [arg1, [arg2 ...]], ... => ... ============================================================================