class org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1 implements java.util.Comparator<org.jruby.runtime.profile.builtin.MethodData>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1
  super_class: java.lang.Object
{
  final org.jruby.runtime.profile.builtin.HtmlProfilePrinter this$0;
    descriptor: Lorg/jruby/runtime/profile/builtin/HtmlProfilePrinter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.jruby.runtime.profile.builtin.HtmlProfilePrinter);
    descriptor: (Lorg/jruby/runtime/profile/builtin/HtmlProfilePrinter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1 this
         0: .line 78
            aload 0 /* this */
            aload 1
            putfield org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1.this$0:Lorg/jruby/runtime/profile/builtin/HtmlProfilePrinter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/HtmlProfilePrinter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(org.jruby.runtime.profile.builtin.MethodData, org.jruby.runtime.profile.builtin.MethodData);
    descriptor: (Lorg/jruby/runtime/profile/builtin/MethodData;Lorg/jruby/runtime/profile/builtin/MethodData;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1 this
        start local 1 // org.jruby.runtime.profile.builtin.MethodData md1
        start local 2 // org.jruby.runtime.profile.builtin.MethodData md2
         0: .line 80
            aload 1 /* md1 */
            invokevirtual org.jruby.runtime.profile.builtin.MethodData.totalTime:()J
            lstore 3 /* time1 */
        start local 3 // long time1
         1: .line 81
            aload 2 /* md2 */
            invokevirtual org.jruby.runtime.profile.builtin.MethodData.totalTime:()J
            lstore 5 /* time2 */
        start local 5 // long time2
         2: .line 82
            lload 3 /* time1 */
            lload 5 /* time2 */
            lcmp
            ifne 3
            iconst_0
            goto 5
      StackMap locals: long long
      StackMap stack:
         3: lload 3 /* time1 */
            lload 5 /* time2 */
            lcmp
            ifge 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 5 // long time2
        end local 3 // long time1
        end local 2 // org.jruby.runtime.profile.builtin.MethodData md2
        end local 1 // org.jruby.runtime.profile.builtin.MethodData md1
        end local 0 // org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/jruby/runtime/profile/builtin/HtmlProfilePrinter$1;
            0    6     1    md1  Lorg/jruby/runtime/profile/builtin/MethodData;
            0    6     2    md2  Lorg/jruby/runtime/profile/builtin/MethodData;
            1    6     3  time1  J
            2    6     5  time2  J
    MethodParameters:
      Name  Flags
      md1   
      md2   

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.jruby.runtime.profile.builtin.MethodData
            aload 2
            checkcast org.jruby.runtime.profile.builtin.MethodData
            invokevirtual org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1.compare:(Lorg/jruby/runtime/profile/builtin/MethodData;Lorg/jruby/runtime/profile/builtin/MethodData;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/jruby/runtime/profile/builtin/MethodData;>;
SourceFile: "HtmlProfilePrinter.java"
EnclosingMethod: org.jruby.runtime.profile.builtin.HtmlProfilePrinter.printProfile:(Ljava/io/PrintStream;Z)V
NestHost: org.jruby.runtime.profile.builtin.HtmlProfilePrinter
InnerClasses:
  org.jruby.runtime.profile.builtin.HtmlProfilePrinter$1