class org.jruby.RubyComparable$1 implements org.jruby.runtime.ThreadContext$RecursiveFunctionEx<org.jruby.runtime.builtin.IRubyObject>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyComparable$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyComparable$1 this
         0: .line 129
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyComparable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyComparable$1;

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.jruby.RubyComparable$1 this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject recv
        start local 3 // org.jruby.runtime.builtin.IRubyObject other
        start local 4 // boolean recur
         0: .line 132
            iload 4 /* recur */
            ifne 1
            aload 1 /* context */
            invokestatic org.jruby.RubyComparable.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$ComparableSites;
            getfield org.jruby.runtime.JavaSites$ComparableSites.respond_to_op_cmp:Lorg/jruby/runtime/callsite/RespondToCallSite;
            aload 1 /* context */
            aload 3 /* other */
            aload 3 /* other */
            invokevirtual org.jruby.runtime.callsite.RespondToCallSite.respondsTo:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            invokestatic org.jruby.RubyComparable.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$ComparableSites;
            getfield org.jruby.runtime.JavaSites$ComparableSites.op_cmp:Lorg/jruby/runtime/CallSite;
            aload 1 /* context */
            aload 3 /* other */
            aload 3 /* other */
            aload 2 /* recv */
            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 // boolean recur
        end local 3 // org.jruby.runtime.builtin.IRubyObject other
        end local 2 // org.jruby.runtime.builtin.IRubyObject recv
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.RubyComparable$1 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/RubyComparable$1;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
            0    3     2     recv  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    other  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     4    recur  Z
    MethodParameters:
         Name  Flags
      context  
      recv     
      other    
      recur    

  public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, java.lang.Object, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast org.jruby.runtime.builtin.IRubyObject
            aload 3
            iload 4
            invokevirtual org.jruby.RubyComparable$1.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx<Lorg/jruby/runtime/builtin/IRubyObject;>;
SourceFile: "RubyComparable.java"
EnclosingMethod: org.jruby.RubyComparable
NestHost: org.jruby.RubyComparable
InnerClasses:
  org.jruby.RubyComparable$1
  public ComparableSites = org.jruby.runtime.JavaSites$ComparableSites of org.jruby.runtime.JavaSites
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext