final class org.jruby.java.proxies.ConcreteJavaProxy$NewMethod extends org.jruby.internal.runtime.methods.JavaMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.java.proxies.ConcreteJavaProxy$NewMethod
  super_class: org.jruby.internal.runtime.methods.JavaMethod
{
  private transient org.jruby.runtime.CallSite jcreateSite;
    descriptor: Lorg/jruby/runtime/CallSite;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  final org.jruby.internal.runtime.methods.DynamicMethod newMethod;
    descriptor: Lorg/jruby/internal/runtime/methods/DynamicMethod;
    flags: (0x0010) ACC_FINAL

  void <init>(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.RubyClass clazz
         0: .line 95
            aload 0 /* this */
            aload 1 /* clazz */
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            ldc "new"
            invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
         1: .line 96
            aload 0 /* this */
            aload 1 /* clazz */
            ldc "new"
            invokevirtual org.jruby.RubyClass.searchMethod:(Ljava/lang/String;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            putfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
         2: .line 97
            return
        end local 1 // org.jruby.RubyClass clazz
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  clazz  Lorg/jruby/RubyClass;
    MethodParameters:
       Name  Flags
      clazz  final

  private org.jruby.runtime.CallSite jcreateSite();
    descriptor: ()Lorg/jruby/runtime/CallSite;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
         0: .line 100
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:Lorg/jruby/runtime/CallSite;
            astore 1 /* callSite */
        start local 1 // org.jruby.runtime.CallSite callSite
         1: .line 101
            aload 1 /* callSite */
            ifnonnull 3
         2: .line 102
            aload 0 /* this */
            ldc "__jcreate!"
            invokestatic org.jruby.runtime.MethodIndex.getFunctionalCallSite:(Ljava/lang/String;)Lorg/jruby/runtime/CallSite;
            dup_x1
            putfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:Lorg/jruby/runtime/CallSite;
            astore 1 /* callSite */
         3: .line 104
      StackMap locals: org.jruby.runtime.CallSite
      StackMap stack:
            aload 1 /* callSite */
            areturn
        end local 1 // org.jruby.runtime.CallSite callSite
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            1    4     1  callSite  Lorg/jruby/runtime/CallSite;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.Block block
         0: .line 109
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* proxy */
        start local 7 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 110
            aload 7 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 7 /* proxy */
            aload 7 /* proxy */
            aload 5 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 111
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* proxy */
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6    block  Lorg/jruby/runtime/Block;
            1    3     7    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.Block block
         0: .line 116
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* proxy */
        start local 6 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 117
            aload 6 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 6 /* proxy */
            aload 6 /* proxy */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 118
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 6 /* proxy */
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 5 // org.jruby.runtime.Block block
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5    block  Lorg/jruby/runtime/Block;
            1    3     6    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.Block block
         0: .line 123
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* arg0 */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* proxy */
        start local 7 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 124
            aload 7 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 7 /* proxy */
            aload 7 /* proxy */
            aload 5 /* arg0 */
            aload 6 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 125
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* proxy */
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6    block  Lorg/jruby/runtime/Block;
            1    3     7    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.Block block
         0: .line 130
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* proxy */
        start local 8 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 131
            aload 8 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 8 /* proxy */
            aload 8 /* proxy */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 132
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* proxy */
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     7    block  Lorg/jruby/runtime/Block;
            1    3     8    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=9
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.Block block
         0: .line 137
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* proxy */
        start local 9 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 138
            aload 9 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 9 /* proxy */
            aload 9 /* proxy */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 139
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 9 /* proxy */
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 8 // org.jruby.runtime.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     8    block  Lorg/jruby/runtime/Block;
            1    3     9    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 144
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* args */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* proxy */
        start local 6 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 145
            aload 6 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 6 /* proxy */
            aload 6 /* proxy */
            aload 5 /* args */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 146
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 6 /* proxy */
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     6    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      args     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
         0: .line 151
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* proxy */
        start local 5 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 152
            aload 5 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 5 /* proxy */
            aload 5 /* proxy */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 153
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 5 /* proxy */
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            1    3     5    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
         0: .line 158
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* arg0 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* proxy */
        start local 6 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 159
            aload 6 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 6 /* proxy */
            aload 6 /* proxy */
            aload 5 /* arg0 */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 160
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 6 /* proxy */
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     6    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 165
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* proxy */
        start local 7 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 166
            aload 7 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 7 /* proxy */
            aload 7 /* proxy */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 167
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* proxy */
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     7    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=8
        start local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyModule clazz
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 172
            aload 0 /* this */
            getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* clazz */
            ldc "new_proxy"
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* proxy */
        start local 8 // org.jruby.runtime.builtin.IRubyObject proxy
         1: .line 173
            aload 8 /* proxy */
            checkcast org.jruby.java.proxies.JavaProxy
            getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 8 /* proxy */
            aload 8 /* proxy */
            aload 5 /* arg0 */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 174
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* proxy */
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject proxy
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyModule clazz
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.java.proxies.ConcreteJavaProxy$NewMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    clazz  Lorg/jruby/RubyModule;
            0    3     4     name  Ljava/lang/String;
            0    3     5     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     6     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     7     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     8    proxy  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      clazz    
      name     
      arg0     
      arg1     
      arg2     
}
SourceFile: "ConcreteJavaProxy.java"
NestHost: org.jruby.java.proxies.ConcreteJavaProxy
InnerClasses:
  private final NewMethod = org.jruby.java.proxies.ConcreteJavaProxy$NewMethod of org.jruby.java.proxies.ConcreteJavaProxy