class sun.jvm.hotspot.ui.ProcessListPanel$3 implements java.util.Comparator<sun.jvm.hotspot.debugger.ProcessInfo>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.jvm.hotspot.ui.ProcessListPanel$3
  super_class: java.lang.Object
{
  final sun.jvm.hotspot.ui.ProcessListPanel this$0;
    descriptor: Lsun/jvm/hotspot/ui/ProcessListPanel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.jvm.hotspot.ui.ProcessListPanel);
    descriptor: (Lsun/jvm/hotspot/ui/ProcessListPanel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.ui.ProcessListPanel$3 this
         0: .line 185
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.ProcessListPanel$3.this$0:Lsun/jvm/hotspot/ui/ProcessListPanel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.ui.ProcessListPanel$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/ProcessListPanel$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(sun.jvm.hotspot.debugger.ProcessInfo, sun.jvm.hotspot.debugger.ProcessInfo);
    descriptor: (Lsun/jvm/hotspot/debugger/ProcessInfo;Lsun/jvm/hotspot/debugger/ProcessInfo;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.ui.ProcessListPanel$3 this
        start local 1 // sun.jvm.hotspot.debugger.ProcessInfo o1
        start local 2 // sun.jvm.hotspot.debugger.ProcessInfo o2
         0: .line 187
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ProcessListPanel$3.this$0:Lsun/jvm/hotspot/ui/ProcessListPanel;
            getfield sun.jvm.hotspot.ui.ProcessListPanel.sortReversed:Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* scale */
        start local 3 // int scale
         3: .line 188
            iload 3 /* scale */
            aload 1 /* o1 */
            invokevirtual sun.jvm.hotspot.debugger.ProcessInfo.getName:()Ljava/lang/String;
            aload 2 /* o2 */
            invokevirtual sun.jvm.hotspot.debugger.ProcessInfo.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.compareToIgnoreCase:(Ljava/lang/String;)I
            imul
            ireturn
        end local 3 // int scale
        end local 2 // sun.jvm.hotspot.debugger.ProcessInfo o2
        end local 1 // sun.jvm.hotspot.debugger.ProcessInfo o1
        end local 0 // sun.jvm.hotspot.ui.ProcessListPanel$3 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/jvm/hotspot/ui/ProcessListPanel$3;
            0    4     1     o1  Lsun/jvm/hotspot/debugger/ProcessInfo;
            0    4     2     o2  Lsun/jvm/hotspot/debugger/ProcessInfo;
            3    4     3  scale  I
    MethodParameters:
      Name  Flags
      o1    
      o2    

  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 sun.jvm.hotspot.debugger.ProcessInfo
            aload 2
            checkcast sun.jvm.hotspot.debugger.ProcessInfo
            invokevirtual sun.jvm.hotspot.ui.ProcessListPanel$3.compare:(Lsun/jvm/hotspot/debugger/ProcessInfo;Lsun/jvm/hotspot/debugger/ProcessInfo;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lsun/jvm/hotspot/debugger/ProcessInfo;>;
SourceFile: "ProcessListPanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.ProcessListPanel.sort:(Ljava/util/List;)V
NestHost: sun.jvm.hotspot.ui.ProcessListPanel
InnerClasses:
  sun.jvm.hotspot.ui.ProcessListPanel$3