class org.jruby.RubyArray$6 extends org.jruby.RubyArray$BlockComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyArray$6
  super_class: org.jruby.RubyArray$BlockComparator
{
  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, org.jruby.runtime.Block, org.jruby.runtime.CallSite, org.jruby.runtime.CallSite);
    descriptor: (Lorg/jruby/RubyArray;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/CallSite;Lorg/jruby/runtime/CallSite;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.jruby.RubyArray$6 this
        start local 2 // org.jruby.runtime.ThreadContext $anonymous0
        start local 3 // org.jruby.runtime.Block $anonymous1
        start local 4 // org.jruby.runtime.CallSite $anonymous2
        start local 5 // org.jruby.runtime.CallSite $anonymous3
         0: .line 3735
            aload 0 /* this */
            aload 1
            putfield org.jruby.RubyArray$6.this$0:Lorg/jruby/RubyArray;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            invokespecial org.jruby.RubyArray$BlockComparator.<init>:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/CallSite;Lorg/jruby/runtime/CallSite;)V
            return
        end local 5 // org.jruby.runtime.CallSite $anonymous3
        end local 4 // org.jruby.runtime.CallSite $anonymous2
        end local 3 // org.jruby.runtime.Block $anonymous1
        end local 2 // org.jruby.runtime.ThreadContext $anonymous0
        end local 0 // org.jruby.RubyArray$6 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jruby/RubyArray$6;
            0    1     2  $anonymous0  Lorg/jruby/runtime/ThreadContext;
            0    1     3  $anonymous1  Lorg/jruby/runtime/Block;
            0    1     4  $anonymous2  Lorg/jruby/runtime/CallSite;
            0    1     5  $anonymous3  Lorg/jruby/runtime/CallSite;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  

  public int compare(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.jruby.RubyArray$6 this
        start local 1 // org.jruby.runtime.builtin.IRubyObject obj1
        start local 2 // org.jruby.runtime.builtin.IRubyObject obj2
         0: .line 3738
            aload 0 /* this */
            aload 1 /* obj1 */
            aload 2 /* obj2 */
            invokespecial org.jruby.RubyArray$BlockComparator.compare:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)I
            istore 3 /* result */
        start local 3 // int result
         1: .line 3739
            aload 0 /* this */
            getfield org.jruby.RubyArray$6.this$0:Lorg/jruby/RubyArray;
            invokevirtual org.jruby.RubyArray.modifyCheck:()V
         2: .line 3740
            iload 3 /* result */
            ireturn
        end local 3 // int result
        end local 2 // org.jruby.runtime.builtin.IRubyObject obj2
        end local 1 // org.jruby.runtime.builtin.IRubyObject obj1
        end local 0 // org.jruby.RubyArray$6 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/RubyArray$6;
            0    3     1    obj1  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2    obj2  Lorg/jruby/runtime/builtin/IRubyObject;
            1    3     3  result  I
    MethodParameters:
      Name  Flags
      obj1  
      obj2  
}
SourceFile: "RubyArray.java"
EnclosingMethod: org.jruby.RubyArray.sortInternal:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
NestHost: org.jruby.RubyArray
InnerClasses:
  org.jruby.RubyArray$6
  BlockComparator = org.jruby.RubyArray$BlockComparator of org.jruby.RubyArray