public abstract class sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement
  super_class: java.lang.Object
{
  private static final long[] signedMinValues;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] signedMaxValues;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long[] unsignedMaxValues;
    descriptor: [J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 33
            iconst_4
            newarray 11
            dup
            iconst_0
         1: .line 34
            ldc -128
            lastore
            dup
            iconst_1
         2: .line 35
            ldc -32768
            lastore
            dup
            iconst_2
         3: .line 36
            ldc -2147483648
            lastore
            dup
            iconst_3
         4: .line 37
            ldc -9223372036854775808
            lastore
         5: .line 33
            putstatic sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.signedMinValues:[J
         6: .line 41
            iconst_4
            newarray 11
            dup
            iconst_0
         7: .line 42
            ldc 127
            lastore
            dup
            iconst_1
         8: .line 43
            ldc 32767
            lastore
            dup
            iconst_2
         9: .line 44
            ldc 2147483647
            lastore
            dup
            iconst_3
        10: .line 45
            ldc 9223372036854775807
            lastore
        11: .line 41
            putstatic sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.signedMaxValues:[J
        12: .line 50
            iconst_4
            newarray 11
            dup
            iconst_0
        13: .line 51
            ldc 255
            lastore
            dup
            iconst_1
        14: .line 52
            ldc 65535
            lastore
            dup
            iconst_2
        15: .line 53
            ldc 4294967295
            lastore
            dup
            iconst_3
        16: .line 54
            ldc -1
            lastore
        17: .line 50
            putstatic sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.unsignedMaxValues:[J
        18: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/MachineDescriptionTwosComplement;

  public long cIntegerTypeMaxValue(long, boolean);
    descriptor: (JZ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
        start local 1 // long sizeInBytes
        start local 3 // boolean isUnsigned
         0: .line 58
            iload 3 /* isUnsigned */
            ifeq 2
         1: .line 63
            aload 0 /* this */
            lload 1 /* sizeInBytes */
            getstatic sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.unsignedMaxValues:[J
            invokevirtual sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.tableLookup:(J[J)J
            lreturn
         2: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* sizeInBytes */
            getstatic sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.signedMaxValues:[J
            invokevirtual sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.tableLookup:(J[J)J
            lreturn
        end local 3 // boolean isUnsigned
        end local 1 // long sizeInBytes
        end local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/jvm/hotspot/debugger/MachineDescriptionTwosComplement;
            0    3     1  sizeInBytes  J
            0    3     3   isUnsigned  Z
    MethodParameters:
             Name  Flags
      sizeInBytes  
      isUnsigned   

  public long cIntegerTypeMinValue(long, boolean);
    descriptor: (JZ)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
        start local 1 // long sizeInBytes
        start local 3 // boolean isUnsigned
         0: .line 70
            iload 3 /* isUnsigned */
            ifeq 2
         1: .line 71
            lconst_0
            lreturn
         2: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* sizeInBytes */
            getstatic sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.signedMinValues:[J
            invokevirtual sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement.tableLookup:(J[J)J
            lreturn
        end local 3 // boolean isUnsigned
        end local 1 // long sizeInBytes
        end local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/jvm/hotspot/debugger/MachineDescriptionTwosComplement;
            0    3     1  sizeInBytes  J
            0    3     3   isUnsigned  Z
    MethodParameters:
             Name  Flags
      sizeInBytes  
      isUnsigned   

  public boolean isLP64();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
         0: .line 79
            iconst_0
            ireturn
        end local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/jvm/hotspot/debugger/MachineDescriptionTwosComplement;

  private long tableLookup(long, long[]);
    descriptor: (J[J)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
        start local 1 // long sizeInBytes
        start local 3 // long[] table
         0: .line 83
            lload 1 /* sizeInBytes */
            l2i
            tableswitch { // 1 - 8
                    1: 1
                    2: 2
                    3: 5
                    4: 3
                    5: 5
                    6: 5
                    7: 5
                    8: 4
              default: 5
          }
         1: .line 85
      StackMap locals:
      StackMap stack:
            aload 3 /* table */
            iconst_0
            laload
            lreturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 3 /* table */
            iconst_1
            laload
            lreturn
         3: .line 89
      StackMap locals:
      StackMap stack:
            aload 3 /* table */
            iconst_2
            laload
            lreturn
         4: .line 91
      StackMap locals:
      StackMap stack:
            aload 3 /* table */
            iconst_3
            laload
            lreturn
         5: .line 93
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "C integer type of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 1 /* sizeInBytes */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc " not supported"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // long[] table
        end local 1 // long sizeInBytes
        end local 0 // sun.jvm.hotspot.debugger.MachineDescriptionTwosComplement this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lsun/jvm/hotspot/debugger/MachineDescriptionTwosComplement;
            0    6     1  sizeInBytes  J
            0    6     3        table  [J
    MethodParameters:
             Name  Flags
      sizeInBytes  
      table        
}
SourceFile: "MachineDescriptionTwosComplement.java"