class sun.jvm.hotspot.ui.ProcessListPanel$4 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$4
  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$4 this
         0: .line 192
            aload 0 /* this */
            aload 1
            putfield sun.jvm.hotspot.ui.ProcessListPanel$4.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$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/ui/ProcessListPanel$4;
    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=2, locals=7, args_size=3
        start local 0 // sun.jvm.hotspot.ui.ProcessListPanel$4 this
        start local 1 // sun.jvm.hotspot.debugger.ProcessInfo o1
        start local 2 // sun.jvm.hotspot.debugger.ProcessInfo o2
         0: .line 194
            aload 0 /* this */
            getfield sun.jvm.hotspot.ui.ProcessListPanel$4.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 195
            aload 1 /* o1 */
            invokevirtual sun.jvm.hotspot.debugger.ProcessInfo.getPid:()I
            istore 4 /* pid1 */
        start local 4 // int pid1
         4: .line 196
            aload 2 /* o2 */
            invokevirtual sun.jvm.hotspot.debugger.ProcessInfo.getPid:()I
            istore 5 /* pid2 */
        start local 5 // int pid2
         5: .line 198
            iload 4 /* pid1 */
            iload 5 /* pid2 */
            if_icmpge 7
            iconst_m1
            istore 6 /* ret */
        start local 6 // int ret
         6: goto 10
        end local 6 // int ret
         7: .line 199
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* pid1 */
            iload 5 /* pid2 */
            if_icmpne 9
            iconst_0
            istore 6 /* ret */
        start local 6 // int ret
         8: goto 10
        end local 6 // int ret
         9: .line 200
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 6 /* ret */
        start local 6 // int ret
        10: .line 201
      StackMap locals: int
      StackMap stack:
            iload 6 /* ret */
            iload 3 /* scale */
            imul
            ireturn
        end local 6 // int ret
        end local 5 // int pid2
        end local 4 // int pid1
        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$4 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lsun/jvm/hotspot/ui/ProcessListPanel$4;
            0   11     1     o1  Lsun/jvm/hotspot/debugger/ProcessInfo;
            0   11     2     o2  Lsun/jvm/hotspot/debugger/ProcessInfo;
            3   11     3  scale  I
            4   11     4   pid1  I
            5   11     5   pid2  I
            6    7     6    ret  I
            8    9     6    ret  I
           10   11     6    ret  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$4.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$4