public class sun.jvm.hotspot.utilities.AddressOps
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.utilities.AddressOps
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.utilities.AddressOps this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.utilities.AddressOps this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/utilities/AddressOps;

  public static boolean lessThan(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 36
            aload 1 /* a2 */
            ifnonnull 2
         1: .line 37
            iconst_0
            ireturn
         2: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            ifnonnull 4
         3: .line 39
            iconst_1
            ireturn
         4: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    5     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean lessThanOrEqual(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 47
            aload 1 /* a2 */
            ifnonnull 3
         1: .line 48
            aload 0 /* a1 */
            ifnonnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            ifnonnull 5
         4: .line 50
            iconst_1
            ireturn
         5: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    6     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean greaterThan(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 58
            aload 0 /* a1 */
            ifnonnull 2
         1: .line 59
            iconst_0
            ireturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 1 /* a2 */
            ifnonnull 4
         3: .line 61
            iconst_1
            ireturn
         4: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThan:(Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    5     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean greaterThanOrEqual(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 69
            aload 0 /* a1 */
            ifnonnull 3
         1: .line 70
            aload 1 /* a2 */
            ifnonnull 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 71
      StackMap locals:
      StackMap stack:
            aload 1 /* a2 */
            ifnonnull 5
         4: .line 72
            iconst_1
            ireturn
         5: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    6     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean equal(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 80
            aload 0 /* a1 */
            ifnonnull 2
            aload 1 /* a2 */
            ifnonnull 2
         1: .line 81
            iconst_1
            ireturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            ifnull 3
            aload 1 /* a2 */
            ifnonnull 4
         3: .line 85
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokeinterface sun.jvm.hotspot.debugger.Address.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    5     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean lt(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 93
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lessThan:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    1     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean lte(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 98
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lessThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    1     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean gt(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 103
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.greaterThan:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    1     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static boolean gte(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 108
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.greaterThanOrEqual:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ireturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    1     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static sun.jvm.hotspot.debugger.Address max(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 113
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.gt:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 1
            aload 0 /* a1 */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* a2 */
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.Address
         2: areturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    3     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    

  public static sun.jvm.hotspot.debugger.Address min(sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.debugger.Address);
    descriptor: (Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Lsun/jvm/hotspot/debugger/Address;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.debugger.Address a1
        start local 1 // sun.jvm.hotspot.debugger.Address a2
         0: .line 118
            aload 0 /* a1 */
            aload 1 /* a2 */
            invokestatic sun.jvm.hotspot.utilities.AddressOps.lt:(Lsun/jvm/hotspot/debugger/Address;Lsun/jvm/hotspot/debugger/Address;)Z
            ifeq 1
            aload 0 /* a1 */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* a2 */
      StackMap locals:
      StackMap stack: sun.jvm.hotspot.debugger.Address
         2: areturn
        end local 1 // sun.jvm.hotspot.debugger.Address a2
        end local 0 // sun.jvm.hotspot.debugger.Address a1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    a1  Lsun/jvm/hotspot/debugger/Address;
            0    3     1    a2  Lsun/jvm/hotspot/debugger/Address;
    MethodParameters:
      Name  Flags
      a1    
      a2    
}
SourceFile: "AddressOps.java"