public class org.jruby.runtime.callsite.SuperCallSite extends org.jruby.runtime.CallSite
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.callsite.SuperCallSite
  super_class: org.jruby.runtime.CallSite
{
  protected volatile org.jruby.runtime.callsite.SuperCallSite$SuperTuple cache;
    descriptor: Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
         0: .line 34
            aload 0 /* this */
            ldc "super"
            getstatic org.jruby.runtime.CallType.SUPER:Lorg/jruby/runtime/CallType;
            invokespecial org.jruby.runtime.CallSite.<init>:(Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
         1: .line 16
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.SuperCallSite$SuperTuple.NULL_CACHE:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         2: .line 35
            return
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/runtime/callsite/SuperCallSite;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, long);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // long fixnum
         0: .line 38
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            lload 4 /* fixnum */
            invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
        end local 4 // long fixnum
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4   fixnum  J
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      fixnum   

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, double);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // double flote
         0: .line 43
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            dload 4 /* flote */
            invokestatic org.jruby.RubyFloat.newFloat:(Lorg/jruby/Ruby;D)Lorg/jruby/RubyFloat;
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
        end local 4 // double flote
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     4    flote  D
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      flote    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 47
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 5 /* klazz */
        start local 5 // org.jruby.RubyModule klazz
         1: .line 48
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         2: .line 49
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* klazz */
            aload 6 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         3: .line 51
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 8 /* myCache */
        start local 8 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 52
            aload 7 /* selfType */
            ifnull 6
            aload 8 /* myCache */
            aload 6 /* name */
            aload 7 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 53
            aload 8 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 4 /* 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;
            areturn
         6: .line 55
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 7 /* selfType */
            aload 4 /* args */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* name */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 7 // org.jruby.RubyClass selfType
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule klazz
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     5     klazz  Lorg/jruby/RubyModule;
            2    7     6      name  Ljava/lang/String;
            3    7     7  selfType  Lorg/jruby/RubyClass;
            4    7     8   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/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=10, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 59
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 6 /* klazz */
        start local 6 // org.jruby.RubyModule klazz
         1: .line 60
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         2: .line 61
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* klazz */
            aload 7 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 8 /* selfType */
        start local 8 // org.jruby.RubyClass selfType
         3: .line 63
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 9 /* myCache */
        start local 9 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 64
            aload 8 /* selfType */
            ifnull 6
            aload 9 /* myCache */
            aload 7 /* name */
            aload 8 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 65
            aload 9 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 7 /* name */
            aload 4 /* args */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 67
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 8 /* selfType */
            aload 5 /* block */
            aload 4 /* args */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* name */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 8 // org.jruby.RubyClass selfType
        end local 7 // java.lang.String name
        end local 6 // org.jruby.RubyModule klazz
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5     block  Lorg/jruby/runtime/Block;
            1    7     6     klazz  Lorg/jruby/RubyModule;
            2    7     7      name  Ljava/lang/String;
            3    7     8  selfType  Lorg/jruby/RubyClass;
            4    7     9   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 72
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            astore 7
         1: .line 74
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 72
            aload 7
            areturn
         3: .line 73
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
         4: .line 74
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 75
            aload 6
            athrow
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject callVarargs(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 79
            aload 4 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
         3: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
         4: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 4 /* args */
            iconst_2
            aaload
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
         5: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     

  public org.jruby.runtime.builtin.IRubyObject callVarargs(org.jruby.runtime.ThreadContext, 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/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=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 89
            aload 4 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
         4: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 4 /* args */
            iconst_2
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
         5: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject callVarargsIter(org.jruby.runtime.ThreadContext, 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/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=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 99
            aload 4 /* args */
            arraylength
            tableswitch { // 0 - 3
                    0: 1
                    1: 2
                    2: 3
                    3: 4
              default: 5
          }
         1: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
            areturn
         3: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
            areturn
         4: .line 103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            iconst_0
            aaload
            aload 4 /* args */
            iconst_1
            aaload
            aload 4 /* args */
            iconst_2
            aaload
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
            areturn
         5: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* args */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
            areturn
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 109
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 4 /* klazz */
        start local 4 // org.jruby.RubyModule klazz
         1: .line 110
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 5 /* name */
        start local 5 // java.lang.String name
         2: .line 111
            aload 1 /* context */
            aload 3 /* self */
            aload 4 /* klazz */
            aload 5 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 6 /* selfType */
        start local 6 // org.jruby.RubyClass selfType
         3: .line 113
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 7 /* myCache */
        start local 7 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 114
            aload 6 /* selfType */
            ifnull 6
            aload 7 /* myCache */
            aload 5 /* name */
            aload 6 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 115
            aload 7 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            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;
            areturn
         6: .line 117
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 6 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* name */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 6 // org.jruby.RubyClass selfType
        end local 5 // java.lang.String name
        end local 4 // org.jruby.RubyModule klazz
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     4     klazz  Lorg/jruby/RubyModule;
            2    7     5      name  Ljava/lang/String;
            3    7     6  selfType  Lorg/jruby/RubyClass;
            4    7     7   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.Block block
         0: .line 121
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 5 /* klazz */
        start local 5 // org.jruby.RubyModule klazz
         1: .line 122
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         2: .line 123
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* klazz */
            aload 6 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         3: .line 125
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 8 /* myCache */
        start local 8 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 126
            aload 7 /* selfType */
            ifnull 6
            aload 8 /* myCache */
            aload 6 /* name */
            aload 7 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 127
            aload 8 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 4 /* 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;
            areturn
         6: .line 129
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 7 /* selfType */
            aload 4 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* name */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 7 // org.jruby.RubyClass selfType
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule klazz
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4     block  Lorg/jruby/runtime/Block;
            1    7     5     klazz  Lorg/jruby/RubyModule;
            2    7     6      name  Ljava/lang/String;
            3    7     7  selfType  Lorg/jruby/RubyClass;
            4    7     8   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.Block block
         0: .line 134
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6
         1: .line 136
            aload 4 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 134
            aload 6
            areturn
         3: .line 135
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         4: .line 136
            aload 4 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 137
            aload 5
            athrow
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 141
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 5 /* klazz */
        start local 5 // org.jruby.RubyModule klazz
         1: .line 142
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         2: .line 143
            aload 1 /* context */
            aload 3 /* self */
            aload 5 /* klazz */
            aload 6 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 7 /* selfType */
        start local 7 // org.jruby.RubyClass selfType
         3: .line 145
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 8 /* myCache */
        start local 8 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 146
            aload 7 /* selfType */
            ifnull 6
            aload 8 /* myCache */
            aload 6 /* name */
            aload 7 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 147
            aload 8 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 4 /* 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;
            areturn
         6: .line 149
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 7 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* name */
            aload 4 /* arg1 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 7 // org.jruby.RubyClass selfType
        end local 6 // java.lang.String name
        end local 5 // org.jruby.RubyModule klazz
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     5     klazz  Lorg/jruby/RubyModule;
            2    7     6      name  Ljava/lang/String;
            3    7     7  selfType  Lorg/jruby/RubyClass;
            4    7     8   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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/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=10, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.Block block
         0: .line 153
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 6 /* klazz */
        start local 6 // org.jruby.RubyModule klazz
         1: .line 154
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         2: .line 155
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* klazz */
            aload 7 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 8 /* selfType */
        start local 8 // org.jruby.RubyClass selfType
         3: .line 157
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 9 /* myCache */
        start local 9 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 158
            aload 8 /* selfType */
            ifnull 6
            aload 9 /* myCache */
            aload 7 /* name */
            aload 8 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 159
            aload 9 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 7 /* name */
            aload 4 /* arg1 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 161
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 8 /* selfType */
            aload 5 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* name */
            aload 4 /* arg1 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 8 // org.jruby.RubyClass selfType
        end local 7 // java.lang.String name
        end local 6 // org.jruby.RubyModule klazz
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5     block  Lorg/jruby/runtime/Block;
            1    7     6     klazz  Lorg/jruby/RubyModule;
            2    7     7      name  Ljava/lang/String;
            3    7     8  selfType  Lorg/jruby/RubyClass;
            4    7     9   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, 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/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.Block block
         0: .line 166
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            astore 7
         1: .line 168
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 166
            aload 7
            areturn
         3: .line 167
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
         4: .line 168
            aload 5 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 169
            aload 6
            athrow
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, 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/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=10, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 173
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 6 /* klazz */
        start local 6 // org.jruby.RubyModule klazz
         1: .line 174
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         2: .line 175
            aload 1 /* context */
            aload 3 /* self */
            aload 6 /* klazz */
            aload 7 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 8 /* selfType */
        start local 8 // org.jruby.RubyClass selfType
         3: .line 177
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 9 /* myCache */
        start local 9 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 178
            aload 8 /* selfType */
            ifnull 6
            aload 9 /* myCache */
            aload 7 /* name */
            aload 8 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 179
            aload 9 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 7 /* name */
            aload 4 /* arg1 */
            aload 5 /* 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;
            areturn
         6: .line 181
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 8 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 8 // org.jruby.RubyClass selfType
        end local 7 // java.lang.String name
        end local 6 // org.jruby.RubyModule klazz
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     6     klazz  Lorg/jruby/RubyModule;
            2    7     7      name  Ljava/lang/String;
            3    7     8  selfType  Lorg/jruby/RubyClass;
            4    7     9   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, 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/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=11, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.Block block
         0: .line 185
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 7 /* klazz */
        start local 7 // org.jruby.RubyModule klazz
         1: .line 186
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
         2: .line 187
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* klazz */
            aload 8 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 9 /* selfType */
        start local 9 // org.jruby.RubyClass selfType
         3: .line 189
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 10 /* myCache */
        start local 10 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 190
            aload 9 /* selfType */
            ifnull 6
            aload 10 /* myCache */
            aload 8 /* name */
            aload 9 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 191
            aload 10 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 8 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 193
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 9 /* selfType */
            aload 6 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 9 // org.jruby.RubyClass selfType
        end local 8 // java.lang.String name
        end local 7 // org.jruby.RubyModule klazz
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     6     block  Lorg/jruby/runtime/Block;
            1    7     7     klazz  Lorg/jruby/RubyModule;
            2    7     8      name  Ljava/lang/String;
            3    7     9  selfType  Lorg/jruby/RubyClass;
            4    7    10   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, 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/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=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.Block block
         0: .line 198
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            astore 8
         1: .line 200
            aload 6 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 198
            aload 8
            areturn
         3: .line 199
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         4: .line 200
            aload 6 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 201
            aload 7
            athrow
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, 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/runtime/builtin/IRubyObject;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=9, locals=11, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg3
         0: .line 205
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 7 /* klazz */
        start local 7 // org.jruby.RubyModule klazz
         1: .line 206
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
         2: .line 207
            aload 1 /* context */
            aload 3 /* self */
            aload 7 /* klazz */
            aload 8 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 9 /* selfType */
        start local 9 // org.jruby.RubyClass selfType
         3: .line 209
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 10 /* myCache */
        start local 10 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 210
            aload 9 /* selfType */
            ifnull 6
            aload 10 /* myCache */
            aload 8 /* name */
            aload 9 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 211
            aload 10 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 8 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            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;
            areturn
         6: .line 213
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 9 /* selfType */
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 9 // org.jruby.RubyClass selfType
        end local 8 // java.lang.String name
        end local 7 // org.jruby.RubyModule klazz
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     6      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     7     klazz  Lorg/jruby/RubyModule;
            2    7     8      name  Ljava/lang/String;
            3    7     9  selfType  Lorg/jruby/RubyClass;
            4    7    10   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      arg3     

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, 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/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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=12, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 7 // org.jruby.runtime.Block block
         0: .line 217
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
            astore 8 /* klazz */
        start local 8 // org.jruby.RubyModule klazz
         1: .line 218
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
            astore 9 /* name */
        start local 9 // java.lang.String name
         2: .line 219
            aload 1 /* context */
            aload 3 /* self */
            aload 8 /* klazz */
            aload 9 /* name */
            invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 10 /* selfType */
        start local 10 // org.jruby.RubyClass selfType
         3: .line 221
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            astore 11 /* myCache */
        start local 11 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
         4: .line 222
            aload 10 /* selfType */
            ifnull 6
            aload 11 /* myCache */
            aload 9 /* name */
            aload 10 /* selfType */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
            ifeq 6
         5: .line 223
            aload 11 /* myCache */
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 1 /* context */
            aload 3 /* self */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
            getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 9 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 225
      StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
      StackMap stack:
            aload 0 /* this */
            aload 2 /* caller */
            aload 10 /* selfType */
            aload 7 /* block */
            aload 1 /* context */
            aload 3 /* self */
            aload 9 /* name */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 11 // org.jruby.runtime.callsite.SuperCallSite$SuperTuple myCache
        end local 10 // org.jruby.RubyClass selfType
        end local 9 // java.lang.String name
        end local 8 // org.jruby.RubyModule klazz
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     4      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     6      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     7     block  Lorg/jruby/runtime/Block;
            1    7     8     klazz  Lorg/jruby/RubyModule;
            2    7     9      name  Ljava/lang/String;
            3    7    10  selfType  Lorg/jruby/RubyClass;
            4    7    11   myCache  Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      arg3     
      block    

  public org.jruby.runtime.builtin.IRubyObject callIter(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, 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/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;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        start local 7 // org.jruby.runtime.Block block
         0: .line 230
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* caller */
            aload 3 /* self */
            aload 4 /* arg1 */
            aload 5 /* arg2 */
            aload 6 /* arg3 */
            aload 7 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;
            astore 9
         1: .line 232
            aload 7 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         2: .line 230
            aload 9
            areturn
         3: .line 231
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
         4: .line 232
            aload 7 /* block */
            invokevirtual org.jruby.runtime.Block.escape:()V
         5: .line 233
            aload 8
            athrow
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2   caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6     arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7    block  Lorg/jruby/runtime/Block;
      Exception table:
        from    to  target  type
           0     1       3  any
    MethodParameters:
         Name  Flags
      context  
      caller   
      self     
      arg1     
      arg2     
      arg3     
      block    

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.ThreadContext context
        start local 6 // org.jruby.runtime.builtin.IRubyObject self
        start local 7 // java.lang.String name
         0: .line 237
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 7 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 238
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 9 /* method */
        start local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 239
            aload 0 /* this */
            aload 9 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 240
            aload 0 /* this */
            aload 5 /* context */
            aload 6 /* self */
            aload 2 /* selfType */
            aload 7 /* name */
            aload 9 /* method */
            aload 4 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 242
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 7 /* name */
            aload 8 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 243
            aload 9 /* method */
            aload 5 /* context */
            aload 6 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 7 /* name */
            aload 4 /* args */
            aload 3 /* 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;
            areturn
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        end local 7 // java.lang.String name
        end local 6 // org.jruby.runtime.builtin.IRubyObject self
        end local 5 // org.jruby.runtime.ThreadContext context
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3     block  Lorg/jruby/runtime/Block;
            0    8     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5   context  Lorg/jruby/runtime/ThreadContext;
            0    8     6      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     7      name  Ljava/lang/String;
            3    8     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      args      
      context   
      self      
      name      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // java.lang.String name
         0: .line 247
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 6 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 248
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 8 /* method */
        start local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 249
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 250
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 6 /* name */
            aload 8 /* method */
            aload 3 /* args */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 252
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 6 /* name */
            aload 7 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 253
            aload 8 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 3 /* 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;
            areturn
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // java.lang.String name
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     4   context  Lorg/jruby/runtime/ThreadContext;
            0    8     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     6      name  Ljava/lang/String;
            3    8     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      args      
      context   
      self      
      name      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
         0: .line 257
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 258
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 7 /* method */
        start local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 259
            aload 0 /* this */
            aload 7 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 260
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 5 /* name */
            aload 7 /* method */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 262
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 5 /* name */
            aload 6 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 263
            aload 7 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            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;
            areturn
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3   context  Lorg/jruby/runtime/ThreadContext;
            0    8     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5      name  Ljava/lang/String;
            3    8     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      name      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // java.lang.String name
         0: .line 267
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 6 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 268
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 8 /* method */
        start local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 269
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 270
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 6 /* name */
            aload 8 /* method */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 272
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 6 /* name */
            aload 7 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 273
            aload 8 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 3 /* 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;
            areturn
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // java.lang.String name
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3     block  Lorg/jruby/runtime/Block;
            0    8     4   context  Lorg/jruby/runtime/ThreadContext;
            0    8     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     6      name  Ljava/lang/String;
            3    8     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      name      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=9, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 277
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 278
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 8 /* method */
        start local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 279
            aload 0 /* this */
            aload 8 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 280
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 5 /* name */
            aload 8 /* method */
            aload 6 /* arg */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 282
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 5 /* name */
            aload 7 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 283
            aload 8 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg */
            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;
            areturn
        end local 8 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 7 // org.jruby.runtime.callsite.CacheEntry entry
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3   context  Lorg/jruby/runtime/ThreadContext;
            0    8     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5      name  Ljava/lang/String;
            0    8     6       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            3    8     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      name      
      arg       

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 287
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 6 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 288
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 9 /* method */
        start local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 289
            aload 0 /* this */
            aload 9 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 290
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 6 /* name */
            aload 9 /* method */
            aload 7 /* arg */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 292
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 6 /* name */
            aload 8 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 293
            aload 9 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 7 /* arg */
            aload 3 /* 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;
            areturn
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg
        end local 6 // java.lang.String name
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3     block  Lorg/jruby/runtime/Block;
            0    8     4   context  Lorg/jruby/runtime/ThreadContext;
            0    8     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     6      name  Ljava/lang/String;
            0    8     7       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            3    8     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      name      
      arg       

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 297
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 298
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 9 /* method */
        start local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 299
            aload 0 /* this */
            aload 9 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 300
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 5 /* name */
            aload 9 /* method */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 302
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 5 /* name */
            aload 8 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 303
            aload 9 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            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;
            areturn
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3   context  Lorg/jruby/runtime/ThreadContext;
            0    8     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5      name  Ljava/lang/String;
            0    8     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     7      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            3    8     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      name      
      arg1      
      arg2      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=11, args_size=9
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 307
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 6 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 308
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 10 /* method */
        start local 10 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 309
            aload 0 /* this */
            aload 10 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 310
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 6 /* name */
            aload 10 /* method */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 312
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 6 /* name */
            aload 9 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 313
            aload 10 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            aload 3 /* 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;
            areturn
        end local 10 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 9 // org.jruby.runtime.callsite.CacheEntry entry
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // java.lang.String name
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3     block  Lorg/jruby/runtime/Block;
            0    8     4   context  Lorg/jruby/runtime/ThreadContext;
            0    8     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     6      name  Ljava/lang/String;
            0    8     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     8      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            3    8     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      name      
      arg1      
      arg2      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=11, args_size=9
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.ThreadContext context
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg3
         0: .line 317
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 318
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 10 /* method */
        start local 10 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 319
            aload 0 /* this */
            aload 10 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 320
            aload 0 /* this */
            aload 3 /* context */
            aload 4 /* self */
            aload 2 /* selfType */
            aload 5 /* name */
            aload 10 /* method */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* arg3 */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 322
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 5 /* name */
            aload 9 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 323
            aload 10 /* method */
            aload 3 /* context */
            aload 4 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg1 */
            aload 7 /* arg2 */
            aload 8 /* arg3 */
            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;
            areturn
        end local 10 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 9 // org.jruby.runtime.callsite.CacheEntry entry
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3   context  Lorg/jruby/runtime/ThreadContext;
            0    8     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     5      name  Ljava/lang/String;
            0    8     6      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     7      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     8      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            3    8     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      context   
      self      
      name      
      arg1      
      arg2      
      arg3      

  protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=12, args_size=10
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.builtin.IRubyObject caller
        start local 2 // org.jruby.RubyClass selfType
        start local 3 // org.jruby.runtime.Block block
        start local 4 // org.jruby.runtime.ThreadContext context
        start local 5 // org.jruby.runtime.builtin.IRubyObject self
        start local 6 // java.lang.String name
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 9 // org.jruby.runtime.builtin.IRubyObject arg3
         0: .line 327
            aload 2 /* selfType */
            ifnull 1
            aload 2 /* selfType */
            aload 6 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
      StackMap locals:
      StackMap stack: org.jruby.runtime.callsite.CacheEntry
         2: astore 10 /* entry */
        start local 10 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 328
            aload 10 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 11 /* method */
        start local 11 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 329
            aload 0 /* this */
            aload 11 /* method */
            aload 1 /* caller */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifeq 6
         5: .line 330
            aload 0 /* this */
            aload 4 /* context */
            aload 5 /* self */
            aload 2 /* selfType */
            aload 6 /* name */
            aload 11 /* method */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            aload 9 /* arg3 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 332
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
            dup
            aload 6 /* name */
            aload 10 /* entry */
            invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
            putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
         7: .line 333
            aload 11 /* method */
            aload 4 /* context */
            aload 5 /* self */
            aload 10 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 6 /* name */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            aload 9 /* arg3 */
            aload 3 /* 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;
            areturn
        end local 11 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 10 // org.jruby.runtime.callsite.CacheEntry entry
        end local 9 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // java.lang.String name
        end local 5 // org.jruby.runtime.builtin.IRubyObject self
        end local 4 // org.jruby.runtime.ThreadContext context
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass selfType
        end local 1 // org.jruby.runtime.builtin.IRubyObject caller
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    8     1    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     2  selfType  Lorg/jruby/RubyClass;
            0    8     3     block  Lorg/jruby/runtime/Block;
            0    8     4   context  Lorg/jruby/runtime/ThreadContext;
            0    8     5      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     6      name  Ljava/lang/String;
            0    8     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     8      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    8     9      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
            3    8    10     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    8    11    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      caller    
      selfType  
      block     
      context   
      self      
      name      
      arg1      
      arg2      
      arg3      

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 337
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* args */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      args      

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
         0: .line 341
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.Block block
         0: .line 345
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* block */
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.Block block
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      block     

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 349
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* arg */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6       arg  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      arg       

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 7 // org.jruby.runtime.Block block
         0: .line 353
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* args */
            aload 7 /* block */
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      args      
      block     

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=8, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 7 // org.jruby.runtime.Block block
         0: .line 357
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* arg0 */
            aload 7 /* block */
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      arg0      
      block     

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=8, args_size=8
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 361
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      arg0      
      arg1      

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.Block block
         0: .line 365
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* block */
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      arg0      
      arg1      
      block     

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=9, args_size=9
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg3
         0: .line 369
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* arg3 */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg3
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8      arg3  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      arg0      
      arg1      
      arg3      

  protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;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: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=10, args_size=10
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.RubyClass selfType
        start local 4 // java.lang.String name
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 9 // org.jruby.runtime.Block block
         0: .line 373
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* selfType */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 4 /* name */
            aload 0 /* this */
            getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            aload 9 /* block */
            invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.Block block
        end local 8 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // java.lang.String name
        end local 3 // org.jruby.RubyClass selfType
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1   context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  selfType  Lorg/jruby/RubyClass;
            0    1     4      name  Ljava/lang/String;
            0    1     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     8      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     9     block  Lorg/jruby/runtime/Block;
    MethodParameters:
          Name  Flags
      context   
      self      
      selfType  
      name      
      method    
      arg0      
      arg1      
      arg2      
      block     

  protected boolean methodMissing(org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.runtime.callsite.SuperCallSite this
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
         0: .line 377
            aload 1 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ireturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 0 // org.jruby.runtime.callsite.SuperCallSite this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/runtime/callsite/SuperCallSite;
            0    1     1  method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     2  caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
        Name  Flags
      method  
      caller  

  protected static org.jruby.RubyClass pollAndGetClass(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/RubyClass;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.RubyModule frameClass
        start local 3 // java.lang.String frameName
         0: .line 381
            aload 0 /* context */
            aload 2 /* frameClass */
            aload 3 /* frameName */
            invokestatic org.jruby.runtime.Helpers.checkSuperDisabledOrOutOfMethod:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Ljava/lang/String;)V
         1: .line 383
            aload 2 /* frameClass */
            invokevirtual org.jruby.RubyModule.getSuperClass:()Lorg/jruby/RubyClass;
            areturn
        end local 3 // java.lang.String frameName
        end local 2 // org.jruby.RubyModule frameClass
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0     context  Lorg/jruby/runtime/ThreadContext;
            0    2     1        self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     2  frameClass  Lorg/jruby/RubyModule;
            0    2     3   frameName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      context     
      self        
      frameClass  
      frameName   
}
SourceFile: "SuperCallSite.java"
NestMembers:
  org.jruby.runtime.callsite.SuperCallSite$SuperTuple
InnerClasses:
  private SuperTuple = org.jruby.runtime.callsite.SuperCallSite$SuperTuple of org.jruby.runtime.callsite.SuperCallSite