class org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2 implements java.util.Comparator<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2
  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

  private final org.jruby.runtime.profile.builtin.MethodData val$data;
    descriptor: Lorg/jruby/runtime/profile/builtin/MethodData;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public int compare(java.lang.Integer, java.lang.Integer);
    descriptor: (Ljava/lang/Integer;Ljava/lang/Integer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2 this
        start local 1 // java.lang.Integer child1
        start local 2 // java.lang.Integer child2
         0: .line 125
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2.val$data:Lorg/jruby/runtime/profile/builtin/MethodData;
            aload 1 /* child1 */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.jruby.runtime.profile.builtin.MethodData.rootInvocationsOfChild:(I)Lorg/jruby/runtime/profile/builtin/InvocationSet;
            invokevirtual org.jruby.runtime.profile.builtin.InvocationSet.totalTime:()J
            lstore 3 /* time1 */
        start local 3 // long time1
         1: .line 126
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2.val$data:Lorg/jruby/runtime/profile/builtin/MethodData;
            aload 2 /* child2 */
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual org.jruby.runtime.profile.builtin.MethodData.rootInvocationsOfChild:(I)Lorg/jruby/runtime/profile/builtin/InvocationSet;
            invokevirtual org.jruby.runtime.profile.builtin.InvocationSet.totalTime:()J
            lstore 5 /* time2 */
        start local 5 // long time2
         2: .line 127
            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 // java.lang.Integer child2
        end local 1 // java.lang.Integer child1
        end local 0 // org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/jruby/runtime/profile/builtin/HtmlProfilePrinter$2;
            0    6     1  child1  Ljava/lang/Integer;
            0    6     2  child2  Ljava/lang/Integer;
            1    6     3   time1  J
            2    6     5   time2  J
    MethodParameters:
        Name  Flags
      child1  
      child2  

  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 java.lang.Integer
            aload 2
            checkcast java.lang.Integer
            invokevirtual org.jruby.runtime.profile.builtin.HtmlProfilePrinter$2.compare:(Ljava/lang/Integer;Ljava/lang/Integer;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Ljava/lang/Integer;>;
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$2