class org.jruby.RubyArray$5 extends org.jruby.RubyArray$DefaultComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyArray$5
  super_class: org.jruby.RubyArray$DefaultComparator
{
  final org.jruby.RubyArray this$0;
    descriptor: Lorg/jruby/RubyArray;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.RubyArray, org.jruby.runtime.ThreadContext, boolean);
    descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.RubyArray$5 this
        start local 2 // org.jruby.runtime.ThreadContext $anonymous0
        start local 3 // boolean $anonymous1
         0: .line 3597
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyArray$5.this$0:Lorg/jruby/RubyArray;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            invokespecial org.jruby.RubyArray$DefaultComparator.<init>:(Lorg/jruby/runtime/ThreadContext;Z)V
            return
        end local 3 // boolean $anonymous1
        end local 2 // org.jruby.runtime.ThreadContext $anonymous0
        end local 0 // org.jruby.RubyArray$5 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/RubyArray$5;
            0    1     2  $anonymous0  Lorg/jruby/runtime/ThreadContext;
            0    1     3  $anonymous1  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  protected int compareGeneric(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.RubyArray$5 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject o1
        start local 2 // org.jruby.runtime.builtin.IRubyObject o2
         0: .line 3599
            aload 0 /* this */
            aload 1 /* o1 */
            aload 2 /* o2 */
            invokespecial org.jruby.RubyArray$DefaultComparator.compareGeneric:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
            istore 3 /* result */
        start local 3 // int result
         1: .line 3600
            aload 0 /* this */
            getfield org.jruby.RubyArray$5.this$0:Lorg/jruby/RubyArray;
            invokevirtual org.jruby.RubyArray.modifyCheck:()V
         2: .line 3601
            iload 3 /* result */
            ireturn
        end local 3 // int result
        end local 2 // org.jruby.runtime.builtin.IRubyObject o2
        end local 1 // org.jruby.runtime.builtin.IRubyObject o1
        end local 0 // org.jruby.RubyArray$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/RubyArray$5;
            0    3     1      o1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2      o2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3  result  I
    MethodParameters:
      Name  Flags
      o1    
      o2    
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.sortInternal:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyArray
InnerClasses:
  org.jruby.RubyArray$5
  public DefaultComparator = org.jruby.RubyArray$DefaultComparator of org.jruby.RubyArray