public final class java.lang.Long extends java.lang.Number implements java.lang.Comparable<java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.lang.Long
  super_class: java.lang.Number
{
  public static final long MIN_VALUE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -9223372036854775808

  public static final long MAX_VALUE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9223372036854775807

  public static final java.lang.Class<java.lang.Long> TYPE;
    descriptor: Ljava/lang/Class;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<Ljava/lang/Long;>;

  private final long value;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public static final int SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  public static final int BYTES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4290774380558885855

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 79
            ldc "long"
            invokestatic java.lang.Class.getPrimitiveClass:(Ljava/lang/String;)Ljava/lang/Class;
            putstatic java.lang.Long.TYPE:Ljava/lang/Class;
         1: .line 1958
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static java.lang.String toString(long, int);
    descriptor: (JI)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // long i
        start local 2 // int radix
         0: .line 126
            iload 2 /* radix */
            iconst_2
            if_icmplt 1
            iload 2 /* radix */
            bipush 36
            if_icmple 2
         1: .line 127
      StackMap locals:
      StackMap stack:
            bipush 10
            istore 2 /* radix */
         2: .line 128
      StackMap locals:
      StackMap stack:
            iload 2 /* radix */
            bipush 10
            if_icmpne 4
         3: .line 129
            lload 0 /* i */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
         4: .line 131
      StackMap locals:
      StackMap stack:
            getstatic java.lang.String.COMPACT_STRINGS:Z
            ifeq 20
         5: .line 132
            bipush 65
            newarray 8
            astore 3 /* buf */
        start local 3 // byte[] buf
         6: .line 133
            bipush 64
            istore 4 /* charPos */
        start local 4 // int charPos
         7: .line 134
            lload 0 /* i */
            lconst_0
            lcmp
            ifge 8
            iconst_1
            goto 9
      StackMap locals: byte[] int
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* negative */
        start local 5 // boolean negative
        10: .line 136
            iload 5 /* negative */
            ifne 15
        11: .line 137
            lload 0 /* i */
            lneg
            lstore 0 /* i */
        12: .line 140
            goto 15
        13: .line 141
      StackMap locals: int
      StackMap stack:
            aload 3 /* buf */
            iload 4 /* charPos */
            iinc 4 /* charPos */ -1
            getstatic java.lang.Integer.digits:[C
            lload 0 /* i */
            iload 2 /* radix */
            i2l
            lrem
            lneg
            l2i
            caload
            i2b
            bastore
        14: .line 142
            lload 0 /* i */
            iload 2 /* radix */
            i2l
            ldiv
            lstore 0 /* i */
        15: .line 140
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            iload 2 /* radix */
            ineg
            i2l
            lcmp
            ifle 13
        16: .line 144
            aload 3 /* buf */
            iload 4 /* charPos */
            getstatic java.lang.Integer.digits:[C
            lload 0 /* i */
            lneg
            l2i
            caload
            i2b
            bastore
        17: .line 146
            iload 5 /* negative */
            ifeq 19
        18: .line 147
            aload 3 /* buf */
            iinc 4 /* charPos */ -1
            iload 4 /* charPos */
            bipush 45
            bastore
        19: .line 149
      StackMap locals:
      StackMap stack:
            aload 3 /* buf */
            iload 4 /* charPos */
            bipush 65
            iload 4 /* charPos */
            isub
            invokestatic java.lang.StringLatin1.newString:([BII)Ljava/lang/String;
            areturn
        end local 5 // boolean negative
        end local 4 // int charPos
        end local 3 // byte[] buf
        20: .line 151
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            iload 2 /* radix */
            invokestatic java.lang.Long.toStringUTF16:(JI)Ljava/lang/String;
            areturn
        end local 2 // int radix
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   21     0         i  J
            0   21     2     radix  I
            6   20     3       buf  [B
            7   20     4   charPos  I
           10   20     5  negative  Z
    MethodParameters:
       Name  Flags
      i      
      radix  

  private static java.lang.String toStringUTF16(long, int);
    descriptor: (JI)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // long i
        start local 2 // int radix
         0: .line 155
            sipush 130
            newarray 8
            astore 3 /* buf */
        start local 3 // byte[] buf
         1: .line 156
            bipush 64
            istore 4 /* charPos */
        start local 4 // int charPos
         2: .line 157
            lload 0 /* i */
            lconst_0
            lcmp
            ifge 3
            iconst_1
            goto 4
      StackMap locals: byte[] int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 5 /* negative */
        start local 5 // boolean negative
         5: .line 158
            iload 5 /* negative */
            ifne 10
         6: .line 159
            lload 0 /* i */
            lneg
            lstore 0 /* i */
         7: .line 161
            goto 10
         8: .line 162
      StackMap locals: int
      StackMap stack:
            aload 3 /* buf */
            iload 4 /* charPos */
            iinc 4 /* charPos */ -1
            getstatic java.lang.Integer.digits:[C
            lload 0 /* i */
            iload 2 /* radix */
            i2l
            lrem
            lneg
            l2i
            caload
            invokestatic java.lang.StringUTF16.putChar:([BII)V
         9: .line 163
            lload 0 /* i */
            iload 2 /* radix */
            i2l
            ldiv
            lstore 0 /* i */
        10: .line 161
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            iload 2 /* radix */
            ineg
            i2l
            lcmp
            ifle 8
        11: .line 165
            aload 3 /* buf */
            iload 4 /* charPos */
            getstatic java.lang.Integer.digits:[C
            lload 0 /* i */
            lneg
            l2i
            caload
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        12: .line 166
            iload 5 /* negative */
            ifeq 14
        13: .line 167
            aload 3 /* buf */
            iinc 4 /* charPos */ -1
            iload 4 /* charPos */
            bipush 45
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        14: .line 169
      StackMap locals:
      StackMap stack:
            aload 3 /* buf */
            iload 4 /* charPos */
            bipush 65
            iload 4 /* charPos */
            isub
            invokestatic java.lang.StringUTF16.newString:([BII)Ljava/lang/String;
            areturn
        end local 5 // boolean negative
        end local 4 // int charPos
        end local 3 // byte[] buf
        end local 2 // int radix
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0         i  J
            0   15     2     radix  I
            1   15     3       buf  [B
            2   15     4   charPos  I
            5   15     5  negative  Z
    MethodParameters:
       Name  Flags
      i      
      radix  

  public static java.lang.String toUnsignedString(long, int);
    descriptor: (JI)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // long i
        start local 2 // int radix
         0: .line 199
            lload 0 /* i */
            lconst_0
            lcmp
            iflt 2
         1: .line 200
            lload 0 /* i */
            iload 2 /* radix */
            invokestatic java.lang.Long.toString:(JI)Ljava/lang/String;
            areturn
         2: .line 202
      StackMap locals:
      StackMap stack:
            iload 2 /* radix */
            lookupswitch { // 6
                    2: 3
                    4: 4
                    8: 5
                   10: 6
                   16: 9
                   32: 10
              default: 11
          }
         3: .line 204
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            invokestatic java.lang.Long.toBinaryString:(J)Ljava/lang/String;
            areturn
         4: .line 207
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            iconst_2
            invokestatic java.lang.Long.toUnsignedString0:(JI)Ljava/lang/String;
            areturn
         5: .line 210
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            invokestatic java.lang.Long.toOctalString:(J)Ljava/lang/String;
            areturn
         6: .line 221
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            iconst_1
            lushr
            ldc 5
            ldiv
            lstore 3 /* quot */
        start local 3 // long quot
         7: .line 222
            lload 0 /* i */
            lload 3 /* quot */
            ldc 10
            lmul
            lsub
            lstore 5 /* rem */
        start local 5 // long rem
         8: .line 223
            new java.lang.StringBuilder
            dup
            lload 3 /* quot */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 5 /* rem */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // long rem
        end local 3 // long quot
         9: .line 226
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            invokestatic java.lang.Long.toHexString:(J)Ljava/lang/String;
            areturn
        10: .line 229
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            iconst_5
            invokestatic java.lang.Long.toUnsignedString0:(JI)Ljava/lang/String;
            areturn
        11: .line 232
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            invokestatic java.lang.Long.toUnsignedBigInteger:(J)Ljava/math/BigInteger;
            iload 2 /* radix */
            invokevirtual java.math.BigInteger.toString:(I)Ljava/lang/String;
            areturn
        end local 2 // int radix
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0      i  J
            0   12     2  radix  I
            7    9     3   quot  J
            8    9     5    rem  J
    MethodParameters:
       Name  Flags
      i      
      radix  

  private static java.math.BigInteger toUnsignedBigInteger(long);
    descriptor: (J)Ljava/math/BigInteger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // long i
         0: .line 242
            lload 0 /* i */
            lconst_0
            lcmp
            iflt 2
         1: .line 243
            lload 0 /* i */
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            areturn
         2: .line 245
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            bipush 32
            lushr
            l2i
            istore 2 /* upper */
        start local 2 // int upper
         3: .line 246
            lload 0 /* i */
            l2i
            istore 3 /* lower */
        start local 3 // int lower
         4: .line 249
            iload 2 /* upper */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            bipush 32
            invokevirtual java.math.BigInteger.shiftLeft:(I)Ljava/math/BigInteger;
         5: .line 250
            iload 3 /* lower */
            invokestatic java.lang.Integer.toUnsignedLong:(I)J
            invokestatic java.math.BigInteger.valueOf:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
         6: .line 249
            areturn
        end local 3 // int lower
        end local 2 // int upper
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0      i  J
            3    7     2  upper  I
            4    7     3  lower  I
    MethodParameters:
      Name  Flags
      i     

  public static java.lang.String toHexString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long i
         0: .line 298
            lload 0 /* i */
            iconst_4
            invokestatic java.lang.Long.toUnsignedString0:(JI)Ljava/lang/String;
            areturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  public static java.lang.String toOctalString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long i
         0: .line 337
            lload 0 /* i */
            iconst_3
            invokestatic java.lang.Long.toUnsignedString0:(JI)Ljava/lang/String;
            areturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  public static java.lang.String toBinaryString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long i
         0: .line 370
            lload 0 /* i */
            iconst_1
            invokestatic java.lang.Long.toUnsignedString0:(JI)Ljava/lang/String;
            areturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  static java.lang.String toUnsignedString0(long, int);
    descriptor: (JI)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // long val
        start local 2 // int shift
         0: .line 380
            bipush 64
            lload 0 /* val */
            invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
            isub
            istore 3 /* mag */
        start local 3 // int mag
         1: .line 381
            iload 3 /* mag */
            iload 2 /* shift */
            iconst_1
            isub
            iadd
            iload 2 /* shift */
            idiv
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            istore 4 /* chars */
        start local 4 // int chars
         2: .line 382
            getstatic java.lang.String.COMPACT_STRINGS:Z
            ifeq 6
         3: .line 383
            iload 4 /* chars */
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
         4: .line 384
            lload 0 /* val */
            iload 2 /* shift */
            aload 5 /* buf */
            iconst_0
            iload 4 /* chars */
            invokestatic java.lang.Long.formatUnsignedLong0:(JI[BII)V
         5: .line 385
            new java.lang.String
            dup
            aload 5 /* buf */
            iconst_0
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 5 // byte[] buf
         6: .line 387
      StackMap locals: int int
      StackMap stack:
            iload 4 /* chars */
            iconst_2
            imul
            newarray 8
            astore 5 /* buf */
        start local 5 // byte[] buf
         7: .line 388
            lload 0 /* val */
            iload 2 /* shift */
            aload 5 /* buf */
            iconst_0
            iload 4 /* chars */
            invokestatic java.lang.Long.formatUnsignedLong0UTF16:(JI[BII)V
         8: .line 389
            new java.lang.String
            dup
            aload 5 /* buf */
            iconst_1
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 5 // byte[] buf
        end local 4 // int chars
        end local 3 // int mag
        end local 2 // int shift
        end local 0 // long val
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0    val  J
            0    9     2  shift  I
            1    9     3    mag  I
            2    9     4  chars  I
            4    6     5    buf  [B
            7    9     5    buf  [B
    MethodParameters:
       Name  Flags
      val    
      shift  

  static void formatUnsignedLong0(long, int, byte[], int, int);
    descriptor: (JI[BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // long val
        start local 2 // int shift
        start local 3 // byte[] buf
        start local 4 // int offset
        start local 5 // int len
         0: .line 407
            iload 4 /* offset */
            iload 5 /* len */
            iadd
            istore 6 /* charPos */
        start local 6 // int charPos
         1: .line 408
            iconst_1
            iload 2 /* shift */
            ishl
            istore 7 /* radix */
        start local 7 // int radix
         2: .line 409
            iload 7 /* radix */
            iconst_1
            isub
            istore 8 /* mask */
        start local 8 // int mask
         3: .line 411
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* buf */
            iinc 6 /* charPos */ -1
            iload 6 /* charPos */
            getstatic java.lang.Integer.digits:[C
            lload 0 /* val */
            l2i
            iload 8 /* mask */
            iand
            caload
            i2b
            bastore
         4: .line 412
            lload 0 /* val */
            iload 2 /* shift */
            lushr
            lstore 0 /* val */
         5: .line 413
            iload 6 /* charPos */
            iload 4 /* offset */
         6: .line 410
            if_icmpgt 3
         7: .line 414
            return
        end local 8 // int mask
        end local 7 // int radix
        end local 6 // int charPos
        end local 5 // int len
        end local 4 // int offset
        end local 3 // byte[] buf
        end local 2 // int shift
        end local 0 // long val
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0      val  J
            0    8     2    shift  I
            0    8     3      buf  [B
            0    8     4   offset  I
            0    8     5      len  I
            1    8     6  charPos  I
            2    8     7    radix  I
            3    8     8     mask  I
    MethodParameters:
        Name  Flags
      val     
      shift   
      buf     
      offset  
      len     

  private static void formatUnsignedLong0UTF16(long, int, byte[], int, int);
    descriptor: (JI[BII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // long val
        start local 2 // int shift
        start local 3 // byte[] buf
        start local 4 // int offset
        start local 5 // int len
         0: .line 418
            iload 4 /* offset */
            iload 5 /* len */
            iadd
            istore 6 /* charPos */
        start local 6 // int charPos
         1: .line 419
            iconst_1
            iload 2 /* shift */
            ishl
            istore 7 /* radix */
        start local 7 // int radix
         2: .line 420
            iload 7 /* radix */
            iconst_1
            isub
            istore 8 /* mask */
        start local 8 // int mask
         3: .line 422
      StackMap locals: int int int
      StackMap stack:
            aload 3 /* buf */
            iinc 6 /* charPos */ -1
            iload 6 /* charPos */
            getstatic java.lang.Integer.digits:[C
            lload 0 /* val */
            l2i
            iload 8 /* mask */
            iand
            caload
            invokestatic java.lang.StringUTF16.putChar:([BII)V
         4: .line 423
            lload 0 /* val */
            iload 2 /* shift */
            lushr
            lstore 0 /* val */
         5: .line 424
            iload 6 /* charPos */
            iload 4 /* offset */
         6: .line 421
            if_icmpgt 3
         7: .line 425
            return
        end local 8 // int mask
        end local 7 // int radix
        end local 6 // int charPos
        end local 5 // int len
        end local 4 // int offset
        end local 3 // byte[] buf
        end local 2 // int shift
        end local 0 // long val
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0      val  J
            0    8     2    shift  I
            0    8     3      buf  [B
            0    8     4   offset  I
            0    8     5      len  I
            1    8     6  charPos  I
            2    8     7    radix  I
            3    8     8     mask  I
    MethodParameters:
        Name  Flags
      val     
      shift   
      buf     
      offset  
      len     

  static java.lang.String fastUUID(long, long);
    descriptor: (JJ)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // long lsb
        start local 2 // long msb
         0: .line 428
            getstatic java.lang.String.COMPACT_STRINGS:Z
            ifeq 12
         1: .line 429
            bipush 36
            newarray 8
            astore 4 /* buf */
        start local 4 // byte[] buf
         2: .line 430
            lload 0 /* lsb */
            iconst_4
            aload 4 /* buf */
            bipush 24
            bipush 12
            invokestatic java.lang.Long.formatUnsignedLong0:(JI[BII)V
         3: .line 431
            lload 0 /* lsb */
            bipush 48
            lushr
            iconst_4
            aload 4 /* buf */
            bipush 19
            iconst_4
            invokestatic java.lang.Long.formatUnsignedLong0:(JI[BII)V
         4: .line 432
            lload 2 /* msb */
            iconst_4
            aload 4 /* buf */
            bipush 14
            iconst_4
            invokestatic java.lang.Long.formatUnsignedLong0:(JI[BII)V
         5: .line 433
            lload 2 /* msb */
            bipush 16
            lushr
            iconst_4
            aload 4 /* buf */
            bipush 9
            iconst_4
            invokestatic java.lang.Long.formatUnsignedLong0:(JI[BII)V
         6: .line 434
            lload 2 /* msb */
            bipush 32
            lushr
            iconst_4
            aload 4 /* buf */
            iconst_0
            bipush 8
            invokestatic java.lang.Long.formatUnsignedLong0:(JI[BII)V
         7: .line 436
            aload 4 /* buf */
            bipush 23
            bipush 45
            bastore
         8: .line 437
            aload 4 /* buf */
            bipush 18
            bipush 45
            bastore
         9: .line 438
            aload 4 /* buf */
            bipush 13
            bipush 45
            bastore
        10: .line 439
            aload 4 /* buf */
            bipush 8
            bipush 45
            bastore
        11: .line 441
            new java.lang.String
            dup
            aload 4 /* buf */
            iconst_0
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 4 // byte[] buf
        12: .line 443
      StackMap locals:
      StackMap stack:
            bipush 72
            newarray 8
            astore 4 /* buf */
        start local 4 // byte[] buf
        13: .line 445
            lload 0 /* lsb */
            iconst_4
            aload 4 /* buf */
            bipush 24
            bipush 12
            invokestatic java.lang.Long.formatUnsignedLong0UTF16:(JI[BII)V
        14: .line 446
            lload 0 /* lsb */
            bipush 48
            lushr
            iconst_4
            aload 4 /* buf */
            bipush 19
            iconst_4
            invokestatic java.lang.Long.formatUnsignedLong0UTF16:(JI[BII)V
        15: .line 447
            lload 2 /* msb */
            iconst_4
            aload 4 /* buf */
            bipush 14
            iconst_4
            invokestatic java.lang.Long.formatUnsignedLong0UTF16:(JI[BII)V
        16: .line 448
            lload 2 /* msb */
            bipush 16
            lushr
            iconst_4
            aload 4 /* buf */
            bipush 9
            iconst_4
            invokestatic java.lang.Long.formatUnsignedLong0UTF16:(JI[BII)V
        17: .line 449
            lload 2 /* msb */
            bipush 32
            lushr
            iconst_4
            aload 4 /* buf */
            iconst_0
            bipush 8
            invokestatic java.lang.Long.formatUnsignedLong0UTF16:(JI[BII)V
        18: .line 451
            aload 4 /* buf */
            bipush 23
            bipush 45
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        19: .line 452
            aload 4 /* buf */
            bipush 18
            bipush 45
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        20: .line 453
            aload 4 /* buf */
            bipush 13
            bipush 45
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        21: .line 454
            aload 4 /* buf */
            bipush 8
            bipush 45
            invokestatic java.lang.StringUTF16.putChar:([BII)V
        22: .line 456
            new java.lang.String
            dup
            aload 4 /* buf */
            iconst_1
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 4 // byte[] buf
        end local 2 // long msb
        end local 0 // long lsb
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0   lsb  J
            0   23     2   msb  J
            2   12     4   buf  [B
           13   23     4   buf  [B
    MethodParameters:
      Name  Flags
      lsb   
      msb   

  public static java.lang.String toString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // long i
         0: .line 471
            lload 0 /* i */
            invokestatic java.lang.Long.stringSize:(J)I
            istore 2 /* size */
        start local 2 // int size
         1: .line 472
            getstatic java.lang.String.COMPACT_STRINGS:Z
            ifeq 5
         2: .line 473
            iload 2 /* size */
            newarray 8
            astore 3 /* buf */
        start local 3 // byte[] buf
         3: .line 474
            lload 0 /* i */
            iload 2 /* size */
            aload 3 /* buf */
            invokestatic java.lang.Long.getChars:(JI[B)I
            pop
         4: .line 475
            new java.lang.String
            dup
            aload 3 /* buf */
            iconst_0
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 3 // byte[] buf
         5: .line 477
      StackMap locals: int
      StackMap stack:
            iload 2 /* size */
            iconst_2
            imul
            newarray 8
            astore 3 /* buf */
        start local 3 // byte[] buf
         6: .line 478
            lload 0 /* i */
            iload 2 /* size */
            aload 3 /* buf */
            invokestatic java.lang.StringUTF16.getChars:(JI[B)I
            pop
         7: .line 479
            new java.lang.String
            dup
            aload 3 /* buf */
            iconst_1
            invokespecial java.lang.String.<init>:([BB)V
            areturn
        end local 3 // byte[] buf
        end local 2 // int size
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0     i  J
            1    8     2  size  I
            3    5     3   buf  [B
            6    8     3   buf  [B
    MethodParameters:
      Name  Flags
      i     

  public static java.lang.String toUnsignedString(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // long i
         0: .line 498
            lload 0 /* i */
            bipush 10
            invokestatic java.lang.Long.toUnsignedString:(JI)Ljava/lang/String;
            areturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  static int getChars(long, int, byte[]);
    descriptor: (JI[B)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=11, args_size=3
        start local 0 // long i
        start local 2 // int index
        start local 3 // byte[] buf
         0: .line 521
            iload 2 /* index */
            istore 7 /* charPos */
        start local 7 // int charPos
         1: .line 523
            lload 0 /* i */
            lconst_0
            lcmp
            ifge 2
            iconst_1
            goto 3
      StackMap locals: long int byte[] top top top int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 8 /* negative */
        start local 8 // boolean negative
         4: .line 524
            iload 8 /* negative */
            ifne 12
         5: .line 525
            lload 0 /* i */
            lneg
            lstore 0 /* i */
         6: .line 529
            goto 12
         7: .line 530
      StackMap locals: int
      StackMap stack:
            lload 0 /* i */
            ldc 100
            ldiv
            lstore 4 /* q */
        start local 4 // long q
         8: .line 531
            lload 4 /* q */
            ldc 100
            lmul
            lload 0 /* i */
            lsub
            l2i
            istore 6 /* r */
        start local 6 // int r
         9: .line 532
            lload 4 /* q */
            lstore 0 /* i */
        10: .line 533
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            getstatic java.lang.Integer.DigitOnes:[B
            iload 6 /* r */
            baload
            bastore
        11: .line 534
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            getstatic java.lang.Integer.DigitTens:[B
            iload 6 /* r */
            baload
            bastore
        end local 6 // int r
        end local 4 // long q
        12: .line 529
      StackMap locals:
      StackMap stack:
            lload 0 /* i */
            ldc -2147483648
            lcmp
            ifle 7
        13: .line 539
            lload 0 /* i */
            l2i
            istore 10 /* i2 */
        start local 10 // int i2
        14: .line 540
            goto 20
        15: .line 541
      StackMap locals: long int byte[] top top top int int top int
      StackMap stack:
            iload 10 /* i2 */
            bipush 100
            idiv
            istore 9 /* q2 */
        start local 9 // int q2
        16: .line 542
            iload 9 /* q2 */
            bipush 100
            imul
            iload 10 /* i2 */
            isub
            istore 6 /* r */
        start local 6 // int r
        17: .line 543
            iload 9 /* q2 */
            istore 10 /* i2 */
        18: .line 544
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            getstatic java.lang.Integer.DigitOnes:[B
            iload 6 /* r */
            baload
            bastore
        19: .line 545
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            getstatic java.lang.Integer.DigitTens:[B
            iload 6 /* r */
            baload
            bastore
        end local 9 // int q2
        end local 6 // int r
        20: .line 540
      StackMap locals:
      StackMap stack:
            iload 10 /* i2 */
            bipush -100
            if_icmple 15
        21: .line 549
            iload 10 /* i2 */
            bipush 10
            idiv
            istore 9 /* q2 */
        start local 9 // int q2
        22: .line 550
            iload 9 /* q2 */
            bipush 10
            imul
            iload 10 /* i2 */
            isub
            istore 6 /* r */
        start local 6 // int r
        23: .line 551
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            bipush 48
            iload 6 /* r */
            iadd
            i2b
            bastore
        24: .line 554
            iload 9 /* q2 */
            ifge 26
        25: .line 555
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            bipush 48
            iload 9 /* q2 */
            isub
            i2b
            bastore
        26: .line 558
      StackMap locals: long int byte[] top top int int int int int
      StackMap stack:
            iload 8 /* negative */
            ifeq 28
        27: .line 559
            aload 3 /* buf */
            iinc 7 /* charPos */ -1
            iload 7 /* charPos */
            bipush 45
            bastore
        28: .line 561
      StackMap locals:
      StackMap stack:
            iload 7 /* charPos */
            ireturn
        end local 10 // int i2
        end local 9 // int q2
        end local 8 // boolean negative
        end local 7 // int charPos
        end local 6 // int r
        end local 3 // byte[] buf
        end local 2 // int index
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0         i  J
            0   29     2     index  I
            0   29     3       buf  [B
            8   12     4         q  J
            9   12     6         r  I
           17   20     6         r  I
           23   29     6         r  I
            1   29     7   charPos  I
            4   29     8  negative  Z
           16   20     9        q2  I
           22   29     9        q2  I
           14   29    10        i2  I
    MethodParameters:
       Name  Flags
      i      
      index  
      buf    

  static int stringSize(long);
    descriptor: (J)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // long x
         0: .line 576
            iconst_1
            istore 2 /* d */
        start local 2 // int d
         1: .line 577
            lload 0 /* x */
            lconst_0
            lcmp
            iflt 4
         2: .line 578
            iconst_0
            istore 2 /* d */
         3: .line 579
            lload 0 /* x */
            lneg
            lstore 0 /* x */
         4: .line 581
      StackMap locals: int
      StackMap stack:
            ldc -10
            lstore 3 /* p */
        start local 3 // long p
         5: .line 582
            iconst_1
            istore 5 /* i */
        start local 5 // int i
         6: goto 11
         7: .line 583
      StackMap locals: long int
      StackMap stack:
            lload 0 /* x */
            lload 3 /* p */
            lcmp
            ifle 9
         8: .line 584
            iload 5 /* i */
            iload 2 /* d */
            iadd
            ireturn
         9: .line 585
      StackMap locals:
      StackMap stack:
            lload 3 /* p */
            ldc 10
            lmul
            lstore 3 /* p */
        10: .line 582
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            bipush 19
            if_icmplt 7
        end local 5 // int i
        12: .line 587
            bipush 19
            iload 2 /* d */
            iadd
            ireturn
        end local 3 // long p
        end local 2 // int d
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0     x  J
            1   13     2     d  I
            5   13     3     p  J
            6   12     5     i  I
    MethodParameters:
      Name  Flags
      x     

  public static long parseLong(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=13, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int radix
         0: .line 654
            aload 0 /* s */
            ifnonnull 2
         1: .line 655
            new java.lang.NumberFormatException
            dup
            ldc "null"
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 658
      StackMap locals:
      StackMap stack:
            iload 1 /* radix */
            iconst_2
            if_icmpge 6
         3: .line 659
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "radix "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* radix */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         4: .line 660
            ldc " less than Character.MIN_RADIX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 659
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 662
      StackMap locals:
      StackMap stack:
            iload 1 /* radix */
            bipush 36
            if_icmple 10
         7: .line 663
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "radix "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* radix */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         8: .line 664
            ldc " greater than Character.MAX_RADIX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 663
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 667
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* negative */
        start local 2 // boolean negative
        11: .line 668
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 4 /* len */
        start local 4 // int len
        13: .line 669
            ldc -9223372036854775807
            lstore 5 /* limit */
        start local 5 // long limit
        14: .line 671
            iload 4 /* len */
            ifle 40
        15: .line 672
            aload 0 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* firstChar */
        start local 7 // char firstChar
        16: .line 673
            iload 7 /* firstChar */
            bipush 48
            if_icmpge 26
        17: .line 674
            iload 7 /* firstChar */
            bipush 45
            if_icmpne 21
        18: .line 675
            iconst_1
            istore 2 /* negative */
        19: .line 676
            ldc -9223372036854775808
            lstore 5 /* limit */
        20: .line 677
            goto 23
      StackMap locals: java.lang.String int int int int long int
      StackMap stack:
        21: iload 7 /* firstChar */
            bipush 43
            if_icmpeq 23
        22: .line 678
            aload 0 /* s */
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        23: .line 681
      StackMap locals:
      StackMap stack:
            iload 4 /* len */
            iconst_1
            if_icmpne 25
        24: .line 682
            aload 0 /* s */
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        25: .line 684
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        26: .line 686
      StackMap locals:
      StackMap stack:
            lload 5 /* limit */
            iload 1 /* radix */
            i2l
            ldiv
            lstore 8 /* multmin */
        start local 8 // long multmin
        27: .line 687
            lconst_0
            lstore 10 /* result */
        start local 10 // long result
        28: .line 688
            goto 36
        29: .line 690
      StackMap locals: long long
      StackMap stack:
            aload 0 /* s */
            iload 3 /* i */
            iinc 3 /* i */ 1
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* radix */
            invokestatic java.lang.Character.digit:(CI)I
            istore 12 /* digit */
        start local 12 // int digit
        30: .line 691
            iload 12 /* digit */
            iflt 31
            lload 10 /* result */
            lload 8 /* multmin */
            lcmp
            ifge 32
        31: .line 692
      StackMap locals: int
      StackMap stack:
            aload 0 /* s */
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        32: .line 694
      StackMap locals:
      StackMap stack:
            lload 10 /* result */
            iload 1 /* radix */
            i2l
            lmul
            lstore 10 /* result */
        33: .line 695
            lload 10 /* result */
            lload 5 /* limit */
            iload 12 /* digit */
            i2l
            ladd
            lcmp
            ifge 35
        34: .line 696
            aload 0 /* s */
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        35: .line 698
      StackMap locals:
      StackMap stack:
            lload 10 /* result */
            iload 12 /* digit */
            i2l
            lsub
            lstore 10 /* result */
        end local 12 // int digit
        36: .line 688
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 4 /* len */
            if_icmplt 29
        37: .line 700
            iload 2 /* negative */
            ifeq 38
            lload 10 /* result */
            goto 39
      StackMap locals:
      StackMap stack:
        38: lload 10 /* result */
            lneg
      StackMap locals:
      StackMap stack: long
        39: lreturn
        end local 10 // long result
        end local 8 // long multmin
        end local 7 // char firstChar
        40: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        end local 5 // long limit
        end local 4 // int len
        end local 3 // int i
        end local 2 // boolean negative
        end local 1 // int radix
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0          s  Ljava/lang/String;
            0   41     1      radix  I
           11   41     2   negative  Z
           12   41     3          i  I
           13   41     4        len  I
           14   41     5      limit  J
           16   40     7  firstChar  C
           27   40     8    multmin  J
           28   40    10     result  J
           30   36    12      digit  I
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
       Name  Flags
      s      
      radix  

  public static long parseLong(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=14, args_size=4
        start local 0 // java.lang.CharSequence s
        start local 1 // int beginIndex
        start local 2 // int endIndex
        start local 3 // int radix
         0: .line 735
            aload 0 /* s */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            astore 0 /* s */
         1: .line 737
            iload 1 /* beginIndex */
            iflt 2
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            if_icmpgt 2
            iload 2 /* endIndex */
            aload 0 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmple 3
         2: .line 738
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 740
      StackMap locals:
      StackMap stack:
            iload 3 /* radix */
            iconst_2
            if_icmpge 7
         4: .line 741
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "radix "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* radix */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 742
            ldc " less than Character.MIN_RADIX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 741
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 744
      StackMap locals:
      StackMap stack:
            iload 3 /* radix */
            bipush 36
            if_icmple 11
         8: .line 745
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "radix "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* radix */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         9: .line 746
            ldc " greater than Character.MAX_RADIX"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 745
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 749
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* negative */
        start local 4 // boolean negative
        12: .line 750
            iload 1 /* beginIndex */
            istore 5 /* i */
        start local 5 // int i
        13: .line 751
            ldc -9223372036854775807
            lstore 6 /* limit */
        start local 6 // long limit
        14: .line 753
            iload 5 /* i */
            iload 2 /* endIndex */
            if_icmpge 49
        15: .line 754
            aload 0 /* s */
            iload 5 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 8 /* firstChar */
        start local 8 // char firstChar
        16: .line 755
            iload 8 /* firstChar */
            bipush 48
            if_icmpge 26
        17: .line 756
            iload 8 /* firstChar */
            bipush 45
            if_icmpne 21
        18: .line 757
            iconst_1
            istore 4 /* negative */
        19: .line 758
            ldc -9223372036854775808
            lstore 6 /* limit */
        20: .line 759
            goto 25
      StackMap locals: java.lang.CharSequence int int int int int long int
      StackMap stack:
        21: iload 8 /* firstChar */
            bipush 43
            if_icmpeq 25
        22: .line 760
            aload 0 /* s */
            iload 1 /* beginIndex */
        23: .line 761
            iload 2 /* endIndex */
            iload 5 /* i */
        24: .line 760
            invokestatic java.lang.NumberFormatException.forCharSequence:(Ljava/lang/CharSequence;III)Ljava/lang/NumberFormatException;
            athrow
        25: .line 763
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        26: .line 765
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 2 /* endIndex */
            if_icmplt 30
        27: .line 766
            aload 0 /* s */
            iload 1 /* beginIndex */
        28: .line 767
            iload 2 /* endIndex */
            iload 5 /* i */
        29: .line 766
            invokestatic java.lang.NumberFormatException.forCharSequence:(Ljava/lang/CharSequence;III)Ljava/lang/NumberFormatException;
            athrow
        30: .line 769
      StackMap locals:
      StackMap stack:
            lload 6 /* limit */
            iload 3 /* radix */
            i2l
            ldiv
            lstore 9 /* multmin */
        start local 9 // long multmin
        31: .line 770
            lconst_0
            lstore 11 /* result */
        start local 11 // long result
        32: .line 771
            goto 45
        33: .line 773
      StackMap locals: long long
      StackMap stack:
            aload 0 /* s */
            iload 5 /* i */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            iload 3 /* radix */
            invokestatic java.lang.Character.digit:(CI)I
            istore 13 /* digit */
        start local 13 // int digit
        34: .line 774
            iload 13 /* digit */
            iflt 35
            lload 11 /* result */
            lload 9 /* multmin */
            lcmp
            ifge 38
        35: .line 775
      StackMap locals: int
      StackMap stack:
            aload 0 /* s */
            iload 1 /* beginIndex */
        36: .line 776
            iload 2 /* endIndex */
            iload 5 /* i */
        37: .line 775
            invokestatic java.lang.NumberFormatException.forCharSequence:(Ljava/lang/CharSequence;III)Ljava/lang/NumberFormatException;
            athrow
        38: .line 778
      StackMap locals:
      StackMap stack:
            lload 11 /* result */
            iload 3 /* radix */
            i2l
            lmul
            lstore 11 /* result */
        39: .line 779
            lload 11 /* result */
            lload 6 /* limit */
            iload 13 /* digit */
            i2l
            ladd
            lcmp
            ifge 43
        40: .line 780
            aload 0 /* s */
            iload 1 /* beginIndex */
        41: .line 781
            iload 2 /* endIndex */
            iload 5 /* i */
        42: .line 780
            invokestatic java.lang.NumberFormatException.forCharSequence:(Ljava/lang/CharSequence;III)Ljava/lang/NumberFormatException;
            athrow
        43: .line 783
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        44: .line 784
            lload 11 /* result */
            iload 13 /* digit */
            i2l
            lsub
            lstore 11 /* result */
        end local 13 // int digit
        45: .line 771
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 2 /* endIndex */
            if_icmplt 33
        46: .line 786
            iload 4 /* negative */
            ifeq 47
            lload 11 /* result */
            goto 48
      StackMap locals:
      StackMap stack:
        47: lload 11 /* result */
            lneg
      StackMap locals:
      StackMap stack: long
        48: lreturn
        end local 11 // long result
        end local 9 // long multmin
        end local 8 // char firstChar
        49: .line 788
      StackMap locals:
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            ldc ""
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        end local 6 // long limit
        end local 5 // int i
        end local 4 // boolean negative
        end local 3 // int radix
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // java.lang.CharSequence s
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   50     0           s  Ljava/lang/CharSequence;
            0   50     1  beginIndex  I
            0   50     2    endIndex  I
            0   50     3       radix  I
           12   50     4    negative  Z
           13   50     5           i  I
           14   50     6       limit  J
           16   49     8   firstChar  C
           31   49     9     multmin  J
           32   49    11      result  J
           34   45    13       digit  I
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
            Name  Flags
      s           
      beginIndex  
      endIndex    
      radix       

  public static long parseLong(java.lang.String);
    descriptor: (Ljava/lang/String;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 817
            aload 0 /* s */
            bipush 10
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;I)J
            lreturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/lang/String;
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      s     

  public static long parseUnsignedLong(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int radix
         0: .line 865
            aload 0 /* s */
            ifnonnull 2
         1: .line 866
            new java.lang.NumberFormatException
            dup
            ldc "null"
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         3: .line 870
            iload 2 /* len */
            ifle 25
         4: .line 871
            aload 0 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 3 /* firstChar */
        start local 3 // char firstChar
         5: .line 872
            iload 3 /* firstChar */
            bipush 45
            if_icmpne 10
         6: .line 874
            new java.lang.NumberFormatException
            dup
            ldc "Illegal leading minus sign on unsigned string %s."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         7: .line 875
            aload 0 /* s */
            aastore
         8: .line 874
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         9: .line 873
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 877
      StackMap locals: int int
      StackMap stack:
            iload 2 /* len */
            bipush 12
            if_icmple 12
        11: .line 878
            iload 1 /* radix */
            bipush 10
            if_icmpne 13
            iload 2 /* len */
            bipush 18
            if_icmpgt 13
        12: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            iload 1 /* radix */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;I)J
            lreturn
        13: .line 883
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            iconst_0
            iload 2 /* len */
            iconst_1
            isub
            iload 1 /* radix */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/CharSequence;III)J
            lstore 4 /* first */
        start local 4 // long first
        14: .line 884
            aload 0 /* s */
            iload 2 /* len */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* radix */
            invokestatic java.lang.Character.digit:(CI)I
            istore 6 /* second */
        start local 6 // int second
        15: .line 885
            iload 6 /* second */
            ifge 17
        16: .line 886
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad digit at end of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 888
      StackMap locals: long int
      StackMap stack:
            lload 4 /* first */
            iload 1 /* radix */
            i2l
            lmul
            iload 6 /* second */
            i2l
            ladd
            lstore 7 /* result */
        start local 7 // long result
        18: .line 901
            iload 1 /* radix */
            lload 4 /* first */
            bipush 57
            lushr
            l2i
            imul
            istore 9 /* guard */
        start local 9 // int guard
        19: .line 902
            iload 9 /* guard */
            sipush 128
            if_icmpge 21
        20: .line 903
            lload 7 /* result */
            lconst_0
            lcmp
            iflt 24
            iload 9 /* guard */
            bipush 92
            if_icmplt 24
        21: .line 942
      StackMap locals: long int
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            ldc "String value %s exceeds range of unsigned long."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        22: .line 943
            aload 0 /* s */
            aastore
        23: .line 942
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 945
      StackMap locals:
      StackMap stack:
            lload 7 /* result */
            lreturn
        end local 9 // int guard
        end local 7 // long result
        end local 6 // int second
        end local 4 // long first
        end local 3 // char firstChar
        25: .line 948
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 0 /* s */
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        end local 2 // int len
        end local 1 // int radix
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   26     0          s  Ljava/lang/String;
            0   26     1      radix  I
            3   26     2        len  I
            5   25     3  firstChar  C
           14   25     4      first  J
           15   25     6     second  I
           18   25     7     result  J
           19   25     9      guard  I
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
       Name  Flags
      s      
      radix  

  public static long parseUnsignedLong(java.lang.CharSequence, int, int, int);
    descriptor: (Ljava/lang/CharSequence;III)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=13, args_size=4
        start local 0 // java.lang.CharSequence s
        start local 1 // int beginIndex
        start local 2 // int endIndex
        start local 3 // int radix
         0: .line 981
            aload 0 /* s */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            astore 0 /* s */
         1: .line 983
            iload 1 /* beginIndex */
            iflt 2
            iload 1 /* beginIndex */
            iload 2 /* endIndex */
            if_icmpgt 2
            iload 2 /* endIndex */
            aload 0 /* s */
            invokeinterface java.lang.CharSequence.length:()I
            if_icmple 3
         2: .line 984
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 986
      StackMap locals:
      StackMap stack:
            iload 1 /* beginIndex */
            istore 4 /* start */
        start local 4 // int start
         4: iload 2 /* endIndex */
            iload 1 /* beginIndex */
            isub
            istore 5 /* len */
        start local 5 // int len
         5: .line 988
            iload 5 /* len */
            ifle 28
         6: .line 989
            aload 0 /* s */
            iload 4 /* start */
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 6 /* firstChar */
        start local 6 // char firstChar
         7: .line 990
            iload 6 /* firstChar */
            bipush 45
            if_icmpne 11
         8: .line 991
            new java.lang.NumberFormatException
            dup
            ldc "Illegal leading minus sign on unsigned string %s."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         9: .line 992
            aload 0 /* s */
            iload 4 /* start */
            iload 4 /* start */
            iload 5 /* len */
            iadd
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            aastore
        10: .line 991
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 994
      StackMap locals: int int int
      StackMap stack:
            iload 5 /* len */
            bipush 12
            if_icmple 13
        12: .line 995
            iload 3 /* radix */
            bipush 10
            if_icmpne 14
            iload 5 /* len */
            bipush 18
            if_icmpgt 14
        13: .line 996
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            iload 4 /* start */
            iload 4 /* start */
            iload 5 /* len */
            iadd
            iload 3 /* radix */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/CharSequence;III)J
            lreturn
        14: .line 1000
      StackMap locals:
      StackMap stack:
            aload 0 /* s */
            iload 4 /* start */
            iload 4 /* start */
            iload 5 /* len */
            iadd
            iconst_1
            isub
            iload 3 /* radix */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/CharSequence;III)J
            lstore 7 /* first */
        start local 7 // long first
        15: .line 1001
            aload 0 /* s */
            iload 4 /* start */
            iload 5 /* len */
            iadd
            iconst_1
            isub
            invokeinterface java.lang.CharSequence.charAt:(I)C
            iload 3 /* radix */
            invokestatic java.lang.Character.digit:(CI)I
            istore 9 /* second */
        start local 9 // int second
        16: .line 1002
            iload 9 /* second */
            ifge 20
        17: .line 1003
            new java.lang.NumberFormatException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad digit at end of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        18: .line 1004
            aload 0 /* s */
            iload 4 /* start */
            iload 4 /* start */
            iload 5 /* len */
            iadd
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 1003
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 1006
      StackMap locals: long int
      StackMap stack:
            lload 7 /* first */
            iload 3 /* radix */
            i2l
            lmul
            iload 9 /* second */
            i2l
            ladd
            lstore 10 /* result */
        start local 10 // long result
        21: .line 1019
            iload 3 /* radix */
            lload 7 /* first */
            bipush 57
            lushr
            l2i
            imul
            istore 12 /* guard */
        start local 12 // int guard
        22: .line 1020
            iload 12 /* guard */
            sipush 128
            if_icmpge 24
        23: .line 1021
            lload 10 /* result */
            lconst_0
            lcmp
            iflt 27
            iload 12 /* guard */
            bipush 92
            if_icmplt 27
        24: .line 1060
      StackMap locals: long int
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            ldc "String value %s exceeds range of unsigned long."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        25: .line 1061
            aload 0 /* s */
            iload 4 /* start */
            iload 4 /* start */
            iload 5 /* len */
            iadd
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            aastore
        26: .line 1060
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 1063
      StackMap locals:
      StackMap stack:
            lload 10 /* result */
            lreturn
        end local 12 // int guard
        end local 10 // long result
        end local 9 // int second
        end local 7 // long first
        end local 6 // char firstChar
        28: .line 1066
      StackMap locals: java.lang.CharSequence int int int int int
      StackMap stack:
            ldc ""
            invokestatic java.lang.NumberFormatException.forInputString:(Ljava/lang/String;)Ljava/lang/NumberFormatException;
            athrow
        end local 5 // int len
        end local 4 // int start
        end local 3 // int radix
        end local 2 // int endIndex
        end local 1 // int beginIndex
        end local 0 // java.lang.CharSequence s
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0           s  Ljava/lang/CharSequence;
            0   29     1  beginIndex  I
            0   29     2    endIndex  I
            0   29     3       radix  I
            4   29     4       start  I
            5   29     5         len  I
            7   28     6   firstChar  C
           15   28     7       first  J
           16   28     9      second  I
           21   28    10      result  J
           22   28    12       guard  I
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
            Name  Flags
      s           
      beginIndex  
      endIndex    
      radix       

  public static long parseUnsignedLong(java.lang.String);
    descriptor: (Ljava/lang/String;)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 1087
            aload 0 /* s */
            bipush 10
            invokestatic java.lang.Long.parseUnsignedLong:(Ljava/lang/String;I)J
            lreturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/lang/String;
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      s     

  public static java.lang.Long valueOf(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.lang.String s
        start local 1 // int radix
         0: .line 1117
            aload 0 /* s */
            iload 1 /* radix */
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 1 // int radix
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      s  Ljava/lang/String;
            0    1     1  radix  I
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
       Name  Flags
      s      
      radix  

  public static java.lang.Long valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 1144
            aload 0 /* s */
            bipush 10
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/lang/String;
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      s     

  public static java.lang.Long valueOf(long);
    descriptor: (J)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long l
         0: .line 1177
            lload 0 /* l */
            ldc -128
            lcmp
            iflt 2
            lload 0 /* l */
            ldc 127
            lcmp
            ifgt 2
         1: .line 1178
            getstatic java.lang.Long$LongCache.cache:[Ljava/lang/Long;
            lload 0 /* l */
            l2i
            sipush 128
            iadd
            aaload
            areturn
         2: .line 1180
      StackMap locals:
      StackMap stack:
            new java.lang.Long
            dup
            lload 0 /* l */
            invokespecial java.lang.Long.<init>:(J)V
            areturn
        end local 0 // long l
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     l  J
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      l     

  public static java.lang.Long decode(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // java.lang.String nm
         0: .line 1227
            bipush 10
            istore 1 /* radix */
        start local 1 // int radix
         1: .line 1228
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 1229
            iconst_0
            istore 3 /* negative */
        start local 3 // boolean negative
         3: .line 1232
            aload 0 /* nm */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 5
         4: .line 1233
            new java.lang.NumberFormatException
            dup
            ldc "Zero length string"
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 1234
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* nm */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* firstChar */
        start local 5 // char firstChar
         6: .line 1236
            iload 5 /* firstChar */
            bipush 45
            if_icmpne 10
         7: .line 1237
            iconst_1
            istore 3 /* negative */
         8: .line 1238
            iinc 2 /* index */ 1
         9: .line 1239
            goto 12
      StackMap locals: java.lang.String int int int top int
      StackMap stack:
        10: iload 5 /* firstChar */
            bipush 43
            if_icmpne 12
        11: .line 1240
            iinc 2 /* index */ 1
        12: .line 1243
      StackMap locals:
      StackMap stack:
            aload 0 /* nm */
            ldc "0x"
            iload 2 /* index */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ifne 13
            aload 0 /* nm */
            ldc "0X"
            iload 2 /* index */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ifeq 16
        13: .line 1244
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 2
        14: .line 1245
            bipush 16
            istore 1 /* radix */
        15: .line 1246
            goto 23
        16: .line 1247
      StackMap locals:
      StackMap stack:
            aload 0 /* nm */
            ldc "#"
            iload 2 /* index */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ifeq 20
        17: .line 1248
            iinc 2 /* index */ 1
        18: .line 1249
            bipush 16
            istore 1 /* radix */
        19: .line 1250
            goto 23
        20: .line 1251
      StackMap locals:
      StackMap stack:
            aload 0 /* nm */
            ldc "0"
            iload 2 /* index */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ifeq 23
            aload 0 /* nm */
            invokevirtual java.lang.String.length:()I
            iconst_1
            iload 2 /* index */
            iadd
            if_icmple 23
        21: .line 1252
            iinc 2 /* index */ 1
        22: .line 1253
            bipush 8
            istore 1 /* radix */
        23: .line 1256
      StackMap locals:
      StackMap stack:
            aload 0 /* nm */
            ldc "-"
            iload 2 /* index */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ifne 24
            aload 0 /* nm */
            ldc "+"
            iload 2 /* index */
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;I)Z
            ifeq 25
        24: .line 1257
      StackMap locals:
      StackMap stack:
            new java.lang.NumberFormatException
            dup
            ldc "Sign character in wrong position"
            invokespecial java.lang.NumberFormatException.<init>:(Ljava/lang/String;)V
            athrow
        25: .line 1260
      StackMap locals:
      StackMap stack:
            aload 0 /* nm */
            iload 2 /* index */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            iload 1 /* radix */
            invokestatic java.lang.Long.valueOf:(Ljava/lang/String;I)Ljava/lang/Long;
            astore 4 /* result */
        start local 4 // java.lang.Long result
        26: .line 1261
            iload 3 /* negative */
            ifeq 27
            aload 4 /* result */
            invokevirtual java.lang.Long.longValue:()J
            lneg
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            goto 28
      StackMap locals: java.lang.String int int int java.lang.Long int
      StackMap stack:
        27: aload 4 /* result */
      StackMap locals:
      StackMap stack: java.lang.Long
        28: astore 4 /* result */
        29: .line 1262
            goto 35
        end local 4 // java.lang.Long result
      StackMap locals: java.lang.String int int int top int
      StackMap stack: java.lang.NumberFormatException
        30: pop
        31: .line 1266
            iload 3 /* negative */
            ifeq 32
            new java.lang.StringBuilder
            dup
            ldc "-"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* nm */
            iload 2 /* index */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            goto 33
        32: .line 1267
      StackMap locals:
      StackMap stack:
            aload 0 /* nm */
            iload 2 /* index */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
        33: .line 1266
      StackMap locals:
      StackMap stack: java.lang.String
            astore 6 /* constant */
        start local 6 // java.lang.String constant
        34: .line 1268
            aload 6 /* constant */
            iload 1 /* radix */
            invokestatic java.lang.Long.valueOf:(Ljava/lang/String;I)Ljava/lang/Long;
            astore 4 /* result */
        end local 6 // java.lang.String constant
        start local 4 // java.lang.Long result
        35: .line 1270
      StackMap locals: java.lang.String int int int java.lang.Long int
      StackMap stack:
            aload 4 /* result */
            areturn
        end local 5 // char firstChar
        end local 4 // java.lang.Long result
        end local 3 // boolean negative
        end local 2 // int index
        end local 1 // int radix
        end local 0 // java.lang.String nm
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   36     0         nm  Ljava/lang/String;
            1   36     1      radix  I
            2   36     2      index  I
            3   36     3   negative  Z
           26   30     4     result  Ljava/lang/Long;
           35   36     4     result  Ljava/lang/Long;
            6   36     5  firstChar  C
           34   35     6   constant  Ljava/lang/String;
      Exception table:
        from    to  target  type
          25    29      30  Class java.lang.NumberFormatException
    Exceptions:
      throws java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      nm    

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.Long this
        start local 1 // long value
         0: .line 1293
            aload 0 /* this */
            invokespecial java.lang.Number.<init>:()V
         1: .line 1294
            aload 0 /* this */
            lload 1 /* value */
            putfield java.lang.Long.value:J
         2: .line 1295
            return
        end local 1 // long value
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljava/lang/Long;
            0    3     1  value  J
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9")
    MethodParameters:
       Name  Flags
      value  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Long this
        start local 1 // java.lang.String s
         0: .line 1316
            aload 0 /* this */
            invokespecial java.lang.Number.<init>:()V
         1: .line 1317
            aload 0 /* this */
            aload 1 /* s */
            bipush 10
            invokestatic java.lang.Long.parseLong:(Ljava/lang/String;I)J
            putfield java.lang.Long.value:J
         2: .line 1318
            return
        end local 1 // java.lang.String s
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/lang/Long;
            0    3     1     s  Ljava/lang/String;
    Exceptions:
      throws java.lang.NumberFormatException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9")
    MethodParameters:
      Name  Flags
      s     

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1326
            aload 0 /* this */
            getfield java.lang.Long.value:J
            l2i
            i2b
            ireturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1335
            aload 0 /* this */
            getfield java.lang.Long.value:J
            l2i
            i2s
            ireturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1344
            aload 0 /* this */
            getfield java.lang.Long.value:J
            l2i
            ireturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1353
            aload 0 /* this */
            getfield java.lang.Long.value:J
            lreturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1362
            aload 0 /* this */
            getfield java.lang.Long.value:J
            l2f
            freturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1371
            aload 0 /* this */
            getfield java.lang.Long.value:J
            l2d
            dreturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1385
            aload 0 /* this */
            getfield java.lang.Long.value:J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            areturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Long this
         0: .line 1402
            aload 0 /* this */
            getfield java.lang.Long.value:J
            invokestatic java.lang.Long.hashCode:(J)I
            ireturn
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/lang/Long;

  public static int hashCode(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long value
         0: .line 1414
            lload 0 /* value */
            lload 0 /* value */
            bipush 32
            lushr
            lxor
            l2i
            ireturn
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  J
    MethodParameters:
       Name  Flags
      value  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Long this
        start local 1 // java.lang.Object obj
         0: .line 1428
            aload 1 /* obj */
            instanceof java.lang.Long
            ifeq 3
         1: .line 1429
            aload 0 /* this */
            getfield java.lang.Long.value:J
            aload 1 /* obj */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            lcmp
            ifne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 1431
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/lang/Long;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public static java.lang.Long getLong(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String nm
         0: .line 1465
            aload 0 /* nm */
            aconst_null
            invokestatic java.lang.Long.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            areturn
        end local 0 // java.lang.String nm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    nm  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      nm    

  public static java.lang.Long getLong(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // java.lang.String nm
        start local 1 // long val
         0: .line 1510
            aload 0 /* nm */
            aconst_null
            invokestatic java.lang.Long.getLong:(Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
            astore 3 /* result */
        start local 3 // java.lang.Long result
         1: .line 1511
            aload 3 /* result */
            ifnonnull 2
            lload 1 /* val */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            goto 3
      StackMap locals: java.lang.Long
      StackMap stack:
         2: aload 3 /* result */
      StackMap locals:
      StackMap stack: java.lang.Long
         3: areturn
        end local 3 // java.lang.Long result
        end local 1 // long val
        end local 0 // java.lang.String nm
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0      nm  Ljava/lang/String;
            0    4     1     val  J
            1    4     3  result  Ljava/lang/Long;
    MethodParameters:
      Name  Flags
      nm    
      val   

  public static java.lang.Long getLong(java.lang.String, java.lang.Long);
    descriptor: (Ljava/lang/String;Ljava/lang/Long;)Ljava/lang/Long;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // java.lang.String nm
        start local 1 // java.lang.Long val
         0: .line 1559
            aconst_null
            astore 2 /* v */
        start local 2 // java.lang.String v
         1: .line 1561
            aload 0 /* nm */
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* v */
         2: .line 1562
            goto 4
      StackMap locals: java.lang.String java.lang.Long java.lang.String
      StackMap stack: java.lang.RuntimeException
         3: pop
         4: .line 1564
      StackMap locals:
      StackMap stack:
            aload 2 /* v */
            ifnull 8
         5: .line 1566
            aload 2 /* v */
            invokestatic java.lang.Long.decode:(Ljava/lang/String;)Ljava/lang/Long;
         6: areturn
         7: .line 1567
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
            pop
         8: .line 1570
      StackMap locals:
      StackMap stack:
            aload 1 /* val */
            areturn
        end local 2 // java.lang.String v
        end local 1 // java.lang.Long val
        end local 0 // java.lang.String nm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0    nm  Ljava/lang/String;
            0    9     1   val  Ljava/lang/Long;
            1    9     2     v  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.IllegalArgumentException
           1     2       3  Class java.lang.NullPointerException
           5     6       7  Class java.lang.NumberFormatException
    MethodParameters:
      Name  Flags
      nm    
      val   

  public int compareTo(java.lang.Long);
    descriptor: (Ljava/lang/Long;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Long this
        start local 1 // java.lang.Long anotherLong
         0: .line 1587
            aload 0 /* this */
            getfield java.lang.Long.value:J
            aload 1 /* anotherLong */
            getfield java.lang.Long.value:J
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
        end local 1 // java.lang.Long anotherLong
        end local 0 // java.lang.Long this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljava/lang/Long;
            0    1     1  anotherLong  Ljava/lang/Long;
    MethodParameters:
             Name  Flags
      anotherLong  

  public static int compare(long, long);
    descriptor: (JJ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long x
        start local 2 // long y
         0: .line 1605
            lload 0 /* x */
            lload 2 /* y */
            lcmp
            ifge 1
            iconst_m1
            goto 3
      StackMap locals:
      StackMap stack:
         1: lload 0 /* x */
            lload 2 /* y */
            lcmp
            ifne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // long y
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     x  J
            0    4     2     y  J
    MethodParameters:
      Name  Flags
      x     
      y     

  public static int compareUnsigned(long, long);
    descriptor: (JJ)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // long x
        start local 2 // long y
         0: .line 1621
            lload 0 /* x */
            ldc -9223372036854775808
            ladd
            lload 2 /* y */
            ldc -9223372036854775808
            ladd
            invokestatic java.lang.Long.compare:(JJ)I
            ireturn
        end local 2 // long y
        end local 0 // long x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  J
            0    1     2     y  J
    MethodParameters:
      Name  Flags
      x     
      y     

  public static long divideUnsigned(long, long);
    descriptor: (JJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long dividend
        start local 2 // long divisor
         0: .line 1644
            lload 2 /* divisor */
            lconst_0
            lcmp
            ifge 4
         1: .line 1647
            lload 0 /* dividend */
            lload 2 /* divisor */
            invokestatic java.lang.Long.compareUnsigned:(JJ)I
            ifge 2
            lconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         2: lconst_1
      StackMap locals:
      StackMap stack: long
         3: lreturn
         4: .line 1650
      StackMap locals:
      StackMap stack:
            lload 0 /* dividend */
            lconst_0
            lcmp
            ifle 6
         5: .line 1651
            lload 0 /* dividend */
            lload 2 /* divisor */
            ldiv
            lreturn
         6: .line 1659
      StackMap locals:
      StackMap stack:
            lload 0 /* dividend */
            invokestatic java.lang.Long.toUnsignedBigInteger:(J)Ljava/math/BigInteger;
         7: .line 1660
            lload 2 /* divisor */
            invokestatic java.lang.Long.toUnsignedBigInteger:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.divide:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.longValue:()J
         8: .line 1659
            lreturn
        end local 2 // long divisor
        end local 0 // long dividend
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0  dividend  J
            0    9     2   divisor  J
    MethodParameters:
          Name  Flags
      dividend  
      divisor   

  public static long remainderUnsigned(long, long);
    descriptor: (JJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long dividend
        start local 2 // long divisor
         0: .line 1677
            lload 0 /* dividend */
            lconst_0
            lcmp
            ifle 2
            lload 2 /* divisor */
            lconst_0
            lcmp
            ifle 2
         1: .line 1678
            lload 0 /* dividend */
            lload 2 /* divisor */
            lrem
            lreturn
         2: .line 1680
      StackMap locals:
      StackMap stack:
            lload 0 /* dividend */
            lload 2 /* divisor */
            invokestatic java.lang.Long.compareUnsigned:(JJ)I
            ifge 4
         3: .line 1681
            lload 0 /* dividend */
            lreturn
         4: .line 1683
      StackMap locals:
      StackMap stack:
            lload 0 /* dividend */
            invokestatic java.lang.Long.toUnsignedBigInteger:(J)Ljava/math/BigInteger;
         5: .line 1684
            lload 2 /* divisor */
            invokestatic java.lang.Long.toUnsignedBigInteger:(J)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.remainder:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.longValue:()J
         6: .line 1683
            lreturn
        end local 2 // long divisor
        end local 0 // long dividend
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0  dividend  J
            0    7     2   divisor  J
    MethodParameters:
          Name  Flags
      dividend  
      divisor   

  public static long highestOneBit(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // long i
         0: .line 1720
            lload 0 /* i */
            ldc -9223372036854775808
            lload 0 /* i */
            invokestatic java.lang.Long.numberOfLeadingZeros:(J)I
            lushr
            land
            lreturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  public static long lowestOneBit(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long i
         0: .line 1738
            lload 0 /* i */
            lload 0 /* i */
            lneg
            land
            lreturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  public static int numberOfLeadingZeros(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // long i
         0: .line 1764
            lload 0 /* i */
            bipush 32
            lushr
            l2i
            istore 2 /* x */
        start local 2 // int x
         1: .line 1765
            iload 2 /* x */
            ifne 2
            bipush 32
            lload 0 /* i */
            l2i
            invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
            iadd
            goto 3
         2: .line 1766
      StackMap locals: int
      StackMap stack:
            iload 2 /* x */
            invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
         3: .line 1765
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 2 // int x
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     i  J
            1    4     2     x  I
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      i     

  public static int numberOfTrailingZeros(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // long i
         0: .line 1787
            lload 0 /* i */
            lconst_0
            lcmp
            ifne 1
            bipush 64
            ireturn
         1: .line 1788
      StackMap locals:
      StackMap stack:
            bipush 63
            istore 4 /* n */
        start local 4 // int n
         2: .line 1789
            lload 0 /* i */
            l2i
            istore 3 /* y */
        start local 3 // int y
         3: iload 3 /* y */
            ifeq 5
            iinc 4 /* n */ -32
            iload 3 /* y */
            istore 2 /* x */
        start local 2 // int x
         4: goto 6
        end local 2 // int x
      StackMap locals: long top int int
      StackMap stack:
         5: lload 0 /* i */
            bipush 32
            lushr
            l2i
            istore 2 /* x */
        start local 2 // int x
         6: .line 1790
      StackMap locals: long int int int
      StackMap stack:
            iload 2 /* x */
            bipush 16
            ishl
            istore 3 /* y */
            iload 3 /* y */
            ifeq 7
            iinc 4 /* n */ -16
            iload 3 /* y */
            istore 2 /* x */
         7: .line 1791
      StackMap locals:
      StackMap stack:
            iload 2 /* x */
            bipush 8
            ishl
            istore 3 /* y */
            iload 3 /* y */
            ifeq 8
            iinc 4 /* n */ -8
            iload 3 /* y */
            istore 2 /* x */
         8: .line 1792
      StackMap locals:
      StackMap stack:
            iload 2 /* x */
            iconst_4
            ishl
            istore 3 /* y */
            iload 3 /* y */
            ifeq 9
            iinc 4 /* n */ -4
            iload 3 /* y */
            istore 2 /* x */
         9: .line 1793
      StackMap locals:
      StackMap stack:
            iload 2 /* x */
            iconst_2
            ishl
            istore 3 /* y */
            iload 3 /* y */
            ifeq 10
            iinc 4 /* n */ -2
            iload 3 /* y */
            istore 2 /* x */
        10: .line 1794
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            iload 2 /* x */
            iconst_1
            ishl
            bipush 31
            iushr
            isub
            ireturn
        end local 4 // int n
        end local 3 // int y
        end local 2 // int x
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     i  J
            4    5     2     x  I
            6   11     2     x  I
            3   11     3     y  I
            2   11     4     n  I
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      i     

  public static int bitCount(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // long i
         0: .line 1810
            lload 0 /* i */
            lload 0 /* i */
            iconst_1
            lushr
            ldc 6148914691236517205
            land
            lsub
            lstore 0 /* i */
         1: .line 1811
            lload 0 /* i */
            ldc 3689348814741910323
            land
            lload 0 /* i */
            iconst_2
            lushr
            ldc 3689348814741910323
            land
            ladd
            lstore 0 /* i */
         2: .line 1812
            lload 0 /* i */
            lload 0 /* i */
            iconst_4
            lushr
            ladd
            ldc 1085102592571150095
            land
            lstore 0 /* i */
         3: .line 1813
            lload 0 /* i */
            lload 0 /* i */
            bipush 8
            lushr
            ladd
            lstore 0 /* i */
         4: .line 1814
            lload 0 /* i */
            lload 0 /* i */
            bipush 16
            lushr
            ladd
            lstore 0 /* i */
         5: .line 1815
            lload 0 /* i */
            lload 0 /* i */
            bipush 32
            lushr
            ladd
            lstore 0 /* i */
         6: .line 1816
            lload 0 /* i */
            l2i
            bipush 127
            iand
            ireturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     i  J
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      i     

  public static long rotateLeft(long, int);
    descriptor: (JI)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // long i
        start local 2 // int distance
         0: .line 1840
            lload 0 /* i */
            iload 2 /* distance */
            lshl
            lload 0 /* i */
            iload 2 /* distance */
            ineg
            lushr
            lor
            lreturn
        end local 2 // int distance
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0         i  J
            0    1     2  distance  I
    MethodParameters:
          Name  Flags
      i         
      distance  

  public static long rotateRight(long, int);
    descriptor: (JI)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // long i
        start local 2 // int distance
         0: .line 1864
            lload 0 /* i */
            iload 2 /* distance */
            lushr
            lload 0 /* i */
            iload 2 /* distance */
            ineg
            lshl
            lor
            lreturn
        end local 2 // int distance
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0         i  J
            0    1     2  distance  I
    MethodParameters:
          Name  Flags
      i         
      distance  

  public static long reverse(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // long i
         0: .line 1879
            lload 0 /* i */
            ldc 6148914691236517205
            land
            iconst_1
            lshl
            lload 0 /* i */
            iconst_1
            lushr
            ldc 6148914691236517205
            land
            lor
            lstore 0 /* i */
         1: .line 1880
            lload 0 /* i */
            ldc 3689348814741910323
            land
            iconst_2
            lshl
            lload 0 /* i */
            iconst_2
            lushr
            ldc 3689348814741910323
            land
            lor
            lstore 0 /* i */
         2: .line 1881
            lload 0 /* i */
            ldc 1085102592571150095
            land
            iconst_4
            lshl
            lload 0 /* i */
            iconst_4
            lushr
            ldc 1085102592571150095
            land
            lor
            lstore 0 /* i */
         3: .line 1883
            lload 0 /* i */
            invokestatic java.lang.Long.reverseBytes:(J)J
            lreturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     i  J
    MethodParameters:
      Name  Flags
      i     

  public static int signum(long);
    descriptor: (J)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // long i
         0: .line 1897
            lload 0 /* i */
            bipush 63
            lshr
            lload 0 /* i */
            lneg
            bipush 63
            lushr
            lor
            l2i
            ireturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     i  J
    MethodParameters:
      Name  Flags
      i     

  public static long reverseBytes(long);
    descriptor: (J)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // long i
         0: .line 1911
            lload 0 /* i */
            ldc 71777214294589695
            land
            bipush 8
            lshl
            lload 0 /* i */
            bipush 8
            lushr
            ldc 71777214294589695
            land
            lor
            lstore 0 /* i */
         1: .line 1912
            lload 0 /* i */
            bipush 48
            lshl
            lload 0 /* i */
            ldc 4294901760
            land
            bipush 16
            lshl
            lor
         2: .line 1913
            lload 0 /* i */
            bipush 16
            lushr
            ldc 4294901760
            land
         3: .line 1912
            lor
         4: .line 1913
            lload 0 /* i */
            bipush 48
            lushr
         5: .line 1912
            lor
            lreturn
        end local 0 // long i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0     i  J
    RuntimeVisibleAnnotations: 
      jdk.internal.HotSpotIntrinsicCandidate()
    MethodParameters:
      Name  Flags
      i     

  public static long sum(long, long);
    descriptor: (JJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long a
        start local 2 // long b
         0: .line 1926
            lload 0 /* a */
            lload 2 /* b */
            ladd
            lreturn
        end local 2 // long b
        end local 0 // long a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  J
            0    1     2     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

  public static long max(long, long);
    descriptor: (JJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long a
        start local 2 // long b
         0: .line 1940
            lload 0 /* a */
            lload 2 /* b */
            invokestatic java.lang.Math.max:(JJ)J
            lreturn
        end local 2 // long b
        end local 0 // long a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  J
            0    1     2     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

  public static long min(long, long);
    descriptor: (JJ)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // long a
        start local 2 // long b
         0: .line 1954
            lload 0 /* a */
            lload 2 /* b */
            invokestatic java.lang.Math.min:(JJ)J
            lreturn
        end local 2 // long b
        end local 0 // long a
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     a  J
            0    1     2     b  J
    MethodParameters:
      Name  Flags
      a     
      b     

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Long
            invokevirtual java.lang.Long.compareTo:(Ljava/lang/Long;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Number;Ljava/lang/Comparable<Ljava/lang/Long;>;
SourceFile: "Long.java"
NestMembers:
  java.lang.Long$LongCache
InnerClasses:
  private LongCache = java.lang.Long$LongCache of java.lang.Long