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

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

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1 this
        start local 1 // java.lang.Object o1
        start local 2 // java.lang.Object o2
         0: .line 60
            aload 1 /* o1 */
            checkcast sun.jvm.hotspot.debugger.Address
            astore 3 /* a1 */
        start local 3 // sun.jvm.hotspot.debugger.Address a1
         1: .line 61
            aload 2 /* o2 */
            checkcast sun.jvm.hotspot.debugger.Address
            astore 4 /* a2 */
        start local 4 // sun.jvm.hotspot.debugger.Address a2
         2: .line 63
            aload 3 /* a1 */
            ifnonnull 4
            aload 4 /* a2 */
            ifnonnull 4
         3: .line 64
            iconst_0
            ireturn
         4: .line 65
      StackMap locals: sun.jvm.hotspot.debugger.Address sun.jvm.hotspot.debugger.Address
      StackMap stack:
            aload 3 /* a1 */
            ifnonnull 6
         5: .line 66
            iconst_m1
            ireturn
         6: .line 67
      StackMap locals:
      StackMap stack:
            aload 4 /* a2 */
            ifnonnull 8
         7: .line 68
            iconst_1
            ireturn
         8: .line 71
      StackMap locals:
      StackMap stack:
            aload 3 /* a1 */
            aload 4 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 72
            iconst_0
            ireturn
        10: .line 73
      StackMap locals:
      StackMap stack:
            aload 3 /* a1 */
            aload 4 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 12
        11: .line 74
            iconst_m1
            ireturn
        12: .line 76
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // sun.jvm.hotspot.debugger.Address a2
        end local 3 // sun.jvm.hotspot.debugger.Address a1
        end local 2 // java.lang.Object o2
        end local 1 // java.lang.Object o1
        end local 0 // sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/jvm/hotspot/ui/AnnotatedMemoryPanel$1;
            0   13     1    o1  Ljava/lang/Object;
            0   13     2    o2  Ljava/lang/Object;
            1   13     3    a1  Lsun/jvm/hotspot/debugger/Address;
            2   13     4    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      o1    
      o2    
}
SourceFile: "AnnotatedMemoryPanel.java"
EnclosingMethod: sun.jvm.hotspot.ui.AnnotatedMemoryPanel
NestHost: sun.jvm.hotspot.ui.AnnotatedMemoryPanel
InnerClasses:
  sun.jvm.hotspot.ui.AnnotatedMemoryPanel$1