class sun.reflect.NativeMethodAccessorImpl extends sun.reflect.MethodAccessorImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.reflect.NativeMethodAccessorImpl
  super_class: sun.reflect.MethodAccessorImpl
{
  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private sun.reflect.DelegatingMethodAccessorImpl parent;
    descriptor: Lsun/reflect/DelegatingMethodAccessorImpl;
    flags: (0x0002) ACC_PRIVATE

  private int numInvocations;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.NativeMethodAccessorImpl this
        start local 1 // java.lang.reflect.Method method
         0: .line 39
            aload 0 /* this */
            invokespecial sun.reflect.MethodAccessorImpl.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* method */
            putfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
         2: .line 41
            return
        end local 1 // java.lang.reflect.Method method
        end local 0 // sun.reflect.NativeMethodAccessorImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/reflect/NativeMethodAccessorImpl;
            0    3     1  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  public java.lang.Object invoke(java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // sun.reflect.NativeMethodAccessorImpl this
        start local 1 // java.lang.Object obj
        start local 2 // java.lang.Object[] args
         0: .line 49
            aload 0 /* this */
            dup
            getfield sun.reflect.NativeMethodAccessorImpl.numInvocations:I
            iconst_1
            iadd
            dup_x1
            putfield sun.reflect.NativeMethodAccessorImpl.numInvocations:I
            invokestatic sun.reflect.ReflectionFactory.inflationThreshold:()I
            if_icmple 12
         1: .line 50
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            invokestatic sun.reflect.misc.ReflectUtil.isVMAnonymousClass:(Ljava/lang/Class;)Z
            ifne 12
         2: .line 52
            new sun.reflect.MethodAccessorGenerator
            dup
            invokespecial sun.reflect.MethodAccessorGenerator.<init>:()V
         3: .line 53
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
         4: .line 54
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
         5: .line 55
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
         6: .line 56
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
         7: .line 57
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getExceptionTypes:()[Ljava/lang/Class;
         8: .line 58
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getModifiers:()I
         9: .line 53
            invokevirtual sun.reflect.MethodAccessorGenerator.generateMethod:(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;I)Lsun/reflect/MethodAccessor;
        10: .line 51
            checkcast sun.reflect.MethodAccessorImpl
            astore 3 /* acc */
        start local 3 // sun.reflect.MethodAccessorImpl acc
        11: .line 59
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.parent:Lsun/reflect/DelegatingMethodAccessorImpl;
            aload 3 /* acc */
            invokevirtual sun.reflect.DelegatingMethodAccessorImpl.setDelegate:(Lsun/reflect/MethodAccessorImpl;)V
        end local 3 // sun.reflect.MethodAccessorImpl acc
        12: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.reflect.NativeMethodAccessorImpl.method:Ljava/lang/reflect/Method;
            aload 1 /* obj */
            aload 2 /* args */
            invokestatic sun.reflect.NativeMethodAccessorImpl.invoke0:(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object obj
        end local 0 // sun.reflect.NativeMethodAccessorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/reflect/NativeMethodAccessorImpl;
            0   13     1   obj  Ljava/lang/Object;
            0   13     2  args  [Ljava/lang/Object;
           11   12     3   acc  Lsun/reflect/MethodAccessorImpl;
    Exceptions:
      throws java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException
    MethodParameters:
      Name  Flags
      obj   
      args  

  void setParent(sun.reflect.DelegatingMethodAccessorImpl);
    descriptor: (Lsun/reflect/DelegatingMethodAccessorImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.reflect.NativeMethodAccessorImpl this
        start local 1 // sun.reflect.DelegatingMethodAccessorImpl parent
         0: .line 66
            aload 0 /* this */
            aload 1 /* parent */
            putfield sun.reflect.NativeMethodAccessorImpl.parent:Lsun/reflect/DelegatingMethodAccessorImpl;
         1: .line 67
            return
        end local 1 // sun.reflect.DelegatingMethodAccessorImpl parent
        end local 0 // sun.reflect.NativeMethodAccessorImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/reflect/NativeMethodAccessorImpl;
            0    2     1  parent  Lsun/reflect/DelegatingMethodAccessorImpl;
    MethodParameters:
        Name  Flags
      parent  

  private static native java.lang.Object invoke0(java.lang.reflect.Method, java.lang.Object, java.lang.Object[]);
    descriptor: (Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      m     
      obj   
      args  
}
SourceFile: "NativeMethodAccessorImpl.java"