public class org.jruby.RubyClass extends org.jruby.RubyModule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.RubyClass
  super_class: org.jruby.RubyModule
{
  private static final org.jruby.util.log.Logger LOG;
    descriptor: Lorg/jruby/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final org.jruby.runtime.ObjectAllocator CLASS_ALLOCATOR;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  protected static final org.jruby.runtime.ObjectMarshal DEFAULT_OBJECT_MARSHAL;
    descriptor: Lorg/jruby/runtime/ObjectMarshal;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private static final boolean DEBUG_REIFY;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  protected final org.jruby.Ruby runtime;
    descriptor: Lorg/jruby/Ruby;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private org.jruby.runtime.ObjectAllocator allocator;
    descriptor: Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0002) ACC_PRIVATE

  protected org.jruby.runtime.ObjectMarshal marshal;
    descriptor: Lorg/jruby/runtime/ObjectMarshal;
    flags: (0x0004) ACC_PROTECTED

  private volatile java.util.Map<org.jruby.RubyClass, java.lang.Object> subclasses;
    descriptor: Ljava/util/Map;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;

  public static final int CS_IDX_INITIALIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private final org.jruby.runtime.CallSite[] baseCallSites;
    descriptor: [Lorg/jruby/runtime/CallSite;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jruby.runtime.CallSite[] extraCallSites;
    descriptor: [Lorg/jruby/runtime/CallSite;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Class reifiedClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.util.List<java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>>> parameterAnnotations;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;

  private java.util.Map<java.lang.String, java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>> methodAnnotations;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;

  private java.util.Map<java.lang.String, java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>> fieldAnnotations;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;

  private java.util.Map<java.lang.String, java.lang.Class[]> methodSignatures;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;[Ljava/lang/Class;>;

  private java.util.Map<java.lang.String, java.lang.Class> fieldSignatures;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class;>;

  private java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>> classAnnotations;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;

  private org.jruby.RubyClass$MarshalTuple cachedDumpMarshal;
    descriptor: Lorg/jruby/RubyClass$MarshalTuple;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.callsite.CacheEntry cachedLoad;
    descriptor: Lorg/jruby/runtime/callsite/CacheEntry;
    flags: (0x0002) ACC_PRIVATE

  private final org.jruby.RubyClass realClass;
    descriptor: Lorg/jruby/RubyClass;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.runtime.ivars.VariableTableManager variableTableManager;
    descriptor: Lorg/jruby/runtime/ivars/VariableTableManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 106
            ldc Lorg/jruby/RubyClass;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.RubyClass.$assertionsDisabled:Z
         3: .line 108
            ldc Lorg/jruby/RubyClass;
            invokestatic org.jruby.util.log.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/jruby/util/log/Logger;
            putstatic org.jruby.RubyClass.LOG:Lorg/jruby/util/log/Logger;
         4: .line 126
            new org.jruby.RubyClass$1
            dup
            invokespecial org.jruby.RubyClass$1.<init>:()V
            putstatic org.jruby.RubyClass.CLASS_ALLOCATOR:Lorg/jruby/runtime/ObjectAllocator;
         5: .line 1202
            new org.jruby.RubyClass$2
            dup
            invokespecial org.jruby.RubyClass$2.<init>:()V
            putstatic org.jruby.RubyClass.DEFAULT_OBJECT_MARSHAL:Lorg/jruby/runtime/ObjectMarshal;
         6: .line 2417
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void createClassClass(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass classClass
         0: .line 111
            aload 1 /* classClass */
            getstatic org.jruby.runtime.ClassIndex.CLASS:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
         1: .line 112
            aload 1 /* classClass */
            ldc Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.setReifiedClass:(Ljava/lang/Class;)V
         2: .line 113
            aload 1 /* classClass */
            new org.jruby.RubyModule$JavaClassKindOf
            dup
            ldc Lorg/jruby/RubyClass;
            invokespecial org.jruby.RubyModule$JavaClassKindOf.<init>:(Ljava/lang/Class;)V
            putfield org.jruby.RubyClass.kindOf:Lorg/jruby/RubyModule$KindOf;
         3: .line 115
            aload 1 /* classClass */
            ldc "module_function"
            invokevirtual org.jruby.RubyClass.undefineMethod:(Ljava/lang/String;)V
         4: .line 116
            aload 1 /* classClass */
            ldc "append_features"
            invokevirtual org.jruby.RubyClass.undefineMethod:(Ljava/lang/String;)V
         5: .line 117
            aload 1 /* classClass */
            ldc "prepend_features"
            invokevirtual org.jruby.RubyClass.undefineMethod:(Ljava/lang/String;)V
         6: .line 118
            aload 1 /* classClass */
            ldc "extend_object"
            invokevirtual org.jruby.RubyClass.undefineMethod:(Ljava/lang/String;)V
         7: .line 119
            aload 1 /* classClass */
            ldc "refine"
            invokevirtual org.jruby.RubyClass.undefineMethod:(Ljava/lang/String;)V
         8: .line 121
            aload 1 /* classClass */
            ldc Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         9: .line 123
            aload 0 /* runtime */
            aload 1 /* classClass */
            ldc "new"
            invokevirtual org.jruby.RubyClass.searchMethod:(Ljava/lang/String;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.Ruby.setBaseNewMethod:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
        10: .line 124
            return
        end local 1 // org.jruby.RubyClass classClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0     runtime  Lorg/jruby/Ruby;
            0   11     1  classClass  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      runtime     
      classClass  

  public org.jruby.runtime.ObjectAllocator getAllocator();
    descriptor: ()Lorg/jruby/runtime/ObjectAllocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 135
            aload 0 /* this */
            getfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public void setAllocator(org.jruby.runtime.ObjectAllocator);
    descriptor: (Lorg/jruby/runtime/ObjectAllocator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ObjectAllocator allocator
         0: .line 139
            aload 0 /* this */
            aload 1 /* allocator */
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         1: .line 140
            return
        end local 1 // org.jruby.runtime.ObjectAllocator allocator
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jruby/RubyClass;
            0    2     1  allocator  Lorg/jruby/runtime/ObjectAllocator;
    MethodParameters:
           Name  Flags
      allocator  

  public void setClassAllocator(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Class cls
         0: .line 149
            aload 0 /* this */
            new org.jruby.RubyClass$3
            dup
            aload 0 /* this */
            aload 1 /* cls */
            invokespecial org.jruby.RubyClass$3.<init>:(Lorg/jruby/RubyClass;Ljava/lang/Class;)V
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         1: .line 163
            aload 0 /* this */
            aload 1 /* cls */
            putfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
         2: .line 164
            return
        end local 1 // java.lang.Class cls
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyClass;
            0    3     1   cls  Ljava/lang/Class;
    MethodParameters:
      Name  Flags
      cls   final

  public void setRubyClassAllocator(java.lang.Class<? extends org.jruby.runtime.builtin.IRubyObject>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Class clazz
         0: .line 174
            aload 1 /* clazz */
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lorg/jruby/Ruby;
            aastore
            dup
            iconst_1
            ldc Lorg/jruby/RubyClass;
            aastore
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 2 /* constructor */
        start local 2 // java.lang.reflect.Constructor constructor
         1: .line 176
            aload 0 /* this */
            new org.jruby.RubyClass$4
            dup
            aload 0 /* this */
            aload 2 /* constructor */
            aload 1 /* clazz */
            invokespecial org.jruby.RubyClass$4.<init>:(Lorg/jruby/RubyClass;Ljava/lang/reflect/Constructor;Ljava/lang/Class;)V
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         2: .line 190
            aload 0 /* this */
            aload 1 /* clazz */
            putfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
        end local 2 // java.lang.reflect.Constructor constructor
         3: .line 191
            goto 6
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         4: astore 2 /* nsme */
        start local 2 // java.lang.NoSuchMethodException nsme
         5: .line 192
            new java.lang.RuntimeException
            dup
            aload 2 /* nsme */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NoSuchMethodException nsme
         6: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Class clazz
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/jruby/RubyClass;
            0    7     1        clazz  Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;
            1    3     2  constructor  Ljava/lang/reflect/Constructor<+Lorg/jruby/runtime/builtin/IRubyObject;>;
            5    6     2         nsme  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NoSuchMethodException
    Signature: (Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;)V
    MethodParameters:
       Name  Flags
      clazz  final

  public void setRubyStaticAllocator(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Class clazz
         0: .line 207
            aload 1 /* clazz */
            ldc "__allocate__"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lorg/jruby/Ruby;
            aastore
            dup
            iconst_1
            ldc Lorg/jruby/RubyClass;
            aastore
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 2 /* method */
        start local 2 // java.lang.reflect.Method method
         1: .line 209
            aload 0 /* this */
            new org.jruby.RubyClass$5
            dup
            aload 0 /* this */
            aload 2 /* method */
            aload 1 /* clazz */
            invokespecial org.jruby.RubyClass$5.<init>:(Lorg/jruby/RubyClass;Ljava/lang/reflect/Method;Ljava/lang/Class;)V
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         2: .line 221
            aload 0 /* this */
            aload 1 /* clazz */
            putfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
        end local 2 // java.lang.reflect.Method method
         3: .line 222
            goto 6
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         4: astore 2 /* nsme */
        start local 2 // java.lang.NoSuchMethodException nsme
         5: .line 223
            new java.lang.RuntimeException
            dup
            aload 2 /* nsme */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NoSuchMethodException nsme
         6: .line 225
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Class clazz
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/RubyClass;
            0    7     1   clazz  Ljava/lang/Class<*>;
            1    3     2  method  Ljava/lang/reflect/Method;
            5    6     2    nsme  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.NoSuchMethodException
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
       Name  Flags
      clazz  final

  public org.jruby.runtime.builtin.IRubyObject allocate();
    descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 229
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            ifnonnull 3
         1: .line 230
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getBasicObject:()Lorg/jruby/RubyClass;
            if_acmpeq 3
         2: .line 231
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "can't instantiate uninitialized class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         3: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokeinterface org.jruby.runtime.ObjectAllocator.allocate:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 1 /* obj */
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj
         4: .line 235
            aload 1 /* obj */
            invokestatic org.jruby.RubyClass.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            if_acmpeq 6
         5: .line 236
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "wrong instance allocation"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         6: .line 238
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 1 /* obj */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/jruby/RubyClass;
            4    7     1   obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"allocate"})

  public org.jruby.runtime.CallSite getBaseCallSite(int);
    descriptor: (I)Lorg/jruby/runtime/CallSite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // int idx
         0: .line 242
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iload 1 /* idx */
            aaload
            areturn
        end local 1 // int idx
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
            0    1     1   idx  I
    MethodParameters:
      Name  Flags
      idx   

  public org.jruby.runtime.CallSite[] getBaseCallSites();
    descriptor: ()[Lorg/jruby/runtime/CallSite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 246
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public org.jruby.runtime.CallSite[] getExtraCallSites();
    descriptor: ()[Lorg/jruby/runtime/CallSite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 250
            aload 0 /* this */
            getfield org.jruby.RubyClass.extraCallSites:[Lorg/jruby/runtime/CallSite;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public org.jruby.runtime.ivars.VariableTableManager getVariableTableManager();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableTableManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 254
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public boolean hasObjectID();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 258
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.hasObjectID:()Z
            ireturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public java.util.Map<java.lang.String, org.jruby.runtime.ivars.VariableAccessor> getVariableAccessorsForRead();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 262
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getVariableAccessorsForRead:()Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/jruby/runtime/ivars/VariableAccessor;>;

  public org.jruby.runtime.ivars.VariableAccessor getVariableAccessorForWrite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/runtime/ivars/VariableAccessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String name
         0: .line 266
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            aload 1 /* name */
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getVariableAccessorForWrite:(Ljava/lang/String;)Lorg/jruby/runtime/ivars/VariableAccessor;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public org.jruby.runtime.ivars.VariableAccessor getVariableAccessorForRead(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jruby/runtime/ivars/VariableAccessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String name
         0: .line 270
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getVariableAccessorsForRead:()Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.jruby.runtime.ivars.VariableAccessor
            astore 2 /* accessor */
        start local 2 // org.jruby.runtime.ivars.VariableAccessor accessor
         1: .line 271
            aload 2 /* accessor */
            ifnonnull 2
            getstatic org.jruby.runtime.ivars.VariableAccessor.DUMMY_ACCESSOR:Lorg/jruby/runtime/ivars/VariableAccessor;
            astore 2 /* accessor */
         2: .line 272
      StackMap locals: org.jruby.runtime.ivars.VariableAccessor
      StackMap stack:
            aload 2 /* accessor */
            areturn
        end local 2 // org.jruby.runtime.ivars.VariableAccessor accessor
        end local 1 // java.lang.String name
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/RubyClass;
            0    3     1      name  Ljava/lang/String;
            1    3     2  accessor  Lorg/jruby/runtime/ivars/VariableAccessor;
    MethodParameters:
      Name  Flags
      name  

  public org.jruby.runtime.ivars.VariableAccessor getFFIHandleAccessorForRead();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 276
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getFFIHandleAccessorForRead:()Lorg/jruby/runtime/ivars/VariableAccessor;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public org.jruby.runtime.ivars.VariableAccessor getFFIHandleAccessorForWrite();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 280
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getFFIHandleAccessorForWrite:()Lorg/jruby/runtime/ivars/VariableAccessor;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public org.jruby.runtime.ivars.VariableAccessor getObjectGroupAccessorForRead();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 284
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getObjectGroupAccessorForRead:()Lorg/jruby/runtime/ivars/VariableAccessor;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public org.jruby.runtime.ivars.VariableAccessor getObjectGroupAccessorForWrite();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 288
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getObjectGroupAccessorForWrite:()Lorg/jruby/runtime/ivars/VariableAccessor;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public int getVariableTableSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 292
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getVariableTableSize:()I
            ireturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public int getVariableTableSizeWithExtras();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 296
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getVariableTableSizeWithExtras:()I
            ireturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public java.lang.String[] getVariableNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 307
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getVariableNames:()[Ljava/lang/String;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public java.util.Map<java.lang.String, org.jruby.runtime.ivars.VariableAccessor> getVariableTableCopy();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 311
            new java.util.HashMap
            dup
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getVariableAccessorsForRead:()Ljava/util/Map;
            invokespecial java.util.HashMap.<init>:(Ljava/util/Map;)V
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/jruby/runtime/ivars/VariableAccessor;>;

  public org.jruby.runtime.ClassIndex getNativeClassIndex();
    descriptor: ()Lorg/jruby/runtime/ClassIndex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 316
            getstatic org.jruby.runtime.ClassIndex.CLASS:Lorg/jruby/runtime/ClassIndex;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public boolean isModule();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 321
            iconst_0
            ireturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public boolean isClass();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 326
            iconst_1
            ireturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public boolean isSingleton();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 331
            iconst_0
            ireturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public static org.jruby.RubyClass createBootstrapClass(org.jruby.Ruby, java.lang.String, org.jruby.RubyClass, org.jruby.runtime.ObjectAllocator);
    descriptor: (Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jruby.Ruby runtime
        start local 1 // java.lang.String name
        start local 2 // org.jruby.RubyClass superClass
        start local 3 // org.jruby.runtime.ObjectAllocator allocator
         0: .line 344
            aload 2 /* superClass */
            ifnonnull 4
         1: .line 345
            new org.jruby.RubyClass
            dup
            aload 0 /* runtime */
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;)V
            astore 4 /* obj */
        start local 4 // org.jruby.RubyClass obj
         2: .line 346
            aload 4 /* obj */
            getstatic org.jruby.RubyClass.DEFAULT_OBJECT_MARSHAL:Lorg/jruby/runtime/ObjectMarshal;
            putfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
         3: .line 347
            goto 5
        end local 4 // org.jruby.RubyClass obj
         4: .line 348
      StackMap locals:
      StackMap stack:
            new org.jruby.RubyClass
            dup
            aload 0 /* runtime */
            aload 2 /* superClass */
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            astore 4 /* obj */
        start local 4 // org.jruby.RubyClass obj
         5: .line 350
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 4 /* obj */
            aload 3 /* allocator */
            invokevirtual org.jruby.RubyClass.setAllocator:(Lorg/jruby/runtime/ObjectAllocator;)V
         6: .line 351
            aload 4 /* obj */
            aload 1 /* name */
            invokevirtual org.jruby.RubyClass.setBaseName:(Ljava/lang/String;)V
         7: .line 352
            aload 4 /* obj */
            areturn
        end local 4 // org.jruby.RubyClass obj
        end local 3 // org.jruby.runtime.ObjectAllocator allocator
        end local 2 // org.jruby.RubyClass superClass
        end local 1 // java.lang.String name
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0     runtime  Lorg/jruby/Ruby;
            0    8     1        name  Ljava/lang/String;
            0    8     2  superClass  Lorg/jruby/RubyClass;
            0    8     3   allocator  Lorg/jruby/runtime/ObjectAllocator;
            2    4     4         obj  Lorg/jruby/RubyClass;
            5    8     4         obj  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      runtime     
      name        
      superClass  
      allocator   

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass superClass
        start local 3 // boolean objectSpace
         0: .line 360
            aload 0 /* this */
            aload 1 /* runtime */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getClassClass:()Lorg/jruby/RubyClass;
            iload 3 /* objectSpace */
            invokespecial org.jruby.RubyModule.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Z)V
         1: .line 2438
            aload 0 /* this */
            getstatic org.jruby.RubyClass$CS_NAMES.length:I
            anewarray org.jruby.runtime.CallSite
            putfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
         2: .line 2440
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 6
         4: .line 2441
      StackMap locals: org.jruby.RubyClass org.jruby.Ruby org.jruby.RubyClass int int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iload 4 /* i */
            iload 4 /* i */
            invokestatic org.jruby.RubyClass$CS_NAMES.fromOrdinal:(I)Lorg/jruby/RubyClass$CS_NAMES;
            getfield org.jruby.RubyClass$CS_NAMES.id:Ljava/lang/String;
            invokestatic org.jruby.runtime.MethodIndex.getFunctionalCallSite:(Ljava/lang/String;)Lorg/jruby/runtime/CallSite;
            aastore
         5: .line 2440
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 4 /* i */
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            arraylength
            if_icmplt 4
        end local 4 // int i
         7: .line 2462
            aload 0 /* this */
            getstatic org.jruby.RubyClass$MarshalTuple.NULL_TUPLE:Lorg/jruby/RubyClass$MarshalTuple;
            putfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
         8: .line 2465
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            putfield org.jruby.RubyClass.cachedLoad:Lorg/jruby/runtime/callsite/CacheEntry;
         9: .line 361
            aload 0 /* this */
            aload 1 /* runtime */
            putfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
        10: .line 367
            aload 2 /* superClass */
            ifnonnull 14
        11: .line 368
            aload 0 /* this */
            aconst_null
            putfield org.jruby.RubyClass.realClass:Lorg/jruby/RubyClass;
        12: .line 369
            aload 0 /* this */
            new org.jruby.runtime.ivars.VariableTableManager
            dup
            aload 0 /* this */
            invokespecial org.jruby.runtime.ivars.VariableTableManager.<init>:(Lorg/jruby/RubyClass;)V
            putfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
        13: .line 370
            goto 18
        14: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* superClass */
            getfield org.jruby.RubyClass.realClass:Lorg/jruby/RubyClass;
            dup_x1
            putfield org.jruby.RubyClass.realClass:Lorg/jruby/RubyClass;
            ifnull 17
        15: .line 372
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.realClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            putfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
        16: .line 373
            goto 18
        17: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.jruby.runtime.ivars.VariableTableManager
            dup
            aload 0 /* this */
            invokespecial org.jruby.runtime.ivars.VariableTableManager.<init>:(Lorg/jruby/RubyClass;)V
            putfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
        18: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* superClass */
            invokevirtual org.jruby.RubyClass.setSuperClass:(Lorg/jruby/RubyClass;)V
        19: .line 379
            return
        end local 3 // boolean objectSpace
        end local 2 // org.jruby.RubyClass superClass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lorg/jruby/RubyClass;
            0   20     1      runtime  Lorg/jruby/Ruby;
            0   20     2   superClass  Lorg/jruby/RubyClass;
            0   20     3  objectSpace  Z
            3    7     4            i  I
    MethodParameters:
             Name  Flags
      runtime      
      superClass   
      objectSpace  

  protected void <init>(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.Ruby runtime
         0: .line 385
            aload 0 /* this */
            aload 1 /* runtime */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getClassClass:()Lorg/jruby/RubyClass;
            invokespecial org.jruby.RubyModule.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 2438
            aload 0 /* this */
            getstatic org.jruby.RubyClass$CS_NAMES.length:I
            anewarray org.jruby.runtime.CallSite
            putfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
         2: .line 2440
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 2441
      StackMap locals: org.jruby.RubyClass org.jruby.Ruby int
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iload 2 /* i */
            iload 2 /* i */
            invokestatic org.jruby.RubyClass$CS_NAMES.fromOrdinal:(I)Lorg/jruby/RubyClass$CS_NAMES;
            getfield org.jruby.RubyClass$CS_NAMES.id:Ljava/lang/String;
            invokestatic org.jruby.runtime.MethodIndex.getFunctionalCallSite:(Ljava/lang/String;)Lorg/jruby/runtime/CallSite;
            aastore
         5: .line 2440
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 2462
            aload 0 /* this */
            getstatic org.jruby.RubyClass$MarshalTuple.NULL_TUPLE:Lorg/jruby/RubyClass$MarshalTuple;
            putfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
         8: .line 2465
            aload 0 /* this */
            getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
            putfield org.jruby.RubyClass.cachedLoad:Lorg/jruby/runtime/callsite/CacheEntry;
         9: .line 386
            aload 0 /* this */
            aload 1 /* runtime */
            putfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
        10: .line 387
            aload 0 /* this */
            aload 0 /* this */
            putfield org.jruby.RubyClass.realClass:Lorg/jruby/RubyClass;
        11: .line 388
            aload 0 /* this */
            new org.jruby.runtime.ivars.VariableTableManager
            dup
            aload 0 /* this */
            invokespecial org.jruby.runtime.ivars.VariableTableManager.<init>:(Lorg/jruby/RubyClass;)V
            putfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
        12: .line 389
            aload 0 /* this */
            getstatic org.jruby.runtime.ClassIndex.CLASS:Lorg/jruby/runtime/ClassIndex;
            invokevirtual org.jruby.RubyClass.setClassIndex:(Lorg/jruby/runtime/ClassIndex;)V
        13: .line 390
            return
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/jruby/RubyClass;
            0   14     1  runtime  Lorg/jruby/Ruby;
            3    7     2        i  I
    MethodParameters:
         Name  Flags
      runtime  

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass superClazz
         0: .line 396
            aload 0 /* this */
            aload 1 /* runtime */
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;)V
         1: .line 397
            aload 0 /* this */
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.setSuperClass:(Lorg/jruby/RubyClass;)V
         2: .line 398
            aload 0 /* this */
            aload 2 /* superClazz */
            getfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
            putfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
         3: .line 399
            aload 2 /* superClazz */
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.addSubclass:(Lorg/jruby/RubyClass;)V
         4: .line 400
            aload 0 /* this */
            aload 2 /* superClazz */
            getfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         5: .line 402
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.infectBy:(Lorg/jruby/RubyBasicObject;)Lorg/jruby/RubyBasicObject;
            pop
         6: .line 403
            return
        end local 2 // org.jruby.RubyClass superClazz
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/jruby/RubyClass;
            0    7     1     runtime  Lorg/jruby/Ruby;
            0    7     2  superClazz  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      runtime     
      superClazz  

  protected void <init>(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.CallSite[]);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/CallSite;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass superClazz
        start local 3 // org.jruby.runtime.CallSite[] extraCallSites
         0: .line 409
            aload 0 /* this */
            aload 1 /* runtime */
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;)V
         1: .line 410
            aload 0 /* this */
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.setSuperClass:(Lorg/jruby/RubyClass;)V
         2: .line 411
            aload 0 /* this */
            aload 2 /* superClazz */
            getfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
            putfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
         3: .line 412
            aload 2 /* superClazz */
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.addSubclass:(Lorg/jruby/RubyClass;)V
         4: .line 414
            aload 0 /* this */
            aload 3 /* extraCallSites */
            putfield org.jruby.RubyClass.extraCallSites:[Lorg/jruby/runtime/CallSite;
         5: .line 416
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.infectBy:(Lorg/jruby/RubyBasicObject;)Lorg/jruby/RubyBasicObject;
            pop
         6: .line 417
            return
        end local 3 // org.jruby.runtime.CallSite[] extraCallSites
        end local 2 // org.jruby.RubyClass superClazz
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lorg/jruby/RubyClass;
            0    7     1         runtime  Lorg/jruby/Ruby;
            0    7     2      superClazz  Lorg/jruby/RubyClass;
            0    7     3  extraCallSites  [Lorg/jruby/runtime/CallSite;
    MethodParameters:
                Name  Flags
      runtime         
      superClazz      
      extraCallSites  

  public static org.jruby.RubyClass newClass(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass superClass
         0: .line 425
            aload 1 /* superClass */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getClassClass:()Lorg/jruby/RubyClass;
            if_acmpne 1
            aload 0 /* runtime */
            ldc "can't make subclass of Class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         1: .line 426
      StackMap locals:
      StackMap stack:
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.isSingleton:()Z
            ifeq 2
            aload 0 /* runtime */
            ldc "can't make subclass of virtual class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 427
      StackMap locals:
      StackMap stack:
            new org.jruby.RubyClass
            dup
            aload 0 /* runtime */
            aload 1 /* superClass */
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
            areturn
        end local 1 // org.jruby.RubyClass superClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0     runtime  Lorg/jruby/Ruby;
            0    3     1  superClass  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      runtime     
      superClass  

  public static org.jruby.RubyClass newClass(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.CallSite[]);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/CallSite;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass superClass
        start local 2 // org.jruby.runtime.CallSite[] extraCallSites
         0: .line 435
            aload 1 /* superClass */
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getClassClass:()Lorg/jruby/RubyClass;
            if_acmpne 1
            aload 0 /* runtime */
            ldc "can't make subclass of Class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         1: .line 436
      StackMap locals:
      StackMap stack:
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.isSingleton:()Z
            ifeq 2
            aload 0 /* runtime */
            ldc "can't make subclass of virtual class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 437
      StackMap locals:
      StackMap stack:
            new org.jruby.RubyClass
            dup
            aload 0 /* runtime */
            aload 1 /* superClass */
            aload 2 /* extraCallSites */
            invokespecial org.jruby.RubyClass.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/CallSite;)V
            areturn
        end local 2 // org.jruby.runtime.CallSite[] extraCallSites
        end local 1 // org.jruby.RubyClass superClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0         runtime  Lorg/jruby/Ruby;
            0    3     1      superClass  Lorg/jruby/RubyClass;
            0    3     2  extraCallSites  [Lorg/jruby/runtime/CallSite;
    MethodParameters:
                Name  Flags
      runtime         
      superClass      
      extraCallSites  

  public static org.jruby.RubyClass newClass(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, org.jruby.runtime.ObjectAllocator, org.jruby.RubyModule, boolean);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;Z)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass superClass
        start local 2 // java.lang.String name
        start local 3 // org.jruby.runtime.ObjectAllocator allocator
        start local 4 // org.jruby.RubyModule parent
        start local 5 // boolean setParent
         0: .line 449
            aload 0 /* runtime */
            aload 1 /* superClass */
            invokestatic org.jruby.RubyClass.newClass:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
            astore 6 /* clazz */
        start local 6 // org.jruby.RubyClass clazz
         1: .line 450
            aload 6 /* clazz */
            aload 2 /* name */
            invokevirtual org.jruby.RubyClass.setBaseName:(Ljava/lang/String;)V
         2: .line 451
            aload 6 /* clazz */
            aload 3 /* allocator */
            invokevirtual org.jruby.RubyClass.setAllocator:(Lorg/jruby/runtime/ObjectAllocator;)V
         3: .line 452
            aload 6 /* clazz */
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.makeMetaClass:(Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
            pop
         4: .line 453
            iload 5 /* setParent */
            ifeq 5
            aload 6 /* clazz */
            aload 4 /* parent */
            invokevirtual org.jruby.RubyClass.setParent:(Lorg/jruby/RubyModule;)V
         5: .line 454
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 4 /* parent */
            aload 2 /* name */
            aload 6 /* clazz */
            invokevirtual org.jruby.RubyModule.setConstant:(Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         6: .line 455
            aload 6 /* clazz */
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.inherit:(Lorg/jruby/RubyClass;)V
         7: .line 456
            aload 6 /* clazz */
            areturn
        end local 6 // org.jruby.RubyClass clazz
        end local 5 // boolean setParent
        end local 4 // org.jruby.RubyModule parent
        end local 3 // org.jruby.runtime.ObjectAllocator allocator
        end local 2 // java.lang.String name
        end local 1 // org.jruby.RubyClass superClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0     runtime  Lorg/jruby/Ruby;
            0    8     1  superClass  Lorg/jruby/RubyClass;
            0    8     2        name  Ljava/lang/String;
            0    8     3   allocator  Lorg/jruby/runtime/ObjectAllocator;
            0    8     4      parent  Lorg/jruby/RubyModule;
            0    8     5   setParent  Z
            1    8     6       clazz  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      runtime     
      superClass  
      name        
      allocator   
      parent      
      setParent   

  public static org.jruby.RubyClass newClass(org.jruby.Ruby, org.jruby.RubyClass, java.lang.String, org.jruby.runtime.ObjectAllocator, org.jruby.RubyModule, boolean, org.jruby.runtime.CallSite[]);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/runtime/ObjectAllocator;Lorg/jruby/RubyModule;Z[Lorg/jruby/runtime/CallSite;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=7
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass superClass
        start local 2 // java.lang.String name
        start local 3 // org.jruby.runtime.ObjectAllocator allocator
        start local 4 // org.jruby.RubyModule parent
        start local 5 // boolean setParent
        start local 6 // org.jruby.runtime.CallSite[] extraCallSites
         0: .line 464
            aload 0 /* runtime */
            aload 1 /* superClass */
            aload 6 /* extraCallSites */
            invokestatic org.jruby.RubyClass.newClass:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/CallSite;)Lorg/jruby/RubyClass;
            astore 7 /* clazz */
        start local 7 // org.jruby.RubyClass clazz
         1: .line 465
            aload 7 /* clazz */
            aload 2 /* name */
            invokevirtual org.jruby.RubyClass.setBaseName:(Ljava/lang/String;)V
         2: .line 466
            aload 7 /* clazz */
            aload 3 /* allocator */
            invokevirtual org.jruby.RubyClass.setAllocator:(Lorg/jruby/runtime/ObjectAllocator;)V
         3: .line 467
            aload 7 /* clazz */
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.makeMetaClass:(Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
            pop
         4: .line 468
            iload 5 /* setParent */
            ifeq 5
            aload 7 /* clazz */
            aload 4 /* parent */
            invokevirtual org.jruby.RubyClass.setParent:(Lorg/jruby/RubyModule;)V
         5: .line 469
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 4 /* parent */
            aload 2 /* name */
            aload 7 /* clazz */
            invokevirtual org.jruby.RubyModule.setConstant:(Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         6: .line 470
            aload 7 /* clazz */
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.inherit:(Lorg/jruby/RubyClass;)V
         7: .line 471
            aload 7 /* clazz */
            areturn
        end local 7 // org.jruby.RubyClass clazz
        end local 6 // org.jruby.runtime.CallSite[] extraCallSites
        end local 5 // boolean setParent
        end local 4 // org.jruby.RubyModule parent
        end local 3 // org.jruby.runtime.ObjectAllocator allocator
        end local 2 // java.lang.String name
        end local 1 // org.jruby.RubyClass superClass
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0         runtime  Lorg/jruby/Ruby;
            0    8     1      superClass  Lorg/jruby/RubyClass;
            0    8     2            name  Ljava/lang/String;
            0    8     3       allocator  Lorg/jruby/runtime/ObjectAllocator;
            0    8     4          parent  Lorg/jruby/RubyModule;
            0    8     5       setParent  Z
            0    8     6  extraCallSites  [Lorg/jruby/runtime/CallSite;
            1    8     7           clazz  Lorg/jruby/RubyClass;
    MethodParameters:
                Name  Flags
      runtime         
      superClass      
      name            
      allocator       
      parent          
      setParent       
      extraCallSites  

  org.jruby.RubyClass toSingletonClass(org.jruby.RubyBasicObject);
    descriptor: (Lorg/jruby/RubyBasicObject;)Lorg/jruby/RubyClass;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.RubyBasicObject target
         0: .line 479
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual org.jruby.RubyBasicObject.makeMetaClass:(Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
            areturn
        end local 1 // org.jruby.RubyBasicObject target
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jruby/RubyClass;
            0    1     1  target  Lorg/jruby/RubyBasicObject;
    MethodParameters:
        Name  Flags
      target  

  static boolean notVisibleAndNotMethodMissing(org.jruby.internal.runtime.methods.DynamicMethod, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 1 // java.lang.String name
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.CallType callType
         0: .line 483
            aload 0 /* method */
            aload 2 /* caller */
            aload 3 /* callType */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isCallableFrom:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifne 1
            aload 1 /* name */
            ldc "method_missing"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // java.lang.String name
        end local 0 // org.jruby.internal.runtime.methods.DynamicMethod method
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    2     1      name  Ljava/lang/String;
            0    2     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3  callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
          Name  Flags
      method    
      name      
      caller    
      callType  

  public org.jruby.runtime.builtin.IRubyObject finvoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.Block block
         0: .line 487
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 488
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 490
            aload 6 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 491
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 6 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* 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
         4: .line 493
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* 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
        end local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.runtime.Block block
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4    block  Lorg/jruby/runtime/Block;
            1    5     5    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     6   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      block    

  public org.jruby.runtime.builtin.IRubyObject finvoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.Block block
         0: .line 498
            getstatic org.jruby.RubyClass.$assertionsDisabled:Z
            ifne 1
            aload 4 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 500
            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
         3: .line 502
            aload 7 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 5
         4: .line 503
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* args */
            aload 5 /* 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
         5: .line 505
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* 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
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/RubyClass;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     name  Ljava/lang/String;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5    block  Lorg/jruby/runtime/Block;
            2    6     6    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     7   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject finvoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg
        start local 5 // org.jruby.runtime.Block block
         0: .line 510
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 511
            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
         2: .line 513
            aload 7 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 514
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* arg */
            aload 5 /* 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
         4: .line 516
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg */
            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
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5    block  Lorg/jruby/runtime/Block;
            1    5     6    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     7   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg      
      block    

  public org.jruby.runtime.builtin.IRubyObject finvoke(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.Block);
    descriptor: (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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.Block block
         0: .line 521
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 522
            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
         2: .line 524
            aload 8 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 525
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 527
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            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
        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.Block block
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6    block  Lorg/jruby/runtime/Block;
            1    5     7    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     8   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg0     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject finvoke(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, org.jruby.runtime.Block);
    descriptor: (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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=10, args_size=8
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 7 // org.jruby.runtime.Block block
         0: .line 532
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 533
            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
         2: .line 535
            aload 9 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 536
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 9 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 538
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            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
        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.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7    block  Lorg/jruby/runtime/Block;
            1    5     8    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     9   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg0     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject finvoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
         0: .line 542
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 4 /* entry */
        start local 4 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 543
            aload 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 5 /* method */
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 545
            aload 5 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 546
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL: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
         4: .line 548
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 5 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* 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 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // org.jruby.runtime.callsite.CacheEntry entry
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            1    5     4    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     5   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     

  public org.jruby.runtime.builtin.IRubyObject invokePublic(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 555
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 556
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 558
            aload 6 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifne 3
            aload 6 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
            if_acmpeq 4
         3: .line 559
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 6 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* 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
         4: .line 561
      StackMap locals:
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* 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 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     5    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     6   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg      

  public final org.jruby.runtime.builtin.IRubyObject finvokeChecked(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
         0: .line 570
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* name */
            getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.RubyClass.checkFuncallDefault:(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 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyClass;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     name  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     

  public final org.jruby.runtime.builtin.IRubyObject finvokeChecked(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.JavaSites$CheckedSites);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
         0: .line 579
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* sites */
            invokevirtual org.jruby.RubyClass.checkFuncallDefault:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyClass;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    sites  Lorg/jruby/runtime/JavaSites$CheckedSites;
    MethodParameters:
         Name  Flags
      context  
      self     
      sites    

  public final org.jruby.runtime.builtin.IRubyObject finvokeChecked(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 588
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* name */
            aload 4 /* args */
            invokevirtual org.jruby.RubyClass.checkFuncallDefault:(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 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyClass;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     name  Ljava/lang/String;
            0    1     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      args     

  public final org.jruby.runtime.builtin.IRubyObject finvokeChecked(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.JavaSites$CheckedSites, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0091) ACC_PUBLIC, ACC_FINAL, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 597
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 3 /* sites */
            aload 4 /* args */
            invokevirtual org.jruby.RubyClass.checkFuncallDefault:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;[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.JavaSites$CheckedSites sites
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyClass;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3    sites  Lorg/jruby/runtime/JavaSites$CheckedSites;
            0    1     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      sites    
      args     

  private org.jruby.runtime.builtin.IRubyObject checkFuncallDefault(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 602
            aload 0 /* this */
            astore 5 /* klass */
        start local 5 // org.jruby.RubyClass klass
         1: .line 603
            aload 1 /* context */
            aload 5 /* klass */
            aload 2 /* self */
            aload 3 /* name */
            invokestatic org.jruby.RubyClass.checkFuncallRespondTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Z
            ifne 2
            aconst_null
            areturn
         2: .line 605
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchMethod:(Ljava/lang/String;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         3: .line 606
            aload 1 /* context */
            aload 6 /* method */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 2 /* self */
            invokestatic org.jruby.RubyClass.checkFuncallCallable:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifne 5
         4: .line 607
            aload 1 /* context */
            aload 5 /* klass */
            aload 2 /* self */
            aload 3 /* name */
            aload 4 /* args */
            invokestatic org.jruby.RubyClass.checkFuncallMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 609
      StackMap locals: org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* klass */
            aload 3 /* 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
        end local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.RubyClass klass
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/RubyClass;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     name  Ljava/lang/String;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    6     5    klass  Lorg/jruby/RubyClass;
            3    6     6   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      args     

  private org.jruby.runtime.builtin.IRubyObject checkFuncallDefault(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.JavaSites$CheckedSites, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 614
            aload 0 /* this */
            astore 5 /* klass */
        start local 5 // org.jruby.RubyClass klass
         1: .line 615
            aload 1 /* context */
            aload 5 /* klass */
            aload 2 /* self */
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.respond_to_X:Lorg/jruby/runtime/callsite/RespondToCallSite;
            invokestatic org.jruby.RubyClass.checkFuncallRespondTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/callsite/RespondToCallSite;)Z
            ifne 2
            aconst_null
            areturn
         2: .line 617
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.site:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 5 /* klass */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 618
            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 619
            aload 1 /* context */
            aload 7 /* method */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 2 /* self */
            invokestatic org.jruby.RubyClass.checkFuncallCallable:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifne 6
         5: .line 620
            aload 1 /* context */
            aload 5 /* klass */
            aload 2 /* self */
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.methodName:Ljava/lang/String;
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.respond_to_missing:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.method_missing:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 4 /* args */
            invokestatic org.jruby.RubyClass.checkFuncallMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/callsite/CachingCallSite;Lorg/jruby/runtime/callsite/CachingCallSite;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 622
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.methodName:Ljava/lang/String;
            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
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.RubyClass klass
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/RubyClass;
            0    7     1  context  Lorg/jruby/runtime/ThreadContext;
            0    7     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3    sites  Lorg/jruby/runtime/JavaSites$CheckedSites;
            0    7     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     5    klass  Lorg/jruby/RubyClass;
            3    7     6    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    7     7   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      sites    
      args     

  private org.jruby.runtime.builtin.IRubyObject checkFuncallDefault(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.JavaSites$CheckedSites);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
         0: .line 627
            aload 0 /* this */
            astore 4 /* klass */
        start local 4 // org.jruby.RubyClass klass
         1: .line 628
            aload 1 /* context */
            aload 4 /* klass */
            aload 2 /* self */
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.respond_to_X:Lorg/jruby/runtime/callsite/RespondToCallSite;
            invokestatic org.jruby.RubyClass.checkFuncallRespondTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/callsite/RespondToCallSite;)Z
            ifne 2
            aconst_null
            areturn
         2: .line 630
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.site:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 4 /* klass */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 631
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 632
            aload 1 /* context */
            aload 6 /* method */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 2 /* self */
            invokestatic org.jruby.RubyClass.checkFuncallCallable:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifne 6
         5: .line 633
            aload 1 /* context */
            aload 4 /* klass */
            aload 2 /* self */
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.methodName:Ljava/lang/String;
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.respond_to_missing:Lorg/jruby/runtime/callsite/CachingCallSite;
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.method_missing:Lorg/jruby/runtime/callsite/CachingCallSite;
            iconst_0
            anewarray org.jruby.runtime.builtin.IRubyObject
            invokestatic org.jruby.RubyClass.checkFuncallMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/callsite/CachingCallSite;Lorg/jruby/runtime/callsite/CachingCallSite;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 635
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* sites */
            getfield org.jruby.runtime.JavaSites$CheckedSites.methodName:Ljava/lang/String;
            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 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.RubyClass klass
        end local 3 // org.jruby.runtime.JavaSites$CheckedSites sites
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/RubyClass;
            0    7     1  context  Lorg/jruby/runtime/ThreadContext;
            0    7     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3    sites  Lorg/jruby/runtime/JavaSites$CheckedSites;
            1    7     4    klass  Lorg/jruby/RubyClass;
            3    7     5    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4    7     6   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      sites    

  private static org.jruby.runtime.builtin.IRubyObject checkFuncallExec(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, 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 // java.lang.String name
        start local 3 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 640
            aload 1 /* self */
            aload 0 /* context */
            ldc "method_missing"
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aload 3 /* args */
            invokestatic org.jruby.util.ArraySupport.newCopy:(Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 2 // java.lang.String name
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2     name  Ljava/lang/String;
            0    1     3     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      args     

  private static org.jruby.runtime.builtin.IRubyObject checkFuncallExec(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.CallSite, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/CallSite;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // java.lang.String name
        start local 3 // org.jruby.runtime.CallSite methodMissingSite
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 645
            aload 3 /* methodMissingSite */
            aload 0 /* context */
            aload 1 /* self */
            aload 1 /* self */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* name */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aload 4 /* args */
            invokestatic org.jruby.util.ArraySupport.newCopy:(Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.runtime.CallSite methodMissingSite
        end local 2 // java.lang.String name
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0            context  Lorg/jruby/runtime/ThreadContext;
            0    1     1               self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2               name  Ljava/lang/String;
            0    1     3  methodMissingSite  Lorg/jruby/runtime/CallSite;
            0    1     4               args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
                   Name  Flags
      context            
      self               
      name               
      methodMissingSite  
      args               

  private static org.jruby.runtime.builtin.IRubyObject checkFuncallFailed(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // java.lang.String name
        start local 3 // org.jruby.RubyClass expClass
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 650
            aload 1 /* self */
            aload 2 /* name */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.respondsTo:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 651
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* expClass */
            aload 2 /* name */
            invokevirtual org.jruby.Ruby.newRaiseException:(Lorg/jruby/RubyClass;Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 653
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // org.jruby.RubyClass expClass
        end local 2 // java.lang.String name
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0   context  Lorg/jruby/runtime/ThreadContext;
            0    3     1      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2      name  Ljava/lang/String;
            0    3     3  expClass  Lorg/jruby/RubyClass;
            0    3     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      expClass  
      args      

  private static boolean checkFuncallRespondTo(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=9, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyClass klass
        start local 2 // org.jruby.runtime.builtin.IRubyObject recv
        start local 3 // java.lang.String mid
         0: .line 662
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 4 /* runtime */
        start local 4 // org.jruby.Ruby runtime
         1: .line 663
            aload 1 /* klass */
            ldc "respond_to?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 664
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* me */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod me
         3: .line 668
            aload 6 /* me */
            ifnull 11
            aload 6 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 11
            aload 6 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifne 11
         4: .line 669
            aload 6 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getArity:()Lorg/jruby/runtime/Arity;
            invokevirtual org.jruby.runtime.Arity.getValue:()I
            istore 7 /* arityValue */
        start local 7 // int arityValue
         5: .line 671
            iload 7 /* arityValue */
            iconst_2
            if_icmple 6
            aload 4 /* runtime */
            new java.lang.StringBuilder
            dup
            ldc "respond_to? must accept 1 or 2 arguments (requires "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* arityValue */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         6: .line 674
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.RubyClass org.jruby.runtime.builtin.IRubyObject java.lang.String org.jruby.Ruby org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod int
      StackMap stack:
            iload 7 /* arityValue */
            iconst_1
            if_icmpne 9
         7: .line 675
            aload 6 /* me */
            aload 0 /* context */
            aload 2 /* recv */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to?"
            aload 4 /* runtime */
            aload 3 /* mid */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* result */
        start local 8 // org.jruby.runtime.builtin.IRubyObject result
         8: .line 676
            goto 10
        end local 8 // org.jruby.runtime.builtin.IRubyObject result
         9: .line 677
      StackMap locals:
      StackMap stack:
            aload 6 /* me */
            aload 0 /* context */
            aload 2 /* recv */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to?"
            aload 4 /* runtime */
            aload 3 /* mid */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aload 4 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* result */
        start local 8 // org.jruby.runtime.builtin.IRubyObject result
        10: .line 679
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* result */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ireturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject result
        end local 7 // int arityValue
        11: .line 681
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // org.jruby.internal.runtime.methods.DynamicMethod me
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.Ruby runtime
        end local 3 // java.lang.String mid
        end local 2 // org.jruby.runtime.builtin.IRubyObject recv
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0     context  Lorg/jruby/runtime/ThreadContext;
            0   12     1       klass  Lorg/jruby/RubyClass;
            0   12     2        recv  Lorg/jruby/runtime/builtin/IRubyObject;
            0   12     3         mid  Ljava/lang/String;
            1   12     4     runtime  Lorg/jruby/Ruby;
            2   12     5       entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3   12     6          me  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            5   11     7  arityValue  I
            8    9     8      result  Lorg/jruby/runtime/builtin/IRubyObject;
           10   11     8      result  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      klass    
      recv     
      mid      

  private static boolean checkFuncallRespondTo(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.callsite.RespondToCallSite);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/callsite/RespondToCallSite;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyClass klass
        start local 2 // org.jruby.runtime.builtin.IRubyObject recv
        start local 3 // org.jruby.runtime.callsite.RespondToCallSite respondToSite
         0: .line 690
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 4 /* runtime */
        start local 4 // org.jruby.Ruby runtime
         1: .line 691
            aload 3 /* respondToSite */
            aload 1 /* klass */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 5 /* me */
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod me
         2: .line 695
            aload 5 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 10
            aload 5 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifne 10
         3: .line 696
            aload 5 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getArity:()Lorg/jruby/runtime/Arity;
            invokevirtual org.jruby.runtime.Arity.getValue:()I
            istore 6 /* arityValue */
        start local 6 // int arityValue
         4: .line 698
            iload 6 /* arityValue */
            iconst_2
            if_icmple 5
            aload 4 /* runtime */
            new java.lang.StringBuilder
            dup
            ldc "respond_to? must accept 1 or 2 arguments (requires "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* arityValue */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         5: .line 701
      StackMap locals: org.jruby.Ruby org.jruby.internal.runtime.methods.DynamicMethod int
      StackMap stack:
            iload 6 /* arityValue */
            iconst_1
            if_icmpne 8
         6: .line 702
            aload 3 /* respondToSite */
            aload 0 /* context */
            aload 2 /* recv */
            aload 2 /* recv */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.respondsTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            istore 7 /* result */
        start local 7 // boolean result
         7: .line 703
            goto 9
        end local 7 // boolean result
         8: .line 704
      StackMap locals:
      StackMap stack:
            aload 3 /* respondToSite */
            aload 0 /* context */
            aload 2 /* recv */
            aload 2 /* recv */
            iconst_1
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.respondsTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Z
            istore 7 /* result */
        start local 7 // boolean result
         9: .line 706
      StackMap locals: int
      StackMap stack:
            iload 7 /* result */
            ireturn
        end local 7 // boolean result
        end local 6 // int arityValue
        10: .line 708
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod me
        end local 4 // org.jruby.Ruby runtime
        end local 3 // org.jruby.runtime.callsite.RespondToCallSite respondToSite
        end local 2 // org.jruby.runtime.builtin.IRubyObject recv
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0        context  Lorg/jruby/runtime/ThreadContext;
            0   11     1          klass  Lorg/jruby/RubyClass;
            0   11     2           recv  Lorg/jruby/runtime/builtin/IRubyObject;
            0   11     3  respondToSite  Lorg/jruby/runtime/callsite/RespondToCallSite;
            1   11     4        runtime  Lorg/jruby/Ruby;
            2   11     5             me  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            4   10     6     arityValue  I
            7    8     7         result  Z
            9   10     7         result  Z
    MethodParameters:
               Name  Flags
      context        
      klass          
      recv           
      respondToSite  

  static boolean checkFuncallCallable(org.jruby.runtime.ThreadContext, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 713
            aload 0 /* context */
            aload 1 /* method */
            aload 2 /* callType */
            aload 3 /* self */
            invokestatic org.jruby.RubyClass.rbMethodCallStatus:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ireturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0   context  Lorg/jruby/runtime/ThreadContext;
            0    1     1    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    1     2  callType  Lorg/jruby/runtime/CallType;
            0    1     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      method    
      callType  
      self      

  private static boolean rbMethodCallStatus(org.jruby.runtime.ThreadContext, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 719
            aload 1 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 1
            aload 1 /* method */
            aload 3 /* self */
            aload 2 /* callType */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isCallableFrom:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject self
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.internal.runtime.methods.DynamicMethod method
        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    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    2     2  callType  Lorg/jruby/runtime/CallType;
            0    2     3      self  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      method    
      callType  
      self      

  private static org.jruby.runtime.builtin.IRubyObject checkFuncallMissing(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyClass klass
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String method
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 724
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 5 /* runtime */
        start local 5 // org.jruby.Ruby runtime
         1: .line 726
            aload 1 /* klass */
            ldc "respond_to_missing?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 727
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 7 /* me */
        start local 7 // org.jruby.internal.runtime.methods.DynamicMethod me
         3: .line 729
            aload 7 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 9
            aload 7 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifne 9
         4: .line 731
            aload 7 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getArity:()Lorg/jruby/runtime/Arity;
            invokevirtual org.jruby.runtime.Arity.getValue:()I
            iconst_1
            if_icmpne 7
         5: .line 732
            aload 7 /* me */
            aload 0 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to_missing?"
            aload 5 /* runtime */
            aload 3 /* method */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* ret */
        start local 8 // org.jruby.runtime.builtin.IRubyObject ret
         6: .line 733
            goto 8
        end local 8 // org.jruby.runtime.builtin.IRubyObject ret
         7: .line 734
      StackMap locals: org.jruby.Ruby org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* me */
            aload 0 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to_missing?"
            aload 5 /* runtime */
            aload 3 /* method */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aload 5 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* ret */
        start local 8 // org.jruby.runtime.builtin.IRubyObject ret
         8: .line 736
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* ret */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifne 9
            aconst_null
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject ret
         9: .line 739
      StackMap locals:
      StackMap stack:
            aload 1 /* klass */
            ldc "method_missing"
            invokevirtual org.jruby.RubyClass.isMethodBuiltin:(Ljava/lang/String;)Z
            ifeq 10
            aconst_null
            areturn
        10: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getErrorInfo:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* $ex */
        start local 8 // org.jruby.runtime.builtin.IRubyObject $ex
        11: .line 743
            aload 0 /* context */
            aload 2 /* self */
            aload 3 /* method */
            aload 4 /* args */
            invokestatic org.jruby.RubyClass.checkFuncallExec:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
        12: areturn
        13: .line 745
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.RubyClass org.jruby.runtime.builtin.IRubyObject java.lang.String org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack: org.jruby.exceptions.RaiseException
            pop
        14: .line 746
            aload 0 /* context */
            aload 8 /* $ex */
            invokevirtual org.jruby.runtime.ThreadContext.setErrorInfo:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        15: .line 747
            aload 0 /* context */
            aload 2 /* self */
            aload 3 /* method */
            aload 5 /* runtime */
            invokevirtual org.jruby.Ruby.getNoMethodError:()Lorg/jruby/RubyClass;
            aload 4 /* args */
            invokestatic org.jruby.RubyClass.checkFuncallFailed:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject $ex
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod me
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.Ruby runtime
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String method
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0  context  Lorg/jruby/runtime/ThreadContext;
            0   16     1    klass  Lorg/jruby/RubyClass;
            0   16     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     3   method  Ljava/lang/String;
            0   16     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   16     5  runtime  Lorg/jruby/Ruby;
            2   16     6    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3   16     7       me  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            6    7     8      ret  Lorg/jruby/runtime/builtin/IRubyObject;
            8    9     8      ret  Lorg/jruby/runtime/builtin/IRubyObject;
           11   16     8      $ex  Lorg/jruby/runtime/builtin/IRubyObject;
      Exception table:
        from    to  target  type
          11    12      13  Class org.jruby.exceptions.RaiseException
    MethodParameters:
         Name  Flags
      context  
      klass    
      self     
      method   
      args     

  private static org.jruby.runtime.builtin.IRubyObject checkFuncallMissing(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.callsite.CachingCallSite, org.jruby.runtime.callsite.CachingCallSite, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/callsite/CachingCallSite;Lorg/jruby/runtime/callsite/CachingCallSite;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=7, locals=11, args_size=7
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.RubyClass klass
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String method
        start local 4 // org.jruby.runtime.callsite.CachingCallSite respondToMissingSite
        start local 5 // org.jruby.runtime.callsite.CachingCallSite methodMissingSite
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 753
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 7 /* runtime */
        start local 7 // org.jruby.Ruby runtime
         1: .line 755
            aload 4 /* respondToMissingSite */
            aload 1 /* klass */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 756
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 9 /* me */
        start local 9 // org.jruby.internal.runtime.methods.DynamicMethod me
         3: .line 758
            aload 9 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 9
            aload 9 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifne 9
         4: .line 760
            aload 9 /* me */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getArity:()Lorg/jruby/runtime/Arity;
            invokevirtual org.jruby.runtime.Arity.getValue:()I
            iconst_1
            if_icmpne 7
         5: .line 761
            aload 9 /* me */
            aload 0 /* context */
            aload 2 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to_missing?"
            aload 7 /* runtime */
            aload 3 /* method */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10 /* ret */
        start local 10 // org.jruby.runtime.builtin.IRubyObject ret
         6: .line 762
            goto 8
        end local 10 // org.jruby.runtime.builtin.IRubyObject ret
         7: .line 763
      StackMap locals: org.jruby.Ruby org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* me */
            aload 0 /* context */
            aload 2 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to_missing?"
            aload 7 /* runtime */
            aload 3 /* method */
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            aload 7 /* runtime */
            invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10 /* ret */
        start local 10 // org.jruby.runtime.builtin.IRubyObject ret
         8: .line 765
      StackMap locals: org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 10 /* ret */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifne 9
            aconst_null
            areturn
        end local 10 // org.jruby.runtime.builtin.IRubyObject ret
         9: .line 768
      StackMap locals:
      StackMap stack:
            aload 5 /* methodMissingSite */
            aload 1 /* klass */
            invokevirtual org.jruby.runtime.callsite.CachingCallSite.retrieveCache:(Lorg/jruby/RubyClass;)Lorg/jruby/runtime/callsite/CacheEntry;
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
            ifeq 10
            aconst_null
            areturn
        10: .line 770
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getErrorInfo:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10 /* $ex */
        start local 10 // org.jruby.runtime.builtin.IRubyObject $ex
        11: .line 772
            aload 0 /* context */
            aload 2 /* self */
            aload 3 /* method */
            aload 5 /* methodMissingSite */
            aload 6 /* args */
            invokestatic org.jruby.RubyClass.checkFuncallExec:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/CallSite;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
        12: areturn
        13: .line 774
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.RubyClass org.jruby.runtime.builtin.IRubyObject java.lang.String org.jruby.runtime.callsite.CachingCallSite org.jruby.runtime.callsite.CachingCallSite org.jruby.runtime.builtin.IRubyObject[] org.jruby.Ruby org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack: org.jruby.exceptions.RaiseException
            pop
        14: .line 775
            aload 0 /* context */
            aload 10 /* $ex */
            invokevirtual org.jruby.runtime.ThreadContext.setErrorInfo:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        15: .line 776
            aload 0 /* context */
            aload 2 /* self */
            aload 3 /* method */
            aload 7 /* runtime */
            invokevirtual org.jruby.Ruby.getNoMethodError:()Lorg/jruby/RubyClass;
            aload 6 /* args */
            invokestatic org.jruby.RubyClass.checkFuncallFailed:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.builtin.IRubyObject $ex
        end local 9 // org.jruby.internal.runtime.methods.DynamicMethod me
        end local 8 // org.jruby.runtime.callsite.CacheEntry entry
        end local 7 // org.jruby.Ruby runtime
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 5 // org.jruby.runtime.callsite.CachingCallSite methodMissingSite
        end local 4 // org.jruby.runtime.callsite.CachingCallSite respondToMissingSite
        end local 3 // java.lang.String method
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.RubyClass klass
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0               context  Lorg/jruby/runtime/ThreadContext;
            0   16     1                 klass  Lorg/jruby/RubyClass;
            0   16     2                  self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   16     3                method  Ljava/lang/String;
            0   16     4  respondToMissingSite  Lorg/jruby/runtime/callsite/CachingCallSite;
            0   16     5     methodMissingSite  Lorg/jruby/runtime/callsite/CachingCallSite;
            0   16     6                  args  [Lorg/jruby/runtime/builtin/IRubyObject;
            1   16     7               runtime  Lorg/jruby/Ruby;
            2   16     8                 entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3   16     9                    me  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            6    7    10                   ret  Lorg/jruby/runtime/builtin/IRubyObject;
            8    9    10                   ret  Lorg/jruby/runtime/builtin/IRubyObject;
           11   16    10                   $ex  Lorg/jruby/runtime/builtin/IRubyObject;
      Exception table:
        from    to  target  type
          11    12      13  Class org.jruby.exceptions.RaiseException
    MethodParameters:
                      Name  Flags
      context               
      klass                 
      self                  
      method                
      respondToMissingSite  
      methodMissingSite     
      args                  

  public org.jruby.runtime.builtin.IRubyObject finvoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 782
            getstatic org.jruby.RubyClass.$assertionsDisabled:Z
            ifne 1
            aload 4 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 783
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 784
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         3: .line 785
            aload 6 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 5
         4: .line 786
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 6 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* 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
         5: .line 788
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* 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
        end local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/jruby/RubyClass;
            0    6     1  context  Lorg/jruby/runtime/ThreadContext;
            0    6     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3     name  Ljava/lang/String;
            0    6     4     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            2    6     5    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     6   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      args     

  public org.jruby.runtime.builtin.IRubyObject finvoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 793
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 794
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 795
            aload 6 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 796
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 6 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* 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
         4: .line 798
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* 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 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4      arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     5    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     6   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg      

  public org.jruby.runtime.builtin.IRubyObject finvoke(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/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: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=8, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 803
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 804
            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
         2: .line 805
            aload 7 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 806
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* arg0 */
            aload 5 /* 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
         4: .line 808
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     6    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     7   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg0     
      arg1     

  public org.jruby.runtime.builtin.IRubyObject finvoke(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/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: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=9, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
         0: .line 813
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 814
            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
         2: .line 815
            aload 8 /* method */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
            ifeq 4
         3: .line 816
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            getstatic org.jruby.runtime.CallType.FUNCTIONAL:Lorg/jruby/runtime/CallType;
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            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
         4: .line 818
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            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 arg2
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/RubyClass;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
            0    5     2     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3     name  Ljava/lang/String;
            0    5     4     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     6     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     7    entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     8   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
         Name  Flags
      context  
      self     
      name     
      arg0     
      arg1     
      arg2     

  private void dumpReifiedClass(java.lang.String, java.lang.String, byte[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String dumpDir
        start local 2 // java.lang.String javaPath
        start local 3 // byte[] classBytes
         0: .line 822
            aload 1 /* dumpDir */
            ifnull 24
         1: .line 823
            aload 1 /* dumpDir */
            invokevirtual java.lang.String.length:()I
            ifne 2
            ldc "."
            astore 1 /* dumpDir */
         2: .line 825
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 4 /* classStream */
        start local 4 // java.io.FileOutputStream classStream
         3: .line 827
            new java.io.File
            dup
            aload 1 /* dumpDir */
            new java.lang.StringBuilder
            dup
            aload 2 /* javaPath */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 5 /* classFile */
        start local 5 // java.io.File classFile
         4: .line 828
            aload 5 /* classFile */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            invokevirtual java.io.File.mkdirs:()Z
            pop
         5: .line 829
            new java.io.FileOutputStream
            dup
            aload 5 /* classFile */
            invokespecial java.io.FileOutputStream.<init>:(Ljava/io/File;)V
            astore 4 /* classStream */
         6: .line 830
            aload 4 /* classStream */
            aload 3 /* classBytes */
            invokevirtual java.io.FileOutputStream.write:([B)V
        end local 5 // java.io.File classFile
         7: .line 831
            goto 20
         8: .line 832
      StackMap locals: org.jruby.RubyClass java.lang.String java.lang.String byte[] java.io.FileOutputStream
      StackMap stack: java.io.IOException
            astore 5 /* io */
        start local 5 // java.io.IOException io
         9: .line 833
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getWarnings:()Lorg/jruby/common/RubyWarnings;
            new java.lang.StringBuilder
            dup
            ldc "unable to dump class file: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* io */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.common.RubyWarnings.warn:(Ljava/lang/String;)V
        end local 5 // java.io.IOException io
        10: .line 836
            aload 4 /* classStream */
            ifnull 24
        11: .line 837
            aload 4 /* classStream */
            invokevirtual java.io.FileOutputStream.close:()V
        12: goto 24
        13: .line 838
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
            goto 24
        14: .line 835
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        15: .line 836
            aload 4 /* classStream */
            ifnull 19
        16: .line 837
            aload 4 /* classStream */
            invokevirtual java.io.FileOutputStream.close:()V
        17: goto 19
        18: .line 838
      StackMap locals: org.jruby.RubyClass java.lang.String java.lang.String byte[] java.io.FileOutputStream top java.lang.Throwable
      StackMap stack: java.io.IOException
            pop
        19: .line 840
      StackMap locals:
      StackMap stack:
            aload 6
            athrow
        20: .line 836
      StackMap locals: org.jruby.RubyClass java.lang.String java.lang.String byte[] java.io.FileOutputStream
      StackMap stack:
            aload 4 /* classStream */
            ifnull 24
        21: .line 837
            aload 4 /* classStream */
            invokevirtual java.io.FileOutputStream.close:()V
        22: goto 24
        23: .line 838
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        end local 4 // java.io.FileOutputStream classStream
        24: .line 842
      StackMap locals:
      StackMap stack:
            return
        end local 3 // byte[] classBytes
        end local 2 // java.lang.String javaPath
        end local 1 // java.lang.String dumpDir
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lorg/jruby/RubyClass;
            0   25     1      dumpDir  Ljava/lang/String;
            0   25     2     javaPath  Ljava/lang/String;
            0   25     3   classBytes  [B
            3   24     4  classStream  Ljava/io/FileOutputStream;
            4    7     5    classFile  Ljava/io/File;
            9   10     5           io  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     7       8  Class java.io.IOException
          11    12      13  Class java.io.IOException
           3    10      14  any
          16    17      18  Class java.io.IOException
          21    22      23  Class java.io.IOException
    MethodParameters:
            Name  Flags
      dumpDir     
      javaPath    
      classBytes  

  private void generateMethodAnnotations(java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>, org.jruby.compiler.impl.SkinnyMethodAdapter, java.util.List<java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>>);
    descriptor: (Ljava/util/Map;Lorg/jruby/compiler/impl/SkinnyMethodAdapter;Ljava/util/List;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.util.Map methodAnnos
        start local 2 // org.jruby.compiler.impl.SkinnyMethodAdapter m
        start local 3 // java.util.List parameterAnnos
         0: .line 845
            aload 1 /* methodAnnos */
            ifnull 5
            aload 1 /* methodAnnos */
            invokeinterface java.util.Map.size:()I
            ifeq 5
         1: .line 846
            aload 1 /* methodAnnos */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 5
            goto 4
      StackMap locals: org.jruby.RubyClass java.util.Map org.jruby.compiler.impl.SkinnyMethodAdapter java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 4 /* entry */
        start local 4 // java.util.Map$Entry entry
         3: .line 847
            aload 2 /* m */
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Class
            invokestatic org.jruby.util.CodegenUtils.ci:(Ljava/lang/Class;)Ljava/lang/String;
            iconst_1
            aload 4 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.Map
            invokevirtual org.jruby.compiler.impl.SkinnyMethodAdapter.visitAnnotationWithFields:(Ljava/lang/String;ZLjava/util/Map;)V
        end local 4 // java.util.Map$Entry entry
         4: .line 846
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 850
      StackMap locals: org.jruby.RubyClass java.util.Map org.jruby.compiler.impl.SkinnyMethodAdapter java.util.List
      StackMap stack:
            aload 3 /* parameterAnnos */
            ifnull 17
            aload 3 /* parameterAnnos */
            invokeinterface java.util.List.size:()I
            ifeq 17
         6: .line 851
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 16
         8: .line 852
      StackMap locals: int
      StackMap stack:
            aload 3 /* parameterAnnos */
            iload 4 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.util.Map
            astore 5 /* annos */
        start local 5 // java.util.Map annos
         9: .line 853
            aload 5 /* annos */
            ifnull 15
            aload 5 /* annos */
            invokeinterface java.util.Map.size:()I
            ifeq 15
        10: .line 854
            aload 5 /* annos */
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6 /* it */
        start local 6 // java.util.Iterator it
        11: goto 14
        12: .line 855
      StackMap locals: java.util.Map java.util.Iterator
      StackMap stack:
            aload 6 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 7 /* entry */
        start local 7 // java.util.Map$Entry entry
        13: .line 856
            aload 2 /* m */
            iload 4 /* i */
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.Class
            invokestatic org.jruby.util.CodegenUtils.ci:(Ljava/lang/Class;)Ljava/lang/String;
            iconst_1
            aload 7 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.Map
            invokevirtual org.jruby.compiler.impl.SkinnyMethodAdapter.visitParameterAnnotationWithFields:(ILjava/lang/String;ZLjava/util/Map;)V
        end local 7 // java.util.Map$Entry entry
        14: .line 854
      StackMap locals:
      StackMap stack:
            aload 6 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        end local 6 // java.util.Iterator it
        end local 5 // java.util.Map annos
        15: .line 851
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            aload 3 /* parameterAnnos */
            invokeinterface java.util.List.size:()I
            if_icmplt 8
        end local 4 // int i
        17: .line 861
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.List parameterAnnos
        end local 2 // org.jruby.compiler.impl.SkinnyMethodAdapter m
        end local 1 // java.util.Map methodAnnos
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lorg/jruby/RubyClass;
            0   18     1     methodAnnos  Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
            0   18     2               m  Lorg/jruby/compiler/impl/SkinnyMethodAdapter;
            0   18     3  parameterAnnos  Ljava/util/List<Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
            3    4     4           entry  Ljava/util/Map$Entry<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
            7   17     4               i  I
            9   15     5           annos  Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
           11   15     6              it  Ljava/util/Iterator<Ljava/util/Map$Entry<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
           13   14     7           entry  Ljava/util/Map$Entry<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    Signature: (Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;Lorg/jruby/compiler/impl/SkinnyMethodAdapter;Ljava/util/List<Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;)V
    MethodParameters:
                Name  Flags
      methodAnnos     
      m               
      parameterAnnos  

  private static boolean shouldCallMethodMissing(org.jruby.internal.runtime.methods.DynamicMethod);
    descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.internal.runtime.methods.DynamicMethod method
         0: .line 864
            aload 0 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ireturn
        end local 0 // org.jruby.internal.runtime.methods.DynamicMethod method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
        Name  Flags
      method  

  private static boolean shouldCallMethodMissing(org.jruby.internal.runtime.methods.DynamicMethod, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.internal.runtime.methods.DynamicMethod method
        start local 1 // java.lang.String name
        start local 2 // org.jruby.runtime.builtin.IRubyObject caller
        start local 3 // org.jruby.runtime.CallType callType
         0: .line 867
            aload 0 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 1
            aload 0 /* method */
            aload 1 /* name */
            aload 2 /* caller */
            aload 3 /* callType */
            invokestatic org.jruby.RubyClass.notVisibleAndNotMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 3 // org.jruby.runtime.CallType callType
        end local 2 // org.jruby.runtime.builtin.IRubyObject caller
        end local 1 // java.lang.String name
        end local 0 // org.jruby.internal.runtime.methods.DynamicMethod method
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            0    2     1      name  Ljava/lang/String;
            0    2     2    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     3  callType  Lorg/jruby/runtime/CallType;
    MethodParameters:
          Name  Flags
      method    
      name      
      caller    
      callType  

  public org.jruby.runtime.builtin.IRubyObject invokeInherited(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=7, locals=6, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // org.jruby.runtime.builtin.IRubyObject subclass
         0: .line 871
            aload 0 /* this */
            getfield org.jruby.RubyClass.metaClass:Lorg/jruby/RubyClass;
            ldc "inherited"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 4 /* entry */
        start local 4 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 872
            aload 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 5 /* method */
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 874
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifeq 4
         3: .line 875
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            ldc "inherited"
            getstatic org.jruby.runtime.CallType.FUNCTIONAL: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/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         4: .line 878
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 5 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "inherited"
            aload 3 /* subclass */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/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 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // org.jruby.runtime.callsite.CacheEntry entry
        end local 3 // org.jruby.runtime.builtin.IRubyObject subclass
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     3  subclass  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     4     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     5    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
          Name  Flags
      context   
      self      
      subclass  

  public org.jruby.runtime.builtin.IRubyObject newInstance(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 886
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* obj */
        start local 3 // org.jruby.runtime.builtin.IRubyObject obj
         1: .line 887
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iconst_0
            aaload
            aload 1 /* context */
            aload 3 /* obj */
            aload 3 /* obj */
            aload 2 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 888
            aload 3 /* obj */
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject obj
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyClass;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2    block  Lorg/jruby/runtime/Block;
            1    3     3      obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, omit = true)
    MethodParameters:
         Name  Flags
      context  
      block    

  public org.jruby.runtime.builtin.IRubyObject newInstance(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.Block block
         0: .line 893
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* obj */
        start local 4 // org.jruby.runtime.builtin.IRubyObject obj
         1: .line 894
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iconst_0
            aaload
            aload 1 /* context */
            aload 4 /* obj */
            aload 4 /* obj */
            aload 2 /* arg0 */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 895
            aload 4 /* obj */
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject obj
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyClass;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    block  Lorg/jruby/runtime/Block;
            1    3     4      obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, omit = true)
    MethodParameters:
         Name  Flags
      context  
      arg0     
      block    

  public org.jruby.runtime.builtin.IRubyObject newInstance(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=6, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 4 // org.jruby.runtime.Block block
         0: .line 900
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 5 /* obj */
        start local 5 // org.jruby.runtime.builtin.IRubyObject obj
         1: .line 901
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iconst_0
            aaload
            aload 1 /* context */
            aload 5 /* obj */
            aload 5 /* obj */
            aload 2 /* arg0 */
            aload 3 /* arg1 */
            aload 4 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 902
            aload 5 /* obj */
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject obj
        end local 4 // org.jruby.runtime.Block block
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyClass;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4    block  Lorg/jruby/runtime/Block;
            1    3     5      obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, omit = true)
    MethodParameters:
         Name  Flags
      context  
      arg0     
      arg1     
      block    

  public org.jruby.runtime.builtin.IRubyObject newInstance(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=7, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 5 // org.jruby.runtime.Block block
         0: .line 907
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6 /* obj */
        start local 6 // org.jruby.runtime.builtin.IRubyObject obj
         1: .line 908
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iconst_0
            aaload
            aload 1 /* context */
            aload 6 /* obj */
            aload 6 /* obj */
            aload 2 /* arg0 */
            aload 3 /* arg1 */
            aload 4 /* arg2 */
            aload 5 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 909
            aload 6 /* obj */
            areturn
        end local 6 // org.jruby.runtime.builtin.IRubyObject obj
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyClass;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4     arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     5    block  Lorg/jruby/runtime/Block;
            1    3     6      obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, omit = true)
    MethodParameters:
         Name  Flags
      context  
      arg0     
      arg1     
      arg2     
      block    

  public org.jruby.runtime.builtin.IRubyObject newInstance(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 3 // org.jruby.runtime.Block block
         0: .line 914
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 4 /* obj */
        start local 4 // org.jruby.runtime.builtin.IRubyObject obj
         1: .line 915
            aload 0 /* this */
            getfield org.jruby.RubyClass.baseCallSites:[Lorg/jruby/runtime/CallSite;
            iconst_0
            aaload
            aload 1 /* context */
            aload 4 /* obj */
            aload 4 /* obj */
            aload 2 /* args */
            aload 3 /* block */
            invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 916
            aload 4 /* obj */
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject obj
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyClass;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    block  Lorg/jruby/runtime/Block;
            1    3     4      obj  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"new"}, rest = true, omit = true)
    MethodParameters:
         Name  Flags
      context  
      args     
      block    

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 924
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            invokevirtual org.jruby.RubyClass.initialize19:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyClass;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
    MethodParameters:
         Name  Flags
      context  
      block    

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject superObject
        start local 3 // org.jruby.runtime.Block block
         0: .line 928
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* superObject */
            aload 3 /* block */
            invokevirtual org.jruby.RubyClass.initialize19:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject superObject
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/RubyClass;
            0    1     1      context  Lorg/jruby/runtime/ThreadContext;
            0    1     2  superObject  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3        block  Lorg/jruby/runtime/Block;
    MethodParameters:
             Name  Flags
      context      
      superObject  
      block        

  public org.jruby.runtime.builtin.IRubyObject initialize19(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 933
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.checkNotInitialized:()V
         1: .line 934
            aload 0 /* this */
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            aload 2 /* block */
            invokevirtual org.jruby.RubyClass.initializeCommon:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;)Lorg/jruby/RubyClass;
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyClass;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
            0    2     2    block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"initialize"}, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
         Name  Flags
      context  
      block    

  public org.jruby.runtime.builtin.IRubyObject initialize19(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject superObject
        start local 3 // org.jruby.runtime.Block block
         0: .line 939
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.checkNotInitialized:()V
         1: .line 940
            aload 2 /* superObject */
            invokestatic org.jruby.RubyClass.checkInheritable:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         2: .line 941
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* superObject */
            checkcast org.jruby.RubyClass
            aload 3 /* block */
            invokevirtual org.jruby.RubyClass.initializeCommon:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;)Lorg/jruby/RubyClass;
            areturn
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject superObject
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/RubyClass;
            0    3     1      context  Lorg/jruby/runtime/ThreadContext;
            0    3     2  superObject  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3        block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"initialize"}, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
             Name  Flags
      context      
      superObject  
      block        

  private org.jruby.RubyClass initializeCommon(org.jruby.runtime.ThreadContext, org.jruby.RubyClass, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;)Lorg/jruby/RubyClass;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.RubyClass superClazz
        start local 3 // org.jruby.runtime.Block block
         0: .line 945
            aload 0 /* this */
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.setSuperClass:(Lorg/jruby/RubyClass;)V
         1: .line 946
            aload 0 /* this */
            aload 2 /* superClazz */
            getfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         2: .line 947
            aload 0 /* this */
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.makeMetaClass:(Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
            pop
         3: .line 949
            aload 0 /* this */
            aload 2 /* superClazz */
            getfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
            putfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
         4: .line 951
            aload 2 /* superClazz */
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.addSubclass:(Lorg/jruby/RubyClass;)V
         5: .line 953
            aload 0 /* this */
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.inherit:(Lorg/jruby/RubyClass;)V
         6: .line 954
            aload 0 /* this */
            aload 1 /* context */
            aload 3 /* block */
            invokespecial org.jruby.RubyModule.initialize:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         7: .line 956
            aload 0 /* this */
            areturn
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.RubyClass superClazz
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/jruby/RubyClass;
            0    8     1     context  Lorg/jruby/runtime/ThreadContext;
            0    8     2  superClazz  Lorg/jruby/RubyClass;
            0    8     3       block  Lorg/jruby/runtime/Block;
    MethodParameters:
            Name  Flags
      context     
      superClazz  
      block       

  public org.jruby.runtime.builtin.IRubyObject initialize_copy(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.builtin.IRubyObject original
         0: .line 965
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.checkNotInitialized:()V
         1: .line 966
            aload 1 /* original */
            instanceof org.jruby.MetaClass
            ifeq 2
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "can't copy singleton class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* original */
            invokespecial org.jruby.RubyModule.initialize_copy:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         3: .line 969
            aload 0 /* this */
            aload 1 /* original */
            checkcast org.jruby.RubyClass
            getfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
         4: .line 970
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject original
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1  original  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"initialize_copy"}, required = 1, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
          Name  Flags
      original  

  protected void setModuleSuperClass(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.RubyClass superClass
         0: .line 975
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            ifnull 1
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.removeSubclass:(Lorg/jruby/RubyClass;)V
         1: .line 977
      StackMap locals:
      StackMap stack:
            aload 1 /* superClass */
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.addSubclass:(Lorg/jruby/RubyClass;)V
         2: .line 979
            aload 0 /* this */
            aload 1 /* superClass */
            invokevirtual org.jruby.RubyClass.setSuperClass:(Lorg/jruby/RubyClass;)V
         3: .line 980
            return
        end local 1 // org.jruby.RubyClass superClass
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/RubyClass;
            0    4     1  superClass  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      superClass  

  public final java.util.Collection<org.jruby.RubyClass> subclasses();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 985
            aload 0 /* this */
            iconst_0
            invokevirtual org.jruby.RubyClass.subclasses:(Z)Ljava/util/Collection;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Collection<Lorg/jruby/RubyClass;>;

  public java.util.Collection<org.jruby.RubyClass> subclasses(boolean);
    descriptor: (Z)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // boolean includeDescendants
         0: .line 989
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 2 /* subclasses */
        start local 2 // java.util.Map subclasses
         1: .line 990
            aload 2 /* subclasses */
            ifnull 5
         2: .line 991
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* mine */
        start local 3 // java.util.Collection mine
         3: .line 992
            aload 0 /* this */
            aload 3 /* mine */
            iload 1 /* includeDescendants */
            invokevirtual org.jruby.RubyClass.subclassesInner:(Ljava/util/Collection;Z)V
         4: .line 994
            aload 3 /* mine */
            areturn
        end local 3 // java.util.Collection mine
         5: .line 996
      StackMap locals: java.util.Map
      StackMap stack:
            getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
            areturn
        end local 2 // java.util.Map subclasses
        end local 1 // boolean includeDescendants
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lorg/jruby/RubyClass;
            0    6     1  includeDescendants  Z
            1    6     2          subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
            3    5     3                mine  Ljava/util/Collection<Lorg/jruby/RubyClass;>;
    Signature: (Z)Ljava/util/Collection<Lorg/jruby/RubyClass;>;
    MethodParameters:
                    Name  Flags
      includeDescendants  

  private void subclassesInner(java.util.Collection<org.jruby.RubyClass>, );
    descriptor: (Ljava/util/Collection;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.util.Collection mine
        start local 2 // boolean includeDescendants
         0: .line 1000
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 3 /* subclasses */
        start local 3 // java.util.Map subclasses
         1: .line 1001
            aload 3 /* subclasses */
            ifnull 9
         2: .line 1002
            aload 3 /* subclasses */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            astore 4 /* keys */
        start local 4 // java.util.Set keys
         3: .line 1003
            aload 1 /* mine */
            aload 4 /* keys */
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            pop
         4: .line 1004
            iload 2 /* includeDescendants */
            ifeq 9
         5: .line 1005
            aload 4 /* keys */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 8
      StackMap locals: org.jruby.RubyClass java.util.Collection int java.util.Map java.util.Set top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.RubyClass
            astore 5 /* klass */
        start local 5 // org.jruby.RubyClass klass
         7: .line 1006
            aload 5 /* klass */
            aload 1 /* mine */
            iload 2 /* includeDescendants */
            invokevirtual org.jruby.RubyClass.subclassesInner:(Ljava/util/Collection;Z)V
        end local 5 // org.jruby.RubyClass klass
         8: .line 1005
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 4 // java.util.Set keys
         9: .line 1010
      StackMap locals: org.jruby.RubyClass java.util.Collection int java.util.Map
      StackMap stack:
            return
        end local 3 // java.util.Map subclasses
        end local 2 // boolean includeDescendants
        end local 1 // java.util.Collection mine
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   10     0                this  Lorg/jruby/RubyClass;
            0   10     1                mine  Ljava/util/Collection<Lorg/jruby/RubyClass;>;
            0   10     2  includeDescendants  Z
            1   10     3          subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
            3    9     4                keys  Ljava/util/Set<Lorg/jruby/RubyClass;>;
            7    8     5               klass  Lorg/jruby/RubyClass;
    Signature: (Ljava/util/Collection<Lorg/jruby/RubyClass;>;Z)V
    MethodParameters:
                    Name  Flags
      mine                
      includeDescendants  

  public void addSubclass(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.RubyClass subclass
         0: .line 1022
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 2 /* subclasses */
        start local 2 // java.util.Map subclasses
         1: .line 1023
            aload 2 /* subclasses */
            ifnonnull 10
         2: .line 1025
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         3: .line 1026
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 2 /* subclasses */
         4: .line 1027
            aload 2 /* subclasses */
            ifnonnull 6
         5: .line 1028
            aload 0 /* this */
            new org.jruby.util.collections.ConcurrentWeakHashMap
            dup
            iconst_4
            ldc 0.75
            iconst_1
            invokespecial org.jruby.util.collections.ConcurrentWeakHashMap.<init>:(IFI)V
            dup
            astore 2 /* subclasses */
            putfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
         6: .line 1025
      StackMap locals: java.util.Map org.jruby.RubyClass
      StackMap stack:
            aload 3
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        10: .line 1033
      StackMap locals:
      StackMap stack:
            aload 2 /* subclasses */
            aload 1 /* subclass */
            getstatic org.jruby.RubyClass.NEVER:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 1034
            return
        end local 2 // java.util.Map subclasses
        end local 1 // org.jruby.RubyClass subclass
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/jruby/RubyClass;
            0   12     1    subclass  Lorg/jruby/RubyClass;
            1   12     2  subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
      Exception table:
        from    to  target  type
           3     7       8  any
           8     9       8  any
    MethodParameters:
          Name  Flags
      subclass  

  public void removeSubclass(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.RubyClass subclass
         0: .line 1042
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 2 /* subclasses */
        start local 2 // java.util.Map subclasses
         1: .line 1043
            aload 2 /* subclasses */
            ifnonnull 2
            return
         2: .line 1045
      StackMap locals: java.util.Map
      StackMap stack:
            aload 2 /* subclasses */
            aload 1 /* subclass */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1046
            return
        end local 2 // java.util.Map subclasses
        end local 1 // org.jruby.RubyClass subclass
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/RubyClass;
            0    4     1    subclass  Lorg/jruby/RubyClass;
            1    4     2  subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      subclass  

  public void replaceSubclass(org.jruby.RubyClass, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.RubyClass subclass
        start local 2 // org.jruby.RubyClass newSubclass
         0: .line 1055
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 3 /* subclasses */
        start local 3 // java.util.Map subclasses
         1: .line 1056
            aload 3 /* subclasses */
            ifnonnull 2
            return
         2: .line 1058
      StackMap locals: java.util.Map
      StackMap stack:
            aload 3 /* subclasses */
            aload 1 /* subclass */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 1059
            aload 3 /* subclasses */
            aload 2 /* newSubclass */
            getstatic org.jruby.RubyClass.NEVER:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1060
            return
        end local 3 // java.util.Map subclasses
        end local 2 // org.jruby.RubyClass newSubclass
        end local 1 // org.jruby.RubyClass subclass
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jruby/RubyClass;
            0    5     1     subclass  Lorg/jruby/RubyClass;
            0    5     2  newSubclass  Lorg/jruby/RubyClass;
            1    5     3   subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
    MethodParameters:
             Name  Flags
      subclass     
      newSubclass  

  public void becomeSynchronized();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1065
            aload 0 /* this */
            invokespecial org.jruby.RubyModule.becomeSynchronized:()V
         1: .line 1066
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 1 /* subclasses */
        start local 1 // java.util.Map subclasses
         2: .line 1067
            aload 1 /* subclasses */
            ifnull 7
         3: .line 1068
            aload 1 /* subclasses */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: org.jruby.RubyClass java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.RubyClass
            astore 2 /* subclass */
        start local 2 // org.jruby.RubyClass subclass
         5: aload 2 /* subclass */
            invokevirtual org.jruby.RubyClass.becomeSynchronized:()V
        end local 2 // org.jruby.RubyClass subclass
      StackMap locals:
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 1070
      StackMap locals: org.jruby.RubyClass java.util.Map
      StackMap stack:
            return
        end local 1 // java.util.Map subclasses
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/jruby/RubyClass;
            2    8     1  subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
            5    6     2    subclass  Lorg/jruby/RubyClass;

  public void invalidateCacheDescendants();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1086
            aload 0 /* this */
            invokespecial org.jruby.RubyModule.invalidateCacheDescendants:()V
         1: .line 1088
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 1 /* subclasses */
        start local 1 // java.util.Map subclasses
         2: .line 1089
            aload 1 /* subclasses */
            ifnull 7
         3: .line 1090
            aload 1 /* subclasses */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: org.jruby.RubyClass java.util.Map top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.RubyClass
            astore 2 /* subclass */
        start local 2 // org.jruby.RubyClass subclass
         5: aload 2 /* subclass */
            invokevirtual org.jruby.RubyClass.invalidateCacheDescendants:()V
        end local 2 // org.jruby.RubyClass subclass
      StackMap locals:
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 1092
      StackMap locals: org.jruby.RubyClass java.util.Map
      StackMap stack:
            return
        end local 1 // java.util.Map subclasses
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/jruby/RubyClass;
            2    8     1  subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
            5    6     2    subclass  Lorg/jruby/RubyClass;

  public void addInvalidatorsAndFlush(java.util.List<org.jruby.runtime.opto.Invalidator>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.util.List invalidators
         0: .line 1096
            aload 1 /* invalidators */
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodInvalidator:Lorg/jruby/runtime/opto/Invalidator;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1099
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.isBootingCore:()Z
            ifne 2
            aload 0 /* this */
            getfield org.jruby.RubyClass.cachedMethods:Ljava/util/Map;
            invokeinterface java.util.Map.clear:()V
         2: .line 1101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.subclasses:Ljava/util/Map;
            astore 2 /* subclasses */
        start local 2 // java.util.Map subclasses
         3: .line 1103
            aload 2 /* subclasses */
            ifnull 4
            aload 2 /* subclasses */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 5
      StackMap locals: java.util.Map
      StackMap stack:
         4: return
         5: .line 1106
      StackMap locals:
      StackMap stack:
            aload 2 /* subclasses */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: org.jruby.RubyClass java.util.List java.util.Map top java.util.Iterator
      StackMap stack:
         6: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.RubyClass
            astore 3 /* subclass */
        start local 3 // org.jruby.RubyClass subclass
         7: aload 3 /* subclass */
            aload 1 /* invalidators */
            invokevirtual org.jruby.RubyClass.addInvalidatorsAndFlush:(Ljava/util/List;)V
        end local 3 // org.jruby.RubyClass subclass
      StackMap locals:
      StackMap stack:
         8: aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 1107
            return
        end local 2 // java.util.Map subclasses
        end local 1 // java.util.List invalidators
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jruby/RubyClass;
            0   10     1  invalidators  Ljava/util/List<Lorg/jruby/runtime/opto/Invalidator;>;
            3   10     2    subclasses  Ljava/util/Map<Lorg/jruby/RubyClass;Ljava/lang/Object;>;
            7    8     3      subclass  Lorg/jruby/RubyClass;
    Signature: (Ljava/util/List<Lorg/jruby/runtime/opto/Invalidator;>;)V
    MethodParameters:
              Name  Flags
      invalidators  

  public final org.jruby.Ruby getClassRuntime();
    descriptor: ()Lorg/jruby/Ruby;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1110
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public final org.jruby.RubyClass getRealClass();
    descriptor: ()Lorg/jruby/RubyClass;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1114
            aload 0 /* this */
            getfield org.jruby.RubyClass.realClass:Lorg/jruby/RubyClass;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public org.jruby.runtime.builtin.IRubyObject inherited(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg
         0: .line 1119
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/RubyClass;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2      arg  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"inherited"}, required = 1, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
         Name  Flags
      context  
      arg      

  public void inherit(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.RubyClass superClazz
         0: .line 1126
            aload 1 /* superClazz */
            ifnonnull 1
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            astore 1 /* superClazz */
         1: .line 1128
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            ifnull 3
         2: .line 1129
            aload 1 /* superClazz */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            aload 1 /* superClazz */
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.invokeInherited:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         3: .line 1131
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jruby.RubyClass superClazz
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jruby/RubyClass;
            0    4     1  superClazz  Lorg/jruby/RubyClass;
    MethodParameters:
            Name  Flags
      superClazz  

  public org.jruby.runtime.builtin.IRubyObject superclass(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 1140
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            astore 2 /* superClazz */
        start local 2 // org.jruby.RubyClass superClazz
         1: .line 1142
            aload 2 /* superClazz */
            ifnonnull 5
         2: .line 1143
            aload 0 /* this */
            getfield org.jruby.RubyClass.metaClass:Lorg/jruby/RubyClass;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getBasicObject:()Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.metaClass:Lorg/jruby/RubyClass;
            if_acmpne 3
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         3: .line 1144
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "uninitialized class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         4: .line 1148
      StackMap locals:
      StackMap stack:
            aload 2 /* superClazz */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            astore 2 /* superClazz */
         5: .line 1147
      StackMap locals:
      StackMap stack:
            aload 2 /* superClazz */
            ifnull 6
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.isIncluded:()Z
            ifne 4
            aload 2 /* superClazz */
            invokevirtual org.jruby.RubyClass.isPrepended:()Z
            ifne 4
         6: .line 1151
      StackMap locals:
      StackMap stack:
            aload 2 /* superClazz */
            ifnull 7
            aload 2 /* superClazz */
            goto 8
      StackMap locals:
      StackMap stack:
         7: aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         8: areturn
        end local 2 // org.jruby.RubyClass superClazz
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/jruby/RubyClass;
            0    9     1     context  Lorg/jruby/runtime/ThreadContext;
            1    9     2  superClazz  Lorg/jruby/RubyClass;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"superclass"})
    MethodParameters:
         Name  Flags
      context  

  private void checkNotInitialized();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1155
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            ifnonnull 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getBasicObject:()Lorg/jruby/RubyClass;
            if_acmpne 2
         1: .line 1156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "already initialized class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 1158
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/RubyClass;

  public static void checkInheritable(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.runtime.builtin.IRubyObject superClass
         0: .line 1163
            aload 0 /* superClass */
            instanceof org.jruby.RubyClass
            ifne 2
         1: .line 1164
            aload 0 /* superClass */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getRuntime:()Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            ldc "superclass must be a Class ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* superClass */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " given)"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         2: .line 1166
      StackMap locals:
      StackMap stack:
            aload 0 /* superClass */
            checkcast org.jruby.RubyClass
            invokevirtual org.jruby.RubyClass.isSingleton:()Z
            ifeq 4
         3: .line 1167
            aload 0 /* superClass */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "can't make subclass of virtual class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         4: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* superClass */
            aload 0 /* superClass */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getRuntime:()Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getClassClass:()Lorg/jruby/RubyClass;
            if_acmpne 6
         5: .line 1170
            aload 0 /* superClass */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getRuntime:()Lorg/jruby/Ruby;
            ldc "can't make subclass of Class"
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         6: .line 1172
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jruby.runtime.builtin.IRubyObject superClass
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0  superClass  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
            Name  Flags
      superClass  

  public final org.jruby.runtime.ObjectMarshal getMarshal();
    descriptor: ()Lorg/jruby/runtime/ObjectMarshal;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1175
            aload 0 /* this */
            getfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;

  public final void setMarshal(org.jruby.runtime.ObjectMarshal);
    descriptor: (Lorg/jruby/runtime/ObjectMarshal;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ObjectMarshal marshal
         0: .line 1179
            aload 0 /* this */
            aload 1 /* marshal */
            putfield org.jruby.RubyClass.marshal:Lorg/jruby/runtime/ObjectMarshal;
         1: .line 1180
            return
        end local 1 // org.jruby.runtime.ObjectMarshal marshal
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyClass;
            0    2     1  marshal  Lorg/jruby/runtime/ObjectMarshal;
    MethodParameters:
         Name  Flags
      marshal  

  public final void marshal(java.lang.Object, org.jruby.runtime.marshal.MarshalStream);
    descriptor: (Ljava/lang/Object;Lorg/jruby/runtime/marshal/MarshalStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Object obj
        start local 2 // org.jruby.runtime.marshal.MarshalStream marshalStream
         0: .line 1183
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getMarshal:()Lorg/jruby/runtime/ObjectMarshal;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 1 /* obj */
            aload 0 /* this */
            aload 2 /* marshalStream */
            invokeinterface org.jruby.runtime.ObjectMarshal.marshalTo:(Lorg/jruby/Ruby;Ljava/lang/Object;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
         1: .line 1184
            return
        end local 2 // org.jruby.runtime.marshal.MarshalStream marshalStream
        end local 1 // java.lang.Object obj
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jruby/RubyClass;
            0    2     1            obj  Ljava/lang/Object;
            0    2     2  marshalStream  Lorg/jruby/runtime/marshal/MarshalStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      obj            
      marshalStream  

  public final java.lang.Object unmarshal(org.jruby.runtime.marshal.UnmarshalStream);
    descriptor: (Lorg/jruby/runtime/marshal/UnmarshalStream;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.marshal.UnmarshalStream unmarshalStream
         0: .line 1187
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getMarshal:()Lorg/jruby/runtime/ObjectMarshal;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            aload 1 /* unmarshalStream */
            invokeinterface org.jruby.runtime.ObjectMarshal.unmarshalFrom:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.runtime.marshal.UnmarshalStream unmarshalStream
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/jruby/RubyClass;
            0    1     1  unmarshalStream  Lorg/jruby/runtime/marshal/UnmarshalStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      unmarshalStream  

  public static void marshalTo(org.jruby.RubyClass, org.jruby.runtime.marshal.MarshalStream);
    descriptor: (Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass clazz
        start local 1 // org.jruby.runtime.marshal.MarshalStream output
         0: .line 1191
            aload 1 /* output */
            aload 0 /* clazz */
            invokevirtual org.jruby.runtime.marshal.MarshalStream.registerLinkTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         1: .line 1192
            aload 1 /* output */
            aload 0 /* clazz */
            invokestatic org.jruby.runtime.marshal.MarshalStream.getPathFromClass:(Lorg/jruby/RubyModule;)Ljava/lang/String;
            invokevirtual org.jruby.runtime.marshal.MarshalStream.writeString:(Ljava/lang/String;)V
         2: .line 1193
            return
        end local 1 // org.jruby.runtime.marshal.MarshalStream output
        end local 0 // org.jruby.RubyClass clazz
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0   clazz  Lorg/jruby/RubyClass;
            0    3     1  output  Lorg/jruby/runtime/marshal/MarshalStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      clazz   
      output  

  public static org.jruby.RubyClass unmarshalFrom(org.jruby.runtime.marshal.UnmarshalStream);
    descriptor: (Lorg/jruby/runtime/marshal/UnmarshalStream;)Lorg/jruby/RubyClass;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.jruby.runtime.marshal.UnmarshalStream input
         0: .line 1196
            aload 0 /* input */
            invokevirtual org.jruby.runtime.marshal.UnmarshalStream.unmarshalString:()Lorg/jruby/util/ByteList;
            invokestatic org.jruby.RubyString.byteListToString:(Lorg/jruby/util/ByteList;)Ljava/lang/String;
            astore 1 /* name */
        start local 1 // java.lang.String name
         1: .line 1197
            aload 0 /* input */
            invokevirtual org.jruby.runtime.marshal.UnmarshalStream.getRuntime:()Lorg/jruby/Ruby;
            aload 1 /* name */
            invokestatic org.jruby.runtime.marshal.UnmarshalStream.getClassFromPath:(Lorg/jruby/Ruby;Ljava/lang/String;)Lorg/jruby/RubyClass;
            astore 2 /* result */
        start local 2 // org.jruby.RubyClass result
         2: .line 1198
            aload 0 /* input */
            aload 2 /* result */
            invokevirtual org.jruby.runtime.marshal.UnmarshalStream.registerLinkTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)V
         3: .line 1199
            aload 2 /* result */
            areturn
        end local 2 // org.jruby.RubyClass result
        end local 1 // java.lang.String name
        end local 0 // org.jruby.runtime.marshal.UnmarshalStream input
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0   input  Lorg/jruby/runtime/marshal/UnmarshalStream;
            1    4     1    name  Ljava/lang/String;
            2    4     2  result  Lorg/jruby/RubyClass;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public boolean isReifiable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1234
            aload 0 /* this */
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            ifnull 1
            iconst_0
            ireturn
         1: .line 1238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            ifnull 3
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            dup
            astore 1 /* realSuper */
        start local 1 // org.jruby.RubyClass realSuper
         2: ifnonnull 4
        end local 1 // org.jruby.RubyClass realSuper
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        start local 1 // org.jruby.RubyClass realSuper
         4: .line 1240
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 1 /* realSuper */
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            astore 2 /* reifiedSuper */
        start local 2 // java.lang.Class reifiedSuper
         5: .line 1243
            aload 2 /* reifiedSuper */
            ifnull 11
         6: .line 1246
            aload 2 /* reifiedSuper */
            ldc Lorg/jruby/RubyObject;
            if_acmpeq 10
         7: .line 1247
            aload 2 /* reifiedSuper */
            ldc Lorg/jruby/RubyBasicObject;
            if_acmpeq 10
         8: .line 1248
            ldc Lorg/jruby/java/codegen/Reified;
            aload 2 /* reifiedSuper */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 10
         9: .line 1246
            iconst_0
            ireturn
      StackMap locals: java.lang.Class
      StackMap stack:
        10: iconst_1
            ireturn
        11: .line 1251
      StackMap locals:
      StackMap stack:
            aload 1 /* realSuper */
            invokevirtual org.jruby.RubyClass.isReifiable:()Z
            ireturn
        end local 2 // java.lang.Class reifiedSuper
        end local 1 // org.jruby.RubyClass realSuper
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/jruby/RubyClass;
            2    3     1     realSuper  Lorg/jruby/RubyClass;
            4   12     1     realSuper  Lorg/jruby/RubyClass;
            5   12     2  reifiedSuper  Ljava/lang/Class;

  public void reifyWithAncestors();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1256
            aload 0 /* this */
            aconst_null
            iconst_1
            invokevirtual org.jruby.RubyClass.reifyWithAncestors:(Ljava/lang/String;Z)V
         1: .line 1257
            return
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;

  public void reifyWithAncestors(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String classDumpDir
         0: .line 1259
            aload 0 /* this */
            aload 1 /* classDumpDir */
            iconst_1
            invokevirtual org.jruby.RubyClass.reifyWithAncestors:(Ljava/lang/String;Z)V
         1: .line 1260
            return
        end local 1 // java.lang.String classDumpDir
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/RubyClass;
            0    2     1  classDumpDir  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      classDumpDir  

  public void reifyWithAncestors(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // boolean useChildLoader
         0: .line 1262
            aload 0 /* this */
            aconst_null
            iload 1 /* useChildLoader */
            invokevirtual org.jruby.RubyClass.reifyWithAncestors:(Ljava/lang/String;Z)V
         1: .line 1263
            return
        end local 1 // boolean useChildLoader
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/RubyClass;
            0    2     1  useChildLoader  Z
    MethodParameters:
                Name  Flags
      useChildLoader  

  public void reifyWithAncestors(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String classDumpDir
        start local 2 // boolean useChildLoader
         0: .line 1277
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.isReifiable:()Z
            ifeq 4
         1: .line 1278
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getSuperClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            astore 3 /* realSuper */
        start local 3 // org.jruby.RubyClass realSuper
         2: .line 1280
            aload 3 /* realSuper */
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            ifnonnull 3
            aload 3 /* realSuper */
            aload 1 /* classDumpDir */
            iload 2 /* useChildLoader */
            invokevirtual org.jruby.RubyClass.reifyWithAncestors:(Ljava/lang/String;Z)V
         3: .line 1281
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classDumpDir */
            iload 2 /* useChildLoader */
            invokevirtual org.jruby.RubyClass.reify:(Ljava/lang/String;Z)V
        end local 3 // org.jruby.RubyClass realSuper
         4: .line 1283
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean useChildLoader
        end local 1 // java.lang.String classDumpDir
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/jruby/RubyClass;
            0    5     1    classDumpDir  Ljava/lang/String;
            0    5     2  useChildLoader  Z
            2    4     3       realSuper  Lorg/jruby/RubyClass;
    MethodParameters:
                Name  Flags
      classDumpDir    
      useChildLoader  

  public final void reify();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1288
            aload 0 /* this */
            aconst_null
            iconst_1
            invokevirtual org.jruby.RubyClass.reify:(Ljava/lang/String;Z)V
         1: .line 1289
            return
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;

  public final void reify(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String classDumpDir
         0: .line 1291
            aload 0 /* this */
            aload 1 /* classDumpDir */
            iconst_1
            invokevirtual org.jruby.RubyClass.reify:(Ljava/lang/String;Z)V
         1: .line 1292
            return
        end local 1 // java.lang.String classDumpDir
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/RubyClass;
            0    2     1  classDumpDir  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      classDumpDir  

  public final void reify(boolean);
    descriptor: (Z)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // boolean useChildLoader
         0: .line 1294
            aload 0 /* this */
            aconst_null
            iload 1 /* useChildLoader */
            invokevirtual org.jruby.RubyClass.reify:(Ljava/lang/String;Z)V
         1: .line 1295
            return
        end local 1 // boolean useChildLoader
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jruby/RubyClass;
            0    2     1  useChildLoader  Z
    MethodParameters:
                Name  Flags
      useChildLoader  

  public synchronized void reify(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=6, locals=12, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String classDumpDir
        start local 2 // boolean useChildLoader
         0: .line 1303
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.isReifiable:()Z
            ifne 1
            return
         1: .line 1306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getBaseName:()Ljava/lang/String;
            ifnull 2
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            goto 3
         2: .line 1307
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Class_0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1306
      StackMap locals:
      StackMap stack: java.lang.String
            astore 3 /* name */
        start local 3 // java.lang.String name
         4: .line 1309
            new java.lang.StringBuilder
            dup
            ldc "rubyobj."
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* name */
            ldc "::"
            ldc "."
            invokestatic org.jruby.util.StringSupport.replaceAll:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/CharSequence;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* javaName */
        start local 4 // java.lang.String javaName
         5: .line 1310
            new java.lang.StringBuilder
            dup
            ldc "rubyobj/"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* name */
            ldc "::"
            ldc "/"
            invokestatic org.jruby.util.StringSupport.replaceAll:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/CharSequence;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* javaPath */
        start local 5 // java.lang.String javaPath
         6: .line 1312
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getRealClass:()Lorg/jruby/RubyClass;
            invokevirtual org.jruby.RubyClass.getReifiedClass:()Ljava/lang/Class;
            astore 6 /* parentReified */
        start local 6 // java.lang.Class parentReified
         7: .line 1313
            aload 6 /* parentReified */
            ifnonnull 9
         8: .line 1314
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getClassRuntime:()Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "'s parent class is not yet reified"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         9: .line 1317
      StackMap locals: org.jruby.RubyClass java.lang.String int java.lang.String java.lang.String java.lang.String java.lang.Class
      StackMap stack:
            ldc Lorg/jruby/RubyObject;
            astore 7 /* reifiedParent */
        start local 7 // java.lang.Class reifiedParent
        10: .line 1318
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            ifnull 11
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            astore 7 /* reifiedParent */
        11: .line 1320
      StackMap locals: java.lang.Class
      StackMap stack:
            new org.jruby.RubyClass$MethodReificator
            dup
            aload 0 /* this */
            aload 7 /* reifiedParent */
            aload 4 /* javaName */
            aload 5 /* javaPath */
            invokespecial org.jruby.RubyClass$MethodReificator.<init>:(Lorg/jruby/RubyClass;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual org.jruby.RubyClass$MethodReificator.reify:()[B
            astore 8 /* classBytes */
        start local 8 // byte[] classBytes
        12: .line 1323
            aload 6 /* parentReified */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            instanceof org.jruby.util.OneShotClassLoader
            ifeq 15
        13: .line 1324
            aload 6 /* parentReified */
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            checkcast org.jruby.util.OneShotClassLoader
            astore 9 /* parentCL */
        start local 9 // org.jruby.util.ClassDefiningClassLoader parentCL
        14: .line 1325
            goto 19
        end local 9 // org.jruby.util.ClassDefiningClassLoader parentCL
        15: .line 1326
      StackMap locals: byte[]
      StackMap stack:
            iload 2 /* useChildLoader */
            ifeq 18
        16: .line 1327
            new org.jruby.util.OneShotClassLoader
            dup
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getJRubyClassLoader:()Lorg/jruby/util/JRubyClassLoader;
            invokespecial org.jruby.util.OneShotClassLoader.<init>:(Lorg/jruby/util/JRubyClassLoader;)V
            astore 9 /* parentCL */
        start local 9 // org.jruby.util.ClassDefiningClassLoader parentCL
        17: .line 1328
            goto 19
        end local 9 // org.jruby.util.ClassDefiningClassLoader parentCL
        18: .line 1329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getJRubyClassLoader:()Lorg/jruby/util/JRubyClassLoader;
            astore 9 /* parentCL */
        start local 9 // org.jruby.util.ClassDefiningClassLoader parentCL
        19: .line 1334
      StackMap locals: org.jruby.util.ClassDefiningClassLoader
      StackMap stack:
            aload 9 /* parentCL */
            aload 4 /* javaName */
            aload 8 /* classBytes */
            invokeinterface org.jruby.util.ClassDefiningClassLoader.defineClass:(Ljava/lang/String;[B)Ljava/lang/Class;
            astore 10 /* result */
        start local 10 // java.lang.Class result
        20: .line 1335
            aload 0 /* this */
            aload 1 /* classDumpDir */
            aload 5 /* javaPath */
            aload 8 /* classBytes */
            invokevirtual org.jruby.RubyClass.dumpReifiedClass:(Ljava/lang/String;Ljava/lang/String;[B)V
        21: .line 1338
            aload 10 /* result */
            ldc "clinit"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Lorg/jruby/Ruby;
            aastore
            dup
            iconst_1
            ldc Lorg/jruby/RubyClass;
            aastore
            invokevirtual java.lang.Class.getDeclaredMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            astore 11 /* clinit */
        start local 11 // java.lang.reflect.Method clinit
        22: .line 1339
            aload 11 /* clinit */
            aconst_null
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            aastore
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1341
            aload 0 /* this */
            aload 10 /* result */
            invokevirtual org.jruby.RubyClass.setClassAllocator:(Ljava/lang/Class;)V
        24: .line 1342
            aload 0 /* this */
            aload 10 /* result */
            putfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
        25: .line 1344
            return
        end local 11 // java.lang.reflect.Method clinit
        end local 10 // java.lang.Class result
        26: .line 1346
      StackMap locals:
      StackMap stack: java.lang.LinkageError
            astore 10 /* error */
        start local 10 // java.lang.LinkageError error
        27: .line 1347
            aload 10 /* error */
            invokevirtual java.lang.LinkageError.getMessage:()Ljava/lang/String;
            astore 11 /* msg */
        start local 11 // java.lang.String msg
        28: .line 1348
            aload 11 /* msg */
            ifnull 31
            aload 11 /* msg */
            ldc "duplicate class definition for name"
            invokevirtual java.lang.String.contains:(Ljava/lang/CharSequence;)Z
            ifeq 31
        29: .line 1349
            aload 0 /* this */
            aload 10 /* error */
            iconst_0
            invokevirtual org.jruby.RubyClass.logReifyException:(Ljava/lang/Throwable;Z)V
        30: .line 1350
            goto 35
        31: .line 1352
      StackMap locals: java.lang.LinkageError java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 10 /* error */
            iconst_1
            invokevirtual org.jruby.RubyClass.logReifyException:(Ljava/lang/Throwable;Z)V
        end local 11 // java.lang.String msg
        end local 10 // java.lang.LinkageError error
        32: goto 35
        33: .line 1355
      StackMap locals: org.jruby.RubyClass java.lang.String int java.lang.String java.lang.String java.lang.String java.lang.Class java.lang.Class byte[] org.jruby.util.ClassDefiningClassLoader
      StackMap stack: java.lang.Exception
            astore 10 /* ex */
        start local 10 // java.lang.Exception ex
        34: .line 1356
            aload 0 /* this */
            aload 10 /* ex */
            iconst_1
            invokevirtual org.jruby.RubyClass.logReifyException:(Ljava/lang/Throwable;Z)V
        end local 10 // java.lang.Exception ex
        35: .line 1362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            ifnull 38
        36: .line 1363
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            putfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
        37: .line 1364
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jruby.RubyClass.superClass:Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
            putfield org.jruby.RubyClass.allocator:Lorg/jruby/runtime/ObjectAllocator;
        38: .line 1366
      StackMap locals:
      StackMap stack:
            return
        end local 9 // org.jruby.util.ClassDefiningClassLoader parentCL
        end local 8 // byte[] classBytes
        end local 7 // java.lang.Class reifiedParent
        end local 6 // java.lang.Class parentReified
        end local 5 // java.lang.String javaPath
        end local 4 // java.lang.String javaName
        end local 3 // java.lang.String name
        end local 2 // boolean useChildLoader
        end local 1 // java.lang.String classDumpDir
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   39     0            this  Lorg/jruby/RubyClass;
            0   39     1    classDumpDir  Ljava/lang/String;
            0   39     2  useChildLoader  Z
            4   39     3            name  Ljava/lang/String;
            5   39     4        javaName  Ljava/lang/String;
            6   39     5        javaPath  Ljava/lang/String;
            7   39     6   parentReified  Ljava/lang/Class;
           10   39     7   reifiedParent  Ljava/lang/Class;
           12   39     8      classBytes  [B
           14   15     9        parentCL  Lorg/jruby/util/ClassDefiningClassLoader;
           17   18     9        parentCL  Lorg/jruby/util/ClassDefiningClassLoader;
           19   39     9        parentCL  Lorg/jruby/util/ClassDefiningClassLoader;
           20   26    10          result  Ljava/lang/Class;
           22   26    11          clinit  Ljava/lang/reflect/Method;
           27   32    10           error  Ljava/lang/LinkageError;
           28   32    11             msg  Ljava/lang/String;
           34   35    10              ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          19    25      26  Class java.lang.LinkageError
          19    25      33  Class java.lang.Exception
    MethodParameters:
                Name  Flags
      classDumpDir    
      useChildLoader  

  private boolean isVarArgsSignature(java.lang.String, java.lang.Class[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Class;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String method
        start local 2 // java.lang.Class[] methodSignature
         0: .line 1685
            aload 2 /* methodSignature */
            arraylength
            iconst_1
            if_icmple 3
         1: .line 1686
            aload 2 /* methodSignature */
            aload 2 /* methodSignature */
            arraylength
            iconst_1
            isub
            aaload
            invokevirtual java.lang.Class.isArray:()Z
            ifeq 3
         2: .line 1685
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // java.lang.Class[] methodSignature
        end local 1 // java.lang.String method
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/jruby/RubyClass;
            0    4     1           method  Ljava/lang/String;
            0    4     2  methodSignature  [Ljava/lang/Class;
    MethodParameters:
                 Name  Flags
      method           final
      methodSignature  final

  private void logReifyException(java.lang.Throwable, boolean);
    descriptor: (Ljava/lang/Throwable;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Throwable failure
        start local 2 // boolean error
         0: .line 1690
            getstatic org.jruby.RubyInstanceConfig.REIFY_LOG_ERRORS:Z
            ifeq 3
         1: .line 1691
            iload 2 /* error */
            ifeq 2
            getstatic org.jruby.RubyClass.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "failed to reify class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " due to: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* failure */
            invokeinterface org.jruby.util.log.Logger.error:(Ljava/lang/String;Ljava/lang/Throwable;)V
            goto 3
         2: .line 1692
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.RubyClass.LOG:Lorg/jruby/util/log/Logger;
            new java.lang.StringBuilder
            dup
            ldc "failed to reify class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " due to: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* failure */
            invokeinterface org.jruby.util.log.Logger.info:(Ljava/lang/String;Ljava/lang/Throwable;)V
         3: .line 1694
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean error
        end local 1 // java.lang.Throwable failure
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/RubyClass;
            0    4     1  failure  Ljava/lang/Throwable;
            0    4     2    error  Z
    MethodParameters:
         Name  Flags
      failure  final
      error    final

  public void setReifiedClass(java.lang.Class<? extends org.jruby.runtime.builtin.IRubyObject>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Class reifiedClass
         0: .line 1697
            aload 0 /* this */
            aload 1 /* reifiedClass */
            putfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
         1: .line 1698
            return
        end local 1 // java.lang.Class reifiedClass
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/RubyClass;
            0    2     1  reifiedClass  Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;
    Signature: (Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;)V
    MethodParameters:
              Name  Flags
      reifiedClass  

  public java.lang.Class<? extends org.jruby.runtime.builtin.IRubyObject> getReifiedClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1701
            aload 0 /* this */
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;

  public static java.lang.Class<? extends org.jruby.runtime.builtin.IRubyObject> nearestReifiedClass(org.jruby.RubyClass);
    descriptor: (Lorg/jruby/RubyClass;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.jruby.RubyClass klass
         0: .line 1705
            aload 0 /* klass */
            astore 1 /* current */
        start local 1 // org.jruby.RubyClass current
         1: .line 1707
      StackMap locals: org.jruby.RubyClass
      StackMap stack:
            aload 1 /* current */
            invokevirtual org.jruby.RubyClass.getReifiedClass:()Ljava/lang/Class;
            astore 2 /* reified */
        start local 2 // java.lang.Class reified
         2: .line 1708
            aload 2 /* reified */
            ifnull 3
            aload 2 /* reified */
            areturn
         3: .line 1709
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 1 /* current */
            invokevirtual org.jruby.RubyClass.getSuperClass:()Lorg/jruby/RubyClass;
            astore 1 /* current */
        end local 2 // java.lang.Class reified
         4: .line 1711
            aload 1 /* current */
            ifnonnull 1
         5: .line 1712
            aconst_null
            areturn
        end local 1 // org.jruby.RubyClass current
        end local 0 // org.jruby.RubyClass klass
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0    klass  Lorg/jruby/RubyClass;
            1    6     1  current  Lorg/jruby/RubyClass;
            2    4     2  reified  Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;
    Signature: (Lorg/jruby/RubyClass;)Ljava/lang/Class<+Lorg/jruby/runtime/builtin/IRubyObject;>;
    MethodParameters:
       Name  Flags
      klass  final

  public java.util.Map<java.lang.String, java.util.List<java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>>> getParameterAnnotations();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1716
            aload 0 /* this */
            getfield org.jruby.RubyClass.parameterAnnotations:Ljava/util/Map;
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_MAP:Ljava/util/Map;
            areturn
         1: .line 1717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.parameterAnnotations:Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;>;

  public synchronized void addParameterAnnotation(java.lang.String, int, java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/lang/String;ILjava/lang/Class;Ljava/util/Map;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String method
        start local 2 // int i
        start local 3 // java.lang.Class annoClass
        start local 4 // java.util.Map value
         0: .line 1721
            aload 0 /* this */
            getfield org.jruby.RubyClass.parameterAnnotations:Ljava/util/Map;
            ifnonnull 1
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 8
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.jruby.RubyClass.parameterAnnotations:Ljava/util/Map;
         1: .line 1722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.parameterAnnotations:Ljava/util/Map;
            aload 1 /* method */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 5 /* paramList */
        start local 5 // java.util.List paramList
         2: .line 1723
            aload 5 /* paramList */
            ifnonnull 5
         3: .line 1724
            new java.util.ArrayList
            dup
            iload 2 /* i */
            iconst_1
            iadd
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* paramList */
         4: .line 1725
            aload 0 /* this */
            getfield org.jruby.RubyClass.parameterAnnotations:Ljava/util/Map;
            aload 1 /* method */
            aload 5 /* paramList */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1727
      StackMap locals: java.util.List
      StackMap stack:
            aload 5 /* paramList */
            invokeinterface java.util.List.size:()I
            iload 2 /* i */
            iconst_1
            iadd
            if_icmpge 11
         6: .line 1728
            aload 5 /* paramList */
            invokeinterface java.util.List.size:()I
            istore 6 /* j */
        start local 6 // int j
         7: goto 10
         8: .line 1729
      StackMap locals: int
      StackMap stack:
            aload 5 /* paramList */
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         9: .line 1728
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* j */
            iload 2 /* i */
            iconst_1
            iadd
            if_icmplt 8
        end local 6 // int j
        11: .line 1732
      StackMap locals:
      StackMap stack:
            aload 3 /* annoClass */
            ifnull 17
            aload 4 /* value */
            ifnull 17
        12: .line 1733
            aload 5 /* paramList */
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.util.Map
            astore 6 /* annos */
        start local 6 // java.util.Map annos
        13: .line 1734
            aload 6 /* annos */
            ifnonnull 15
        14: .line 1735
            aload 5 /* paramList */
            iload 2 /* i */
            new java.util.LinkedHashMap
            dup
            iconst_4
            invokespecial java.util.LinkedHashMap.<init>:(I)V
            dup
            astore 6 /* annos */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 1737
      StackMap locals: java.util.Map
      StackMap stack:
            aload 6 /* annos */
            aload 3 /* annoClass */
            aload 4 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // java.util.Map annos
        16: .line 1738
            goto 18
        17: .line 1739
      StackMap locals:
      StackMap stack:
            aload 5 /* paramList */
            iload 2 /* i */
            aconst_null
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 1741
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.util.List paramList
        end local 4 // java.util.Map value
        end local 3 // java.lang.Class annoClass
        end local 2 // int i
        end local 1 // java.lang.String method
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   19     0       this  Lorg/jruby/RubyClass;
            0   19     1     method  Ljava/lang/String;
            0   19     2          i  I
            0   19     3  annoClass  Ljava/lang/Class;
            0   19     4      value  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            2   19     5  paramList  Ljava/util/List<Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;
            7   11     6          j  I
           13   16     6      annos  Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    Signature: (Ljava/lang/String;ILjava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
           Name  Flags
      method     
      i          
      annoClass  
      value      

  public java.util.Map<java.lang.String, java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>> getMethodAnnotations();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1744
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodAnnotations:Ljava/util/Map;
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_MAP:Ljava/util/Map;
            areturn
         1: .line 1746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodAnnotations:Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;

  public java.util.Map<java.lang.String, java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>>> getFieldAnnotations();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1750
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldAnnotations:Ljava/util/Map;
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_MAP:Ljava/util/Map;
            areturn
         1: .line 1752
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldAnnotations:Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;>;

  public synchronized void addMethodAnnotation(java.lang.String, java.lang.Class, java.util.Map);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/util/Map;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String methodName
        start local 2 // java.lang.Class annotation
        start local 3 // java.util.Map fields
         0: .line 1756
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodAnnotations:Ljava/util/Map;
            ifnonnull 1
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 8
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.jruby.RubyClass.methodAnnotations:Ljava/util/Map;
         1: .line 1758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodAnnotations:Ljava/util/Map;
            aload 1 /* methodName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            astore 4 /* annos */
        start local 4 // java.util.Map annos
         2: .line 1759
            aload 4 /* annos */
            ifnonnull 4
         3: .line 1760
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodAnnotations:Ljava/util/Map;
            aload 1 /* methodName */
            new java.util.LinkedHashMap
            dup
            iconst_4
            invokespecial java.util.LinkedHashMap.<init>:(I)V
            dup
            astore 4 /* annos */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1763
      StackMap locals: java.util.Map
      StackMap stack:
            aload 4 /* annos */
            aload 2 /* annotation */
            aload 3 /* fields */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1764
            return
        end local 4 // java.util.Map annos
        end local 3 // java.util.Map fields
        end local 2 // java.lang.Class annotation
        end local 1 // java.lang.String methodName
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/jruby/RubyClass;
            0    6     1  methodName  Ljava/lang/String;
            0    6     2  annotation  Ljava/lang/Class;
            0    6     3      fields  Ljava/util/Map;
            2    6     4       annos  Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    MethodParameters:
            Name  Flags
      methodName  
      annotation  
      fields      

  public synchronized void addFieldAnnotation(java.lang.String, java.lang.Class, java.util.Map);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/util/Map;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String fieldName
        start local 2 // java.lang.Class annotation
        start local 3 // java.util.Map fields
         0: .line 1767
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldAnnotations:Ljava/util/Map;
            ifnonnull 1
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 8
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.jruby.RubyClass.fieldAnnotations:Ljava/util/Map;
         1: .line 1769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldAnnotations:Ljava/util/Map;
            aload 1 /* fieldName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.Map
            astore 4 /* annos */
        start local 4 // java.util.Map annos
         2: .line 1770
            aload 4 /* annos */
            ifnonnull 4
         3: .line 1771
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldAnnotations:Ljava/util/Map;
            aload 1 /* fieldName */
            new java.util.LinkedHashMap
            dup
            iconst_4
            invokespecial java.util.LinkedHashMap.<init>:(I)V
            dup
            astore 4 /* annos */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 1774
      StackMap locals: java.util.Map
      StackMap stack:
            aload 4 /* annos */
            aload 2 /* annotation */
            aload 3 /* fields */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 1775
            return
        end local 4 // java.util.Map annos
        end local 3 // java.util.Map fields
        end local 2 // java.lang.Class annotation
        end local 1 // java.lang.String fieldName
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/jruby/RubyClass;
            0    6     1   fieldName  Ljava/lang/String;
            0    6     2  annotation  Ljava/lang/Class;
            0    6     3      fields  Ljava/util/Map;
            2    6     4       annos  Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;
    MethodParameters:
            Name  Flags
      fieldName   
      annotation  
      fields      

  public java.util.Map<java.lang.String, java.lang.Class[]> getMethodSignatures();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1779
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodSignatures:Ljava/util/Map;
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_MAP:Ljava/util/Map;
            areturn
         1: .line 1781
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodSignatures:Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;[Ljava/lang/Class;>;

  public java.util.Map<java.lang.String, java.lang.Class> getFieldSignatures();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1785
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldSignatures:Ljava/util/Map;
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_MAP:Ljava/util/Map;
            areturn
         1: .line 1787
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldSignatures:Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class;>;

  public synchronized void addMethodSignature(java.lang.String, java.lang.Class[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Class;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String methodName
        start local 2 // java.lang.Class[] types
         0: .line 1791
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodSignatures:Ljava/util/Map;
            ifnonnull 1
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 16
            invokespecial java.util.HashMap.<init>:(I)V
            putfield org.jruby.RubyClass.methodSignatures:Ljava/util/Map;
         1: .line 1793
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.methodSignatures:Ljava/util/Map;
            aload 1 /* methodName */
            aload 2 /* types */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1794
            return
        end local 2 // java.lang.Class[] types
        end local 1 // java.lang.String methodName
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jruby/RubyClass;
            0    3     1  methodName  Ljava/lang/String;
            0    3     2       types  [Ljava/lang/Class;
    MethodParameters:
            Name  Flags
      methodName  
      types       

  public synchronized void addFieldSignature(java.lang.String, java.lang.Class);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.String fieldName
        start local 2 // java.lang.Class type
         0: .line 1797
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldSignatures:Ljava/util/Map;
            ifnonnull 1
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            bipush 8
            invokespecial java.util.LinkedHashMap.<init>:(I)V
            putfield org.jruby.RubyClass.fieldSignatures:Ljava/util/Map;
         1: .line 1799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.fieldSignatures:Ljava/util/Map;
            aload 1 /* fieldName */
            aload 2 /* type */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1800
            return
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String fieldName
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jruby/RubyClass;
            0    3     1  fieldName  Ljava/lang/String;
            0    3     2       type  Ljava/lang/Class;
    MethodParameters:
           Name  Flags
      fieldName  
      type       

  public java.util.Map<java.lang.Class, java.util.Map<java.lang.String, java.lang.Object>> getClassAnnotations();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 1803
            aload 0 /* this */
            getfield org.jruby.RubyClass.classAnnotations:Ljava/util/Map;
            ifnonnull 1
            getstatic java.util.Collections.EMPTY_MAP:Ljava/util/Map;
            areturn
         1: .line 1805
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.classAnnotations:Ljava/util/Map;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/RubyClass;
    Signature: ()Ljava/util/Map<Ljava/lang/Class;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;

  public synchronized void addClassAnnotation(java.lang.Class, java.util.Map);
    descriptor: (Ljava/lang/Class;Ljava/util/Map;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Class annotation
        start local 2 // java.util.Map fields
         0: .line 1809
            aload 0 /* this */
            getfield org.jruby.RubyClass.classAnnotations:Ljava/util/Map;
            ifnonnull 1
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            iconst_4
            invokespecial java.util.LinkedHashMap.<init>:(I)V
            putfield org.jruby.RubyClass.classAnnotations:Ljava/util/Map;
         1: .line 1811
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.classAnnotations:Ljava/util/Map;
            aload 1 /* annotation */
            aload 2 /* fields */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1812
            return
        end local 2 // java.util.Map fields
        end local 1 // java.lang.Class annotation
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jruby/RubyClass;
            0    3     1  annotation  Ljava/lang/Class;
            0    3     2      fields  Ljava/util/Map;
    MethodParameters:
            Name  Flags
      annotation  
      fields      

  public <T> T toJava(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // java.lang.Class target
         0: .line 1816
            aload 1 /* target */
            ldc Ljava/lang/Class;
            if_acmpne 7
         1: .line 1817
            aload 0 /* this */
            getfield org.jruby.RubyClass.reifiedClass:Ljava/lang/Class;
            ifnonnull 2
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.reifyWithAncestors:()V
         2: .line 1819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 2 /* context */
        start local 2 // org.jruby.runtime.ThreadContext context
         3: .line 1820
            aload 2 /* context */
            aload 0 /* this */
            invokestatic org.jruby.javasupport.JavaClass.java_class:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 3 /* javaClass */
        start local 3 // org.jruby.runtime.builtin.IRubyObject javaClass
         4: .line 1821
            aload 3 /* javaClass */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifne 5
            aload 3 /* javaClass */
            aload 1 /* target */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
         5: .line 1823
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* this */
            invokestatic org.jruby.RubyClass.nearestReifiedClass:(Lorg/jruby/RubyClass;)Ljava/lang/Class;
            astore 4 /* reifiedClass */
        start local 4 // java.lang.Class reifiedClass
         6: .line 1824
            aload 4 /* reifiedClass */
            ifnull 7
            aload 1 /* target */
            aload 4 /* reifiedClass */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.Class reifiedClass
        end local 3 // org.jruby.runtime.builtin.IRubyObject javaClass
        end local 2 // org.jruby.runtime.ThreadContext context
         7: .line 1828
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            ldc Lorg/jruby/RubyClass;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 9
         8: .line 1830
            aload 1 /* target */
            aload 0 /* this */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         9: .line 1833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* target */
            invokevirtual org.jruby.RubyClass.defaultToJava:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class target
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jruby/RubyClass;
            0   10     1        target  Ljava/lang/Class<TT;>;
            3    7     2       context  Lorg/jruby/runtime/ThreadContext;
            4    7     3     javaClass  Lorg/jruby/runtime/builtin/IRubyObject;
            6    7     4  reifiedClass  Ljava/lang/Class;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
        Name  Flags
      target  

  public void smartDump(org.jruby.runtime.marshal.MarshalStream, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/marshal/MarshalStream;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.marshal.MarshalStream stream
        start local 2 // org.jruby.runtime.builtin.IRubyObject target
         0: .line 1933
            aload 0 /* this */
            getfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
            dup
            astore 3 /* tuple */
        start local 3 // org.jruby.RubyClass$MarshalTuple tuple
         1: getfield org.jruby.RubyClass$MarshalTuple.generation:I
            aload 0 /* this */
            getfield org.jruby.RubyClass.generation:I
            if_icmpeq 14
         2: .line 1936
            aload 0 /* this */
            ldc "respond_to?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 4 /* entry */
        start local 4 // org.jruby.runtime.callsite.CacheEntry entry
         3: .line 1937
            aload 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 5 /* method */
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
         4: .line 1938
            aload 5 /* method */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getRespondToMethod:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 7
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 7
         5: .line 1941
            aload 0 /* this */
            new org.jruby.RubyClass$MarshalTuple
            dup
            aconst_null
            getstatic org.jruby.RubyClass$MarshalType.DEFAULT_SLOW:Lorg/jruby/RubyClass$MarshalType;
            aload 0 /* this */
            getfield org.jruby.RubyClass.generation:I
            invokespecial org.jruby.RubyClass$MarshalTuple.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/RubyClass$MarshalType;I)V
            dup_x1
            putfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
            astore 3 /* tuple */
         6: .line 1943
            goto 14
      StackMap locals: org.jruby.RubyClass$MarshalTuple org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
         7: aload 0 /* this */
            ldc "marshal_dump"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            dup
            astore 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 10
         8: .line 1946
            aload 0 /* this */
            new org.jruby.RubyClass$MarshalTuple
            dup
            aload 4 /* entry */
            getstatic org.jruby.RubyClass$MarshalType.NEW_USER:Lorg/jruby/RubyClass$MarshalType;
            aload 0 /* this */
            getfield org.jruby.RubyClass.generation:I
            invokespecial org.jruby.RubyClass$MarshalTuple.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/RubyClass$MarshalType;I)V
            dup_x1
            putfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
            astore 3 /* tuple */
         9: .line 1948
            goto 14
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            ldc "_dump"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            dup
            astore 4 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 13
        11: .line 1951
            aload 0 /* this */
            new org.jruby.RubyClass$MarshalTuple
            dup
            aload 4 /* entry */
            getstatic org.jruby.RubyClass$MarshalType.OLD_USER:Lorg/jruby/RubyClass$MarshalType;
            aload 0 /* this */
            getfield org.jruby.RubyClass.generation:I
            invokespecial org.jruby.RubyClass$MarshalTuple.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/RubyClass$MarshalType;I)V
            dup_x1
            putfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
            astore 3 /* tuple */
        12: .line 1953
            goto 14
        13: .line 1956
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.jruby.RubyClass$MarshalTuple
            dup
            aconst_null
            getstatic org.jruby.RubyClass$MarshalType.DEFAULT:Lorg/jruby/RubyClass$MarshalType;
            aload 0 /* this */
            getfield org.jruby.RubyClass.generation:I
            invokespecial org.jruby.RubyClass$MarshalTuple.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/RubyClass$MarshalType;I)V
            dup_x1
            putfield org.jruby.RubyClass.cachedDumpMarshal:Lorg/jruby/RubyClass$MarshalTuple;
            astore 3 /* tuple */
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // org.jruby.runtime.callsite.CacheEntry entry
        14: .line 1960
      StackMap locals:
      StackMap stack:
            aload 3 /* tuple */
            aload 1 /* stream */
            aload 2 /* target */
            invokevirtual org.jruby.RubyClass$MarshalTuple.dump:(Lorg/jruby/runtime/marshal/MarshalStream;Lorg/jruby/runtime/builtin/IRubyObject;)V
        15: .line 1961
            return
        end local 3 // org.jruby.RubyClass$MarshalTuple tuple
        end local 2 // org.jruby.runtime.builtin.IRubyObject target
        end local 1 // org.jruby.runtime.marshal.MarshalStream stream
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lorg/jruby/RubyClass;
            0   16     1  stream  Lorg/jruby/runtime/marshal/MarshalStream;
            0   16     2  target  Lorg/jruby/runtime/builtin/IRubyObject;
            1   16     3   tuple  Lorg/jruby/RubyClass$MarshalTuple;
            3   14     4   entry  Lorg/jruby/runtime/callsite/CacheEntry;
            4   14     5  method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  
      target  

  public org.jruby.runtime.builtin.IRubyObject smartLoadNewUser(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.builtin.IRubyObject target
        start local 2 // org.jruby.runtime.builtin.IRubyObject data
         0: .line 1982
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 3 /* context */
        start local 3 // org.jruby.runtime.ThreadContext context
         1: .line 1984
            aload 0 /* this */
            getfield org.jruby.RubyClass.cachedLoad:Lorg/jruby/runtime/callsite/CacheEntry;
            dup
            astore 4 /* cache */
        start local 4 // org.jruby.runtime.callsite.CacheEntry cache
         2: getfield org.jruby.runtime.callsite.CacheEntry.token:I
            aload 0 /* this */
            getfield org.jruby.RubyClass.generation:I
            if_icmpne 5
         3: .line 1985
            aload 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 3 /* context */
            aload 1 /* target */
            aload 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "marshal_load"
            aload 2 /* data */
            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;
            pop
         4: .line 1986
            aload 1 /* target */
            areturn
         5: .line 1988
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            ldc "respond_to?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 4 /* cache */
         6: .line 1989
            aload 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 5 /* method */
        start local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
         7: .line 1990
            aload 5 /* method */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getRespondToMethod:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 12
            aload 5 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 12
         8: .line 1993
            aload 5 /* method */
            aload 3 /* context */
            aload 1 /* target */
            aload 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to?"
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "marshal_load"
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            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;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 11
         9: .line 1994
            aload 1 /* target */
            aload 3 /* context */
            ldc "marshal_load"
            aload 2 /* data */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        10: .line 1995
            aload 1 /* target */
            areturn
        11: .line 1997
      StackMap locals: org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "class "
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokestatic org.jruby.util.RubyStringBuilder.types:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyString;
            ldc " needs to have method `marshal_load'"
            invokestatic org.jruby.util.RubyStringBuilder.str:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        12: .line 2000
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "marshal_load"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            dup
            astore 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 16
        13: .line 2003
            aload 0 /* this */
            aload 4 /* cache */
            putfield org.jruby.RubyClass.cachedLoad:Lorg/jruby/runtime/callsite/CacheEntry;
        14: .line 2004
            aload 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 3 /* context */
            aload 1 /* target */
            aload 4 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "marshal_load"
            aload 2 /* data */
            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;
            pop
        15: .line 2005
            aload 1 /* target */
            areturn
        16: .line 2010
      StackMap locals:
      StackMap stack:
            aload 1 /* target */
            aload 3 /* context */
            ldc "marshal_load"
            aload 2 /* data */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
        17: .line 2011
            aload 1 /* target */
            areturn
        end local 5 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 4 // org.jruby.runtime.callsite.CacheEntry cache
        end local 3 // org.jruby.runtime.ThreadContext context
        end local 2 // org.jruby.runtime.builtin.IRubyObject data
        end local 1 // org.jruby.runtime.builtin.IRubyObject target
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lorg/jruby/RubyClass;
            0   18     1   target  Lorg/jruby/runtime/builtin/IRubyObject;
            0   18     2     data  Lorg/jruby/runtime/builtin/IRubyObject;
            1   18     3  context  Lorg/jruby/runtime/ThreadContext;
            2   18     4    cache  Lorg/jruby/runtime/callsite/CacheEntry;
            7   18     5   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
        Name  Flags
      target  
      data    

  public org.jruby.runtime.builtin.IRubyObject smartLoadOldUser(org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.builtin.IRubyObject data
         0: .line 2035
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
            astore 2 /* context */
        start local 2 // org.jruby.runtime.ThreadContext context
         1: .line 2037
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getSingletonClass:()Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.cachedLoad:Lorg/jruby/runtime/callsite/CacheEntry;
            dup
            astore 3 /* cache */
        start local 3 // org.jruby.runtime.callsite.CacheEntry cache
         2: getfield org.jruby.runtime.callsite.CacheEntry.token:I
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getSingletonClass:()Lorg/jruby/RubyClass;
            getfield org.jruby.RubyClass.generation:I
            if_icmpne 4
         3: .line 2038
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 2 /* context */
            aload 0 /* this */
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "_load"
            aload 1 /* data */
            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
         4: .line 2040
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.callsite.CacheEntry
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getSingletonClass:()Lorg/jruby/RubyClass;
            ldc "respond_to?"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 3 /* cache */
         5: .line 2041
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 4 /* method */
        start local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
         6: .line 2042
            aload 4 /* method */
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            invokevirtual org.jruby.Ruby.getRespondToMethod:()Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 10
            aload 4 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 10
         7: .line 2045
            aload 4 /* method */
            aload 2 /* context */
            aload 0 /* this */
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "respond_to?"
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "_load"
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
            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;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
            ifeq 9
         8: .line 2046
            aload 0 /* this */
            aload 2 /* context */
            ldc "_load"
            aload 1 /* data */
            invokevirtual org.jruby.RubyClass.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         9: .line 2048
      StackMap locals: org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "class "
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokestatic org.jruby.util.RubyStringBuilder.types:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyString;
            ldc " needs to have method `_load'"
            invokestatic org.jruby.util.RubyStringBuilder.str:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        10: .line 2051
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getSingletonClass:()Lorg/jruby/RubyClass;
            ldc "_load"
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            dup
            astore 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
            ifne 13
        11: .line 2054
            aload 0 /* this */
            invokevirtual org.jruby.RubyClass.getSingletonClass:()Lorg/jruby/RubyClass;
            aload 3 /* cache */
            putfield org.jruby.RubyClass.cachedLoad:Lorg/jruby/runtime/callsite/CacheEntry;
        12: .line 2055
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            aload 2 /* context */
            aload 0 /* this */
            aload 3 /* cache */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            ldc "_load"
            aload 1 /* data */
            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
        13: .line 2060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            ldc "class "
            aload 0 /* this */
            getfield org.jruby.RubyClass.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokestatic org.jruby.util.RubyStringBuilder.types:(Lorg/jruby/Ruby;Lorg/jruby/RubyModule;)Lorg/jruby/RubyString;
            ldc " needs to have method `_load'"
            invokestatic org.jruby.util.RubyStringBuilder.str:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newTypeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        end local 4 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 3 // org.jruby.runtime.callsite.CacheEntry cache
        end local 2 // org.jruby.runtime.ThreadContext context
        end local 1 // org.jruby.runtime.builtin.IRubyObject data
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/jruby/RubyClass;
            0   14     1     data  Lorg/jruby/runtime/builtin/IRubyObject;
            1   14     2  context  Lorg/jruby/runtime/ThreadContext;
            2   14     3    cache  Lorg/jruby/runtime/callsite/CacheEntry;
            6   14     4   method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    MethodParameters:
      Name  Flags
      data  

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, int, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.CallType, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;ILjava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // int methodIndex
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 6 // org.jruby.runtime.CallType callType
        start local 7 // org.jruby.runtime.Block block
         0: .line 2070
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* self */
            aload 4 /* name */
            aload 5 /* args */
            aload 6 /* callType */
            aload 7 /* block */
            invokevirtual org.jruby.RubyClass.invoke:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 7 // org.jruby.runtime.Block block
        end local 6 // org.jruby.runtime.CallType callType
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 4 // java.lang.String name
        end local 3 // int methodIndex
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/RubyClass;
            0    1     1      context  Lorg/jruby/runtime/ThreadContext;
            0    1     2         self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3  methodIndex  I
            0    1     4         name  Ljava/lang/String;
            0    1     5         args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     6     callType  Lorg/jruby/runtime/CallType;
            0    1     7        block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      context      
      self         
      methodIndex  
      name         
      args         
      callType     
      block        

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.CallType, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.CallType callType
        start local 5 // org.jruby.runtime.Block block
         0: .line 2083
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2084
            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
         2: .line 2085
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* caller */
        start local 8 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2087
            aload 7 /* method */
            aload 3 /* name */
            aload 8 /* caller */
            aload 4 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2088
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 4 /* callType */
            aload 5 /* 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
         5: .line 2090
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 5 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 8 // org.jruby.runtime.builtin.IRubyObject caller
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.Block block
        end local 4 // org.jruby.runtime.CallType callType
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4  callType  Lorg/jruby/runtime/CallType;
            0    6     5     block  Lorg/jruby/runtime/Block;
            1    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6     8    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      callType  
      block     

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.CallType, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.CallType callType
        start local 6 // org.jruby.runtime.Block block
         0: .line 2103
            getstatic org.jruby.RubyClass.$assertionsDisabled:Z
            ifne 1
            aload 4 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 2104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 2105
            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
         3: .line 2106
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* caller */
        start local 9 // org.jruby.runtime.builtin.IRubyObject caller
         4: .line 2108
            aload 8 /* method */
            aload 3 /* name */
            aload 9 /* caller */
            aload 5 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 6
         5: .line 2109
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 5 /* callType */
            aload 4 /* args */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         6: .line 2111
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* args */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject caller
        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.Block block
        end local 5 // org.jruby.runtime.CallType callType
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/RubyClass;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      name  Ljava/lang/String;
            0    7     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5  callType  Lorg/jruby/runtime/CallType;
            0    7     6     block  Lorg/jruby/runtime/Block;
            2    7     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    7     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            4    7     9    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      args      
      callType  
      block     

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.CallType, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg
        start local 5 // org.jruby.runtime.CallType callType
        start local 6 // org.jruby.runtime.Block block
         0: .line 2124
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2125
            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
         2: .line 2126
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* caller */
        start local 9 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2128
            aload 8 /* method */
            aload 3 /* name */
            aload 9 /* caller */
            aload 5 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2129
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 5 /* callType */
            aload 4 /* arg */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 2131
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg */
            aload 6 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject caller
        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.Block block
        end local 5 // org.jruby.runtime.CallType callType
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5  callType  Lorg/jruby/runtime/CallType;
            0    6     6     block  Lorg/jruby/runtime/Block;
            1    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6     9    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      arg       
      callType  
      block     

  public org.jruby.runtime.builtin.IRubyObject invoke(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.CallType, org.jruby.runtime.Block);
    descriptor: (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/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=8
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.CallType callType
        start local 7 // org.jruby.runtime.Block block
         0: .line 2144
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2145
            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
         2: .line 2146
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10 /* caller */
        start local 10 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2148
            aload 9 /* method */
            aload 3 /* name */
            aload 10 /* caller */
            aload 6 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2149
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 9 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 6 /* callType */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 2151
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 7 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.builtin.IRubyObject caller
        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.Block block
        end local 6 // org.jruby.runtime.CallType callType
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6  callType  Lorg/jruby/runtime/CallType;
            0    6     7     block  Lorg/jruby/runtime/Block;
            1    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6    10    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      arg0      
      arg1      
      callType  
      block     

  public org.jruby.runtime.builtin.IRubyObject invoke(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, org.jruby.runtime.CallType, org.jruby.runtime.Block);
    descriptor: (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/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=12, args_size=9
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 7 // org.jruby.runtime.CallType callType
        start local 8 // org.jruby.runtime.Block block
         0: .line 2164
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2165
            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
         2: .line 2166
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 11 /* caller */
        start local 11 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2168
            aload 10 /* method */
            aload 3 /* name */
            aload 11 /* caller */
            aload 7 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2169
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 10 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 7 /* callType */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            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/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         5: .line 2171
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 10 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            aload 8 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 11 // org.jruby.runtime.builtin.IRubyObject caller
        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.Block block
        end local 7 // org.jruby.runtime.CallType callType
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7  callType  Lorg/jruby/runtime/CallType;
            0    6     8     block  Lorg/jruby/runtime/Block;
            1    6     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6    11    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      arg0      
      arg1      
      arg2      
      callType  
      block     

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/CallType;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.CallType callType
         0: .line 2184
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 5 /* entry */
        start local 5 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2185
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
            astore 6 /* method */
        start local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
         2: .line 2186
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 7 /* caller */
        start local 7 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2188
            aload 6 /* method */
            aload 3 /* name */
            aload 7 /* caller */
            aload 4 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2189
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 6 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 4 /* 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
         5: .line 2191
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 6 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 5 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* 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.runtime.builtin.IRubyObject caller
        end local 6 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 5 // org.jruby.runtime.callsite.CacheEntry entry
        end local 4 // org.jruby.runtime.CallType callType
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4  callType  Lorg/jruby/runtime/CallType;
            1    6     5     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     6    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6     7    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      callType  

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 5 // org.jruby.runtime.CallType callType
         0: .line 2204
            getstatic org.jruby.RubyClass.$assertionsDisabled:Z
            ifne 1
            aload 4 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 2205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 2206
            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
         3: .line 2207
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* caller */
        start local 8 // org.jruby.runtime.builtin.IRubyObject caller
         4: .line 2209
            aload 7 /* method */
            aload 3 /* name */
            aload 8 /* caller */
            aload 5 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 6
         5: .line 2210
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 5 /* callType */
            aload 4 /* 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
         6: .line 2212
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* 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
        end local 8 // org.jruby.runtime.builtin.IRubyObject caller
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.CallType callType
        end local 4 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/RubyClass;
            0    7     1   context  Lorg/jruby/runtime/ThreadContext;
            0    7     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     3      name  Ljava/lang/String;
            0    7     4      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     5  callType  Lorg/jruby/runtime/CallType;
            2    7     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    7     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            4    7     8    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      args      
      callType  

  public org.jruby.runtime.builtin.IRubyObject invoke(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.CallType);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg
        start local 5 // org.jruby.runtime.CallType callType
         0: .line 2225
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2226
            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
         2: .line 2227
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 8 /* caller */
        start local 8 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2229
            aload 7 /* method */
            aload 3 /* name */
            aload 8 /* caller */
            aload 5 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2230
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 5 /* callType */
            aload 4 /* 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
         5: .line 2232
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 7 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 6 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* 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.runtime.builtin.IRubyObject caller
        end local 7 // org.jruby.internal.runtime.methods.DynamicMethod method
        end local 6 // org.jruby.runtime.callsite.CacheEntry entry
        end local 5 // org.jruby.runtime.CallType callType
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5  callType  Lorg/jruby/runtime/CallType;
            1    6     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6     8    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      arg       
      callType  

  public org.jruby.runtime.builtin.IRubyObject invoke(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.CallType);
    descriptor: (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/CallType;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.CallType callType
         0: .line 2245
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2246
            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
         2: .line 2247
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 9 /* caller */
        start local 9 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2249
            aload 8 /* method */
            aload 3 /* name */
            aload 9 /* caller */
            aload 6 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2250
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 6 /* callType */
            aload 4 /* arg0 */
            aload 5 /* 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
         5: .line 2252
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 9 // org.jruby.runtime.builtin.IRubyObject caller
        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.CallType callType
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6  callType  Lorg/jruby/runtime/CallType;
            1    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6     9    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      arg0      
      arg1      
      callType  

  public org.jruby.runtime.builtin.IRubyObject invoke(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, org.jruby.runtime.CallType);
    descriptor: (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/CallType;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=8
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject self
        start local 3 // java.lang.String name
        start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        start local 7 // org.jruby.runtime.CallType callType
         0: .line 2265
            aload 0 /* this */
            aload 3 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2266
            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
         2: .line 2267
            aload 1 /* context */
            invokevirtual org.jruby.runtime.ThreadContext.getFrameSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
            astore 10 /* caller */
        start local 10 // org.jruby.runtime.builtin.IRubyObject caller
         3: .line 2269
            aload 9 /* method */
            aload 3 /* name */
            aload 10 /* caller */
            aload 7 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2270
            aload 1 /* context */
            aload 2 /* self */
            aload 0 /* this */
            aload 9 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 3 /* name */
            aload 7 /* callType */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            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
         5: .line 2272
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 2 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 3 /* name */
            aload 4 /* arg0 */
            aload 5 /* arg1 */
            aload 6 /* arg2 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 10 // org.jruby.runtime.builtin.IRubyObject caller
        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.CallType callType
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg2
        end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 3 // java.lang.String name
        end local 2 // org.jruby.runtime.builtin.IRubyObject self
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     3      name  Ljava/lang/String;
            0    6     4      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     6      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7  callType  Lorg/jruby/runtime/CallType;
            1    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
            3    6    10    caller  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
          Name  Flags
      context   
      self      
      name      
      arg0      
      arg1      
      arg2      
      callType  

  public org.jruby.runtime.ivars.VariableAccessorField getObjectIdAccessorField();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessorField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 2277
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getObjectIdAccessorField:()Lorg/jruby/runtime/ivars/VariableAccessorField;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.jruby.runtime.ivars.VariableAccessorField getFFIHandleAccessorField();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessorField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 2282
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getFFIHandleAccessorField:()Lorg/jruby/runtime/ivars/VariableAccessorField;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.jruby.runtime.ivars.VariableAccessorField getObjectGroupAccessorField();
    descriptor: ()Lorg/jruby/runtime/ivars/VariableAccessorField;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyClass this
         0: .line 2287
            aload 0 /* this */
            getfield org.jruby.RubyClass.variableTableManager:Lorg/jruby/runtime/ivars/VariableTableManager;
            invokevirtual org.jruby.runtime.ivars.VariableTableManager.getObjectGroupAccessorField:()Lorg/jruby/runtime/ivars/VariableAccessorField;
            areturn
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyClass;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;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.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.Block block
         0: .line 2293
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2294
            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
         2: .line 2296
            aload 8 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2297
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         4: .line 2299
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            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/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 // org.jruby.runtime.Block block
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6     block  Lorg/jruby/runtime/Block;
            1    5     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      block     

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[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.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        start local 7 // org.jruby.runtime.Block block
         0: .line 2305
            getstatic org.jruby.RubyClass.$assertionsDisabled:Z
            ifne 1
            aload 6 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 2306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 2307
            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
         3: .line 2309
            aload 9 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2310
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 9 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         5: .line 2312
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* args */
            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/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.Block block
        end local 6 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2  callType  Lorg/jruby/runtime/CallType;
            0    6     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      name  Ljava/lang/String;
            0    6     6      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     7     block  Lorg/jruby/runtime/Block;
            2    6     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      args      
      block     

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;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.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        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
        start local 7 // org.jruby.runtime.Block block
         0: .line 2318
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2319
            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
         2: .line 2321
            aload 9 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2322
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 9 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* callType */
            aload 6 /* arg */
            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
         4: .line 2324
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg */
            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/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.Block block
        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.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7     block  Lorg/jruby/runtime/Block;
            1    5     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      arg       
      block     

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=11, args_size=9
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        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 2330
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2331
            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
         2: .line 2333
            aload 10 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2334
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 10 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         4: .line 2336
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 10 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* block */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/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.Block block
        end local 7 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     8     block  Lorg/jruby/runtime/Block;
            1    5     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      arg0      
      arg1      
      block     

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=12, args_size=10
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        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 2342
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 10 /* entry */
        start local 10 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2343
            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
         2: .line 2345
            aload 11 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2346
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 11 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         4: .line 2348
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 11 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 10 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            aload 9 /* 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.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 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     8      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     9     block  Lorg/jruby/runtime/Block;
            1    5    10     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5    11    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      arg0      
      arg1      
      arg2      
      block     

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
         0: .line 2353
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 6 /* entry */
        start local 6 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2354
            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
         2: .line 2356
            aload 7 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2357
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 7 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         4: .line 2359
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 7 /* method */
            aload 1 /* 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.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            1    5     6     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     7    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 2365
            getstatic org.jruby.RubyClass.$assertionsDisabled:Z
            ifne 1
            aload 6 /* args */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 2366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         2: .line 2367
            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
         3: .line 2369
            aload 8 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 5
         4: .line 2370
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         5: .line 2372
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 7 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* 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 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/jruby/RubyClass;
            0    6     1   context  Lorg/jruby/runtime/ThreadContext;
            0    6     2  callType  Lorg/jruby/runtime/CallType;
            0    6     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    6     5      name  Ljava/lang/String;
            0    6     6      args  [Lorg/jruby/runtime/builtin/IRubyObject;
            2    6     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            3    6     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      args      

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=7
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        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 2378
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 7 /* entry */
        start local 7 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2379
            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
         2: .line 2381
            aload 8 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2382
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 8 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         4: .line 2384
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 8 /* method */
            aload 1 /* 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.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6       arg  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     7     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     8    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      arg       

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=8
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        start local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 7 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 2390
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 8 /* entry */
        start local 8 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2391
            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
         2: .line 2393
            aload 9 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2394
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 9 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* 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
         4: .line 2396
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 9 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 8 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            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 arg1
        end local 6 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     8     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5     9    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      arg0      
      arg1      

  public org.jruby.runtime.builtin.IRubyObject invokeFrom(org.jruby.runtime.ThreadContext, org.jruby.runtime.CallType, org.jruby.runtime.builtin.IRubyObject, 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/ThreadContext;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;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: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=11, args_size=9
        start local 0 // org.jruby.RubyClass this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.CallType callType
        start local 3 // org.jruby.runtime.builtin.IRubyObject caller
        start local 4 // org.jruby.runtime.builtin.IRubyObject self
        start local 5 // java.lang.String name
        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
         0: .line 2402
            aload 0 /* this */
            aload 5 /* name */
            invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
            astore 9 /* entry */
        start local 9 // org.jruby.runtime.callsite.CacheEntry entry
         1: .line 2403
            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
         2: .line 2405
            aload 10 /* method */
            aload 5 /* name */
            aload 3 /* caller */
            aload 2 /* callType */
            invokestatic org.jruby.RubyClass.shouldCallMethodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
            ifeq 4
         3: .line 2406
            aload 1 /* context */
            aload 4 /* self */
            aload 0 /* this */
            aload 10 /* method */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
            aload 5 /* name */
            aload 2 /* callType */
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            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
         4: .line 2408
      StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
      StackMap stack:
            aload 10 /* method */
            aload 1 /* context */
            aload 4 /* self */
            aload 9 /* entry */
            getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
            aload 5 /* name */
            aload 6 /* arg0 */
            aload 7 /* arg1 */
            aload 8 /* arg2 */
            invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            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 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 5 // java.lang.String name
        end local 4 // org.jruby.runtime.builtin.IRubyObject self
        end local 3 // org.jruby.runtime.builtin.IRubyObject caller
        end local 2 // org.jruby.runtime.CallType callType
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyClass this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/RubyClass;
            0    5     1   context  Lorg/jruby/runtime/ThreadContext;
            0    5     2  callType  Lorg/jruby/runtime/CallType;
            0    5     3    caller  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     4      self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     5      name  Ljava/lang/String;
            0    5     6      arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     7      arg1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     8      arg2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     9     entry  Lorg/jruby/runtime/callsite/CacheEntry;
            2    5    10    method  Lorg/jruby/internal/runtime/methods/DynamicMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      context   
      callType  
      caller    
      self      
      name      
      arg0      
      arg1      
      arg2      
}
SourceFile: "RubyClass.java"
NestMembers:
  org.jruby.RubyClass$1  org.jruby.RubyClass$2  org.jruby.RubyClass$3  org.jruby.RubyClass$4  org.jruby.RubyClass$5  org.jruby.RubyClass$BaseReificator  org.jruby.RubyClass$CS_NAMES  org.jruby.RubyClass$MarshalTuple  org.jruby.RubyClass$MarshalType  org.jruby.RubyClass$MethodReificator  org.jruby.RubyClass$Reificator
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  org.jruby.RubyClass$1
  org.jruby.RubyClass$2
  org.jruby.RubyClass$3
  org.jruby.RubyClass$4
  org.jruby.RubyClass$5
  private abstract BaseReificator = org.jruby.RubyClass$BaseReificator of org.jruby.RubyClass
  public final CS_NAMES = org.jruby.RubyClass$CS_NAMES of org.jruby.RubyClass
  private MarshalTuple = org.jruby.RubyClass$MarshalTuple of org.jruby.RubyClass
  private final MarshalType = org.jruby.RubyClass$MarshalType of org.jruby.RubyClass
  private MethodReificator = org.jruby.RubyClass$MethodReificator of org.jruby.RubyClass
  abstract Reificator = org.jruby.RubyClass$Reificator of org.jruby.RubyClass
  public final JavaClassKindOf = org.jruby.RubyModule$JavaClassKindOf of org.jruby.RubyModule
  public CheckedSites = org.jruby.runtime.JavaSites$CheckedSites of org.jruby.runtime.JavaSites
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Class"}, parent = "Module")