public class jdk.internal.org.objectweb.asm.ClassReader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.ClassReader
  super_class: java.lang.Object
{
  static final boolean SIGNATURES;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final boolean ANNOTATIONS;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final boolean FRAMES;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final boolean WRITER;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final boolean RESIZE;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

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

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

  public final byte[] b;
    descriptor: [B
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private final int[] items;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String[] strings;
    descriptor: [Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maxStringLength;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public final int header;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // byte[] b
         0: .line 182
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.<init>:([BII)V
         1: .line 183
            return
        end local 1 // byte[] b
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    2     1     b  [B
    MethodParameters:
      Name  Flags
      b     final

  public void <init>(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 195
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 196
            aload 0 /* this */
            aload 1 /* b */
            putfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
         2: .line 198
            aload 0 /* this */
            iload 2 /* off */
            bipush 6
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readShort:(I)S
            bipush 53
            if_icmple 4
         3: .line 199
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         4: .line 202
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader byte[] int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* off */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            putfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
         5: .line 203
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            arraylength
            istore 4 /* n */
        start local 4 // int n
         6: .line 204
            aload 0 /* this */
            iload 4 /* n */
            anewarray java.lang.String
            putfield jdk.internal.org.objectweb.asm.ClassReader.strings:[Ljava/lang/String;
         7: .line 205
            iconst_0
            istore 5 /* max */
        start local 5 // int max
         8: .line 206
            iload 2 /* off */
            bipush 10
            iadd
            istore 6 /* index */
        start local 6 // int index
         9: .line 207
            iconst_1
            istore 7 /* i */
        start local 7 // int i
        10: goto 28
        11: .line 208
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader byte[] int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 7 /* i */
            iload 6 /* index */
            iconst_1
            iadd
            iastore
        12: .line 210
            aload 1 /* b */
            iload 6 /* index */
            baload
            tableswitch { // 1 - 18
                    1: 18
                    2: 24
                    3: 13
                    4: 13
                    5: 15
                    6: 15
                    7: 24
                    8: 24
                    9: 13
                   10: 13
                   11: 13
                   12: 13
                   13: 24
                   14: 24
                   15: 22
                   16: 24
                   17: 24
                   18: 13
              default: 24
          }
        13: .line 218
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 8 /* size */
        start local 8 // int size
        14: .line 219
            goto 25
        end local 8 // int size
        15: .line 222
      StackMap locals:
      StackMap stack:
            bipush 9
            istore 8 /* size */
        start local 8 // int size
        16: .line 223
            iinc 7 /* i */ 1
        17: .line 224
            goto 25
        end local 8 // int size
        18: .line 226
      StackMap locals:
      StackMap stack:
            iconst_3
            aload 0 /* this */
            iload 6 /* index */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            istore 8 /* size */
        start local 8 // int size
        19: .line 227
            iload 8 /* size */
            iload 5 /* max */
            if_icmple 25
        20: .line 228
            iload 8 /* size */
            istore 5 /* max */
        21: .line 230
            goto 25
        end local 8 // int size
        22: .line 232
      StackMap locals:
      StackMap stack:
            iconst_4
            istore 8 /* size */
        start local 8 // int size
        23: .line 233
            goto 25
        end local 8 // int size
        24: .line 238
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 8 /* size */
        start local 8 // int size
        25: .line 239
      StackMap locals: int
      StackMap stack:
            iload 6 /* index */
        26: .line 241
            iload 8 /* size */
            iadd
            istore 6 /* index */
        end local 8 // int size
        27: .line 207
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 7 /* i */
            iload 4 /* n */
            if_icmplt 11
        end local 7 // int i
        29: .line 243
            aload 0 /* this */
            iload 5 /* max */
            putfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
        30: .line 245
            aload 0 /* this */
            iload 6 /* index */
            putfield jdk.internal.org.objectweb.asm.ClassReader.header:I
        31: .line 246
            return
        end local 6 // int index
        end local 5 // int max
        end local 4 // int n
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   32     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   32     1      b  [B
            0   32     2    off  I
            0   32     3    len  I
            6   32     4      n  I
            8   32     5    max  I
            9   32     6  index  I
           10   29     7      i  I
           14   15     8   size  I
           16   18     8   size  I
           19   22     8   size  I
           23   24     8   size  I
           25   27     8   size  I
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   final

  public int getAccess();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 258
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;

  public java.lang.String getClassName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 270
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            iconst_2
            iadd
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;

  public java.lang.String getSuperName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 284
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;

  public java.lang.String[] getInterfaces();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 297
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            bipush 6
            iadd
            istore 1 /* index */
        start local 1 // int index
         1: .line 298
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* n */
        start local 2 // int n
         2: .line 299
            iload 2 /* n */
            anewarray java.lang.String
            astore 3 /* interfaces */
        start local 3 // java.lang.String[] interfaces
         3: .line 300
            iload 2 /* n */
            ifle 11
         4: .line 301
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            astore 4 /* buf */
        start local 4 // char[] buf
         5: .line 302
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 10
         7: .line 303
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int int java.lang.String[] char[] int
      StackMap stack:
            iinc 1 /* index */ 2
         8: .line 304
            aload 3 /* interfaces */
            iload 5 /* i */
            aload 0 /* this */
            iload 1 /* index */
            aload 4 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         9: .line 302
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            iload 2 /* n */
            if_icmplt 7
        end local 5 // int i
        end local 4 // char[] buf
        11: .line 307
      StackMap locals:
      StackMap stack:
            aload 3 /* interfaces */
            areturn
        end local 3 // java.lang.String[] interfaces
        end local 2 // int n
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Ljdk/internal/org/objectweb/asm/ClassReader;
            1   12     1       index  I
            2   12     2           n  I
            3   12     3  interfaces  [Ljava/lang/String;
            5   11     4         buf  [C
            6   11     5           i  I

  void copyPool(jdk.internal.org.objectweb.asm.ClassWriter);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=11, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassWriter classWriter
         0: .line 318
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            astore 2 /* buf */
        start local 2 // char[] buf
         1: .line 319
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            arraylength
            istore 3 /* ll */
        start local 3 // int ll
         2: .line 320
            iload 3 /* ll */
            anewarray jdk.internal.org.objectweb.asm.Item
            astore 4 /* items2 */
        start local 4 // jdk.internal.org.objectweb.asm.Item[] items2
         3: .line 321
            iconst_1
            istore 5 /* i */
        start local 5 // int i
         4: goto 56
         5: .line 322
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassWriter char[] int jdk.internal.org.objectweb.asm.Item[] int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 5 /* i */
            iaload
            istore 6 /* index */
        start local 6 // int index
         6: .line 323
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 6 /* index */
            iconst_1
            isub
            baload
            istore 7 /* tag */
        start local 7 // int tag
         7: .line 324
            new jdk.internal.org.objectweb.asm.Item
            dup
            iload 5 /* i */
            invokespecial jdk.internal.org.objectweb.asm.Item.<init>:(I)V
            astore 8 /* item */
        start local 8 // jdk.internal.org.objectweb.asm.Item item
         8: .line 326
            iload 7 /* tag */
            tableswitch { // 1 - 18
                    1: 28
                    2: 50
                    3: 14
                    4: 16
                    5: 22
                    6: 25
                    7: 50
                    8: 50
                    9: 9
                   10: 9
                   11: 9
                   12: 18
                   13: 50
                   14: 50
                   15: 36
                   16: 50
                   17: 50
                   18: 43
              default: 50
          }
         9: .line 330
      StackMap locals: int int jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 6 /* index */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 9 /* nameType */
        start local 9 // int nameType
        10: .line 331
            aload 8 /* item */
            iload 7 /* tag */
            aload 0 /* this */
            iload 6 /* index */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 9 /* nameType */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        11: .line 332
            aload 0 /* this */
            iload 9 /* nameType */
            iconst_2
            iadd
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        12: .line 331
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        13: .line 333
            goto 51
        end local 9 // int nameType
        14: .line 335
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(I)V
        15: .line 336
            goto 51
        16: .line 338
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(F)V
        17: .line 339
            goto 51
        18: .line 341
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
            iload 7 /* tag */
            aload 0 /* this */
            iload 6 /* index */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 6 /* index */
            iconst_2
            iadd
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        19: .line 342
            aconst_null
        20: .line 341
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        21: .line 343
            goto 51
        22: .line 345
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLong:(I)J
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(J)V
        23: .line 346
            iinc 5 /* i */ 1
        24: .line 347
            goto 51
        25: .line 349
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(D)V
        26: .line 350
            iinc 5 /* i */ 1
        27: .line 351
            goto 51
        28: .line 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.strings:[Ljava/lang/String;
            iload 5 /* i */
            aaload
            astore 10 /* s */
        start local 10 // java.lang.String s
        29: .line 354
            aload 10 /* s */
            ifnonnull 34
        30: .line 355
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 5 /* i */
            iaload
            istore 6 /* index */
        31: .line 356
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.strings:[Ljava/lang/String;
            iload 5 /* i */
            aload 0 /* this */
            iload 6 /* index */
            iconst_2
            iadd
        32: .line 357
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* buf */
        33: .line 356
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF:(II[C)Ljava/lang/String;
            dup_x2
            aastore
            astore 10 /* s */
        34: .line 359
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassWriter char[] int jdk.internal.org.objectweb.asm.Item[] int int int jdk.internal.org.objectweb.asm.Item top java.lang.String
      StackMap stack:
            aload 8 /* item */
            iload 7 /* tag */
            aload 10 /* s */
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        35: .line 360
            goto 51
        end local 10 // java.lang.String s
        36: .line 363
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassWriter char[] int jdk.internal.org.objectweb.asm.Item[] int int int jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 6 /* index */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 10 /* fieldOrMethodRef */
        start local 10 // int fieldOrMethodRef
        37: .line 364
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 10 /* fieldOrMethodRef */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 9 /* nameType */
        start local 9 // int nameType
        38: .line 365
            aload 8 /* item */
            bipush 20
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            iadd
        39: .line 366
            aload 0 /* this */
            iload 10 /* fieldOrMethodRef */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
        40: .line 367
            aload 0 /* this */
            iload 9 /* nameType */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 9 /* nameType */
            iconst_2
            iadd
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        41: .line 365
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        42: .line 368
            goto 51
        end local 10 // int fieldOrMethodRef
        end local 9 // int nameType
        43: .line 371
      StackMap locals:
      StackMap stack:
            aload 1 /* classWriter */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.bootstrapMethods:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 45
        44: .line 372
            aload 0 /* this */
            aload 1 /* classWriter */
            aload 4 /* items2 */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.copyBootstrapMethods:(Ljdk/internal/org/objectweb/asm/ClassWriter;[Ljdk/internal/org/objectweb/asm/Item;[C)V
        45: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 6 /* index */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 9 /* nameType */
        start local 9 // int nameType
        46: .line 375
            aload 8 /* item */
            aload 0 /* this */
            iload 9 /* nameType */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 9 /* nameType */
            iconst_2
            iadd
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
        47: .line 376
            aload 0 /* this */
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
        48: .line 375
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(Ljava/lang/String;Ljava/lang/String;I)V
        49: .line 377
            goto 51
        end local 9 // int nameType
        50: .line 382
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
            iload 7 /* tag */
            aload 0 /* this */
            iload 6 /* index */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        51: .line 383
      StackMap locals:
      StackMap stack:
            aload 8 /* item */
        52: .line 386
            getfield jdk.internal.org.objectweb.asm.Item.hashCode:I
            aload 4 /* items2 */
            arraylength
            irem
            istore 10 /* index2 */
        start local 10 // int index2
        53: .line 387
            aload 8 /* item */
            aload 4 /* items2 */
            iload 10 /* index2 */
            aaload
            putfield jdk.internal.org.objectweb.asm.Item.next:Ljdk/internal/org/objectweb/asm/Item;
        54: .line 388
            aload 4 /* items2 */
            iload 10 /* index2 */
            aload 8 /* item */
            aastore
        end local 10 // int index2
        end local 8 // jdk.internal.org.objectweb.asm.Item item
        end local 7 // int tag
        end local 6 // int index
        55: .line 321
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 5 /* i */
            iload 3 /* ll */
            if_icmplt 5
        end local 5 // int i
        57: .line 391
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iconst_1
            iaload
            iconst_1
            isub
            istore 5 /* off */
        start local 5 // int off
        58: .line 392
            aload 1 /* classWriter */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.pool:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 5 /* off */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            iload 5 /* off */
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        59: .line 393
            aload 1 /* classWriter */
            aload 4 /* items2 */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.items:[Ljdk/internal/org/objectweb/asm/Item;
        60: .line 394
            aload 1 /* classWriter */
            ldc 0.75
            iload 3 /* ll */
            i2d
            dmul
            d2i
            putfield jdk.internal.org.objectweb.asm.ClassWriter.threshold:I
        61: .line 395
            aload 1 /* classWriter */
            iload 3 /* ll */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.index:I
        62: .line 396
            return
        end local 5 // int off
        end local 4 // jdk.internal.org.objectweb.asm.Item[] items2
        end local 3 // int ll
        end local 2 // char[] buf
        end local 1 // jdk.internal.org.objectweb.asm.ClassWriter classWriter
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   63     0              this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   63     1       classWriter  Ljdk/internal/org/objectweb/asm/ClassWriter;
            1   63     2               buf  [C
            2   63     3                ll  I
            3   63     4            items2  [Ljdk/internal/org/objectweb/asm/Item;
            4   57     5                 i  I
            6   55     6             index  I
            7   55     7               tag  I
            8   55     8              item  Ljdk/internal/org/objectweb/asm/Item;
           10   14     9          nameType  I
           38   43     9          nameType  I
           46   50     9          nameType  I
           29   36    10                 s  Ljava/lang/String;
           37   43    10  fieldOrMethodRef  I
           53   55    10            index2  I
           58   63     5               off  I
    MethodParameters:
             Name  Flags
      classWriter  final

  private void copyBootstrapMethods(jdk.internal.org.objectweb.asm.ClassWriter, jdk.internal.org.objectweb.asm.Item[], char[]);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;[Ljdk/internal/org/objectweb/asm/Item;[C)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=13, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassWriter classWriter
        start local 2 // jdk.internal.org.objectweb.asm.Item[] items
        start local 3 // char[] c
         0: .line 408
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.getAttributes:()I
            istore 4 /* u */
        start local 4 // int u
         1: .line 409
            iconst_0
            istore 5 /* found */
        start local 5 // boolean found
         2: .line 410
            aload 0 /* this */
            iload 4 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* i */
        start local 6 // int i
         3: goto 10
         4: .line 411
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* u */
            iconst_2
            iadd
            aload 3 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* attrName */
        start local 7 // java.lang.String attrName
         5: .line 412
            ldc "BootstrapMethods"
            aload 7 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         6: .line 413
            iconst_1
            istore 5 /* found */
         7: .line 414
            goto 11
         8: .line 416
      StackMap locals: java.lang.String
      StackMap stack:
            iload 4 /* u */
            bipush 6
            aload 0 /* this */
            iload 4 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 4 /* u */
        end local 7 // java.lang.String attrName
         9: .line 410
            iinc 6 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            ifgt 4
        end local 6 // int i
        11: .line 418
      StackMap locals:
      StackMap stack:
            iload 5 /* found */
            ifne 13
        12: .line 419
            return
        13: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* boostrapMethodCount */
        start local 6 // int boostrapMethodCount
        14: .line 423
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        15: iload 4 /* u */
            bipush 10
            iadd
            istore 8 /* v */
        start local 8 // int v
        16: goto 32
        17: .line 424
      StackMap locals: int int int
      StackMap stack:
            iload 8 /* v */
            iload 4 /* u */
            isub
            bipush 10
            isub
            istore 9 /* position */
        start local 9 // int position
        18: .line 425
            aload 0 /* this */
            aload 0 /* this */
            iload 8 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 3 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            istore 10 /* hashCode */
        start local 10 // int hashCode
        19: .line 426
            aload 0 /* this */
            iload 8 /* v */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 11 /* k */
        start local 11 // int k
        20: goto 24
        21: .line 427
      StackMap locals: int int int
      StackMap stack:
            iload 10 /* hashCode */
            aload 0 /* this */
            aload 0 /* this */
            iload 8 /* v */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 3 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            ixor
            istore 10 /* hashCode */
        22: .line 428
            iinc 8 /* v */ 2
        23: .line 426
            iinc 11 /* k */ -1
      StackMap locals:
      StackMap stack:
        24: iload 11 /* k */
            ifgt 21
        end local 11 // int k
        25: .line 430
            iinc 8 /* v */ 4
        26: .line 431
            new jdk.internal.org.objectweb.asm.Item
            dup
            iload 7 /* j */
            invokespecial jdk.internal.org.objectweb.asm.Item.<init>:(I)V
            astore 11 /* item */
        start local 11 // jdk.internal.org.objectweb.asm.Item item
        27: .line 432
            aload 11 /* item */
            iload 9 /* position */
            iload 10 /* hashCode */
            ldc 2147483647
            iand
            invokevirtual jdk.internal.org.objectweb.asm.Item.set:(II)V
        28: .line 433
            aload 11 /* item */
            getfield jdk.internal.org.objectweb.asm.Item.hashCode:I
            aload 2 /* items */
            arraylength
            irem
            istore 12 /* index */
        start local 12 // int index
        29: .line 434
            aload 11 /* item */
            aload 2 /* items */
            iload 12 /* index */
            aaload
            putfield jdk.internal.org.objectweb.asm.Item.next:Ljdk/internal/org/objectweb/asm/Item;
        30: .line 435
            aload 2 /* items */
            iload 12 /* index */
            aload 11 /* item */
            aastore
        end local 12 // int index
        end local 11 // jdk.internal.org.objectweb.asm.Item item
        end local 10 // int hashCode
        end local 9 // int position
        31: .line 423
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        32: iload 7 /* j */
            iload 6 /* boostrapMethodCount */
            if_icmplt 17
        end local 8 // int v
        end local 7 // int j
        33: .line 437
            aload 0 /* this */
            iload 4 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 7 /* attrSize */
        start local 7 // int attrSize
        34: .line 438
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            iload 7 /* attrSize */
            bipush 62
            iadd
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:(I)V
            astore 8 /* bootstrapMethods */
        start local 8 // jdk.internal.org.objectweb.asm.ByteVector bootstrapMethods
        35: .line 439
            aload 8 /* bootstrapMethods */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 4 /* u */
            bipush 10
            iadd
            iload 7 /* attrSize */
            iconst_2
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        36: .line 440
            aload 1 /* classWriter */
            iload 6 /* boostrapMethodCount */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.bootstrapMethodsCount:I
        37: .line 441
            aload 1 /* classWriter */
            aload 8 /* bootstrapMethods */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.bootstrapMethods:Ljdk/internal/org/objectweb/asm/ByteVector;
        38: .line 442
            return
        end local 8 // jdk.internal.org.objectweb.asm.ByteVector bootstrapMethods
        end local 7 // int attrSize
        end local 6 // int boostrapMethodCount
        end local 5 // boolean found
        end local 4 // int u
        end local 3 // char[] c
        end local 2 // jdk.internal.org.objectweb.asm.Item[] items
        end local 1 // jdk.internal.org.objectweb.asm.ClassWriter classWriter
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   39     0                 this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   39     1          classWriter  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   39     2                items  [Ljdk/internal/org/objectweb/asm/Item;
            0   39     3                    c  [C
            1   39     4                    u  I
            2   39     5                found  Z
            3   11     6                    i  I
            5    9     7             attrName  Ljava/lang/String;
           14   39     6  boostrapMethodCount  I
           15   33     7                    j  I
           16   33     8                    v  I
           18   31     9             position  I
           19   31    10             hashCode  I
           20   25    11                    k  I
           27   31    11                 item  Ljdk/internal/org/objectweb/asm/Item;
           29   31    12                index  I
           34   39     7             attrSize  I
           35   39     8     bootstrapMethods  Ljdk/internal/org/objectweb/asm/ByteVector;
    MethodParameters:
             Name  Flags
      classWriter  final
      items        final
      c            final

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // java.io.InputStream is
         0: .line 453
            aload 0 /* this */
            aload 1 /* is */
            iconst_0
            invokestatic jdk.internal.org.objectweb.asm.ClassReader.readClass:(Ljava/io/InputStream;Z)[B
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.<init>:([B)V
         1: .line 454
            return
        end local 1 // java.io.InputStream is
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    2     1    is  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      is    final

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // java.lang.String name
         0: .line 465
            aload 0 /* this */
         1: .line 466
            new java.lang.StringBuilder
            dup
            aload 1 /* name */
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         2: .line 467
            ldc ".class"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 466
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic java.lang.ClassLoader.getSystemResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;
         4: .line 467
            iconst_1
         5: .line 465
            invokestatic jdk.internal.org.objectweb.asm.ClassReader.readClass:(Ljava/io/InputStream;Z)[B
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.<init>:([B)V
         6: .line 468
            return
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    7     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  final

  private static byte[] readClass(java.io.InputStream, boolean);
    descriptor: (Ljava/io/InputStream;Z)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=9, args_size=2
        start local 0 // java.io.InputStream is
        start local 1 // boolean close
         0: .line 483
            aload 0 /* is */
            ifnonnull 2
         1: .line 484
            new java.io.IOException
            dup
            ldc "Class not found"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* is */
            invokevirtual java.io.InputStream.available:()I
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         3: .line 488
            iconst_0
            istore 3 /* len */
        start local 3 // int len
         4: .line 490
      StackMap locals: byte[] int
      StackMap stack:
            aload 0 /* is */
            aload 2 /* b */
            iload 3 /* len */
            aload 2 /* b */
            arraylength
            iload 3 /* len */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 4 /* n */
        start local 4 // int n
         5: .line 491
            iload 4 /* n */
            iconst_m1
            if_icmpne 14
         6: .line 492
            iload 3 /* len */
            aload 2 /* b */
            arraylength
            if_icmpge 10
         7: .line 493
            iload 3 /* len */
            newarray 8
            astore 5 /* c */
        start local 5 // byte[] c
         8: .line 494
            aload 2 /* b */
            iconst_0
            aload 5 /* c */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 495
            aload 5 /* c */
            astore 2 /* b */
        end local 5 // byte[] c
        10: .line 497
      StackMap locals: int
      StackMap stack:
            aload 2 /* b */
            astore 8
        11: .line 512
            iload 1 /* close */
            ifeq 13
        12: .line 513
            aload 0 /* is */
            invokevirtual java.io.InputStream.close:()V
        13: .line 497
      StackMap locals: java.io.InputStream int byte[] int int top top top byte[]
      StackMap stack:
            aload 8
            areturn
        14: .line 499
      StackMap locals: java.io.InputStream int byte[] int int
      StackMap stack:
            iload 3 /* len */
            iload 4 /* n */
            iadd
            istore 3 /* len */
        15: .line 500
            iload 3 /* len */
            aload 2 /* b */
            arraylength
            if_icmpne 4
        16: .line 501
            aload 0 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 5 /* last */
        start local 5 // int last
        17: .line 502
            iload 5 /* last */
            ifge 22
        18: .line 503
            aload 2 /* b */
            astore 8
        19: .line 512
            iload 1 /* close */
            ifeq 21
        20: .line 513
            aload 0 /* is */
            invokevirtual java.io.InputStream.close:()V
        21: .line 503
      StackMap locals: java.io.InputStream int byte[] int int int top top byte[]
      StackMap stack:
            aload 8
            areturn
        22: .line 505
      StackMap locals: java.io.InputStream int byte[] int int int
      StackMap stack:
            aload 2 /* b */
            arraylength
            sipush 1000
            iadd
            newarray 8
            astore 6 /* c */
        start local 6 // byte[] c
        23: .line 506
            aload 2 /* b */
            iconst_0
            aload 6 /* c */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        24: .line 507
            aload 6 /* c */
            iload 3 /* len */
            iinc 3 /* len */ 1
            iload 5 /* last */
            i2b
            bastore
        25: .line 508
            aload 6 /* c */
            astore 2 /* b */
        end local 6 // byte[] c
        end local 5 // int last
        end local 4 // int n
        26: .line 489
            goto 4
        end local 3 // int len
        end local 2 // byte[] b
        27: .line 511
      StackMap locals: java.io.InputStream int
      StackMap stack: java.lang.Throwable
            astore 7
        28: .line 512
            iload 1 /* close */
            ifeq 30
        29: .line 513
            aload 0 /* is */
            invokevirtual java.io.InputStream.close:()V
        30: .line 515
      StackMap locals: java.io.InputStream int top top top top top java.lang.Throwable
      StackMap stack:
            aload 7
            athrow
        end local 1 // boolean close
        end local 0 // java.io.InputStream is
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   31     0     is  Ljava/io/InputStream;
            0   31     1  close  Z
            3   27     2      b  [B
            4   27     3    len  I
            5   26     4      n  I
            8   10     5      c  [B
           17   26     5   last  I
           23   26     6      c  [B
      Exception table:
        from    to  target  type
           2    11      27  any
          14    19      27  any
          22    27      27  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      is     final
      close  

  public void accept(jdk.internal.org.objectweb.asm.ClassVisitor, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassVisitor;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // int flags
         0: .line 535
            aload 0 /* this */
            aload 1 /* classVisitor */
            iconst_0
            anewarray jdk.internal.org.objectweb.asm.Attribute
            iload 2 /* flags */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.accept:(Ljdk/internal/org/objectweb/asm/ClassVisitor;[Ljdk/internal/org/objectweb/asm/Attribute;I)V
         1: .line 536
            return
        end local 2 // int flags
        end local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    2     1  classVisitor  Ljdk/internal/org/objectweb/asm/ClassVisitor;
            0    2     2         flags  I
    MethodParameters:
              Name  Flags
      classVisitor  final
      flags         final

  public void accept(jdk.internal.org.objectweb.asm.ClassVisitor, jdk.internal.org.objectweb.asm.Attribute[], int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassVisitor;[Ljdk/internal/org/objectweb/asm/Attribute;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=28, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // jdk.internal.org.objectweb.asm.Attribute[] attrs
        start local 3 // int flags
         0: .line 561
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            istore 4 /* u */
        start local 4 // int u
         1: .line 562
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
            newarray 5
            astore 5 /* c */
        start local 5 // char[] c
         2: .line 564
            new jdk.internal.org.objectweb.asm.Context
            dup
            invokespecial jdk.internal.org.objectweb.asm.Context.<init>:()V
            astore 6 /* context */
        start local 6 // jdk.internal.org.objectweb.asm.Context context
         3: .line 565
            aload 6 /* context */
            aload 2 /* attrs */
            putfield jdk.internal.org.objectweb.asm.Context.attrs:[Ljdk/internal/org/objectweb/asm/Attribute;
         4: .line 566
            aload 6 /* context */
            iload 3 /* flags */
            putfield jdk.internal.org.objectweb.asm.Context.flags:I
         5: .line 567
            aload 6 /* context */
            aload 5 /* c */
            putfield jdk.internal.org.objectweb.asm.Context.buffer:[C
         6: .line 570
            aload 0 /* this */
            iload 4 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* access */
        start local 7 // int access
         7: .line 571
            aload 0 /* this */
            iload 4 /* u */
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 8 /* name */
        start local 8 // java.lang.String name
         8: .line 572
            aload 0 /* this */
            iload 4 /* u */
            iconst_4
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 9 /* superClass */
        start local 9 // java.lang.String superClass
         9: .line 573
            aload 0 /* this */
            iload 4 /* u */
            bipush 6
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.String
            astore 10 /* interfaces */
        start local 10 // java.lang.String[] interfaces
        10: .line 574
            iinc 4 /* u */ 8
        11: .line 575
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        12: goto 16
        13: .line 576
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassVisitor jdk.internal.org.objectweb.asm.Attribute[] int int char[] jdk.internal.org.objectweb.asm.Context int java.lang.String java.lang.String java.lang.String[] int
      StackMap stack:
            aload 10 /* interfaces */
            iload 11 /* i */
            aload 0 /* this */
            iload 4 /* u */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        14: .line 577
            iinc 4 /* u */ 2
        15: .line 575
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 11 /* i */
            aload 10 /* interfaces */
            arraylength
            if_icmplt 13
        end local 11 // int i
        17: .line 581
            aconst_null
            astore 11 /* signature */
        start local 11 // java.lang.String signature
        18: .line 582
            aconst_null
            astore 12 /* sourceFile */
        start local 12 // java.lang.String sourceFile
        19: .line 583
            aconst_null
            astore 13 /* sourceDebug */
        start local 13 // java.lang.String sourceDebug
        20: .line 584
            aconst_null
            astore 14 /* enclosingOwner */
        start local 14 // java.lang.String enclosingOwner
        21: .line 585
            aconst_null
            astore 15 /* enclosingName */
        start local 15 // java.lang.String enclosingName
        22: .line 586
            aconst_null
            astore 16 /* enclosingDesc */
        start local 16 // java.lang.String enclosingDesc
        23: .line 587
            iconst_0
            istore 17 /* anns */
        start local 17 // int anns
        24: .line 588
            iconst_0
            istore 18 /* ianns */
        start local 18 // int ianns
        25: .line 589
            iconst_0
            istore 19 /* tanns */
        start local 19 // int tanns
        26: .line 590
            iconst_0
            istore 20 /* itanns */
        start local 20 // int itanns
        27: .line 591
            iconst_0
            istore 21 /* innerClasses */
        start local 21 // int innerClasses
        28: .line 592
            aconst_null
            astore 22 /* attributes */
        start local 22 // jdk.internal.org.objectweb.asm.Attribute attributes
        29: .line 594
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.getAttributes:()I
            istore 4 /* u */
        30: .line 595
            aload 0 /* this */
            iload 4 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
        31: goto 90
        32: .line 596
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassVisitor jdk.internal.org.objectweb.asm.Attribute[] int int char[] jdk.internal.org.objectweb.asm.Context int java.lang.String java.lang.String java.lang.String[] java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String int int int int int jdk.internal.org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* u */
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 24 /* attrName */
        start local 24 // java.lang.String attrName
        33: .line 599
            ldc "SourceFile"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 36
        34: .line 600
            aload 0 /* this */
            iload 4 /* u */
            bipush 8
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 12 /* sourceFile */
        35: .line 601
            goto 88
      StackMap locals: java.lang.String
      StackMap stack:
        36: ldc "InnerClasses"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        37: .line 602
            iload 4 /* u */
            bipush 8
            iadd
            istore 21 /* innerClasses */
        38: .line 603
            goto 88
      StackMap locals:
      StackMap stack:
        39: ldc "EnclosingMethod"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        40: .line 604
            aload 0 /* this */
            iload 4 /* u */
            bipush 8
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 14 /* enclosingOwner */
        41: .line 605
            aload 0 /* this */
            iload 4 /* u */
            bipush 10
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 25 /* item */
        start local 25 // int item
        42: .line 606
            iload 25 /* item */
            ifeq 88
        43: .line 607
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 25 /* item */
            iaload
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 15 /* enclosingName */
        44: .line 608
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 25 /* item */
            iaload
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 16 /* enclosingDesc */
        end local 25 // int item
        45: .line 610
            goto 88
      StackMap locals:
      StackMap stack:
        46: ldc "Signature"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 49
        47: .line 611
            aload 0 /* this */
            iload 4 /* u */
            bipush 8
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 11 /* signature */
        48: .line 612
            goto 88
        49: .line 613
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleAnnotations"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 52
        50: .line 614
            iload 4 /* u */
            bipush 8
            iadd
            istore 17 /* anns */
        51: .line 615
            goto 88
        52: .line 616
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleTypeAnnotations"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 55
        53: .line 617
            iload 4 /* u */
            bipush 8
            iadd
            istore 19 /* tanns */
        54: .line 618
            goto 88
      StackMap locals:
      StackMap stack:
        55: ldc "Deprecated"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 58
        56: .line 619
            iload 7 /* access */
            ldc 131072
            ior
            istore 7 /* access */
        57: .line 620
            goto 88
      StackMap locals:
      StackMap stack:
        58: ldc "Synthetic"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 61
        59: .line 621
            iload 7 /* access */
            ldc 266240
            ior
            istore 7 /* access */
        60: .line 623
            goto 88
      StackMap locals:
      StackMap stack:
        61: ldc "SourceDebugExtension"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 65
        62: .line 624
            aload 0 /* this */
            iload 4 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 25 /* len */
        start local 25 // int len
        63: .line 625
            aload 0 /* this */
            iload 4 /* u */
            bipush 8
            iadd
            iload 25 /* len */
            iload 25 /* len */
            newarray 5
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF:(II[C)Ljava/lang/String;
            astore 13 /* sourceDebug */
        end local 25 // int len
        64: .line 626
            goto 88
        65: .line 627
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleAnnotations"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 68
        66: .line 628
            iload 4 /* u */
            bipush 8
            iadd
            istore 18 /* ianns */
        67: .line 629
            goto 88
        68: .line 630
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleTypeAnnotations"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 71
        69: .line 631
            iload 4 /* u */
            bipush 8
            iadd
            istore 20 /* itanns */
        70: .line 632
            goto 88
      StackMap locals:
      StackMap stack:
        71: ldc "BootstrapMethods"
            aload 24 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 82
        72: .line 633
            aload 0 /* this */
            iload 4 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            astore 25 /* bootstrapMethods */
        start local 25 // int[] bootstrapMethods
        73: .line 634
            iconst_0
            istore 26 /* j */
        start local 26 // int j
        74: iload 4 /* u */
            bipush 10
            iadd
            istore 27 /* v */
        start local 27 // int v
        75: goto 79
        76: .line 635
      StackMap locals: int[] int int
      StackMap stack:
            aload 25 /* bootstrapMethods */
            iload 26 /* j */
            iload 27 /* v */
            iastore
        77: .line 636
            iload 27 /* v */
            iconst_2
            aload 0 /* this */
            iload 27 /* v */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            iconst_1
            ishl
            iadd
            istore 27 /* v */
        78: .line 634
            iinc 26 /* j */ 1
      StackMap locals:
      StackMap stack:
        79: iload 26 /* j */
            aload 25 /* bootstrapMethods */
            arraylength
            if_icmplt 76
        end local 27 // int v
        end local 26 // int j
        80: .line 638
            aload 6 /* context */
            aload 25 /* bootstrapMethods */
            putfield jdk.internal.org.objectweb.asm.Context.bootstrapMethods:[I
        end local 25 // int[] bootstrapMethods
        81: .line 639
            goto 88
        82: .line 640
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* attrs */
            aload 24 /* attrName */
            iload 4 /* u */
            bipush 8
            iadd
        83: .line 641
            aload 0 /* this */
            iload 4 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            aload 5 /* c */
            iconst_m1
            aconst_null
        84: .line 640
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAttribute:([Ljdk/internal/org/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
            astore 25 /* attr */
        start local 25 // jdk.internal.org.objectweb.asm.Attribute attr
        85: .line 642
            aload 25 /* attr */
            ifnull 88
        86: .line 643
            aload 25 /* attr */
            aload 22 /* attributes */
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
        87: .line 644
            aload 25 /* attr */
            astore 22 /* attributes */
        end local 25 // jdk.internal.org.objectweb.asm.Attribute attr
        88: .line 647
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            bipush 6
            aload 0 /* this */
            iload 4 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 4 /* u */
        end local 24 // java.lang.String attrName
        89: .line 595
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
        90: iload 23 /* i */
            ifgt 32
        end local 23 // int i
        91: .line 651
            aload 1 /* classVisitor */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iconst_1
            iaload
            bipush 7
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iload 7 /* access */
            aload 8 /* name */
            aload 11 /* signature */
        92: .line 652
            aload 9 /* superClass */
            aload 10 /* interfaces */
        93: .line 651
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
        94: .line 655
            iload 3 /* flags */
            iconst_2
            iand
            ifne 97
        95: .line 656
            aload 12 /* sourceFile */
            ifnonnull 96
            aload 13 /* sourceDebug */
            ifnull 97
        96: .line 657
      StackMap locals:
      StackMap stack:
            aload 1 /* classVisitor */
            aload 12 /* sourceFile */
            aload 13 /* sourceDebug */
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitSource:(Ljava/lang/String;Ljava/lang/String;)V
        97: .line 661
      StackMap locals:
      StackMap stack:
            aload 14 /* enclosingOwner */
            ifnull 101
        98: .line 662
            aload 1 /* classVisitor */
            aload 14 /* enclosingOwner */
            aload 15 /* enclosingName */
        99: .line 663
            aload 16 /* enclosingDesc */
       100: .line 662
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       101: .line 667
      StackMap locals:
      StackMap stack:
            iload 17 /* anns */
            ifeq 110
       102: .line 668
            aload 0 /* this */
            iload 17 /* anns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
       103: iload 17 /* anns */
            iconst_2
            iadd
            istore 24 /* v */
        start local 24 // int v
       104: goto 109
       105: .line 669
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 24 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       106: .line 670
            aload 1 /* classVisitor */
            aload 0 /* this */
            iload 24 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       107: .line 669
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 24 /* v */
       108: .line 668
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
       109: iload 23 /* i */
            ifgt 105
        end local 24 // int v
        end local 23 // int i
       110: .line 673
      StackMap locals:
      StackMap stack:
            iload 18 /* ianns */
            ifeq 119
       111: .line 674
            aload 0 /* this */
            iload 18 /* ianns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
       112: iload 18 /* ianns */
            iconst_2
            iadd
            istore 24 /* v */
        start local 24 // int v
       113: goto 118
       114: .line 675
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 24 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       115: .line 676
            aload 1 /* classVisitor */
            aload 0 /* this */
            iload 24 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       116: .line 675
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 24 /* v */
       117: .line 674
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
       118: iload 23 /* i */
            ifgt 114
        end local 24 // int v
        end local 23 // int i
       119: .line 679
      StackMap locals:
      StackMap stack:
            iload 19 /* tanns */
            ifeq 131
       120: .line 680
            aload 0 /* this */
            iload 19 /* tanns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
       121: iload 19 /* tanns */
            iconst_2
            iadd
            istore 24 /* v */
        start local 24 // int v
       122: goto 130
       123: .line 681
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 6 /* context */
            iload 24 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 24 /* v */
       124: .line 682
            aload 0 /* this */
            iload 24 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       125: .line 683
            aload 1 /* classVisitor */
            aload 6 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       126: .line 684
            aload 6 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 24 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
       127: .line 683
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       128: .line 682
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 24 /* v */
       129: .line 680
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
       130: iload 23 /* i */
            ifgt 123
        end local 24 // int v
        end local 23 // int i
       131: .line 687
      StackMap locals:
      StackMap stack:
            iload 20 /* itanns */
            ifeq 148
       132: .line 688
            aload 0 /* this */
            iload 20 /* itanns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
       133: iload 20 /* itanns */
            iconst_2
            iadd
            istore 24 /* v */
        start local 24 // int v
       134: goto 142
       135: .line 689
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 6 /* context */
            iload 24 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 24 /* v */
       136: .line 690
            aload 0 /* this */
            iload 24 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       137: .line 691
            aload 1 /* classVisitor */
            aload 6 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       138: .line 692
            aload 6 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 24 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
       139: .line 691
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       140: .line 690
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 24 /* v */
       141: .line 688
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
       142: iload 23 /* i */
            ifgt 135
        end local 24 // int v
        end local 23 // int i
       143: .line 697
            goto 148
       144: .line 698
      StackMap locals:
      StackMap stack:
            aload 22 /* attributes */
            getfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
            astore 23 /* attr */
        start local 23 // jdk.internal.org.objectweb.asm.Attribute attr
       145: .line 699
            aload 22 /* attributes */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
       146: .line 700
            aload 1 /* classVisitor */
            aload 22 /* attributes */
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitAttribute:(Ljdk/internal/org/objectweb/asm/Attribute;)V
       147: .line 701
            aload 23 /* attr */
            astore 22 /* attributes */
        end local 23 // jdk.internal.org.objectweb.asm.Attribute attr
       148: .line 697
      StackMap locals:
      StackMap stack:
            aload 22 /* attributes */
            ifnonnull 144
       149: .line 705
            iload 21 /* innerClasses */
            ifeq 160
       150: .line 706
            iload 21 /* innerClasses */
            iconst_2
            iadd
            istore 23 /* v */
        start local 23 // int v
       151: .line 707
            aload 0 /* this */
            iload 21 /* innerClasses */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 24 /* i */
        start local 24 // int i
       152: goto 159
       153: .line 708
      StackMap locals: int int
      StackMap stack:
            aload 1 /* classVisitor */
            aload 0 /* this */
            iload 23 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
       154: .line 709
            aload 0 /* this */
            iload 23 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 23 /* v */
            iconst_4
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       155: .line 710
            aload 0 /* this */
            iload 23 /* v */
            bipush 6
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       156: .line 708
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
       157: .line 711
            iinc 23 /* v */ 8
       158: .line 707
            iinc 24 /* i */ -1
      StackMap locals:
      StackMap stack:
       159: iload 24 /* i */
            ifgt 153
        end local 24 // int i
        end local 23 // int v
       160: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            bipush 10
            iadd
            iconst_2
            aload 10 /* interfaces */
            arraylength
            imul
            iadd
            istore 4 /* u */
       161: .line 717
            aload 0 /* this */
            iload 4 /* u */
            iconst_2
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
       162: goto 165
       163: .line 718
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 6 /* context */
            iload 4 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readField:(Ljdk/internal/org/objectweb/asm/ClassVisitor;Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 4 /* u */
       164: .line 717
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
       165: iload 23 /* i */
            ifgt 163
        end local 23 // int i
       166: .line 720
            iinc 4 /* u */ 2
       167: .line 721
            aload 0 /* this */
            iload 4 /* u */
            iconst_2
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 23 /* i */
        start local 23 // int i
       168: goto 171
       169: .line 722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* classVisitor */
            aload 6 /* context */
            iload 4 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readMethod:(Ljdk/internal/org/objectweb/asm/ClassVisitor;Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 4 /* u */
       170: .line 721
            iinc 23 /* i */ -1
      StackMap locals:
      StackMap stack:
       171: iload 23 /* i */
            ifgt 169
        end local 23 // int i
       172: .line 726
            aload 1 /* classVisitor */
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitEnd:()V
       173: .line 727
            return
        end local 22 // jdk.internal.org.objectweb.asm.Attribute attributes
        end local 21 // int innerClasses
        end local 20 // int itanns
        end local 19 // int tanns
        end local 18 // int ianns
        end local 17 // int anns
        end local 16 // java.lang.String enclosingDesc
        end local 15 // java.lang.String enclosingName
        end local 14 // java.lang.String enclosingOwner
        end local 13 // java.lang.String sourceDebug
        end local 12 // java.lang.String sourceFile
        end local 11 // java.lang.String signature
        end local 10 // java.lang.String[] interfaces
        end local 9 // java.lang.String superClass
        end local 8 // java.lang.String name
        end local 7 // int access
        end local 6 // jdk.internal.org.objectweb.asm.Context context
        end local 5 // char[] c
        end local 4 // int u
        end local 3 // int flags
        end local 2 // jdk.internal.org.objectweb.asm.Attribute[] attrs
        end local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  174     0              this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0  174     1      classVisitor  Ljdk/internal/org/objectweb/asm/ClassVisitor;
            0  174     2             attrs  [Ljdk/internal/org/objectweb/asm/Attribute;
            0  174     3             flags  I
            1  174     4                 u  I
            2  174     5                 c  [C
            3  174     6           context  Ljdk/internal/org/objectweb/asm/Context;
            7  174     7            access  I
            8  174     8              name  Ljava/lang/String;
            9  174     9        superClass  Ljava/lang/String;
           10  174    10        interfaces  [Ljava/lang/String;
           12   17    11                 i  I
           18  174    11         signature  Ljava/lang/String;
           19  174    12        sourceFile  Ljava/lang/String;
           20  174    13       sourceDebug  Ljava/lang/String;
           21  174    14    enclosingOwner  Ljava/lang/String;
           22  174    15     enclosingName  Ljava/lang/String;
           23  174    16     enclosingDesc  Ljava/lang/String;
           24  174    17              anns  I
           25  174    18             ianns  I
           26  174    19             tanns  I
           27  174    20            itanns  I
           28  174    21      innerClasses  I
           29  174    22        attributes  Ljdk/internal/org/objectweb/asm/Attribute;
           31   91    23                 i  I
           33   89    24          attrName  Ljava/lang/String;
           42   45    25              item  I
           63   64    25               len  I
           73   81    25  bootstrapMethods  [I
           74   80    26                 j  I
           75   80    27                 v  I
           85   88    25              attr  Ljdk/internal/org/objectweb/asm/Attribute;
          103  110    23                 i  I
          104  110    24                 v  I
          112  119    23                 i  I
          113  119    24                 v  I
          121  131    23                 i  I
          122  131    24                 v  I
          133  143    23                 i  I
          134  143    24                 v  I
          145  148    23              attr  Ljdk/internal/org/objectweb/asm/Attribute;
          151  160    23                 v  I
          152  160    24                 i  I
          162  166    23                 i  I
          168  172    23                 i  I
    MethodParameters:
              Name  Flags
      classVisitor  final
      attrs         final
      flags         final

  private int readField(jdk.internal.org.objectweb.asm.ClassVisitor, jdk.internal.org.objectweb.asm.Context, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassVisitor;Ljdk/internal/org/objectweb/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=18, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // jdk.internal.org.objectweb.asm.Context context
        start local 3 // int u
         0: .line 743
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            astore 4 /* c */
        start local 4 // char[] c
         1: .line 744
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 5 /* access */
        start local 5 // int access
         2: .line 745
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         3: .line 746
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* desc */
        start local 7 // java.lang.String desc
         4: .line 747
            iinc 3 /* u */ 6
         5: .line 750
            aconst_null
            astore 8 /* signature */
        start local 8 // java.lang.String signature
         6: .line 751
            iconst_0
            istore 9 /* anns */
        start local 9 // int anns
         7: .line 752
            iconst_0
            istore 10 /* ianns */
        start local 10 // int ianns
         8: .line 753
            iconst_0
            istore 11 /* tanns */
        start local 11 // int tanns
         9: .line 754
            iconst_0
            istore 12 /* itanns */
        start local 12 // int itanns
        10: .line 755
            aconst_null
            astore 13 /* value */
        start local 13 // java.lang.Object value
        11: .line 756
            aconst_null
            astore 14 /* attributes */
        start local 14 // jdk.internal.org.objectweb.asm.Attribute attributes
        12: .line 758
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 15 /* i */
        start local 15 // int i
        13: goto 50
        14: .line 759
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassVisitor jdk.internal.org.objectweb.asm.Context int char[] int java.lang.String java.lang.String java.lang.String int int int int java.lang.Object jdk.internal.org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 16 /* attrName */
        start local 16 // java.lang.String attrName
        15: .line 762
            ldc "ConstantValue"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 21
        16: .line 763
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 17 /* item */
        start local 17 // int item
        17: .line 764
            iload 17 /* item */
            ifne 18
            aconst_null
            goto 19
      StackMap locals: java.lang.String int
      StackMap stack:
        18: aload 0 /* this */
            iload 17 /* item */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
        19: astore 13 /* value */
        end local 17 // int item
        20: .line 765
            goto 48
      StackMap locals:
      StackMap stack:
        21: ldc "Signature"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 24
        22: .line 766
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* signature */
        23: .line 767
            goto 48
      StackMap locals:
      StackMap stack:
        24: ldc "Deprecated"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        25: .line 768
            iload 5 /* access */
            ldc 131072
            ior
            istore 5 /* access */
        26: .line 769
            goto 48
      StackMap locals:
      StackMap stack:
        27: ldc "Synthetic"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 30
        28: .line 770
            iload 5 /* access */
            ldc 266240
            ior
            istore 5 /* access */
        29: .line 772
            goto 48
        30: .line 773
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleAnnotations"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 33
        31: .line 774
            iload 3 /* u */
            bipush 8
            iadd
            istore 9 /* anns */
        32: .line 775
            goto 48
        33: .line 776
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleTypeAnnotations"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 36
        34: .line 777
            iload 3 /* u */
            bipush 8
            iadd
            istore 11 /* tanns */
        35: .line 778
            goto 48
        36: .line 779
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleAnnotations"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        37: .line 780
            iload 3 /* u */
            bipush 8
            iadd
            istore 10 /* ianns */
        38: .line 781
            goto 48
        39: .line 782
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleTypeAnnotations"
            aload 16 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 42
        40: .line 783
            iload 3 /* u */
            bipush 8
            iadd
            istore 12 /* itanns */
        41: .line 784
            goto 48
        42: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.attrs:[Ljdk/internal/org/objectweb/asm/Attribute;
            aload 16 /* attrName */
            iload 3 /* u */
            bipush 8
            iadd
        43: .line 786
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            aload 4 /* c */
            iconst_m1
            aconst_null
        44: .line 785
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAttribute:([Ljdk/internal/org/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
            astore 17 /* attr */
        start local 17 // jdk.internal.org.objectweb.asm.Attribute attr
        45: .line 787
            aload 17 /* attr */
            ifnull 48
        46: .line 788
            aload 17 /* attr */
            aload 14 /* attributes */
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
        47: .line 789
            aload 17 /* attr */
            astore 14 /* attributes */
        end local 17 // jdk.internal.org.objectweb.asm.Attribute attr
        48: .line 792
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            bipush 6
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 3 /* u */
        end local 16 // java.lang.String attrName
        49: .line 758
            iinc 15 /* i */ -1
      StackMap locals:
      StackMap stack:
        50: iload 15 /* i */
            ifgt 14
        end local 15 // int i
        51: .line 794
            iinc 3 /* u */ 2
        52: .line 797
            aload 1 /* classVisitor */
            iload 5 /* access */
            aload 6 /* name */
            aload 7 /* desc */
        53: .line 798
            aload 8 /* signature */
            aload 13 /* value */
        54: .line 797
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/FieldVisitor;
            astore 15 /* fv */
        start local 15 // jdk.internal.org.objectweb.asm.FieldVisitor fv
        55: .line 799
            aload 15 /* fv */
            ifnonnull 57
        56: .line 800
            iload 3 /* u */
            ireturn
        57: .line 804
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassVisitor jdk.internal.org.objectweb.asm.Context int char[] int java.lang.String java.lang.String java.lang.String int int int int java.lang.Object jdk.internal.org.objectweb.asm.Attribute jdk.internal.org.objectweb.asm.FieldVisitor
      StackMap stack:
            iload 9 /* anns */
            ifeq 66
        58: .line 805
            aload 0 /* this */
            iload 9 /* anns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* i */
        start local 16 // int i
        59: iload 9 /* anns */
            iconst_2
            iadd
            istore 17 /* v */
        start local 17 // int v
        60: goto 65
        61: .line 806
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 17 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
        62: .line 807
            aload 15 /* fv */
            aload 0 /* this */
            iload 17 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        63: .line 806
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 17 /* v */
        64: .line 805
            iinc 16 /* i */ -1
      StackMap locals:
      StackMap stack:
        65: iload 16 /* i */
            ifgt 61
        end local 17 // int v
        end local 16 // int i
        66: .line 810
      StackMap locals:
      StackMap stack:
            iload 10 /* ianns */
            ifeq 75
        67: .line 811
            aload 0 /* this */
            iload 10 /* ianns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* i */
        start local 16 // int i
        68: iload 10 /* ianns */
            iconst_2
            iadd
            istore 17 /* v */
        start local 17 // int v
        69: goto 74
        70: .line 812
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 17 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
        71: .line 813
            aload 15 /* fv */
            aload 0 /* this */
            iload 17 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        72: .line 812
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 17 /* v */
        73: .line 811
            iinc 16 /* i */ -1
      StackMap locals:
      StackMap stack:
        74: iload 16 /* i */
            ifgt 70
        end local 17 // int v
        end local 16 // int i
        75: .line 816
      StackMap locals:
      StackMap stack:
            iload 11 /* tanns */
            ifeq 87
        76: .line 817
            aload 0 /* this */
            iload 11 /* tanns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* i */
        start local 16 // int i
        77: iload 11 /* tanns */
            iconst_2
            iadd
            istore 17 /* v */
        start local 17 // int v
        78: goto 86
        79: .line 818
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 17 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 17 /* v */
        80: .line 819
            aload 0 /* this */
            iload 17 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
        81: .line 820
            aload 15 /* fv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
        82: .line 821
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 17 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
        83: .line 820
            invokevirtual jdk.internal.org.objectweb.asm.FieldVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        84: .line 819
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 17 /* v */
        85: .line 817
            iinc 16 /* i */ -1
      StackMap locals:
      StackMap stack:
        86: iload 16 /* i */
            ifgt 79
        end local 17 // int v
        end local 16 // int i
        87: .line 824
      StackMap locals:
      StackMap stack:
            iload 12 /* itanns */
            ifeq 104
        88: .line 825
            aload 0 /* this */
            iload 12 /* itanns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 16 /* i */
        start local 16 // int i
        89: iload 12 /* itanns */
            iconst_2
            iadd
            istore 17 /* v */
        start local 17 // int v
        90: goto 98
        91: .line 826
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 17 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 17 /* v */
        92: .line 827
            aload 0 /* this */
            iload 17 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
        93: .line 828
            aload 15 /* fv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
        94: .line 829
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 17 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
        95: .line 828
            invokevirtual jdk.internal.org.objectweb.asm.FieldVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        96: .line 827
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 17 /* v */
        97: .line 825
            iinc 16 /* i */ -1
      StackMap locals:
      StackMap stack:
        98: iload 16 /* i */
            ifgt 91
        end local 17 // int v
        end local 16 // int i
        99: .line 834
            goto 104
       100: .line 835
      StackMap locals:
      StackMap stack:
            aload 14 /* attributes */
            getfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
            astore 16 /* attr */
        start local 16 // jdk.internal.org.objectweb.asm.Attribute attr
       101: .line 836
            aload 14 /* attributes */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
       102: .line 837
            aload 15 /* fv */
            aload 14 /* attributes */
            invokevirtual jdk.internal.org.objectweb.asm.FieldVisitor.visitAttribute:(Ljdk/internal/org/objectweb/asm/Attribute;)V
       103: .line 838
            aload 16 /* attr */
            astore 14 /* attributes */
        end local 16 // jdk.internal.org.objectweb.asm.Attribute attr
       104: .line 834
      StackMap locals:
      StackMap stack:
            aload 14 /* attributes */
            ifnonnull 100
       105: .line 842
            aload 15 /* fv */
            invokevirtual jdk.internal.org.objectweb.asm.FieldVisitor.visitEnd:()V
       106: .line 844
            iload 3 /* u */
            ireturn
        end local 15 // jdk.internal.org.objectweb.asm.FieldVisitor fv
        end local 14 // jdk.internal.org.objectweb.asm.Attribute attributes
        end local 13 // java.lang.Object value
        end local 12 // int itanns
        end local 11 // int tanns
        end local 10 // int ianns
        end local 9 // int anns
        end local 8 // java.lang.String signature
        end local 7 // java.lang.String desc
        end local 6 // java.lang.String name
        end local 5 // int access
        end local 4 // char[] c
        end local 3 // int u
        end local 2 // jdk.internal.org.objectweb.asm.Context context
        end local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  107     0          this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0  107     1  classVisitor  Ljdk/internal/org/objectweb/asm/ClassVisitor;
            0  107     2       context  Ljdk/internal/org/objectweb/asm/Context;
            0  107     3             u  I
            1  107     4             c  [C
            2  107     5        access  I
            3  107     6          name  Ljava/lang/String;
            4  107     7          desc  Ljava/lang/String;
            6  107     8     signature  Ljava/lang/String;
            7  107     9          anns  I
            8  107    10         ianns  I
            9  107    11         tanns  I
           10  107    12        itanns  I
           11  107    13         value  Ljava/lang/Object;
           12  107    14    attributes  Ljdk/internal/org/objectweb/asm/Attribute;
           13   51    15             i  I
           15   49    16      attrName  Ljava/lang/String;
           17   20    17          item  I
           45   48    17          attr  Ljdk/internal/org/objectweb/asm/Attribute;
           55  107    15            fv  Ljdk/internal/org/objectweb/asm/FieldVisitor;
           59   66    16             i  I
           60   66    17             v  I
           68   75    16             i  I
           69   75    17             v  I
           77   87    16             i  I
           78   87    17             v  I
           89   99    16             i  I
           90   99    17             v  I
          101  104    16          attr  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
              Name  Flags
      classVisitor  final
      context       final
      u             

  private int readMethod(jdk.internal.org.objectweb.asm.ClassVisitor, jdk.internal.org.objectweb.asm.Context, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassVisitor;Ljdk/internal/org/objectweb/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=23, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        start local 2 // jdk.internal.org.objectweb.asm.Context context
        start local 3 // int u
         0: .line 861
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            astore 4 /* c */
        start local 4 // char[] c
         1: .line 862
            aload 2 /* context */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            putfield jdk.internal.org.objectweb.asm.Context.access:I
         2: .line 863
            aload 2 /* context */
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            putfield jdk.internal.org.objectweb.asm.Context.name:Ljava/lang/String;
         3: .line 864
            aload 2 /* context */
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            putfield jdk.internal.org.objectweb.asm.Context.desc:Ljava/lang/String;
         4: .line 865
            iinc 3 /* u */ 6
         5: .line 868
            iconst_0
            istore 5 /* code */
        start local 5 // int code
         6: .line 869
            iconst_0
            istore 6 /* exception */
        start local 6 // int exception
         7: .line 870
            aconst_null
            astore 7 /* exceptions */
        start local 7 // java.lang.String[] exceptions
         8: .line 871
            aconst_null
            astore 8 /* signature */
        start local 8 // java.lang.String signature
         9: .line 872
            iconst_0
            istore 9 /* methodParameters */
        start local 9 // int methodParameters
        10: .line 873
            iconst_0
            istore 10 /* anns */
        start local 10 // int anns
        11: .line 874
            iconst_0
            istore 11 /* ianns */
        start local 11 // int ianns
        12: .line 875
            iconst_0
            istore 12 /* tanns */
        start local 12 // int tanns
        13: .line 876
            iconst_0
            istore 13 /* itanns */
        start local 13 // int itanns
        14: .line 877
            iconst_0
            istore 14 /* dann */
        start local 14 // int dann
        15: .line 878
            iconst_0
            istore 15 /* mpanns */
        start local 15 // int mpanns
        16: .line 879
            iconst_0
            istore 16 /* impanns */
        start local 16 // int impanns
        17: .line 880
            iload 3 /* u */
            istore 17 /* firstAttribute */
        start local 17 // int firstAttribute
        18: .line 881
            aconst_null
            astore 18 /* attributes */
        start local 18 // jdk.internal.org.objectweb.asm.Attribute attributes
        19: .line 883
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 19 /* i */
        start local 19 // int i
        20: goto 77
        21: .line 884
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassVisitor jdk.internal.org.objectweb.asm.Context int char[] int int java.lang.String[] java.lang.String int int int int int int int int int jdk.internal.org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 20 /* attrName */
        start local 20 // java.lang.String attrName
        22: .line 887
            ldc "Code"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 26
        23: .line 888
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_1
            iand
            ifne 75
        24: .line 889
            iload 3 /* u */
            bipush 8
            iadd
            istore 5 /* code */
        25: .line 891
            goto 75
      StackMap locals: java.lang.String
      StackMap stack:
        26: ldc "Exceptions"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 36
        27: .line 892
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            anewarray java.lang.String
            astore 7 /* exceptions */
        28: .line 893
            iload 3 /* u */
            bipush 10
            iadd
            istore 6 /* exception */
        29: .line 894
            iconst_0
            istore 21 /* j */
        start local 21 // int j
        30: goto 34
        31: .line 895
      StackMap locals: int
      StackMap stack:
            aload 7 /* exceptions */
            iload 21 /* j */
            aload 0 /* this */
            iload 6 /* exception */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        32: .line 896
            iinc 6 /* exception */ 2
        33: .line 894
            iinc 21 /* j */ 1
      StackMap locals:
      StackMap stack:
        34: iload 21 /* j */
            aload 7 /* exceptions */
            arraylength
            if_icmplt 31
        end local 21 // int j
        35: .line 898
            goto 75
      StackMap locals:
      StackMap stack:
        36: ldc "Signature"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 39
        37: .line 899
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 8 /* signature */
        38: .line 900
            goto 75
      StackMap locals:
      StackMap stack:
        39: ldc "Deprecated"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 42
        40: .line 901
            aload 2 /* context */
            dup
            getfield jdk.internal.org.objectweb.asm.Context.access:I
            ldc 131072
            ior
            putfield jdk.internal.org.objectweb.asm.Context.access:I
        41: .line 902
            goto 75
        42: .line 903
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleAnnotations"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 45
        43: .line 904
            iload 3 /* u */
            bipush 8
            iadd
            istore 10 /* anns */
        44: .line 905
            goto 75
        45: .line 906
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleTypeAnnotations"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 48
        46: .line 907
            iload 3 /* u */
            bipush 8
            iadd
            istore 12 /* tanns */
        47: .line 908
            goto 75
      StackMap locals:
      StackMap stack:
        48: ldc "AnnotationDefault"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 51
        49: .line 909
            iload 3 /* u */
            bipush 8
            iadd
            istore 14 /* dann */
        50: .line 910
            goto 75
      StackMap locals:
      StackMap stack:
        51: ldc "Synthetic"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 54
        52: .line 911
            aload 2 /* context */
            dup
            getfield jdk.internal.org.objectweb.asm.Context.access:I
            ldc 266240
            ior
            putfield jdk.internal.org.objectweb.asm.Context.access:I
        53: .line 913
            goto 75
        54: .line 914
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleAnnotations"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 57
        55: .line 915
            iload 3 /* u */
            bipush 8
            iadd
            istore 11 /* ianns */
        56: .line 916
            goto 75
        57: .line 917
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleTypeAnnotations"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 60
        58: .line 918
            iload 3 /* u */
            bipush 8
            iadd
            istore 13 /* itanns */
        59: .line 919
            goto 75
        60: .line 920
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleParameterAnnotations"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 63
        61: .line 921
            iload 3 /* u */
            bipush 8
            iadd
            istore 15 /* mpanns */
        62: .line 922
            goto 75
        63: .line 923
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleParameterAnnotations"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 66
        64: .line 924
            iload 3 /* u */
            bipush 8
            iadd
            istore 16 /* impanns */
        65: .line 925
            goto 75
      StackMap locals:
      StackMap stack:
        66: ldc "MethodParameters"
            aload 20 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 69
        67: .line 926
            iload 3 /* u */
            bipush 8
            iadd
            istore 9 /* methodParameters */
        68: .line 927
            goto 75
        69: .line 928
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.attrs:[Ljdk/internal/org/objectweb/asm/Attribute;
            aload 20 /* attrName */
            iload 3 /* u */
            bipush 8
            iadd
        70: .line 929
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            aload 4 /* c */
            iconst_m1
            aconst_null
        71: .line 928
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAttribute:([Ljdk/internal/org/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
            astore 21 /* attr */
        start local 21 // jdk.internal.org.objectweb.asm.Attribute attr
        72: .line 930
            aload 21 /* attr */
            ifnull 75
        73: .line 931
            aload 21 /* attr */
            aload 18 /* attributes */
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
        74: .line 932
            aload 21 /* attr */
            astore 18 /* attributes */
        end local 21 // jdk.internal.org.objectweb.asm.Attribute attr
        75: .line 935
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            bipush 6
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 3 /* u */
        end local 20 // java.lang.String attrName
        76: .line 883
            iinc 19 /* i */ -1
      StackMap locals:
      StackMap stack:
        77: iload 19 /* i */
            ifgt 21
        end local 19 // int i
        78: .line 937
            iinc 3 /* u */ 2
        79: .line 940
            aload 1 /* classVisitor */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.access:I
        80: .line 941
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.name:Ljava/lang/String;
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.desc:Ljava/lang/String;
            aload 8 /* signature */
            aload 7 /* exceptions */
        81: .line 940
            invokevirtual jdk.internal.org.objectweb.asm.ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/MethodVisitor;
            astore 19 /* mv */
        start local 19 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        82: .line 942
            aload 19 /* mv */
            ifnonnull 84
        83: .line 943
            iload 3 /* u */
            ireturn
        84: .line 956
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassVisitor jdk.internal.org.objectweb.asm.Context int char[] int int java.lang.String[] java.lang.String int int int int int int int int int jdk.internal.org.objectweb.asm.Attribute jdk.internal.org.objectweb.asm.MethodVisitor
      StackMap stack:
            aload 19 /* mv */
            instanceof jdk.internal.org.objectweb.asm.MethodWriter
            ifeq 107
        85: .line 957
            aload 19 /* mv */
            checkcast jdk.internal.org.objectweb.asm.MethodWriter
            astore 20 /* mw */
        start local 20 // jdk.internal.org.objectweb.asm.MethodWriter mw
        86: .line 958
            aload 20 /* mw */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.cr:Ljdk/internal/org/objectweb/asm/ClassReader;
            aload 0 /* this */
            if_acmpne 107
            aload 8 /* signature */
            aload 20 /* mw */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            if_acmpne 107
        87: .line 959
            iconst_0
            istore 21 /* sameExceptions */
        start local 21 // boolean sameExceptions
        88: .line 960
            aload 7 /* exceptions */
            ifnonnull 93
        89: .line 961
            aload 20 /* mw */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifne 90
            iconst_1
            goto 91
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int
      StackMap stack:
        90: iconst_0
      StackMap locals:
      StackMap stack: int
        91: istore 21 /* sameExceptions */
        92: .line 962
            goto 103
      StackMap locals:
      StackMap stack:
        93: aload 7 /* exceptions */
            arraylength
            aload 20 /* mw */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            if_icmpne 103
        94: .line 963
            iconst_1
            istore 21 /* sameExceptions */
        95: .line 964
            aload 7 /* exceptions */
            arraylength
            iconst_1
            isub
            istore 22 /* j */
        start local 22 // int j
        96: goto 102
        97: .line 965
      StackMap locals: int
      StackMap stack:
            iinc 6 /* exception */ -2
        98: .line 966
            aload 20 /* mw */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
            iload 22 /* j */
            iaload
            aload 0 /* this */
            iload 6 /* exception */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            if_icmpeq 101
        99: .line 967
            iconst_0
            istore 21 /* sameExceptions */
       100: .line 968
            goto 103
       101: .line 964
      StackMap locals:
      StackMap stack:
            iinc 22 /* j */ -1
      StackMap locals:
      StackMap stack:
       102: iload 22 /* j */
            ifge 97
        end local 22 // int j
       103: .line 972
      StackMap locals:
      StackMap stack:
            iload 21 /* sameExceptions */
            ifeq 107
       104: .line 978
            aload 20 /* mw */
            iload 17 /* firstAttribute */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
       105: .line 979
            aload 20 /* mw */
            iload 3 /* u */
            iload 17 /* firstAttribute */
            isub
            putfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderLength:I
       106: .line 980
            iload 3 /* u */
            ireturn
        end local 21 // boolean sameExceptions
        end local 20 // jdk.internal.org.objectweb.asm.MethodWriter mw
       107: .line 986
      StackMap locals:
      StackMap stack:
            iload 9 /* methodParameters */
            ifeq 114
       108: .line 987
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 9 /* methodParameters */
            baload
            sipush 255
            iand
            istore 20 /* i */
        start local 20 // int i
       109: iload 9 /* methodParameters */
            iconst_1
            iadd
            istore 21 /* v */
        start local 21 // int v
       110: goto 113
       111: .line 988
      StackMap locals: int int
      StackMap stack:
            aload 19 /* mv */
            aload 0 /* this */
            iload 21 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 21 /* v */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitParameter:(Ljava/lang/String;I)V
       112: .line 987
            iinc 20 /* i */ -1
            iinc 21 /* v */ 4
      StackMap locals:
      StackMap stack:
       113: iload 20 /* i */
            ifgt 111
        end local 21 // int v
        end local 20 // int i
       114: .line 993
      StackMap locals:
      StackMap stack:
            iload 14 /* dann */
            ifeq 119
       115: .line 994
            aload 19 /* mv */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitAnnotationDefault:()Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            astore 20 /* dv */
        start local 20 // jdk.internal.org.objectweb.asm.AnnotationVisitor dv
       116: .line 995
            aload 0 /* this */
            iload 14 /* dann */
            aload 4 /* c */
            aconst_null
            aload 20 /* dv */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValue:(I[CLjava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            pop
       117: .line 996
            aload 20 /* dv */
            ifnull 119
       118: .line 997
            aload 20 /* dv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        end local 20 // jdk.internal.org.objectweb.asm.AnnotationVisitor dv
       119: .line 1000
      StackMap locals:
      StackMap stack:
            iload 10 /* anns */
            ifeq 128
       120: .line 1001
            aload 0 /* this */
            iload 10 /* anns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 20 /* i */
        start local 20 // int i
       121: iload 10 /* anns */
            iconst_2
            iadd
            istore 21 /* v */
        start local 21 // int v
       122: goto 127
       123: .line 1002
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 21 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
       124: .line 1003
            aload 19 /* mv */
            aload 0 /* this */
            iload 21 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       125: .line 1002
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 21 /* v */
       126: .line 1001
            iinc 20 /* i */ -1
      StackMap locals:
      StackMap stack:
       127: iload 20 /* i */
            ifgt 123
        end local 21 // int v
        end local 20 // int i
       128: .line 1006
      StackMap locals:
      StackMap stack:
            iload 11 /* ianns */
            ifeq 137
       129: .line 1007
            aload 0 /* this */
            iload 11 /* ianns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 20 /* i */
        start local 20 // int i
       130: iload 11 /* ianns */
            iconst_2
            iadd
            istore 21 /* v */
        start local 21 // int v
       131: goto 136
       132: .line 1008
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 21 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
       133: .line 1009
            aload 19 /* mv */
            aload 0 /* this */
            iload 21 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       134: .line 1008
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 21 /* v */
       135: .line 1007
            iinc 20 /* i */ -1
      StackMap locals:
      StackMap stack:
       136: iload 20 /* i */
            ifgt 132
        end local 21 // int v
        end local 20 // int i
       137: .line 1012
      StackMap locals:
      StackMap stack:
            iload 12 /* tanns */
            ifeq 149
       138: .line 1013
            aload 0 /* this */
            iload 12 /* tanns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 20 /* i */
        start local 20 // int i
       139: iload 12 /* tanns */
            iconst_2
            iadd
            istore 21 /* v */
        start local 21 // int v
       140: goto 148
       141: .line 1014
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 21 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 21 /* v */
       142: .line 1015
            aload 0 /* this */
            iload 21 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
       143: .line 1016
            aload 19 /* mv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       144: .line 1017
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 21 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
       145: .line 1016
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       146: .line 1015
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 21 /* v */
       147: .line 1013
            iinc 20 /* i */ -1
      StackMap locals:
      StackMap stack:
       148: iload 20 /* i */
            ifgt 141
        end local 21 // int v
        end local 20 // int i
       149: .line 1020
      StackMap locals:
      StackMap stack:
            iload 13 /* itanns */
            ifeq 161
       150: .line 1021
            aload 0 /* this */
            iload 13 /* itanns */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 20 /* i */
        start local 20 // int i
       151: iload 13 /* itanns */
            iconst_2
            iadd
            istore 21 /* v */
        start local 21 // int v
       152: goto 160
       153: .line 1022
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* context */
            iload 21 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 21 /* v */
       154: .line 1023
            aload 0 /* this */
            iload 21 /* v */
            iconst_2
            iadd
            aload 4 /* c */
            iconst_1
       155: .line 1024
            aload 19 /* mv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       156: .line 1025
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 21 /* v */
            aload 4 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
       157: .line 1024
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTypeAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       158: .line 1023
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 21 /* v */
       159: .line 1021
            iinc 20 /* i */ -1
      StackMap locals:
      StackMap stack:
       160: iload 20 /* i */
            ifgt 153
        end local 21 // int v
        end local 20 // int i
       161: .line 1028
      StackMap locals:
      StackMap stack:
            iload 15 /* mpanns */
            ifeq 163
       162: .line 1029
            aload 0 /* this */
            aload 19 /* mv */
            aload 2 /* context */
            iload 15 /* mpanns */
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readParameterAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;IZ)V
       163: .line 1031
      StackMap locals:
      StackMap stack:
            iload 16 /* impanns */
            ifeq 170
       164: .line 1032
            aload 0 /* this */
            aload 19 /* mv */
            aload 2 /* context */
            iload 16 /* impanns */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readParameterAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;IZ)V
       165: .line 1036
            goto 170
       166: .line 1037
      StackMap locals:
      StackMap stack:
            aload 18 /* attributes */
            getfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
            astore 20 /* attr */
        start local 20 // jdk.internal.org.objectweb.asm.Attribute attr
       167: .line 1038
            aload 18 /* attributes */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
       168: .line 1039
            aload 19 /* mv */
            aload 18 /* attributes */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitAttribute:(Ljdk/internal/org/objectweb/asm/Attribute;)V
       169: .line 1040
            aload 20 /* attr */
            astore 18 /* attributes */
        end local 20 // jdk.internal.org.objectweb.asm.Attribute attr
       170: .line 1036
      StackMap locals:
      StackMap stack:
            aload 18 /* attributes */
            ifnonnull 166
       171: .line 1044
            iload 5 /* code */
            ifeq 174
       172: .line 1045
            aload 19 /* mv */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitCode:()V
       173: .line 1046
            aload 0 /* this */
            aload 19 /* mv */
            aload 2 /* context */
            iload 5 /* code */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readCode:(Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;I)V
       174: .line 1050
      StackMap locals:
      StackMap stack:
            aload 19 /* mv */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitEnd:()V
       175: .line 1052
            iload 3 /* u */
            ireturn
        end local 19 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 18 // jdk.internal.org.objectweb.asm.Attribute attributes
        end local 17 // int firstAttribute
        end local 16 // int impanns
        end local 15 // int mpanns
        end local 14 // int dann
        end local 13 // int itanns
        end local 12 // int tanns
        end local 11 // int ianns
        end local 10 // int anns
        end local 9 // int methodParameters
        end local 8 // java.lang.String signature
        end local 7 // java.lang.String[] exceptions
        end local 6 // int exception
        end local 5 // int code
        end local 4 // char[] c
        end local 3 // int u
        end local 2 // jdk.internal.org.objectweb.asm.Context context
        end local 1 // jdk.internal.org.objectweb.asm.ClassVisitor classVisitor
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0  176     0              this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0  176     1      classVisitor  Ljdk/internal/org/objectweb/asm/ClassVisitor;
            0  176     2           context  Ljdk/internal/org/objectweb/asm/Context;
            0  176     3                 u  I
            1  176     4                 c  [C
            6  176     5              code  I
            7  176     6         exception  I
            8  176     7        exceptions  [Ljava/lang/String;
            9  176     8         signature  Ljava/lang/String;
           10  176     9  methodParameters  I
           11  176    10              anns  I
           12  176    11             ianns  I
           13  176    12             tanns  I
           14  176    13            itanns  I
           15  176    14              dann  I
           16  176    15            mpanns  I
           17  176    16           impanns  I
           18  176    17    firstAttribute  I
           19  176    18        attributes  Ljdk/internal/org/objectweb/asm/Attribute;
           20   78    19                 i  I
           22   76    20          attrName  Ljava/lang/String;
           30   35    21                 j  I
           72   75    21              attr  Ljdk/internal/org/objectweb/asm/Attribute;
           82  176    19                mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
           86  107    20                mw  Ljdk/internal/org/objectweb/asm/MethodWriter;
           88  107    21    sameExceptions  Z
           96  103    22                 j  I
          109  114    20                 i  I
          110  114    21                 v  I
          116  119    20                dv  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
          121  128    20                 i  I
          122  128    21                 v  I
          130  137    20                 i  I
          131  137    21                 v  I
          139  149    20                 i  I
          140  149    21                 v  I
          151  161    20                 i  I
          152  161    21                 v  I
          167  170    20              attr  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
              Name  Flags
      classVisitor  final
      context       final
      u             

  private void readCode(jdk.internal.org.objectweb.asm.MethodVisitor, jdk.internal.org.objectweb.asm.Context, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=13, locals=37, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        start local 2 // jdk.internal.org.objectweb.asm.Context context
        start local 3 // int u
         0: .line 1067
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            astore 4 /* b */
        start local 4 // byte[] b
         1: .line 1068
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            astore 5 /* c */
        start local 5 // char[] c
         2: .line 1069
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* maxStack */
        start local 6 // int maxStack
         3: .line 1070
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* maxLocals */
        start local 7 // int maxLocals
         4: .line 1071
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 8 /* codeLength */
        start local 8 // int codeLength
         5: .line 1072
            iinc 3 /* u */ 8
         6: .line 1075
            iload 3 /* u */
            istore 9 /* codeStart */
        start local 9 // int codeStart
         7: .line 1076
            iload 3 /* u */
            iload 8 /* codeLength */
            iadd
            istore 10 /* codeEnd */
        start local 10 // int codeEnd
         8: .line 1077
            aload 2 /* context */
            iload 8 /* codeLength */
            iconst_2
            iadd
            anewarray jdk.internal.org.objectweb.asm.Label
            dup_x1
            putfield jdk.internal.org.objectweb.asm.Context.labels:[Ljdk/internal/org/objectweb/asm/Label;
            astore 11 /* labels */
        start local 11 // jdk.internal.org.objectweb.asm.Label[] labels
         9: .line 1078
            aload 0 /* this */
            iload 8 /* codeLength */
            iconst_1
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        10: .line 1079
            goto 55
        11: .line 1080
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[]
      StackMap stack:
            iload 3 /* u */
            iload 9 /* codeStart */
            isub
            istore 12 /* offset */
        start local 12 // int offset
        12: .line 1081
            aload 4 /* b */
            iload 3 /* u */
            baload
            sipush 255
            iand
            istore 13 /* opcode */
        start local 13 // int opcode
        13: .line 1082
            getstatic jdk.internal.org.objectweb.asm.ClassWriter.TYPE:[B
            iload 13 /* opcode */
            baload
            tableswitch { // 0 - 17
                    0: 14
                    1: 48
                    2: 50
                    3: 48
                    4: 14
                    5: 50
                    6: 50
                    7: 52
                    8: 52
                    9: 16
                   10: 19
                   11: 48
                   12: 50
                   13: 50
                   14: 28
                   15: 38
                   16: 54
                   17: 22
              default: 54
          }
        14: .line 1085
      StackMap locals: int int
      StackMap stack:
            iinc 3 /* u */ 1
        15: .line 1086
            goto 55
        16: .line 1088
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 12 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readShort:(I)S
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        17: .line 1089
            iinc 3 /* u */ 3
        18: .line 1090
            goto 55
        19: .line 1092
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 12 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        20: .line 1093
            iinc 3 /* u */ 5
        21: .line 1094
            goto 55
        22: .line 1096
      StackMap locals:
      StackMap stack:
            aload 4 /* b */
            iload 3 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 13 /* opcode */
        23: .line 1097
            iload 13 /* opcode */
            sipush 132
            if_icmpne 26
        24: .line 1098
            iinc 3 /* u */ 6
        25: .line 1099
            goto 55
        26: .line 1100
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 4
        27: .line 1102
            goto 55
        28: .line 1105
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            iconst_4
            iadd
            iload 12 /* offset */
            iconst_3
            iand
            isub
            istore 3 /* u */
        29: .line 1107
            aload 0 /* this */
            iload 12 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        30: .line 1108
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            isub
            iconst_1
            iadd
            istore 14 /* i */
        start local 14 // int i
        31: goto 35
        32: .line 1109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 12 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            bipush 12
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        33: .line 1110
            iinc 3 /* u */ 4
        34: .line 1108
            iinc 14 /* i */ -1
      StackMap locals:
      StackMap stack:
        35: iload 14 /* i */
            ifgt 32
        end local 14 // int i
        36: .line 1112
            iinc 3 /* u */ 12
        37: .line 1113
            goto 55
        38: .line 1116
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            iconst_4
            iadd
            iload 12 /* offset */
            iconst_3
            iand
            isub
            istore 3 /* u */
        39: .line 1118
            aload 0 /* this */
            iload 12 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        40: .line 1119
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 14 /* i */
        start local 14 // int i
        41: goto 45
        42: .line 1120
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 12 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            bipush 12
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        43: .line 1121
            iinc 3 /* u */ 8
        44: .line 1119
            iinc 14 /* i */ -1
      StackMap locals:
      StackMap stack:
        45: iload 14 /* i */
            ifgt 42
        end local 14 // int i
        46: .line 1123
            iinc 3 /* u */ 8
        47: .line 1124
            goto 55
        48: .line 1128
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 2
        49: .line 1129
            goto 55
        50: .line 1135
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 3
        51: .line 1136
            goto 55
        52: .line 1139
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 5
        53: .line 1140
            goto 55
        54: .line 1143
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 4
        end local 13 // int opcode
        end local 12 // int offset
        55: .line 1079
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            iload 10 /* codeEnd */
            if_icmplt 11
        56: .line 1149
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 12 /* i */
        start local 12 // int i
        57: goto 65
        58: .line 1150
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            astore 13 /* start */
        start local 13 // jdk.internal.org.objectweb.asm.Label start
        59: .line 1151
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            astore 14 /* end */
        start local 14 // jdk.internal.org.objectweb.asm.Label end
        60: .line 1152
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* u */
            bipush 6
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            astore 15 /* handler */
        start local 15 // jdk.internal.org.objectweb.asm.Label handler
        61: .line 1153
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 16 /* type */
        start local 16 // java.lang.String type
        62: .line 1154
            aload 1 /* mv */
            aload 13 /* start */
            aload 14 /* end */
            aload 15 /* handler */
            aload 16 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchBlock:(Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
        63: .line 1155
            iinc 3 /* u */ 8
        end local 16 // java.lang.String type
        end local 15 // jdk.internal.org.objectweb.asm.Label handler
        end local 14 // jdk.internal.org.objectweb.asm.Label end
        end local 13 // jdk.internal.org.objectweb.asm.Label start
        64: .line 1149
            iinc 12 /* i */ -1
      StackMap locals:
      StackMap stack:
        65: iload 12 /* i */
            ifgt 58
        end local 12 // int i
        66: .line 1157
            iinc 3 /* u */ 2
        67: .line 1160
            aconst_null
            astore 12 /* tanns */
        start local 12 // int[] tanns
        68: .line 1161
            aconst_null
            astore 13 /* itanns */
        start local 13 // int[] itanns
        69: .line 1162
            iconst_0
            istore 14 /* tann */
        start local 14 // int tann
        70: .line 1163
            iconst_0
            istore 15 /* itann */
        start local 15 // int itann
        71: .line 1164
            iconst_m1
            istore 16 /* ntoff */
        start local 16 // int ntoff
        72: .line 1165
            iconst_m1
            istore 17 /* nitoff */
        start local 17 // int nitoff
        73: .line 1166
            iconst_0
            istore 18 /* varTable */
        start local 18 // int varTable
        74: .line 1167
            iconst_0
            istore 19 /* varTypeTable */
        start local 19 // int varTypeTable
        75: .line 1168
            iconst_1
            istore 20 /* zip */
        start local 20 // boolean zip
        76: .line 1169
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            bipush 8
            iand
            ifeq 77
            iconst_1
            goto 78
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int
      StackMap stack:
        77: iconst_0
      StackMap locals:
      StackMap stack: int
        78: istore 21 /* unzip */
        start local 21 // boolean unzip
        79: .line 1170
            iconst_0
            istore 22 /* stackMap */
        start local 22 // int stackMap
        80: .line 1171
            iconst_0
            istore 23 /* stackMapSize */
        start local 23 // int stackMapSize
        81: .line 1172
            iconst_0
            istore 24 /* frameCount */
        start local 24 // int frameCount
        82: .line 1173
            aconst_null
            astore 25 /* frame */
        start local 25 // jdk.internal.org.objectweb.asm.Context frame
        83: .line 1174
            aconst_null
            astore 26 /* attributes */
        start local 26 // jdk.internal.org.objectweb.asm.Attribute attributes
        84: .line 1176
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 27 /* i */
        start local 27 // int i
        85: goto 165
        86: .line 1177
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 28 /* attrName */
        start local 28 // java.lang.String attrName
        87: .line 1178
            ldc "LocalVariableTable"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 103
        88: .line 1179
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_2
            iand
            ifne 163
        89: .line 1180
            iload 3 /* u */
            bipush 8
            iadd
            istore 18 /* varTable */
        90: .line 1181
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* j */
        start local 29 // int j
        91: iload 3 /* u */
            istore 30 /* v */
        start local 30 // int v
        92: goto 101
        93: .line 1182
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            iload 30 /* v */
            bipush 10
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 31 /* label */
        start local 31 // int label
        94: .line 1183
            aload 11 /* labels */
            iload 31 /* label */
            aaload
            ifnonnull 96
        95: .line 1184
            aload 0 /* this */
            iload 31 /* label */
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_1
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        96: .line 1186
      StackMap locals: int
      StackMap stack:
            iload 31 /* label */
            aload 0 /* this */
            iload 30 /* v */
            bipush 12
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iadd
            istore 31 /* label */
        97: .line 1187
            aload 11 /* labels */
            iload 31 /* label */
            aaload
            ifnonnull 99
        98: .line 1188
            aload 0 /* this */
            iload 31 /* label */
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_1
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        99: .line 1190
      StackMap locals:
      StackMap stack:
            iinc 30 /* v */ 10
        end local 31 // int label
       100: .line 1181
            iinc 29 /* j */ -1
      StackMap locals:
      StackMap stack:
       101: iload 29 /* j */
            ifgt 93
        end local 30 // int v
        end local 29 // int j
       102: .line 1193
            goto 163
      StackMap locals:
      StackMap stack:
       103: ldc "LocalVariableTypeTable"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 106
       104: .line 1194
            iload 3 /* u */
            bipush 8
            iadd
            istore 19 /* varTypeTable */
       105: .line 1195
            goto 163
      StackMap locals:
      StackMap stack:
       106: ldc "LineNumberTable"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 125
       107: .line 1196
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_2
            iand
            ifne 163
       108: .line 1197
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* j */
        start local 29 // int j
       109: iload 3 /* u */
            istore 30 /* v */
        start local 30 // int v
       110: goto 123
       111: .line 1198
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 30 /* v */
            bipush 10
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 31 /* label */
        start local 31 // int label
       112: .line 1199
            aload 11 /* labels */
            iload 31 /* label */
            aaload
            ifnonnull 114
       113: .line 1200
            aload 0 /* this */
            iload 31 /* label */
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_1
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
       114: .line 1202
      StackMap locals: int
      StackMap stack:
            aload 11 /* labels */
            iload 31 /* label */
            aaload
            astore 32 /* l */
        start local 32 // jdk.internal.org.objectweb.asm.Label l
       115: .line 1203
            goto 119
       116: .line 1204
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 32 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            ifnonnull 118
       117: .line 1205
            aload 32 /* l */
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
       118: .line 1207
      StackMap locals:
      StackMap stack:
            aload 32 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 32 /* l */
       119: .line 1203
      StackMap locals:
      StackMap stack:
            aload 32 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.line:I
            ifgt 116
       120: .line 1209
            aload 32 /* l */
            aload 0 /* this */
            iload 30 /* v */
            bipush 12
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            putfield jdk.internal.org.objectweb.asm.Label.line:I
       121: .line 1210
            iinc 30 /* v */ 4
        end local 32 // jdk.internal.org.objectweb.asm.Label l
        end local 31 // int label
       122: .line 1197
            iinc 29 /* j */ -1
      StackMap locals:
      StackMap stack:
       123: iload 29 /* j */
            ifgt 111
        end local 30 // int v
        end local 29 // int j
       124: .line 1213
            goto 163
       125: .line 1214
      StackMap locals:
      StackMap stack:
            ldc "RuntimeVisibleTypeAnnotations"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 132
       126: .line 1215
            aload 0 /* this */
            aload 1 /* mv */
            aload 2 /* context */
            iload 3 /* u */
            bipush 8
            iadd
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readTypeAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;IZ)[I
            astore 12 /* tanns */
       127: .line 1216
            aload 12 /* tanns */
            arraylength
            ifeq 128
            aload 0 /* this */
            aload 12 /* tanns */
            iconst_0
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            bipush 67
            if_icmpge 129
      StackMap locals:
      StackMap stack:
       128: iconst_m1
            goto 130
       129: .line 1217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 12 /* tanns */
            iconst_0
            iaload
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       130: .line 1216
      StackMap locals:
      StackMap stack: int
            istore 16 /* ntoff */
       131: .line 1218
            goto 163
       132: .line 1219
      StackMap locals:
      StackMap stack:
            ldc "RuntimeInvisibleTypeAnnotations"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 139
       133: .line 1220
            aload 0 /* this */
            aload 1 /* mv */
            aload 2 /* context */
            iload 3 /* u */
            bipush 8
            iadd
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readTypeAnnotations:(Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;IZ)[I
            astore 13 /* itanns */
       134: .line 1221
            aload 13 /* itanns */
            arraylength
            ifeq 135
            aload 0 /* this */
            aload 13 /* itanns */
            iconst_0
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            bipush 67
            if_icmpge 136
      StackMap locals:
      StackMap stack:
       135: iconst_m1
            goto 137
       136: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 13 /* itanns */
            iconst_0
            iaload
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       137: .line 1221
      StackMap locals:
      StackMap stack: int
            istore 17 /* nitoff */
       138: .line 1223
            goto 163
      StackMap locals:
      StackMap stack:
       139: ldc "StackMapTable"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 145
       140: .line 1224
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_4
            iand
            ifne 163
       141: .line 1225
            iload 3 /* u */
            bipush 10
            iadd
            istore 22 /* stackMap */
       142: .line 1226
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 23 /* stackMapSize */
       143: .line 1227
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 24 /* frameCount */
       144: .line 1247
            goto 163
      StackMap locals:
      StackMap stack:
       145: ldc "StackMap"
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 152
       146: .line 1248
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_4
            iand
            ifne 163
       147: .line 1249
            iconst_0
            istore 20 /* zip */
       148: .line 1250
            iload 3 /* u */
            bipush 10
            iadd
            istore 22 /* stackMap */
       149: .line 1251
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 23 /* stackMapSize */
       150: .line 1252
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 24 /* frameCount */
       151: .line 1259
            goto 163
       152: .line 1260
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 29 /* j */
        start local 29 // int j
       153: goto 162
       154: .line 1261
      StackMap locals: int
      StackMap stack:
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.attrs:[Ljdk/internal/org/objectweb/asm/Attribute;
            iload 29 /* j */
            aaload
            getfield jdk.internal.org.objectweb.asm.Attribute.type:Ljava/lang/String;
            aload 28 /* attrName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 161
       155: .line 1262
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.attrs:[Ljdk/internal/org/objectweb/asm/Attribute;
            iload 29 /* j */
            aaload
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
       156: .line 1263
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            aload 5 /* c */
            iload 9 /* codeStart */
            bipush 8
            isub
            aload 11 /* labels */
       157: .line 1262
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.read:(Ljdk/internal/org/objectweb/asm/ClassReader;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
            astore 30 /* attr */
        start local 30 // jdk.internal.org.objectweb.asm.Attribute attr
       158: .line 1264
            aload 30 /* attr */
            ifnull 161
       159: .line 1265
            aload 30 /* attr */
            aload 26 /* attributes */
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
       160: .line 1266
            aload 30 /* attr */
            astore 26 /* attributes */
        end local 30 // jdk.internal.org.objectweb.asm.Attribute attr
       161: .line 1260
      StackMap locals:
      StackMap stack:
            iinc 29 /* j */ 1
      StackMap locals:
      StackMap stack:
       162: iload 29 /* j */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.attrs:[Ljdk/internal/org/objectweb/asm/Attribute;
            arraylength
            if_icmplt 154
        end local 29 // int j
       163: .line 1271
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            bipush 6
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 3 /* u */
        end local 28 // java.lang.String attrName
       164: .line 1176
            iinc 27 /* i */ -1
      StackMap locals:
      StackMap stack:
       165: iload 27 /* i */
            ifgt 86
        end local 27 // int i
       166: .line 1273
            iinc 3 /* u */ 2
       167: .line 1276
            iload 22 /* stackMap */
            ifeq 187
       168: .line 1282
            aload 2 /* context */
            astore 25 /* frame */
       169: .line 1283
            aload 25 /* frame */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.Context.offset:I
       170: .line 1284
            aload 25 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
       171: .line 1285
            aload 25 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.localCount:I
       172: .line 1286
            aload 25 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.localDiff:I
       173: .line 1287
            aload 25 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
       174: .line 1288
            aload 25 /* frame */
            iload 7 /* maxLocals */
            anewarray java.lang.Object
            putfield jdk.internal.org.objectweb.asm.Context.local:[Ljava/lang/Object;
       175: .line 1289
            aload 25 /* frame */
            iload 6 /* maxStack */
            anewarray java.lang.Object
            putfield jdk.internal.org.objectweb.asm.Context.stack:[Ljava/lang/Object;
       176: .line 1290
            iload 21 /* unzip */
            ifeq 178
       177: .line 1291
            aload 0 /* this */
            aload 2 /* context */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.getImplicitFrame:(Ljdk/internal/org/objectweb/asm/Context;)V
       178: .line 1304
      StackMap locals:
      StackMap stack:
            iload 22 /* stackMap */
            istore 27 /* i */
        start local 27 // int i
       179: goto 186
       180: .line 1305
      StackMap locals: int
      StackMap stack:
            aload 4 /* b */
            iload 27 /* i */
            baload
            bipush 8
            if_icmpne 185
       181: .line 1306
            aload 0 /* this */
            iload 27 /* i */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 28 /* v */
        start local 28 // int v
       182: .line 1307
            iload 28 /* v */
            iflt 185
            iload 28 /* v */
            iload 8 /* codeLength */
            if_icmpge 185
       183: .line 1308
            aload 4 /* b */
            iload 9 /* codeStart */
            iload 28 /* v */
            iadd
            baload
            sipush 255
            iand
            sipush 187
            if_icmpne 185
       184: .line 1309
            aload 0 /* this */
            iload 28 /* v */
            aload 11 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        end local 28 // int v
       185: .line 1304
      StackMap locals:
      StackMap stack:
            iinc 27 /* i */ 1
      StackMap locals:
      StackMap stack:
       186: iload 27 /* i */
            iload 22 /* stackMap */
            iload 23 /* stackMapSize */
            iadd
            iconst_2
            isub
            if_icmplt 180
        end local 27 // int i
       187: .line 1317
      StackMap locals:
      StackMap stack:
            iload 9 /* codeStart */
            istore 3 /* u */
       188: .line 1318
            goto 361
       189: .line 1319
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            iload 9 /* codeStart */
            isub
            istore 27 /* offset */
        start local 27 // int offset
       190: .line 1322
            aload 11 /* labels */
            iload 27 /* offset */
            aaload
            astore 28 /* l */
        start local 28 // jdk.internal.org.objectweb.asm.Label l
       191: .line 1323
            aload 28 /* l */
            ifnull 216
       192: .line 1324
            aload 28 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 29 /* next */
        start local 29 // jdk.internal.org.objectweb.asm.Label next
       193: .line 1325
            aload 28 /* l */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
       194: .line 1326
            aload 1 /* mv */
            aload 28 /* l */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
       195: .line 1327
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_2
            iand
            ifne 216
            aload 28 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.line:I
            ifle 216
       196: .line 1328
            aload 1 /* mv */
            aload 28 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.line:I
            aload 28 /* l */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLineNumber:(ILjdk/internal/org/objectweb/asm/Label;)V
       197: .line 1329
            goto 200
       198: .line 1330
      StackMap locals: int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 1 /* mv */
            aload 29 /* next */
            getfield jdk.internal.org.objectweb.asm.Label.line:I
            aload 28 /* l */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLineNumber:(ILjdk/internal/org/objectweb/asm/Label;)V
       199: .line 1331
            aload 29 /* next */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 29 /* next */
       200: .line 1329
      StackMap locals:
      StackMap stack:
            aload 29 /* next */
            ifnonnull 198
        end local 29 // jdk.internal.org.objectweb.asm.Label next
       201: .line 1337
            goto 216
       202: .line 1341
      StackMap locals:
      StackMap stack:
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.offset:I
            iconst_m1
            if_icmpeq 211
       203: .line 1342
            iload 20 /* zip */
            ifeq 204
            iload 21 /* unzip */
            ifeq 208
       204: .line 1343
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            iconst_m1
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.localCount:I
       205: .line 1344
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.local:[Ljava/lang/Object;
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stackCount:I
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stack:[Ljava/lang/Object;
       206: .line 1343
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       207: .line 1345
            goto 211
       208: .line 1346
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.mode:I
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.localDiff:I
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.local:[Ljava/lang/Object;
       209: .line 1347
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stackCount:I
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stack:[Ljava/lang/Object;
       210: .line 1346
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V
       211: .line 1350
      StackMap locals:
      StackMap stack:
            iload 24 /* frameCount */
            ifle 215
       212: .line 1351
            aload 0 /* this */
            iload 22 /* stackMap */
            iload 20 /* zip */
            iload 21 /* unzip */
            aload 25 /* frame */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readFrame:(IZZLjdk/internal/org/objectweb/asm/Context;)I
            istore 22 /* stackMap */
       213: .line 1352
            iinc 24 /* frameCount */ -1
       214: .line 1353
            goto 216
       215: .line 1354
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 25 /* frame */
       216: .line 1337
      StackMap locals:
      StackMap stack:
            aload 25 /* frame */
            ifnull 218
       217: .line 1338
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.offset:I
            iload 27 /* offset */
            if_icmpeq 202
            aload 25 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.offset:I
            iconst_m1
            if_icmpeq 202
       218: .line 1359
      StackMap locals:
      StackMap stack:
            aload 4 /* b */
            iload 3 /* u */
            baload
            sipush 255
            iand
            istore 29 /* opcode */
        start local 29 // int opcode
       219: .line 1360
            getstatic jdk.internal.org.objectweb.asm.ClassWriter.TYPE:[B
            iload 29 /* opcode */
            baload
            tableswitch { // 0 - 17
                    0: 220
                    1: 279
                    2: 282
                    3: 276
                    4: 223
                    5: 326
                    6: 291
                    7: 291
                    8: 308
                    9: 233
                   10: 236
                   11: 285
                   12: 288
                   13: 329
                   14: 247
                   15: 261
                   16: 332
                   17: 239
              default: 332
          }
       220: .line 1362
      StackMap locals: int
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsn:(I)V
       221: .line 1363
            iinc 3 /* u */ 1
       222: .line 1364
            goto 346
       223: .line 1366
      StackMap locals:
      StackMap stack:
            iload 29 /* opcode */
            bipush 54
            if_icmple 229
       224: .line 1367
            iinc 29 /* opcode */ -59
       225: .line 1368
            aload 1 /* mv */
            bipush 54
            iload 29 /* opcode */
            iconst_2
            ishr
            iadd
       226: .line 1369
            iload 29 /* opcode */
            iconst_3
            iand
       227: .line 1368
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       228: .line 1370
            goto 231
       229: .line 1371
      StackMap locals:
      StackMap stack:
            iinc 29 /* opcode */ -26
       230: .line 1372
            aload 1 /* mv */
            bipush 21
            iload 29 /* opcode */
            iconst_2
            ishr
            iadd
            iload 29 /* opcode */
            iconst_3
            iand
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       231: .line 1374
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 1
       232: .line 1375
            goto 346
       233: .line 1377
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 11 /* labels */
            iload 27 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readShort:(I)S
            iadd
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
       234: .line 1378
            iinc 3 /* u */ 3
       235: .line 1379
            goto 346
       236: .line 1381
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            bipush 33
            isub
            aload 11 /* labels */
            iload 27 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitJumpInsn:(ILjdk/internal/org/objectweb/asm/Label;)V
       237: .line 1382
            iinc 3 /* u */ 5
       238: .line 1383
            goto 346
       239: .line 1385
      StackMap locals:
      StackMap stack:
            aload 4 /* b */
            iload 3 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 29 /* opcode */
       240: .line 1386
            iload 29 /* opcode */
            sipush 132
            if_icmpne 244
       241: .line 1387
            aload 1 /* mv */
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readShort:(I)S
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
       242: .line 1388
            iinc 3 /* u */ 6
       243: .line 1389
            goto 346
       244: .line 1390
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       245: .line 1391
            iinc 3 /* u */ 4
       246: .line 1393
            goto 346
       247: .line 1396
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            iconst_4
            iadd
            iload 27 /* offset */
            iconst_3
            iand
            isub
            istore 3 /* u */
       248: .line 1398
            iload 27 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            istore 30 /* label */
        start local 30 // int label
       249: .line 1399
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 31 /* min */
        start local 31 // int min
       250: .line 1400
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 32 /* max */
        start local 32 // int max
       251: .line 1401
            iload 32 /* max */
            iload 31 /* min */
            isub
            iconst_1
            iadd
            anewarray jdk.internal.org.objectweb.asm.Label
            astore 33 /* table */
        start local 33 // jdk.internal.org.objectweb.asm.Label[] table
       252: .line 1402
            iinc 3 /* u */ 12
       253: .line 1403
            iconst_0
            istore 34 /* i */
        start local 34 // int i
       254: goto 258
       255: .line 1404
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int int int int jdk.internal.org.objectweb.asm.Label[] int
      StackMap stack:
            aload 33 /* table */
            iload 34 /* i */
            aload 11 /* labels */
            iload 27 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            aastore
       256: .line 1405
            iinc 3 /* u */ 4
       257: .line 1403
            iinc 34 /* i */ 1
      StackMap locals:
      StackMap stack:
       258: iload 34 /* i */
            aload 33 /* table */
            arraylength
            if_icmplt 255
        end local 34 // int i
       259: .line 1407
            aload 1 /* mv */
            iload 31 /* min */
            iload 32 /* max */
            aload 11 /* labels */
            iload 30 /* label */
            aaload
            aload 33 /* table */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTableSwitchInsn:(IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
       260: .line 1408
            goto 346
        end local 33 // jdk.internal.org.objectweb.asm.Label[] table
        end local 32 // int max
        end local 31 // int min
        end local 30 // int label
       261: .line 1412
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
            iload 3 /* u */
            iconst_4
            iadd
            iload 27 /* offset */
            iconst_3
            iand
            isub
            istore 3 /* u */
       262: .line 1414
            iload 27 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            istore 30 /* label */
        start local 30 // int label
       263: .line 1415
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 31 /* len */
        start local 31 // int len
       264: .line 1416
            iload 31 /* len */
            newarray 10
            astore 32 /* keys */
        start local 32 // int[] keys
       265: .line 1417
            iload 31 /* len */
            anewarray jdk.internal.org.objectweb.asm.Label
            astore 33 /* values */
        start local 33 // jdk.internal.org.objectweb.asm.Label[] values
       266: .line 1418
            iinc 3 /* u */ 8
       267: .line 1419
            iconst_0
            istore 34 /* i */
        start local 34 // int i
       268: goto 273
       269: .line 1420
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int int int int[] jdk.internal.org.objectweb.asm.Label[] int
      StackMap stack:
            aload 32 /* keys */
            iload 34 /* i */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iastore
       270: .line 1421
            aload 33 /* values */
            iload 34 /* i */
            aload 11 /* labels */
            iload 27 /* offset */
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            aaload
            aastore
       271: .line 1422
            iinc 3 /* u */ 8
       272: .line 1419
            iinc 34 /* i */ 1
      StackMap locals:
      StackMap stack:
       273: iload 34 /* i */
            iload 31 /* len */
            if_icmplt 269
        end local 34 // int i
       274: .line 1424
            aload 1 /* mv */
            aload 11 /* labels */
            iload 30 /* label */
            aaload
            aload 32 /* keys */
            aload 33 /* values */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLookupSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
       275: .line 1425
            goto 346
        end local 33 // jdk.internal.org.objectweb.asm.Label[] values
        end local 32 // int[] keys
        end local 31 // int len
        end local 30 // int label
       276: .line 1428
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 4 /* b */
            iload 3 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitVarInsn:(II)V
       277: .line 1429
            iinc 3 /* u */ 2
       278: .line 1430
            goto 346
       279: .line 1432
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 4 /* b */
            iload 3 /* u */
            iconst_1
            iadd
            baload
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
       280: .line 1433
            iinc 3 /* u */ 2
       281: .line 1434
            goto 346
       282: .line 1436
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readShort:(I)S
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIntInsn:(II)V
       283: .line 1437
            iinc 3 /* u */ 3
       284: .line 1438
            goto 346
       285: .line 1440
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            aload 0 /* this */
            aload 4 /* b */
            iload 3 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
       286: .line 1441
            iinc 3 /* u */ 2
       287: .line 1442
            goto 346
       288: .line 1444
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V
       289: .line 1445
            iinc 3 /* u */ 3
       290: .line 1446
            goto 346
       291: .line 1449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 30 /* cpIndex */
        start local 30 // int cpIndex
       292: .line 1450
            aload 4 /* b */
            iload 30 /* cpIndex */
            iconst_1
            isub
            baload
            bipush 11
            if_icmpne 293
            iconst_1
            goto 294
      StackMap locals: int
      StackMap stack:
       293: iconst_0
      StackMap locals:
      StackMap stack: int
       294: istore 31 /* itf */
        start local 31 // boolean itf
       295: .line 1451
            aload 0 /* this */
            iload 30 /* cpIndex */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 32 /* iowner */
        start local 32 // java.lang.String iowner
       296: .line 1452
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 30 /* cpIndex */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 30 /* cpIndex */
       297: .line 1453
            aload 0 /* this */
            iload 30 /* cpIndex */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 33 /* iname */
        start local 33 // java.lang.String iname
       298: .line 1454
            aload 0 /* this */
            iload 30 /* cpIndex */
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 34 /* idesc */
        start local 34 // java.lang.String idesc
       299: .line 1455
            iload 29 /* opcode */
            sipush 182
            if_icmpge 302
       300: .line 1456
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 32 /* iowner */
            aload 33 /* iname */
            aload 34 /* idesc */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
       301: .line 1457
            goto 303
       302: .line 1458
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int int int java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 32 /* iowner */
            aload 33 /* iname */
            aload 34 /* idesc */
            iload 31 /* itf */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
       303: .line 1460
      StackMap locals:
      StackMap stack:
            iload 29 /* opcode */
            sipush 185
            if_icmpne 306
       304: .line 1461
            iinc 3 /* u */ 5
       305: .line 1462
            goto 346
       306: .line 1463
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 3
       307: .line 1465
            goto 346
        end local 34 // java.lang.String idesc
        end local 33 // java.lang.String iname
        end local 32 // java.lang.String iowner
        end local 31 // boolean itf
        end local 30 // int cpIndex
       308: .line 1468
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 30 /* cpIndex */
        start local 30 // int cpIndex
       309: .line 1469
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.bootstrapMethods:[I
            aload 0 /* this */
            iload 30 /* cpIndex */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 31 /* bsmIndex */
        start local 31 // int bsmIndex
       310: .line 1470
            aload 0 /* this */
            aload 0 /* this */
            iload 31 /* bsmIndex */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            checkcast jdk.internal.org.objectweb.asm.Handle
            astore 32 /* bsm */
        start local 32 // jdk.internal.org.objectweb.asm.Handle bsm
       311: .line 1471
            aload 0 /* this */
            iload 31 /* bsmIndex */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 33 /* bsmArgCount */
        start local 33 // int bsmArgCount
       312: .line 1472
            iload 33 /* bsmArgCount */
            anewarray java.lang.Object
            astore 34 /* bsmArgs */
        start local 34 // java.lang.Object[] bsmArgs
       313: .line 1473
            iinc 31 /* bsmIndex */ 4
       314: .line 1474
            iconst_0
            istore 35 /* i */
        start local 35 // int i
       315: goto 319
       316: .line 1475
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int int int jdk.internal.org.objectweb.asm.Handle int java.lang.Object[] int
      StackMap stack:
            aload 34 /* bsmArgs */
            iload 35 /* i */
            aload 0 /* this */
            aload 0 /* this */
            iload 31 /* bsmIndex */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            aastore
       317: .line 1476
            iinc 31 /* bsmIndex */ 2
       318: .line 1474
            iinc 35 /* i */ 1
      StackMap locals:
      StackMap stack:
       319: iload 35 /* i */
            iload 33 /* bsmArgCount */
            if_icmplt 316
        end local 35 // int i
       320: .line 1478
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 30 /* cpIndex */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 30 /* cpIndex */
       321: .line 1479
            aload 0 /* this */
            iload 30 /* cpIndex */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 35 /* iname */
        start local 35 // java.lang.String iname
       322: .line 1480
            aload 0 /* this */
            iload 30 /* cpIndex */
            iconst_2
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 36 /* idesc */
        start local 36 // java.lang.String idesc
       323: .line 1481
            aload 1 /* mv */
            aload 35 /* iname */
            aload 36 /* idesc */
            aload 32 /* bsm */
            aload 34 /* bsmArgs */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)V
       324: .line 1482
            iinc 3 /* u */ 5
       325: .line 1483
            goto 346
        end local 36 // java.lang.String idesc
        end local 35 // java.lang.String iname
        end local 34 // java.lang.Object[] bsmArgs
        end local 33 // int bsmArgCount
        end local 32 // jdk.internal.org.objectweb.asm.Handle bsm
        end local 31 // int bsmIndex
        end local 30 // int cpIndex
       326: .line 1486
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
            aload 1 /* mv */
            iload 29 /* opcode */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V
       327: .line 1487
            iinc 3 /* u */ 3
       328: .line 1488
            goto 346
       329: .line 1490
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            aload 4 /* b */
            iload 3 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            aload 4 /* b */
            iload 3 /* u */
            iconst_2
            iadd
            baload
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitIincInsn:(II)V
       330: .line 1491
            iinc 3 /* u */ 3
       331: .line 1492
            goto 346
       332: .line 1495
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aload 4 /* b */
            iload 3 /* u */
            iconst_3
            iadd
            baload
            sipush 255
            iand
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V
       333: .line 1496
            iinc 3 /* u */ 4
       334: .line 1501
            goto 346
       335: .line 1502
      StackMap locals:
      StackMap stack:
            iload 16 /* ntoff */
            iload 27 /* offset */
            if_icmpne 342
       336: .line 1503
            aload 0 /* this */
            aload 2 /* context */
            aload 12 /* tanns */
            iload 14 /* tann */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 30 /* v */
        start local 30 // int v
       337: .line 1504
            aload 0 /* this */
            iload 30 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       338: .line 1505
            aload 1 /* mv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       339: .line 1506
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 30 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_1
       340: .line 1505
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       341: .line 1504
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            pop
        end local 30 // int v
       342: .line 1508
      StackMap locals:
      StackMap stack:
            iinc 14 /* tann */ 1
            iload 14 /* tann */
            aload 12 /* tanns */
            arraylength
            if_icmpge 343
            aload 0 /* this */
            aload 12 /* tanns */
            iload 14 /* tann */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            bipush 67
            if_icmpge 344
      StackMap locals:
      StackMap stack:
       343: iconst_m1
            goto 345
       344: .line 1509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 12 /* tanns */
            iload 14 /* tann */
            iaload
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       345: .line 1508
      StackMap locals:
      StackMap stack: int
            istore 16 /* ntoff */
       346: .line 1501
      StackMap locals:
      StackMap stack:
            aload 12 /* tanns */
            ifnull 360
            iload 14 /* tann */
            aload 12 /* tanns */
            arraylength
            if_icmpge 360
            iload 16 /* ntoff */
            iload 27 /* offset */
            if_icmple 335
       347: .line 1511
            goto 360
       348: .line 1512
      StackMap locals:
      StackMap stack:
            iload 17 /* nitoff */
            iload 27 /* offset */
            if_icmpne 355
       349: .line 1513
            aload 0 /* this */
            aload 2 /* context */
            aload 13 /* itanns */
            iload 15 /* itann */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 30 /* v */
        start local 30 // int v
       350: .line 1514
            aload 0 /* this */
            iload 30 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       351: .line 1515
            aload 1 /* mv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       352: .line 1516
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 0 /* this */
            iload 30 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iconst_0
       353: .line 1515
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitInsnAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       354: .line 1514
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            pop
        end local 30 // int v
       355: .line 1518
      StackMap locals:
      StackMap stack:
            iinc 15 /* itann */ 1
            iload 15 /* itann */
            aload 13 /* itanns */
            arraylength
            if_icmpge 357
       356: .line 1519
            aload 0 /* this */
            aload 13 /* itanns */
            iload 15 /* itann */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            bipush 67
            if_icmpge 358
      StackMap locals:
      StackMap stack:
       357: iconst_m1
            goto 359
       358: .line 1520
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 13 /* itanns */
            iload 15 /* itann */
            iaload
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
       359: .line 1518
      StackMap locals:
      StackMap stack: int
            istore 17 /* nitoff */
       360: .line 1511
      StackMap locals:
      StackMap stack:
            aload 13 /* itanns */
            ifnull 361
            iload 15 /* itann */
            aload 13 /* itanns */
            arraylength
            if_icmpge 361
            iload 17 /* nitoff */
            iload 27 /* offset */
            if_icmple 348
        end local 29 // int opcode
        end local 28 // jdk.internal.org.objectweb.asm.Label l
        end local 27 // int offset
       361: .line 1318
      StackMap locals:
      StackMap stack:
            iload 3 /* u */
            iload 10 /* codeEnd */
            if_icmplt 189
       362: .line 1523
            aload 11 /* labels */
            iload 8 /* codeLength */
            aaload
            ifnull 364
       363: .line 1524
            aload 1 /* mv */
            aload 11 /* labels */
            iload 8 /* codeLength */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
       364: .line 1528
      StackMap locals:
      StackMap stack:
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.flags:I
            iconst_2
            iand
            ifne 398
            iload 18 /* varTable */
            ifeq 398
       365: .line 1529
            aconst_null
            astore 27 /* typeTable */
        start local 27 // int[] typeTable
       366: .line 1530
            iload 19 /* varTypeTable */
            ifeq 376
       367: .line 1531
            iload 19 /* varTypeTable */
            iconst_2
            iadd
            istore 3 /* u */
       368: .line 1532
            aload 0 /* this */
            iload 19 /* varTypeTable */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iconst_3
            imul
            newarray 10
            astore 27 /* typeTable */
       369: .line 1533
            aload 27 /* typeTable */
            arraylength
            istore 28 /* i */
        start local 28 // int i
       370: goto 375
       371: .line 1534
      StackMap locals: int[] int
      StackMap stack:
            aload 27 /* typeTable */
            iinc 28 /* i */ -1
            iload 28 /* i */
            iload 3 /* u */
            bipush 6
            iadd
            iastore
       372: .line 1535
            aload 27 /* typeTable */
            iinc 28 /* i */ -1
            iload 28 /* i */
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iastore
       373: .line 1536
            aload 27 /* typeTable */
            iinc 28 /* i */ -1
            iload 28 /* i */
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iastore
       374: .line 1537
            iinc 3 /* u */ 10
       375: .line 1533
      StackMap locals:
      StackMap stack:
            iload 28 /* i */
            ifgt 371
        end local 28 // int i
       376: .line 1540
      StackMap locals:
      StackMap stack:
            iload 18 /* varTable */
            iconst_2
            iadd
            istore 3 /* u */
       377: .line 1541
            aload 0 /* this */
            iload 18 /* varTable */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 28 /* i */
        start local 28 // int i
       378: goto 397
       379: .line 1542
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 29 /* start */
        start local 29 // int start
       380: .line 1543
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 30 /* length */
        start local 30 // int length
       381: .line 1544
            aload 0 /* this */
            iload 3 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 31 /* index */
        start local 31 // int index
       382: .line 1545
            aconst_null
            astore 32 /* vsignature */
        start local 32 // java.lang.String vsignature
       383: .line 1546
            aload 27 /* typeTable */
            ifnull 391
       384: .line 1547
            iconst_0
            istore 33 /* j */
        start local 33 // int j
       385: goto 390
       386: .line 1548
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int[] int int int int java.lang.String int
      StackMap stack:
            aload 27 /* typeTable */
            iload 33 /* j */
            iaload
            iload 29 /* start */
            if_icmpne 389
            aload 27 /* typeTable */
            iload 33 /* j */
            iconst_1
            iadd
            iaload
            iload 31 /* index */
            if_icmpne 389
       387: .line 1549
            aload 0 /* this */
            aload 27 /* typeTable */
            iload 33 /* j */
            iconst_2
            iadd
            iaload
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 32 /* vsignature */
       388: .line 1550
            goto 391
       389: .line 1547
      StackMap locals:
      StackMap stack:
            iinc 33 /* j */ 3
      StackMap locals:
      StackMap stack:
       390: iload 33 /* j */
            aload 27 /* typeTable */
            arraylength
            if_icmplt 386
        end local 33 // int j
       391: .line 1554
      StackMap locals:
      StackMap stack:
            aload 1 /* mv */
            aload 0 /* this */
            iload 3 /* u */
            iconst_4
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 3 /* u */
            bipush 6
            iadd
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       392: .line 1555
            aload 32 /* vsignature */
            aload 11 /* labels */
            iload 29 /* start */
            aaload
            aload 11 /* labels */
            iload 29 /* start */
            iload 30 /* length */
            iadd
            aaload
       393: .line 1556
            iload 31 /* index */
       394: .line 1554
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;I)V
       395: .line 1557
            iinc 3 /* u */ 10
        end local 32 // java.lang.String vsignature
        end local 31 // int index
        end local 30 // int length
        end local 29 // int start
       396: .line 1541
            iinc 28 /* i */ -1
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int byte[] char[] int int int int int jdk.internal.org.objectweb.asm.Label[] int[] int[] int int int int int int int int int int int jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.Attribute int[] int
      StackMap stack:
       397: iload 28 /* i */
            ifgt 379
        end local 28 // int i
        end local 27 // int[] typeTable
       398: .line 1562
      StackMap locals:
      StackMap stack:
            aload 12 /* tanns */
            ifnull 412
       399: .line 1563
            iconst_0
            istore 27 /* i */
        start local 27 // int i
       400: goto 411
       401: .line 1564
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 12 /* tanns */
            iload 27 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            iconst_1
            ishr
            bipush 32
            if_icmpne 410
       402: .line 1565
            aload 0 /* this */
            aload 2 /* context */
            aload 12 /* tanns */
            iload 27 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 28 /* v */
        start local 28 // int v
       403: .line 1566
            aload 0 /* this */
            iload 28 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       404: .line 1567
            aload 1 /* mv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       405: .line 1568
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.start:[Ljdk/internal/org/objectweb/asm/Label;
       406: .line 1569
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.end:[Ljdk/internal/org/objectweb/asm/Label;
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.index:[I
            aload 0 /* this */
            iload 28 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       407: .line 1570
            iconst_1
       408: .line 1567
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       409: .line 1566
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 28
        end local 28 // int v
       410: .line 1563
      StackMap locals:
      StackMap stack:
            iinc 27 /* i */ 1
      StackMap locals:
      StackMap stack:
       411: iload 27 /* i */
            aload 12 /* tanns */
            arraylength
            if_icmplt 401
        end local 27 // int i
       412: .line 1574
      StackMap locals:
      StackMap stack:
            aload 13 /* itanns */
            ifnull 431
       413: .line 1575
            iconst_0
            istore 27 /* i */
        start local 27 // int i
       414: goto 425
       415: .line 1576
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 13 /* itanns */
            iload 27 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            iconst_1
            ishr
            bipush 32
            if_icmpne 424
       416: .line 1577
            aload 0 /* this */
            aload 2 /* context */
            aload 13 /* itanns */
            iload 27 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationTarget:(Ljdk/internal/org/objectweb/asm/Context;I)I
            istore 28 /* v */
        start local 28 // int v
       417: .line 1578
            aload 0 /* this */
            iload 28 /* v */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
       418: .line 1579
            aload 1 /* mv */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typeRef:I
       419: .line 1580
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.start:[Ljdk/internal/org/objectweb/asm/Label;
       420: .line 1581
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.end:[Ljdk/internal/org/objectweb/asm/Label;
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.index:[I
            aload 0 /* this */
            iload 28 /* v */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
       421: .line 1582
            iconst_0
       422: .line 1579
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitLocalVariableAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
       423: .line 1578
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 28
        end local 28 // int v
       424: .line 1575
      StackMap locals:
      StackMap stack:
            iinc 27 /* i */ 1
      StackMap locals:
      StackMap stack:
       425: iload 27 /* i */
            aload 13 /* itanns */
            arraylength
            if_icmplt 415
        end local 27 // int i
       426: .line 1588
            goto 431
       427: .line 1589
      StackMap locals:
      StackMap stack:
            aload 26 /* attributes */
            getfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
            astore 27 /* attr */
        start local 27 // jdk.internal.org.objectweb.asm.Attribute attr
       428: .line 1590
            aload 26 /* attributes */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
       429: .line 1591
            aload 1 /* mv */
            aload 26 /* attributes */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitAttribute:(Ljdk/internal/org/objectweb/asm/Attribute;)V
       430: .line 1592
            aload 27 /* attr */
            astore 26 /* attributes */
        end local 27 // jdk.internal.org.objectweb.asm.Attribute attr
       431: .line 1588
      StackMap locals:
      StackMap stack:
            aload 26 /* attributes */
            ifnonnull 427
       432: .line 1596
            aload 1 /* mv */
            iload 6 /* maxStack */
            iload 7 /* maxLocals */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitMaxs:(II)V
       433: .line 1597
            return
        end local 26 // jdk.internal.org.objectweb.asm.Attribute attributes
        end local 25 // jdk.internal.org.objectweb.asm.Context frame
        end local 24 // int frameCount
        end local 23 // int stackMapSize
        end local 22 // int stackMap
        end local 21 // boolean unzip
        end local 20 // boolean zip
        end local 19 // int varTypeTable
        end local 18 // int varTable
        end local 17 // int nitoff
        end local 16 // int ntoff
        end local 15 // int itann
        end local 14 // int tann
        end local 13 // int[] itanns
        end local 12 // int[] tanns
        end local 11 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 10 // int codeEnd
        end local 9 // int codeStart
        end local 8 // int codeLength
        end local 7 // int maxLocals
        end local 6 // int maxStack
        end local 5 // char[] c
        end local 4 // byte[] b
        end local 3 // int u
        end local 2 // jdk.internal.org.objectweb.asm.Context context
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  434     0          this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0  434     1            mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0  434     2       context  Ljdk/internal/org/objectweb/asm/Context;
            0  434     3             u  I
            1  434     4             b  [B
            2  434     5             c  [C
            3  434     6      maxStack  I
            4  434     7     maxLocals  I
            5  434     8    codeLength  I
            7  434     9     codeStart  I
            8  434    10       codeEnd  I
            9  434    11        labels  [Ljdk/internal/org/objectweb/asm/Label;
           12   55    12        offset  I
           13   55    13        opcode  I
           31   36    14             i  I
           41   46    14             i  I
           57   66    12             i  I
           59   64    13         start  Ljdk/internal/org/objectweb/asm/Label;
           60   64    14           end  Ljdk/internal/org/objectweb/asm/Label;
           61   64    15       handler  Ljdk/internal/org/objectweb/asm/Label;
           62   64    16          type  Ljava/lang/String;
           68  434    12         tanns  [I
           69  434    13        itanns  [I
           70  434    14          tann  I
           71  434    15         itann  I
           72  434    16         ntoff  I
           73  434    17        nitoff  I
           74  434    18      varTable  I
           75  434    19  varTypeTable  I
           76  434    20           zip  Z
           79  434    21         unzip  Z
           80  434    22      stackMap  I
           81  434    23  stackMapSize  I
           82  434    24    frameCount  I
           83  434    25         frame  Ljdk/internal/org/objectweb/asm/Context;
           84  434    26    attributes  Ljdk/internal/org/objectweb/asm/Attribute;
           85  166    27             i  I
           87  164    28      attrName  Ljava/lang/String;
           91  102    29             j  I
           92  102    30             v  I
           94  100    31         label  I
          109  124    29             j  I
          110  124    30             v  I
          112  122    31         label  I
          115  122    32             l  Ljdk/internal/org/objectweb/asm/Label;
          153  163    29             j  I
          158  161    30          attr  Ljdk/internal/org/objectweb/asm/Attribute;
          179  187    27             i  I
          182  185    28             v  I
          190  361    27        offset  I
          191  361    28             l  Ljdk/internal/org/objectweb/asm/Label;
          193  201    29          next  Ljdk/internal/org/objectweb/asm/Label;
          219  361    29        opcode  I
          249  261    30         label  I
          250  261    31           min  I
          251  261    32           max  I
          252  261    33         table  [Ljdk/internal/org/objectweb/asm/Label;
          254  259    34             i  I
          263  276    30         label  I
          264  276    31           len  I
          265  276    32          keys  [I
          266  276    33        values  [Ljdk/internal/org/objectweb/asm/Label;
          268  274    34             i  I
          292  308    30       cpIndex  I
          295  308    31           itf  Z
          296  308    32        iowner  Ljava/lang/String;
          298  308    33         iname  Ljava/lang/String;
          299  308    34         idesc  Ljava/lang/String;
          309  326    30       cpIndex  I
          310  326    31      bsmIndex  I
          311  326    32           bsm  Ljdk/internal/org/objectweb/asm/Handle;
          312  326    33   bsmArgCount  I
          313  326    34       bsmArgs  [Ljava/lang/Object;
          315  320    35             i  I
          322  326    35         iname  Ljava/lang/String;
          323  326    36         idesc  Ljava/lang/String;
          337  342    30             v  I
          350  355    30             v  I
          366  398    27     typeTable  [I
          370  376    28             i  I
          378  398    28             i  I
          380  396    29         start  I
          381  396    30        length  I
          382  396    31         index  I
          383  396    32    vsignature  Ljava/lang/String;
          385  391    33             j  I
          400  412    27             i  I
          403  410    28             v  I
          414  426    27             i  I
          417  424    28             v  I
          428  431    27          attr  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
         Name  Flags
      mv       final
      context  final
      u        

  private int[] readTypeAnnotations(jdk.internal.org.objectweb.asm.MethodVisitor, jdk.internal.org.objectweb.asm.Context, int, boolean);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;IZ)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=12, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        start local 2 // jdk.internal.org.objectweb.asm.Context context
        start local 3 // int u
        start local 4 // boolean visible
         0: .line 1617
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            astore 5 /* c */
        start local 5 // char[] c
         1: .line 1618
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            newarray 10
            astore 6 /* offsets */
        start local 6 // int[] offsets
         2: .line 1619
            iinc 3 /* u */ 2
         3: .line 1620
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         4: goto 40
         5: .line 1621
      StackMap locals: char[] int[] int
      StackMap stack:
            aload 6 /* offsets */
            iload 7 /* i */
            iload 3 /* u */
            iastore
         6: .line 1622
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 8 /* target */
        start local 8 // int target
         7: .line 1623
            iload 8 /* target */
            bipush 24
            iushr
            lookupswitch { // 13
                    0: 8
                    1: 8
                   19: 10
                   20: 10
                   21: 10
                   22: 8
                   64: 12
                   65: 12
                   71: 23
                   72: 23
                   73: 23
                   74: 23
                   75: 23
              default: 25
          }
         8: .line 1627
      StackMap locals: int
      StackMap stack:
            iinc 3 /* u */ 2
         9: .line 1628
            goto 26
        10: .line 1632
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 1
        11: .line 1633
            goto 26
        12: .line 1636
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* j */
        start local 9 // int j
        13: goto 20
        14: .line 1637
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            iconst_3
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* start */
        start local 10 // int start
        15: .line 1638
            aload 0 /* this */
            iload 3 /* u */
            iconst_5
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 11 /* length */
        start local 11 // int length
        16: .line 1639
            aload 0 /* this */
            iload 10 /* start */
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.labels:[Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        17: .line 1640
            aload 0 /* this */
            iload 10 /* start */
            iload 11 /* length */
            iadd
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.labels:[Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        18: .line 1641
            iinc 3 /* u */ 6
        end local 11 // int length
        end local 10 // int start
        19: .line 1636
            iinc 9 /* j */ -1
      StackMap locals:
      StackMap stack:
        20: iload 9 /* j */
            ifgt 14
        end local 9 // int j
        21: .line 1643
            iinc 3 /* u */ 3
        22: .line 1644
            goto 26
        23: .line 1650
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 4
        24: .line 1651
            goto 26
        25: .line 1662
      StackMap locals:
      StackMap stack:
            iinc 3 /* u */ 3
        26: .line 1665
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            istore 9 /* pathLength */
        start local 9 // int pathLength
        27: .line 1666
            iload 8 /* target */
            bipush 24
            iushr
            bipush 66
            if_icmpne 38
        28: .line 1667
            iload 9 /* pathLength */
            ifne 29
            aconst_null
            goto 30
      StackMap locals: int
      StackMap stack:
        29: new jdk.internal.org.objectweb.asm.TypePath
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 3 /* u */
            invokespecial jdk.internal.org.objectweb.asm.TypePath.<init>:([BI)V
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.TypePath
        30: astore 10 /* path */
        start local 10 // jdk.internal.org.objectweb.asm.TypePath path
        31: .line 1668
            iload 3 /* u */
            iconst_1
            iconst_2
            iload 9 /* pathLength */
            imul
            iadd
            iadd
            istore 3 /* u */
        32: .line 1669
            aload 0 /* this */
            iload 3 /* u */
            iconst_2
            iadd
            aload 5 /* c */
            iconst_1
        33: .line 1670
            aload 1 /* mv */
            iload 8 /* target */
            aload 10 /* path */
        34: .line 1671
            aload 0 /* this */
            iload 3 /* u */
            aload 5 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iload 4 /* visible */
        35: .line 1670
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitTryCatchAnnotation:(ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        36: .line 1669
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 3 /* u */
        end local 10 // jdk.internal.org.objectweb.asm.TypePath path
        37: .line 1672
            goto 39
        38: .line 1673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* u */
            iconst_3
            iadd
            iconst_2
            iload 9 /* pathLength */
            imul
            iadd
            aload 5 /* c */
            iconst_1
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 3 /* u */
        end local 9 // int pathLength
        end local 8 // int target
        39: .line 1620
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 7 /* i */
            aload 6 /* offsets */
            arraylength
            if_icmplt 5
        end local 7 // int i
        41: .line 1676
            aload 6 /* offsets */
            areturn
        end local 6 // int[] offsets
        end local 5 // char[] c
        end local 4 // boolean visible
        end local 3 // int u
        end local 2 // jdk.internal.org.objectweb.asm.Context context
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   42     0        this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   42     1          mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0   42     2     context  Ljdk/internal/org/objectweb/asm/Context;
            0   42     3           u  I
            0   42     4     visible  Z
            1   42     5           c  [C
            2   42     6     offsets  [I
            4   41     7           i  I
            7   39     8      target  I
           13   21     9           j  I
           15   19    10       start  I
           16   19    11      length  I
           27   39     9  pathLength  I
           31   37    10        path  Ljdk/internal/org/objectweb/asm/TypePath;
    MethodParameters:
         Name  Flags
      mv       final
      context  final
      u        
      visible  

  private int readAnnotationTarget(jdk.internal.org.objectweb.asm.Context, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/Context;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.Context context
        start local 2 // int u
         0: .line 1694
            aload 0 /* this */
            iload 2 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            istore 3 /* target */
        start local 3 // int target
         1: .line 1695
            iload 3 /* target */
            bipush 24
            iushr
            lookupswitch { // 13
                    0: 2
                    1: 2
                   19: 5
                   20: 5
                   21: 5
                   22: 2
                   64: 8
                   65: 8
                   71: 25
                   72: 25
                   73: 25
                   74: 25
                   75: 25
              default: 28
          }
         2: .line 1699
      StackMap locals: int
      StackMap stack:
            iload 3 /* target */
            ldc -65536
            iand
            istore 3 /* target */
         3: .line 1700
            iinc 2 /* u */ 2
         4: .line 1701
            goto 32
         5: .line 1705
      StackMap locals:
      StackMap stack:
            iload 3 /* target */
            ldc -16777216
            iand
            istore 3 /* target */
         6: .line 1706
            iinc 2 /* u */ 1
         7: .line 1707
            goto 32
         8: .line 1710
      StackMap locals:
      StackMap stack:
            iload 3 /* target */
            ldc -16777216
            iand
            istore 3 /* target */
         9: .line 1711
            aload 0 /* this */
            iload 2 /* u */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 4 /* n */
        start local 4 // int n
        10: .line 1712
            aload 1 /* context */
            iload 4 /* n */
            anewarray jdk.internal.org.objectweb.asm.Label
            putfield jdk.internal.org.objectweb.asm.Context.start:[Ljdk/internal/org/objectweb/asm/Label;
        11: .line 1713
            aload 1 /* context */
            iload 4 /* n */
            anewarray jdk.internal.org.objectweb.asm.Label
            putfield jdk.internal.org.objectweb.asm.Context.end:[Ljdk/internal/org/objectweb/asm/Label;
        12: .line 1714
            aload 1 /* context */
            iload 4 /* n */
            newarray 10
            putfield jdk.internal.org.objectweb.asm.Context.index:[I
        13: .line 1715
            iinc 2 /* u */ 3
        14: .line 1716
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        15: goto 23
        16: .line 1717
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* start */
        start local 6 // int start
        17: .line 1718
            aload 0 /* this */
            iload 2 /* u */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* length */
        start local 7 // int length
        18: .line 1719
            aload 1 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.start:[Ljdk/internal/org/objectweb/asm/Label;
            iload 5 /* i */
            aload 0 /* this */
            iload 6 /* start */
            aload 1 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.labels:[Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            aastore
        19: .line 1720
            aload 1 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.end:[Ljdk/internal/org/objectweb/asm/Label;
            iload 5 /* i */
            aload 0 /* this */
            iload 6 /* start */
            iload 7 /* length */
            iadd
            aload 1 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.labels:[Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            aastore
        20: .line 1721
            aload 1 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.index:[I
            iload 5 /* i */
            aload 0 /* this */
            iload 2 /* u */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iastore
        21: .line 1722
            iinc 2 /* u */ 6
        end local 7 // int length
        end local 6 // int start
        22: .line 1716
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 5 /* i */
            iload 4 /* n */
            if_icmplt 16
        end local 5 // int i
        24: .line 1724
            goto 32
        end local 4 // int n
        25: .line 1731
      StackMap locals:
      StackMap stack:
            iload 3 /* target */
            ldc -16776961
            iand
            istore 3 /* target */
        26: .line 1732
            iinc 2 /* u */ 4
        27: .line 1733
            goto 32
        28: .line 1744
      StackMap locals:
      StackMap stack:
            iload 3 /* target */
            iload 3 /* target */
            bipush 24
            iushr
            bipush 67
            if_icmpge 29
            sipush -256
            goto 30
      StackMap locals:
      StackMap stack: int
        29: ldc -16777216
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.Context int int
      StackMap stack: int int
        30: iand
            istore 3 /* target */
        31: .line 1745
            iinc 2 /* u */ 3
        32: .line 1748
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            istore 4 /* pathLength */
        start local 4 // int pathLength
        33: .line 1749
            aload 1 /* context */
            iload 3 /* target */
            putfield jdk.internal.org.objectweb.asm.Context.typeRef:I
        34: .line 1750
            aload 1 /* context */
            iload 4 /* pathLength */
            ifne 35
            aconst_null
            goto 36
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.Context int int int
      StackMap stack: jdk.internal.org.objectweb.asm.Context
        35: new jdk.internal.org.objectweb.asm.TypePath
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 2 /* u */
            invokespecial jdk.internal.org.objectweb.asm.TypePath.<init>:([BI)V
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.Context int int int
      StackMap stack: jdk.internal.org.objectweb.asm.Context jdk.internal.org.objectweb.asm.TypePath
        36: putfield jdk.internal.org.objectweb.asm.Context.typePath:Ljdk/internal/org/objectweb/asm/TypePath;
        37: .line 1751
            iload 2 /* u */
            iconst_1
            iadd
            iconst_2
            iload 4 /* pathLength */
            imul
            iadd
            ireturn
        end local 4 // int pathLength
        end local 3 // int target
        end local 2 // int u
        end local 1 // jdk.internal.org.objectweb.asm.Context context
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   38     0        this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   38     1     context  Ljdk/internal/org/objectweb/asm/Context;
            0   38     2           u  I
            1   38     3      target  I
           10   25     4           n  I
           15   24     5           i  I
           17   22     6       start  I
           18   22     7      length  I
           33   38     4  pathLength  I
    MethodParameters:
         Name  Flags
      context  final
      u        

  private void readParameterAnnotations(jdk.internal.org.objectweb.asm.MethodVisitor, jdk.internal.org.objectweb.asm.Context, int, boolean);
    descriptor: (Ljdk/internal/org/objectweb/asm/MethodVisitor;Ljdk/internal/org/objectweb/asm/Context;IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        start local 2 // jdk.internal.org.objectweb.asm.Context context
        start local 3 // int v
        start local 4 // boolean visible
         0: .line 1770
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 3 /* v */
            iinc 3 /* v */ 1
            baload
            sipush 255
            iand
            istore 6 /* n */
        start local 6 // int n
         1: .line 1777
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.desc:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
            arraylength
            iload 6 /* n */
            isub
            istore 7 /* synthetics */
        start local 7 // int synthetics
         2: .line 1779
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 1781
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* mv */
            iload 5 /* i */
            ldc "Ljava/lang/Synthetic;"
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            astore 8 /* av */
        start local 8 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
         5: .line 1782
            aload 8 /* av */
            ifnull 7
         6: .line 1783
            aload 8 /* av */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnd:()V
         7: .line 1779
      StackMap locals: jdk.internal.org.objectweb.asm.AnnotationVisitor
      StackMap stack:
            iinc 5 /* i */ 1
        end local 8 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 7 /* synthetics */
            if_icmplt 4
         9: .line 1786
            aload 2 /* context */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            astore 9 /* c */
        start local 9 // char[] c
        10: .line 1787
            goto 19
        11: .line 1788
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.MethodVisitor jdk.internal.org.objectweb.asm.Context int int int int int top char[]
      StackMap stack:
            aload 0 /* this */
            iload 3 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 10 /* j */
        start local 10 // int j
        12: .line 1789
            iinc 3 /* v */ 2
        13: .line 1790
            goto 17
        14: .line 1791
      StackMap locals: int
      StackMap stack:
            aload 1 /* mv */
            iload 5 /* i */
            aload 0 /* this */
            iload 3 /* v */
            aload 9 /* c */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            iload 4 /* visible */
            invokevirtual jdk.internal.org.objectweb.asm.MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            astore 8 /* av */
        start local 8 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
        15: .line 1792
            aload 0 /* this */
            iload 3 /* v */
            iconst_2
            iadd
            aload 9 /* c */
            iconst_1
            aload 8 /* av */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 3 /* v */
        16: .line 1790
            iinc 10 /* j */ -1
        end local 8 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
      StackMap locals:
      StackMap stack:
        17: iload 10 /* j */
            ifgt 14
        end local 10 // int j
        18: .line 1787
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 5 /* i */
            iload 6 /* n */
            iload 7 /* synthetics */
            iadd
            if_icmplt 11
        20: .line 1795
            return
        end local 9 // char[] c
        end local 7 // int synthetics
        end local 6 // int n
        end local 5 // int i
        end local 4 // boolean visible
        end local 3 // int v
        end local 2 // jdk.internal.org.objectweb.asm.Context context
        end local 1 // jdk.internal.org.objectweb.asm.MethodVisitor mv
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   21     1          mv  Ljdk/internal/org/objectweb/asm/MethodVisitor;
            0   21     2     context  Ljdk/internal/org/objectweb/asm/Context;
            0   21     3           v  I
            0   21     4     visible  Z
            3   21     5           i  I
            1   21     6           n  I
            2   21     7  synthetics  I
            5    8     8          av  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
           15   17     8          av  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
           10   21     9           c  [C
           12   18    10           j  I
    MethodParameters:
         Name  Flags
      mv       final
      context  final
      v        
      visible  final

  private int readAnnotationValues(int, char[], boolean, jdk.internal.org.objectweb.asm.AnnotationVisitor);
    descriptor: (I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int v
        start local 2 // char[] buf
        start local 3 // boolean named
        start local 4 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
         0: .line 1816
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 5 /* i */
        start local 5 // int i
         1: .line 1817
            iinc 1 /* v */ 2
         2: .line 1818
            iload 3 /* named */
            ifeq 10
         3: .line 1819
            goto 6
         4: .line 1820
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            iconst_2
            iadd
            aload 2 /* buf */
            aload 0 /* this */
            iload 1 /* v */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 4 /* av */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValue:(I[CLjava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 1 /* v */
         5: .line 1819
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            ifgt 4
         7: .line 1822
            goto 11
         8: .line 1824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            aload 2 /* buf */
            aconst_null
            aload 4 /* av */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValue:(I[CLjava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 1 /* v */
         9: .line 1823
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            ifgt 8
        11: .line 1827
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            ifnull 13
        12: .line 1828
            aload 4 /* av */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnd:()V
        13: .line 1830
      StackMap locals:
      StackMap stack:
            iload 1 /* v */
            ireturn
        end local 5 // int i
        end local 4 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
        end local 3 // boolean named
        end local 2 // char[] buf
        end local 1 // int v
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   14     1      v  I
            0   14     2    buf  [C
            0   14     3  named  Z
            0   14     4     av  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            1   14     5      i  I
    MethodParameters:
       Name  Flags
      v      
      buf    final
      named  final
      av     final

  private int readAnnotationValue(int, char[], java.lang.String, jdk.internal.org.objectweb.asm.AnnotationVisitor);
    descriptor: (I[CLjava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationVisitor;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=15, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int v
        start local 2 // char[] buf
        start local 3 // java.lang.String name
        start local 4 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
         0: .line 1852
            aload 4 /* av */
            ifnonnull 6
         1: .line 1853
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 1 /* v */
            baload
            sipush 255
            iand
            lookupswitch { // 3
                   64: 3
                   91: 4
                  101: 2
              default: 5
          }
         2: .line 1855
      StackMap locals:
      StackMap stack:
            iload 1 /* v */
            iconst_5
            iadd
            ireturn
         3: .line 1857
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            iconst_3
            iadd
            aload 2 /* buf */
            iconst_1
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            ireturn
         4: .line 1859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            iconst_1
            iadd
            aload 2 /* buf */
            iconst_0
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            ireturn
         5: .line 1861
      StackMap locals:
      StackMap stack:
            iload 1 /* v */
            iconst_3
            iadd
            ireturn
         6: .line 1864
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 1 /* v */
            iinc 1 /* v */ 1
            baload
            sipush 255
            iand
            lookupswitch { // 13
                   64: 34
                   66: 10
                   67: 22
                   68: 7
                   70: 7
                   73: 7
                   74: 7
                   83: 19
                   90: 13
                   91: 38
                   99: 31
                  101: 28
                  115: 25
              default: 132
          }
         7: .line 1869
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readConst:(I[C)Ljava/lang/Object;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
         8: .line 1870
            iinc 1 /* v */ 2
         9: .line 1871
            goto 132
        10: .line 1873
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2b
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        11: .line 1874
            iinc 1 /* v */ 2
        12: .line 1875
            goto 132
        13: .line 1877
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
        14: .line 1878
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            ifne 15
            getstatic java.lang.Boolean.FALSE:Ljava/lang/Boolean;
            goto 16
        15: .line 1879
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor
      StackMap stack: jdk.internal.org.objectweb.asm.AnnotationVisitor java.lang.String
            getstatic java.lang.Boolean.TRUE:Ljava/lang/Boolean;
        16: .line 1877
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor
      StackMap stack: jdk.internal.org.objectweb.asm.AnnotationVisitor java.lang.String java.lang.Boolean
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        17: .line 1880
            iinc 1 /* v */ 2
        18: .line 1881
            goto 132
        19: .line 1883
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2s
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        20: .line 1884
            iinc 1 /* v */ 2
        21: .line 1885
            goto 132
        22: .line 1887
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2c
            invokestatic java.lang.Character.valueOf:(C)Ljava/lang/Character;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        23: .line 1888
            iinc 1 /* v */ 2
        24: .line 1889
            goto 132
        25: .line 1891
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            iload 1 /* v */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        26: .line 1892
            iinc 1 /* v */ 2
        27: .line 1893
            goto 132
        28: .line 1895
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            iload 1 /* v */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            aload 0 /* this */
            iload 1 /* v */
            iconst_2
            iadd
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        29: .line 1896
            iinc 1 /* v */ 4
        30: .line 1897
            goto 132
        31: .line 1899
      StackMap locals:
      StackMap stack:
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            iload 1 /* v */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        32: .line 1900
            iinc 1 /* v */ 2
        33: .line 1901
            goto 132
        34: .line 1903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            iconst_2
            iadd
            aload 2 /* buf */
            iconst_1
        35: .line 1904
            aload 4 /* av */
            aload 3 /* name */
            aload 0 /* this */
            iload 1 /* v */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        36: .line 1903
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 1 /* v */
        37: .line 1905
            goto 132
        38: .line 1907
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 6 /* size */
        start local 6 // int size
        39: .line 1908
            iinc 1 /* v */ 2
        40: .line 1909
            iload 6 /* size */
            ifne 44
        41: .line 1910
            aload 0 /* this */
            iload 1 /* v */
            iconst_2
            isub
            aload 2 /* buf */
            iconst_0
        42: .line 1911
            aload 4 /* av */
            aload 3 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
        43: .line 1910
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            ireturn
        44: .line 1913
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 1 /* v */
            iinc 1 /* v */ 1
            baload
            sipush 255
            iand
            lookupswitch { // 8
                   66: 45
                   67: 77
                   68: 119
                   70: 107
                   73: 87
                   74: 97
                   83: 67
                   90: 55
              default: 131
          }
        45: .line 1915
      StackMap locals:
      StackMap stack:
            iload 6 /* size */
            newarray 8
            astore 7 /* bv */
        start local 7 // byte[] bv
        46: .line 1916
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        47: goto 51
        48: .line 1917
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int byte[]
      StackMap stack:
            aload 7 /* bv */
            iload 5 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2b
            bastore
        49: .line 1918
            iinc 1 /* v */ 3
        50: .line 1916
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 48
        52: .line 1920
            aload 4 /* av */
            aload 3 /* name */
            aload 7 /* bv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        53: .line 1921
            iinc 1 /* v */ -1
        54: .line 1922
            goto 132
        end local 7 // byte[] bv
        end local 5 // int i
        55: .line 1924
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 4
            astore 8 /* zv */
        start local 8 // boolean[] zv
        56: .line 1925
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        57: goto 63
        58: .line 1926
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top boolean[]
      StackMap stack:
            aload 8 /* zv */
            iload 5 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            ifeq 59
            iconst_1
            goto 60
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top boolean[]
      StackMap stack: boolean[] int
        59: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top boolean[]
      StackMap stack: boolean[] int int
        60: bastore
        61: .line 1927
            iinc 1 /* v */ 3
        62: .line 1925
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        63: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 58
        64: .line 1929
            aload 4 /* av */
            aload 3 /* name */
            aload 8 /* zv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        65: .line 1930
            iinc 1 /* v */ -1
        66: .line 1931
            goto 132
        end local 8 // boolean[] zv
        end local 5 // int i
        67: .line 1933
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 9
            astore 9 /* sv */
        start local 9 // short[] sv
        68: .line 1934
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        69: goto 73
        70: .line 1935
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top top short[]
      StackMap stack:
            aload 9 /* sv */
            iload 5 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2s
            sastore
        71: .line 1936
            iinc 1 /* v */ 3
        72: .line 1934
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 70
        74: .line 1938
            aload 4 /* av */
            aload 3 /* name */
            aload 9 /* sv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        75: .line 1939
            iinc 1 /* v */ -1
        76: .line 1940
            goto 132
        end local 9 // short[] sv
        end local 5 // int i
        77: .line 1942
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 5
            astore 10 /* cv */
        start local 10 // char[] cv
        78: .line 1943
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        79: goto 83
        80: .line 1944
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top top top char[]
      StackMap stack:
            aload 10 /* cv */
            iload 5 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2c
            castore
        81: .line 1945
            iinc 1 /* v */ 3
        82: .line 1943
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        83: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 80
        84: .line 1947
            aload 4 /* av */
            aload 3 /* name */
            aload 10 /* cv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        85: .line 1948
            iinc 1 /* v */ -1
        86: .line 1949
            goto 132
        end local 10 // char[] cv
        end local 5 // int i
        87: .line 1951
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 10
            astore 11 /* iv */
        start local 11 // int[] iv
        88: .line 1952
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        89: goto 93
        90: .line 1953
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top top top top int[]
      StackMap stack:
            aload 11 /* iv */
            iload 5 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iastore
        91: .line 1954
            iinc 1 /* v */ 3
        92: .line 1952
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        93: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 90
        94: .line 1956
            aload 4 /* av */
            aload 3 /* name */
            aload 11 /* iv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
        95: .line 1957
            iinc 1 /* v */ -1
        96: .line 1958
            goto 132
        end local 11 // int[] iv
        end local 5 // int i
        97: .line 1960
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 11
            astore 12 /* lv */
        start local 12 // long[] lv
        98: .line 1961
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        99: goto 103
       100: .line 1962
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top top top top top long[]
      StackMap stack:
            aload 12 /* lv */
            iload 5 /* i */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLong:(I)J
            lastore
       101: .line 1963
            iinc 1 /* v */ 3
       102: .line 1961
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       103: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 100
       104: .line 1965
            aload 4 /* av */
            aload 3 /* name */
            aload 12 /* lv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       105: .line 1966
            iinc 1 /* v */ -1
       106: .line 1967
            goto 132
        end local 12 // long[] lv
        end local 5 // int i
       107: .line 1969
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 6
            astore 13 /* fv */
        start local 13 // float[] fv
       108: .line 1970
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       109: goto 115
       110: .line 1971
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top top top top top top float[]
      StackMap stack:
            aload 13 /* fv */
            iload 5 /* i */
       111: .line 1972
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
       112: .line 1971
            fastore
       113: .line 1973
            iinc 1 /* v */ 3
       114: .line 1970
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       115: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 110
       116: .line 1975
            aload 4 /* av */
            aload 3 /* name */
            aload 13 /* fv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       117: .line 1976
            iinc 1 /* v */ -1
       118: .line 1977
            goto 132
        end local 13 // float[] fv
        end local 5 // int i
       119: .line 1979
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            iload 6 /* size */
            newarray 7
            astore 14 /* dv */
        start local 14 // double[] dv
       120: .line 1980
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       121: goto 127
       122: .line 1981
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor int int top top top top top top top double[]
      StackMap stack:
            aload 14 /* dv */
            iload 5 /* i */
       123: .line 1982
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
       124: .line 1981
            dastore
       125: .line 1983
            iinc 1 /* v */ 3
       126: .line 1980
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       127: iload 5 /* i */
            iload 6 /* size */
            if_icmplt 122
       128: .line 1985
            aload 4 /* av */
            aload 3 /* name */
            aload 14 /* dv */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V
       129: .line 1986
            iinc 1 /* v */ -1
       130: .line 1987
            goto 132
        end local 14 // double[] dv
        end local 5 // int i
       131: .line 1989
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor top int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* v */
            iconst_3
            isub
            aload 2 /* buf */
            iconst_0
            aload 4 /* av */
            aload 3 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationVisitor.visitArray:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readAnnotationValues:(I[CZLjdk/internal/org/objectweb/asm/AnnotationVisitor;)I
            istore 1 /* v */
        end local 6 // int size
       132: .line 1992
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int char[] java.lang.String jdk.internal.org.objectweb.asm.AnnotationVisitor
      StackMap stack:
            iload 1 /* v */
            ireturn
        end local 4 // jdk.internal.org.objectweb.asm.AnnotationVisitor av
        end local 3 // java.lang.String name
        end local 2 // char[] buf
        end local 1 // int v
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  133     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0  133     1     v  I
            0  133     2   buf  [C
            0  133     3  name  Ljava/lang/String;
            0  133     4    av  Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
           47   55     5     i  I
           57   67     5     i  I
           69   77     5     i  I
           79   87     5     i  I
           89   97     5     i  I
           99  107     5     i  I
          109  119     5     i  I
          121  131     5     i  I
           39  132     6  size  I
           46   55     7    bv  [B
           56   67     8    zv  [Z
           68   77     9    sv  [S
           78   87    10    cv  [C
           88   97    11    iv  [I
           98  107    12    lv  [J
          108  119    13    fv  [F
          120  131    14    dv  [D
    MethodParameters:
      Name  Flags
      v     
      buf   final
      name  final
      av    final

  private void getImplicitFrame(jdk.internal.org.objectweb.asm.Context);
    descriptor: (Ljdk/internal/org/objectweb/asm/Context;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.Context frame
         0: .line 2003
            aload 1 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.desc:Ljava/lang/String;
            astore 2 /* desc */
        start local 2 // java.lang.String desc
         1: .line 2004
            aload 1 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.local:[Ljava/lang/Object;
            astore 3 /* locals */
        start local 3 // java.lang.Object[] locals
         2: .line 2005
            iconst_0
            istore 4 /* local */
        start local 4 // int local
         3: .line 2006
            aload 1 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.access:I
            bipush 8
            iand
            ifne 8
         4: .line 2007
            ldc "<init>"
            aload 1 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 2008
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            getstatic jdk.internal.org.objectweb.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            aastore
         6: .line 2009
            goto 8
         7: .line 2010
      StackMap locals: java.lang.String java.lang.Object[] int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            iconst_2
            iadd
            aload 1 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
         8: .line 2013
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 5 /* i */
        start local 5 // int i
         9: .line 2015
      StackMap locals: int
      StackMap stack:
            iload 5 /* i */
            istore 6 /* j */
        start local 6 // int j
        10: .line 2016
            aload 2 /* desc */
            iload 5 /* i */
            iinc 5 /* i */ 1
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 10
                   66: 11
                   67: 11
                   68: 17
                   70: 13
                   73: 11
                   74: 15
                   76: 29
                   83: 11
                   90: 11
                   91: 19
              default: 34
          }
        11: .line 2022
      StackMap locals: int
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            getstatic jdk.internal.org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            aastore
        12: .line 2023
            goto 9
        13: .line 2025
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            getstatic jdk.internal.org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            aastore
        14: .line 2026
            goto 9
        15: .line 2028
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            getstatic jdk.internal.org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            aastore
        16: .line 2029
            goto 9
        17: .line 2031
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            getstatic jdk.internal.org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            aastore
        18: .line 2032
            goto 9
        19: .line 2034
      StackMap locals:
      StackMap stack:
            goto 21
        20: .line 2035
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        21: .line 2034
      StackMap locals:
      StackMap stack:
            aload 2 /* desc */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 20
        22: .line 2037
            aload 2 /* desc */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 76
            if_icmpne 27
        23: .line 2038
            iinc 5 /* i */ 1
        24: .line 2039
            goto 26
        25: .line 2040
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        26: .line 2039
      StackMap locals:
      StackMap stack:
            aload 2 /* desc */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 25
        27: .line 2043
      StackMap locals:
      StackMap stack:
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            aload 2 /* desc */
            iload 6 /* j */
            iinc 5 /* i */ 1
            iload 5 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aastore
        28: .line 2044
            goto 9
        29: .line 2046
      StackMap locals:
      StackMap stack:
            goto 31
        30: .line 2047
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
        31: .line 2046
      StackMap locals:
      StackMap stack:
            aload 2 /* desc */
            iload 5 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 30
        32: .line 2049
            aload 3 /* locals */
            iload 4 /* local */
            iinc 4 /* local */ 1
            aload 2 /* desc */
            iload 6 /* j */
            iconst_1
            iadd
            iload 5 /* i */
            iinc 5 /* i */ 1
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            aastore
        33: .line 2050
            goto 9
        end local 6 // int j
        34: .line 2055
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 4 /* local */
            putfield jdk.internal.org.objectweb.asm.Context.localCount:I
        35: .line 2056
            return
        end local 5 // int i
        end local 4 // int local
        end local 3 // java.lang.Object[] locals
        end local 2 // java.lang.String desc
        end local 1 // jdk.internal.org.objectweb.asm.Context frame
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   36     0    this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   36     1   frame  Ljdk/internal/org/objectweb/asm/Context;
            1   36     2    desc  Ljava/lang/String;
            2   36     3  locals  [Ljava/lang/Object;
            3   36     4   local  I
            9   36     5       i  I
           10   34     6       j  I
    MethodParameters:
       Name  Flags
      frame  final

  private int readFrame(int, boolean, boolean, jdk.internal.org.objectweb.asm.Context);
    descriptor: (IZZLjdk/internal/org/objectweb/asm/Context;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=11, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int stackMap
        start local 2 // boolean zip
        start local 3 // boolean unzip
        start local 4 // jdk.internal.org.objectweb.asm.Context frame
         0: .line 2074
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.buffer:[C
            astore 5 /* c */
        start local 5 // char[] c
         1: .line 2075
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.labels:[Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* labels */
        start local 6 // jdk.internal.org.objectweb.asm.Label[] labels
         2: .line 2078
            iload 2 /* zip */
            ifeq 5
         3: .line 2079
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 1 /* stackMap */
            iinc 1 /* stackMap */ 1
            baload
            sipush 255
            iand
            istore 7 /* tag */
        start local 7 // int tag
         4: .line 2080
            goto 7
        end local 7 // int tag
         5: .line 2081
      StackMap locals: char[] jdk.internal.org.objectweb.asm.Label[]
      StackMap stack:
            sipush 255
            istore 7 /* tag */
        start local 7 // int tag
         6: .line 2082
            aload 4 /* frame */
            iconst_m1
            putfield jdk.internal.org.objectweb.asm.Context.offset:I
         7: .line 2084
      StackMap locals: int
      StackMap stack:
            aload 4 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.localDiff:I
         8: .line 2085
            iload 7 /* tag */
            bipush 64
            if_icmpge 13
         9: .line 2086
            iload 7 /* tag */
            istore 8 /* delta */
        start local 8 // int delta
        10: .line 2087
            aload 4 /* frame */
            iconst_3
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        11: .line 2088
            aload 4 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        12: .line 2089
            goto 75
        end local 8 // int delta
      StackMap locals:
      StackMap stack:
        13: iload 7 /* tag */
            sipush 128
            if_icmpge 19
        14: .line 2090
            iload 7 /* tag */
            bipush 64
            isub
            istore 8 /* delta */
        start local 8 // int delta
        15: .line 2091
            aload 0 /* this */
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stack:[Ljava/lang/Object;
            iconst_0
            iload 1 /* stackMap */
            aload 5 /* c */
            aload 6 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readFrameType:([Ljava/lang/Object;II[C[Ljdk/internal/org/objectweb/asm/Label;)I
            istore 1 /* stackMap */
        16: .line 2092
            aload 4 /* frame */
            iconst_4
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        17: .line 2093
            aload 4 /* frame */
            iconst_1
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        18: .line 2094
            goto 75
        end local 8 // int delta
        19: .line 2095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* stackMap */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 8 /* delta */
        start local 8 // int delta
        20: .line 2096
            iinc 1 /* stackMap */ 2
        21: .line 2097
            iload 7 /* tag */
            sipush 247
            if_icmpne 26
        22: .line 2098
            aload 0 /* this */
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stack:[Ljava/lang/Object;
            iconst_0
            iload 1 /* stackMap */
            aload 5 /* c */
            aload 6 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readFrameType:([Ljava/lang/Object;II[C[Ljdk/internal/org/objectweb/asm/Label;)I
            istore 1 /* stackMap */
        23: .line 2099
            aload 4 /* frame */
            iconst_4
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        24: .line 2100
            aload 4 /* frame */
            iconst_1
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        25: .line 2101
            goto 75
      StackMap locals: int
      StackMap stack:
        26: iload 7 /* tag */
            sipush 248
            if_icmplt 33
        27: .line 2102
            iload 7 /* tag */
            sipush 251
            if_icmpge 33
        28: .line 2103
            aload 4 /* frame */
            iconst_2
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        29: .line 2104
            aload 4 /* frame */
            sipush 251
            iload 7 /* tag */
            isub
            putfield jdk.internal.org.objectweb.asm.Context.localDiff:I
        30: .line 2105
            aload 4 /* frame */
            dup
            getfield jdk.internal.org.objectweb.asm.Context.localCount:I
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.localDiff:I
            isub
            putfield jdk.internal.org.objectweb.asm.Context.localCount:I
        31: .line 2106
            aload 4 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        32: .line 2107
            goto 75
      StackMap locals:
      StackMap stack:
        33: iload 7 /* tag */
            sipush 251
            if_icmpne 37
        34: .line 2108
            aload 4 /* frame */
            iconst_3
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        35: .line 2109
            aload 4 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        36: .line 2110
            goto 75
      StackMap locals:
      StackMap stack:
        37: iload 7 /* tag */
            sipush 255
            if_icmpge 53
        38: .line 2111
            iload 3 /* unzip */
            ifeq 39
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.localCount:I
            goto 40
      StackMap locals:
      StackMap stack:
        39: iconst_0
      StackMap locals:
      StackMap stack: int
        40: istore 9 /* local */
        start local 9 // int local
        41: .line 2112
            iload 7 /* tag */
            sipush 251
            isub
            istore 10 /* i */
        start local 10 // int i
        42: goto 47
        43: .line 2113
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.local:[Ljava/lang/Object;
            iload 9 /* local */
            iinc 9 /* local */ 1
            iload 1 /* stackMap */
            aload 5 /* c */
        44: .line 2114
            aload 6 /* labels */
        45: .line 2113
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readFrameType:([Ljava/lang/Object;II[C[Ljdk/internal/org/objectweb/asm/Label;)I
            istore 1 /* stackMap */
        46: .line 2112
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
        47: iload 10 /* i */
            ifgt 43
        end local 10 // int i
        48: .line 2116
            aload 4 /* frame */
            iconst_1
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        49: .line 2117
            aload 4 /* frame */
            iload 7 /* tag */
            sipush 251
            isub
            putfield jdk.internal.org.objectweb.asm.Context.localDiff:I
        50: .line 2118
            aload 4 /* frame */
            dup
            getfield jdk.internal.org.objectweb.asm.Context.localCount:I
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.localDiff:I
            iadd
            putfield jdk.internal.org.objectweb.asm.Context.localCount:I
        51: .line 2119
            aload 4 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        end local 9 // int local
        52: .line 2120
            goto 75
        53: .line 2121
      StackMap locals:
      StackMap stack:
            aload 4 /* frame */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.Context.mode:I
        54: .line 2122
            aload 0 /* this */
            iload 1 /* stackMap */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* n */
        start local 9 // int n
        55: .line 2123
            iinc 1 /* stackMap */ 2
        56: .line 2124
            aload 4 /* frame */
            iload 9 /* n */
            putfield jdk.internal.org.objectweb.asm.Context.localDiff:I
        57: .line 2125
            aload 4 /* frame */
            iload 9 /* n */
            putfield jdk.internal.org.objectweb.asm.Context.localCount:I
        58: .line 2126
            iconst_0
            istore 10 /* local */
        start local 10 // int local
        59: goto 64
        60: .line 2127
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.local:[Ljava/lang/Object;
            iload 10 /* local */
            iinc 10 /* local */ 1
            iload 1 /* stackMap */
            aload 5 /* c */
        61: .line 2128
            aload 6 /* labels */
        62: .line 2127
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readFrameType:([Ljava/lang/Object;II[C[Ljdk/internal/org/objectweb/asm/Label;)I
            istore 1 /* stackMap */
        63: .line 2126
            iinc 9 /* n */ -1
      StackMap locals:
      StackMap stack:
        64: iload 9 /* n */
            ifgt 60
        end local 10 // int local
        65: .line 2130
            aload 0 /* this */
            iload 1 /* stackMap */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 9 /* n */
        66: .line 2131
            iinc 1 /* stackMap */ 2
        67: .line 2132
            aload 4 /* frame */
            iload 9 /* n */
            putfield jdk.internal.org.objectweb.asm.Context.stackCount:I
        68: .line 2133
            iconst_0
            istore 10 /* stack */
        start local 10 // int stack
        69: goto 74
        70: .line 2134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.stack:[Ljava/lang/Object;
            iload 10 /* stack */
            iinc 10 /* stack */ 1
            iload 1 /* stackMap */
            aload 5 /* c */
        71: .line 2135
            aload 6 /* labels */
        72: .line 2134
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readFrameType:([Ljava/lang/Object;II[C[Ljdk/internal/org/objectweb/asm/Label;)I
            istore 1 /* stackMap */
        73: .line 2133
            iinc 9 /* n */ -1
      StackMap locals:
      StackMap stack:
        74: iload 9 /* n */
            ifgt 70
        end local 10 // int stack
        end local 9 // int n
        75: .line 2139
      StackMap locals:
      StackMap stack:
            aload 4 /* frame */
            dup
            getfield jdk.internal.org.objectweb.asm.Context.offset:I
            iload 8 /* delta */
            iconst_1
            iadd
            iadd
            putfield jdk.internal.org.objectweb.asm.Context.offset:I
        76: .line 2140
            aload 0 /* this */
            aload 4 /* frame */
            getfield jdk.internal.org.objectweb.asm.Context.offset:I
            aload 6 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            pop
        77: .line 2141
            iload 1 /* stackMap */
            ireturn
        end local 8 // int delta
        end local 7 // int tag
        end local 6 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 5 // char[] c
        end local 4 // jdk.internal.org.objectweb.asm.Context frame
        end local 3 // boolean unzip
        end local 2 // boolean zip
        end local 1 // int stackMap
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   78     0      this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   78     1  stackMap  I
            0   78     2       zip  Z
            0   78     3     unzip  Z
            0   78     4     frame  Ljdk/internal/org/objectweb/asm/Context;
            1   78     5         c  [C
            2   78     6    labels  [Ljdk/internal/org/objectweb/asm/Label;
            4    5     7       tag  I
            6   78     7       tag  I
           10   13     8     delta  I
           15   19     8     delta  I
           20   78     8     delta  I
           41   52     9     local  I
           42   48    10         i  I
           55   75     9         n  I
           59   65    10     local  I
           69   75    10     stack  I
    MethodParameters:
          Name  Flags
      stackMap  
      zip       
      unzip     
      frame     

  private int readFrameType(java.lang.Object[], int, int, char[], jdk.internal.org.objectweb.asm.Label[]);
    descriptor: ([Ljava/lang/Object;II[C[Ljdk/internal/org/objectweb/asm/Label;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // java.lang.Object[] frame
        start local 2 // int index
        start local 3 // int v
        start local 4 // char[] buf
        start local 5 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 2165
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 3 /* v */
            iinc 3 /* v */ 1
            baload
            sipush 255
            iand
            istore 6 /* type */
        start local 6 // int type
         1: .line 2166
            iload 6 /* type */
            tableswitch { // 0 - 7
                    0: 2
                    1: 4
                    2: 6
                    3: 8
                    4: 10
                    5: 12
                    6: 14
                    7: 16
              default: 19
          }
         2: .line 2168
      StackMap locals: int
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.TOP:Ljava/lang/Integer;
            aastore
         3: .line 2169
            goto 21
         4: .line 2171
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.INTEGER:Ljava/lang/Integer;
            aastore
         5: .line 2172
            goto 21
         6: .line 2174
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.FLOAT:Ljava/lang/Integer;
            aastore
         7: .line 2175
            goto 21
         8: .line 2177
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.DOUBLE:Ljava/lang/Integer;
            aastore
         9: .line 2178
            goto 21
        10: .line 2180
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.LONG:Ljava/lang/Integer;
            aastore
        11: .line 2181
            goto 21
        12: .line 2183
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.NULL:Ljava/lang/Integer;
            aastore
        13: .line 2184
            goto 21
        14: .line 2186
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            getstatic jdk.internal.org.objectweb.asm.Opcodes.UNINITIALIZED_THIS:Ljava/lang/Integer;
            aastore
        15: .line 2187
            goto 21
        16: .line 2189
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            aload 0 /* this */
            iload 3 /* v */
            aload 4 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            aastore
        17: .line 2190
            iinc 3 /* v */ 2
        18: .line 2191
            goto 21
        19: .line 2193
      StackMap locals:
      StackMap stack:
            aload 1 /* frame */
            iload 2 /* index */
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 5 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLabel:(I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
            aastore
        20: .line 2194
            iinc 3 /* v */ 2
        21: .line 2196
      StackMap locals:
      StackMap stack:
            iload 3 /* v */
            ireturn
        end local 6 // int type
        end local 5 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 4 // char[] buf
        end local 3 // int v
        end local 2 // int index
        end local 1 // java.lang.Object[] frame
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   22     1   frame  [Ljava/lang/Object;
            0   22     2   index  I
            0   22     3       v  I
            0   22     4     buf  [C
            0   22     5  labels  [Ljdk/internal/org/objectweb/asm/Label;
            1   22     6    type  I
    MethodParameters:
        Name  Flags
      frame   final
      index   final
      v       
      buf     final
      labels  final

  protected jdk.internal.org.objectweb.asm.Label readLabel(int, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (I[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Label;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int offset
        start local 2 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 2213
            aload 2 /* labels */
            iload 1 /* offset */
            aaload
            ifnonnull 2
         1: .line 2214
            aload 2 /* labels */
            iload 1 /* offset */
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            aastore
         2: .line 2216
      StackMap locals:
      StackMap stack:
            aload 2 /* labels */
            iload 1 /* offset */
            aaload
            areturn
        end local 2 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 1 // int offset
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    3     1  offset  I
            0    3     2  labels  [Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      offset  
      labels  

  private int getAttributes();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 2226
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            bipush 8
            iadd
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.header:I
            bipush 6
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iconst_2
            imul
            iadd
            istore 1 /* u */
        start local 1 // int u
         1: .line 2228
            aload 0 /* this */
            iload 1 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* i */
        start local 2 // int i
         2: goto 10
         3: .line 2229
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* j */
        start local 3 // int j
         4: goto 7
         5: .line 2230
      StackMap locals: int
      StackMap stack:
            iload 1 /* u */
            bipush 6
            aload 0 /* this */
            iload 1 /* u */
            bipush 12
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 1 /* u */
         6: .line 2229
            iinc 3 /* j */ -1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* j */
            ifgt 5
        end local 3 // int j
         8: .line 2232
            iinc 1 /* u */ 8
         9: .line 2228
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            ifgt 3
        end local 2 // int i
        11: .line 2234
            iinc 1 /* u */ 2
        12: .line 2235
            aload 0 /* this */
            iload 1 /* u */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 2 /* i */
        start local 2 // int i
        13: goto 21
        14: .line 2236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* u */
            bipush 8
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* j */
        start local 3 // int j
        15: goto 18
        16: .line 2237
      StackMap locals: int
      StackMap stack:
            iload 1 /* u */
            bipush 6
            aload 0 /* this */
            iload 1 /* u */
            bipush 12
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            iadd
            iadd
            istore 1 /* u */
        17: .line 2236
            iinc 3 /* j */ -1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* j */
            ifgt 16
        end local 3 // int j
        19: .line 2239
            iinc 1 /* u */ 8
        20: .line 2235
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        21: iload 2 /* i */
            ifgt 14
        end local 2 // int i
        22: .line 2242
            iload 1 /* u */
            iconst_2
            iadd
            ireturn
        end local 1 // int u
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;
            1   23     1     u  I
            2   11     2     i  I
            4    8     3     j  I
           13   22     2     i  I
           15   19     3     j  I

  private jdk.internal.org.objectweb.asm.Attribute readAttribute(jdk.internal.org.objectweb.asm.Attribute[], java.lang.String, int, int, char[], int, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: ([Ljdk/internal/org/objectweb/asm/Attribute;Ljava/lang/String;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=9, args_size=8
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // jdk.internal.org.objectweb.asm.Attribute[] attrs
        start local 2 // java.lang.String type
        start local 3 // int off
        start local 4 // int len
        start local 5 // char[] buf
        start local 6 // int codeOff
        start local 7 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 2281
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         1: goto 5
         2: .line 2282
      StackMap locals: int
      StackMap stack:
            aload 1 /* attrs */
            iload 8 /* i */
            aaload
            getfield jdk.internal.org.objectweb.asm.Attribute.type:Ljava/lang/String;
            aload 2 /* type */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 2283
            aload 1 /* attrs */
            iload 8 /* i */
            aaload
            aload 0 /* this */
            iload 3 /* off */
            iload 4 /* len */
            aload 5 /* buf */
            iload 6 /* codeOff */
            aload 7 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.read:(Ljdk/internal/org/objectweb/asm/ClassReader;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
            areturn
         4: .line 2281
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 8 /* i */
            aload 1 /* attrs */
            arraylength
            if_icmplt 2
        end local 8 // int i
         6: .line 2286
            new jdk.internal.org.objectweb.asm.Attribute
            dup
            aload 2 /* type */
            invokespecial jdk.internal.org.objectweb.asm.Attribute.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 3 /* off */
            iload 4 /* len */
            aconst_null
            iconst_m1
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.read:(Ljdk/internal/org/objectweb/asm/ClassReader;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
            areturn
        end local 7 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 6 // int codeOff
        end local 5 // char[] buf
        end local 4 // int len
        end local 3 // int off
        end local 2 // java.lang.String type
        end local 1 // jdk.internal.org.objectweb.asm.Attribute[] attrs
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    7     1    attrs  [Ljdk/internal/org/objectweb/asm/Attribute;
            0    7     2     type  Ljava/lang/String;
            0    7     3      off  I
            0    7     4      len  I
            0    7     5      buf  [C
            0    7     6  codeOff  I
            0    7     7   labels  [Ljdk/internal/org/objectweb/asm/Label;
            1    6     8        i  I
    MethodParameters:
         Name  Flags
      attrs    final
      type     final
      off      final
      len      final
      buf      final
      codeOff  final
      labels   final

  public int getItemCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 2299
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            arraylength
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;

  public int getItem(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int item
         0: .line 2313
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 1 /* item */
            iaload
            ireturn
        end local 1 // int item
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    1     1  item  I
    MethodParameters:
      Name  Flags
      item  final

  public int getMaxStringLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
         0: .line 2324
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.maxStringLength:I
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassReader;

  public int readByte(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
         0: .line 2337
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 1 /* index */
            baload
            sipush 255
            iand
            ireturn
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  final

  public int readUnsignedShort(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
         0: .line 2350
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 2351
            aload 2 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 2 // byte[] b
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    2     1  index  I
            1    2     2      b  [B
    MethodParameters:
       Name  Flags
      index  final

  public short readShort(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
         0: .line 2364
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 2365
            aload 2 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 2 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
            ireturn
        end local 2 // byte[] b
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    2     1  index  I
            1    2     2      b  [B
    MethodParameters:
       Name  Flags
      index  final

  public int readInt(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
         0: .line 2378
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 2379
            aload 2 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 24
            ishl
            aload 2 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
         2: .line 2380
            aload 2 /* b */
            iload 1 /* index */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         3: .line 2379
            ior
         4: .line 2380
            aload 2 /* b */
            iload 1 /* index */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         5: .line 2379
            ior
            ireturn
        end local 2 // byte[] b
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    6     1  index  I
            1    6     2      b  [B
    MethodParameters:
       Name  Flags
      index  final

  public long readLong(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
         0: .line 2393
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2l
            lstore 2 /* l1 */
        start local 2 // long l1
         1: .line 2394
            aload 0 /* this */
            iload 1 /* index */
            iconst_4
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            i2l
            ldc 4294967295
            land
            lstore 4 /* l0 */
        start local 4 // long l0
         2: .line 2395
            lload 2 /* l1 */
            bipush 32
            lshl
            lload 4 /* l0 */
            lor
            lreturn
        end local 4 // long l0
        end local 2 // long l1
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    3     1  index  I
            1    3     2     l1  J
            2    3     4     l0  J
    MethodParameters:
       Name  Flags
      index  final

  public java.lang.String readUTF8(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
        start local 2 // char[] buf
         0: .line 2412
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 3 /* item */
        start local 3 // int item
         1: .line 2413
            iload 1 /* index */
            ifeq 2
            iload 3 /* item */
            ifne 3
         2: .line 2414
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 2416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.strings:[Ljava/lang/String;
            iload 3 /* item */
            aaload
            astore 4 /* s */
        start local 4 // java.lang.String s
         4: .line 2417
            aload 4 /* s */
            ifnull 6
         5: .line 2418
            aload 4 /* s */
            areturn
         6: .line 2420
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 3 /* item */
            iaload
            istore 1 /* index */
         7: .line 2421
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.strings:[Ljava/lang/String;
            iload 3 /* item */
            aload 0 /* this */
            iload 1 /* index */
            iconst_2
            iadd
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF:(II[C)Ljava/lang/String;
            dup_x2
            aastore
            areturn
        end local 4 // java.lang.String s
        end local 3 // int item
        end local 2 // char[] buf
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    8     1  index  I
            0    8     2    buf  [C
            1    8     3   item  I
            4    8     4      s  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      index  
      buf    final

  private java.lang.String readUTF(int, int, char[]);
    descriptor: (II[C)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
        start local 2 // int utfLen
        start local 3 // char[] buf
         0: .line 2437
            iload 1 /* index */
            iload 2 /* utfLen */
            iadd
            istore 4 /* endIndex */
        start local 4 // int endIndex
         1: .line 2438
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            astore 5 /* b */
        start local 5 // byte[] b
         2: .line 2439
            iconst_0
            istore 6 /* strLen */
        start local 6 // int strLen
         3: .line 2441
            iconst_0
            istore 8 /* st */
        start local 8 // int st
         4: .line 2442
            iconst_0
            istore 9 /* cc */
        start local 9 // char cc
         5: .line 2443
            goto 24
         6: .line 2444
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int int char[] int byte[] int top int int
      StackMap stack:
            aload 5 /* b */
            iload 1 /* index */
            iinc 1 /* index */ 1
            baload
            istore 7 /* c */
        start local 7 // int c
         7: .line 2445
            iload 8 /* st */
            tableswitch { // 0 - 2
                    0: 8
                    1: 19
                    2: 22
              default: 24
          }
         8: .line 2447
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int int char[] int byte[] int int int int
      StackMap stack:
            iload 7 /* c */
            sipush 255
            iand
            istore 7 /* c */
         9: .line 2448
            iload 7 /* c */
            sipush 128
            if_icmpge 12
        10: .line 2449
            aload 3 /* buf */
            iload 6 /* strLen */
            iinc 6 /* strLen */ 1
            iload 7 /* c */
            i2c
            castore
        11: .line 2450
            goto 24
      StackMap locals:
      StackMap stack:
        12: iload 7 /* c */
            sipush 224
            if_icmpge 16
            iload 7 /* c */
            sipush 191
            if_icmple 16
        13: .line 2451
            iload 7 /* c */
            bipush 31
            iand
            i2c
            istore 9 /* cc */
        14: .line 2452
            iconst_1
            istore 8 /* st */
        15: .line 2453
            goto 24
        16: .line 2454
      StackMap locals:
      StackMap stack:
            iload 7 /* c */
            bipush 15
            iand
            i2c
            istore 9 /* cc */
        17: .line 2455
            iconst_2
            istore 8 /* st */
        18: .line 2457
            goto 24
        19: .line 2460
      StackMap locals:
      StackMap stack:
            aload 3 /* buf */
            iload 6 /* strLen */
            iinc 6 /* strLen */ 1
            iload 9 /* cc */
            bipush 6
            ishl
            iload 7 /* c */
            bipush 63
            iand
            ior
            i2c
            castore
        20: .line 2461
            iconst_0
            istore 8 /* st */
        21: .line 2462
            goto 24
        22: .line 2465
      StackMap locals:
      StackMap stack:
            iload 9 /* cc */
            bipush 6
            ishl
            iload 7 /* c */
            bipush 63
            iand
            ior
            i2c
            istore 9 /* cc */
        23: .line 2466
            iconst_1
            istore 8 /* st */
        end local 7 // int c
        24: .line 2443
      StackMap locals: jdk.internal.org.objectweb.asm.ClassReader int int char[] int byte[] int top int int
      StackMap stack:
            iload 1 /* index */
            iload 4 /* endIndex */
            if_icmplt 6
        25: .line 2470
            new java.lang.String
            dup
            aload 3 /* buf */
            iconst_0
            iload 6 /* strLen */
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 9 // char cc
        end local 8 // int st
        end local 6 // int strLen
        end local 5 // byte[] b
        end local 4 // int endIndex
        end local 3 // char[] buf
        end local 2 // int utfLen
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   26     1     index  I
            0   26     2    utfLen  I
            0   26     3       buf  [C
            1   26     4  endIndex  I
            2   26     5         b  [B
            3   26     6    strLen  I
            7   24     7         c  I
            4   26     8        st  I
            5   26     9        cc  C
    MethodParameters:
        Name  Flags
      index   
      utfLen  final
      buf     final

  public java.lang.String readClass(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
        start local 2 // char[] buf
         0: .line 2490
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] buf
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    1     1  index  I
            0    1     2    buf  [C
    MethodParameters:
       Name  Flags
      index  final
      buf    final

  public java.lang.String readModule(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
        start local 2 // char[] buf
         0: .line 2507
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] buf
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    1     1  index  I
            0    1     2    buf  [C
    MethodParameters:
       Name  Flags
      index  
      buf    

  public java.lang.String readPackage(int, char[]);
    descriptor: (I[C)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int index
        start local 2 // char[] buf
         0: .line 2524
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
        end local 2 // char[] buf
        end local 1 // int index
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    1     1  index  I
            0    1     2    buf  [C
    MethodParameters:
       Name  Flags
      index  
      buf    

  public java.lang.Object readConst(int, char[]);
    descriptor: (I[C)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassReader this
        start local 1 // int item
        start local 2 // char[] buf
         0: .line 2542
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            iload 1 /* item */
            iaload
            istore 3 /* index */
        start local 3 // int index
         1: .line 2543
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 3 /* index */
            iconst_1
            isub
            baload
            tableswitch { // 3 - 20
                    3: 2
                    4: 3
                    5: 4
                    6: 5
                    7: 6
                    8: 7
                    9: 9
                   10: 9
                   11: 9
                   12: 9
                   13: 9
                   14: 9
                   15: 9
                   16: 8
                   17: 9
                   18: 9
                   19: 6
                   20: 6
              default: 9
          }
         2: .line 2545
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         3: .line 2547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readInt:(I)I
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         4: .line 2549
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         5: .line 2551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readLong:(I)J
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         6: .line 2555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            areturn
         7: .line 2557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            areturn
         8: .line 2559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getMethodType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            areturn
         9: .line 2561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readByte:(I)I
            istore 4 /* tag */
        start local 4 // int tag
        10: .line 2562
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.items:[I
            astore 5 /* items */
        start local 5 // int[] items
        11: .line 2563
            aload 5 /* items */
            aload 0 /* this */
            iload 3 /* index */
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 6 /* cpIndex */
        start local 6 // int cpIndex
        12: .line 2564
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            iload 6 /* cpIndex */
            iconst_1
            isub
            baload
            bipush 11
            if_icmpne 13
            iconst_1
            goto 14
      StackMap locals: int int[] int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 7 /* itf */
        start local 7 // boolean itf
        15: .line 2565
            aload 0 /* this */
            iload 6 /* cpIndex */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readClass:(I[C)Ljava/lang/String;
            astore 8 /* owner */
        start local 8 // java.lang.String owner
        16: .line 2566
            aload 5 /* items */
            aload 0 /* this */
            iload 6 /* cpIndex */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            iaload
            istore 6 /* cpIndex */
        17: .line 2567
            aload 0 /* this */
            iload 6 /* cpIndex */
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 9 /* name */
        start local 9 // java.lang.String name
        18: .line 2568
            aload 0 /* this */
            iload 6 /* cpIndex */
            iconst_2
            iadd
            aload 2 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 10 /* desc */
        start local 10 // java.lang.String desc
        19: .line 2569
            new jdk.internal.org.objectweb.asm.Handle
            dup
            iload 4 /* tag */
            aload 8 /* owner */
            aload 9 /* name */
            aload 10 /* desc */
            iload 7 /* itf */
            invokespecial jdk.internal.org.objectweb.asm.Handle.<init>:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
            areturn
        end local 10 // java.lang.String desc
        end local 9 // java.lang.String name
        end local 8 // java.lang.String owner
        end local 7 // boolean itf
        end local 6 // int cpIndex
        end local 5 // int[] items
        end local 4 // int tag
        end local 3 // int index
        end local 2 // char[] buf
        end local 1 // int item
        end local 0 // jdk.internal.org.objectweb.asm.ClassReader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   20     1     item  I
            0   20     2      buf  [C
            1   20     3    index  I
           10   20     4      tag  I
           11   20     5    items  [I
           12   20     6  cpIndex  I
           15   20     7      itf  Z
           16   20     8    owner  Ljava/lang/String;
           18   20     9     name  Ljava/lang/String;
           19   20    10     desc  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      item  final
      buf   final
}
SourceFile: "ClassReader.java"