final class jdk.internal.org.objectweb.asm.FieldWriter extends jdk.internal.org.objectweb.asm.FieldVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.FieldWriter
  super_class: jdk.internal.org.objectweb.asm.FieldVisitor
{
  private final jdk.internal.org.objectweb.asm.SymbolTable symbolTable;
    descriptor: Ljdk/internal/org/objectweb/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private int signatureIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int constantValueIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.AnnotationWriter lastRuntimeVisibleAnnotation;
    descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleAnnotation;
    descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation;
    descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation;
    descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private jdk.internal.org.objectweb.asm.Attribute firstAttribute;
    descriptor: Ljdk/internal/org/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  void <init>(jdk.internal.org.objectweb.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
        start local 1 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
        start local 6 // java.lang.Object constantValue
         0: .line 158
            aload 0 /* this */
            ldc 458752
            invokespecial jdk.internal.org.objectweb.asm.FieldVisitor.<init>:(I)V
         1: .line 159
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         2: .line 160
            aload 0 /* this */
            iload 2 /* access */
            putfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
         3: .line 161
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.FieldWriter.nameIndex:I
         4: .line 162
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 4 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.FieldWriter.descriptorIndex:I
         5: .line 163
            aload 5 /* signature */
            ifnull 7
         6: .line 164
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 5 /* signature */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.FieldWriter.signatureIndex:I
         7: .line 166
      StackMap locals: jdk.internal.org.objectweb.asm.FieldWriter jdk.internal.org.objectweb.asm.SymbolTable int java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack:
            aload 6 /* constantValue */
            ifnull 9
         8: .line 167
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 6 /* constantValue */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstant:(Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            putfield jdk.internal.org.objectweb.asm.FieldWriter.constantValueIndex:I
         9: .line 169
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.Object constantValue
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            0   10     1    symbolTable  Ljdk/internal/org/objectweb/asm/SymbolTable;
            0   10     2         access  I
            0   10     3           name  Ljava/lang/String;
            0   10     4     descriptor  Ljava/lang/String;
            0   10     5      signature  Ljava/lang/String;
            0   10     6  constantValue  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      symbolTable    final
      access         final
      name           final
      descriptor     final
      signature      final
      constantValue  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 179
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 3 /* annotation */
        start local 3 // jdk.internal.org.objectweb.asm.ByteVector annotation
         1: .line 181
            aload 3 /* annotation */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 182
            iload 2 /* visible */
            ifeq 6
         3: .line 183
            aload 0 /* this */
         4: .line 184
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* annotation */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)V
         5: .line 183
            dup_x1
            putfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
         6: .line 186
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
            aload 0 /* this */
         7: .line 187
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* annotation */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)V
         8: .line 186
            dup_x1
            putfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.ByteVector annotation
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            0    9     1  descriptor  Ljava/lang/String;
            0    9     2     visible  Z
            1    9     3  annotation  Ljdk/internal/org/objectweb/asm/ByteVector;
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 196
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 5 /* typeAnnotation */
        start local 5 // jdk.internal.org.objectweb.asm.ByteVector typeAnnotation
         1: .line 198
            iload 1 /* typeRef */
            aload 5 /* typeAnnotation */
            invokestatic jdk.internal.org.objectweb.asm.TypeReference.putTarget:(ILjdk/internal/org/objectweb/asm/ByteVector;)V
         2: .line 199
            aload 2 /* typePath */
            aload 5 /* typeAnnotation */
            invokestatic jdk.internal.org.objectweb.asm.TypePath.put:(Ljdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
         3: .line 201
            aload 5 /* typeAnnotation */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 202
            iload 4 /* visible */
            ifeq 8
         5: .line 203
            aload 0 /* this */
         6: .line 204
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 5 /* typeAnnotation */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)V
         7: .line 203
            dup_x1
            putfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
         8: .line 206
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
            aload 0 /* this */
         9: .line 207
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 5 /* typeAnnotation */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)V
        10: .line 206
            dup_x1
            putfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
        end local 5 // jdk.internal.org.objectweb.asm.ByteVector typeAnnotation
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            0   11     1         typeRef  I
            0   11     2        typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0   11     3      descriptor  Ljava/lang/String;
            0   11     4         visible  Z
            1   11     5  typeAnnotation  Ljdk/internal/org/objectweb/asm/ByteVector;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAttribute(jdk.internal.org.objectweb.asm.Attribute);
    descriptor: (Ljdk/internal/org/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Attribute attribute
         0: .line 214
            aload 1 /* attribute */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            putfield jdk.internal.org.objectweb.asm.Attribute.nextAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
         1: .line 215
            aload 0 /* this */
            aload 1 /* attribute */
            putfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
         2: .line 216
            return
        end local 1 // jdk.internal.org.objectweb.asm.Attribute attribute
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            0    3     1  attribute  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
         0: .line 221
            return
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/FieldWriter;

  int computeFieldInfoSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
         0: .line 235
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         1: .line 237
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.constantValueIndex:I
            ifeq 4
         2: .line 239
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "ConstantValue"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         3: .line 240
            iinc 1 /* size */ 8
         4: .line 243
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 8
         5: .line 244
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 8
         6: .line 246
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         7: .line 247
            iinc 1 /* size */ 6
         8: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.signatureIndex:I
            ifeq 11
         9: .line 251
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Signature"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        10: .line 252
            iinc 1 /* size */ 8
        11: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 14
        12: .line 257
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        13: .line 258
            iinc 1 /* size */ 6
        14: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 19
        15: .line 261
            iload 1 /* size */
        16: .line 262
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        17: .line 263
            ldc "RuntimeVisibleAnnotations"
        18: .line 262
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        19: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 24
        20: .line 266
            iload 1 /* size */
        21: .line 267
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        22: .line 268
            ldc "RuntimeInvisibleAnnotations"
        23: .line 267
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        24: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 29
        25: .line 271
            iload 1 /* size */
        26: .line 272
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        27: .line 273
            ldc "RuntimeVisibleTypeAnnotations"
        28: .line 272
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        29: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 34
        30: .line 276
            iload 1 /* size */
        31: .line 277
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        32: .line 278
            ldc "RuntimeInvisibleTypeAnnotations"
        33: .line 277
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        34: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 36
        35: .line 281
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.computeAttributesSize:(Ljdk/internal/org/objectweb/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
        36: .line 283
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            1   37     1  size  I

  void putFieldInfo(jdk.internal.org.objectweb.asm.ByteVector);
    descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ByteVector output
         0: .line 293
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* useSyntheticAttribute */
        start local 2 // boolean useSyntheticAttribute
         3: .line 295
            iload 2 /* useSyntheticAttribute */
            ifeq 4
            sipush 4096
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* mask */
        start local 3 // int mask
         6: .line 296
            aload 1 /* output */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            iload 3 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.nameIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.descriptorIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 299
            iconst_0
            istore 4 /* attributesCount */
        start local 4 // int attributesCount
         8: .line 300
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.constantValueIndex:I
            ifeq 10
         9: .line 301
            iinc 4 /* attributesCount */ 1
        10: .line 303
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 12
            iload 2 /* useSyntheticAttribute */
            ifeq 12
        11: .line 304
            iinc 4 /* attributesCount */ 1
        12: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.signatureIndex:I
            ifeq 14
        13: .line 307
            iinc 4 /* attributesCount */ 1
        14: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 16
        15: .line 310
            iinc 4 /* attributesCount */ 1
        16: .line 312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 18
        17: .line 313
            iinc 4 /* attributesCount */ 1
        18: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 20
        19: .line 316
            iinc 4 /* attributesCount */ 1
        20: .line 318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 22
        21: .line 319
            iinc 4 /* attributesCount */ 1
        22: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 24
        23: .line 322
            iinc 4 /* attributesCount */ 1
        24: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 26
        25: .line 325
            iload 4 /* attributesCount */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 4 /* attributesCount */
        26: .line 327
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* attributesCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        27: .line 330
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.constantValueIndex:I
            ifeq 32
        28: .line 331
            aload 1 /* output */
        29: .line 332
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "ConstantValue"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        30: .line 333
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        31: .line 334
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.constantValueIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        32: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 34
            iload 2 /* useSyntheticAttribute */
            ifeq 34
        33: .line 337
            aload 1 /* output */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        34: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.signatureIndex:I
            ifeq 39
        35: .line 340
            aload 1 /* output */
        36: .line 341
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Signature"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        37: .line 342
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        38: .line 343
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.signatureIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        39: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 41
        40: .line 346
            aload 1 /* output */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        41: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 45
        42: .line 349
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        43: .line 350
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        44: .line 349
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.putAnnotations:(ILjdk/internal/org/objectweb/asm/ByteVector;)V
        45: .line 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 49
        46: .line 353
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        47: .line 354
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        48: .line 353
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.putAnnotations:(ILjdk/internal/org/objectweb/asm/ByteVector;)V
        49: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 53
        50: .line 357
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        51: .line 358
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        52: .line 357
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.putAnnotations:(ILjdk/internal/org/objectweb/asm/ByteVector;)V
        53: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 57
        54: .line 361
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        55: .line 362
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        56: .line 361
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.putAnnotations:(ILjdk/internal/org/objectweb/asm/ByteVector;)V
        57: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 59
        58: .line 365
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* output */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.putAttributes:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;)V
        59: .line 367
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int attributesCount
        end local 3 // int mask
        end local 2 // boolean useSyntheticAttribute
        end local 1 // jdk.internal.org.objectweb.asm.ByteVector output
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   60     0                   this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            0   60     1                 output  Ljdk/internal/org/objectweb/asm/ByteVector;
            3   60     2  useSyntheticAttribute  Z
            6   60     3                   mask  I
            8   60     4        attributesCount  I
    MethodParameters:
        Name  Flags
      output  final

  final void collectAttributePrototypes(jdk.internal.org.objectweb.asm.Attribute$Set);
    descriptor: (Ljdk/internal/org/objectweb/asm/Attribute$Set;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Attribute$Set attributePrototypes
         0: .line 375
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute$Set.addAttributes:(Ljdk/internal/org/objectweb/asm/Attribute;)V
         1: .line 376
            return
        end local 1 // jdk.internal.org.objectweb.asm.Attribute$Set attributePrototypes
        end local 0 // jdk.internal.org.objectweb.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Ljdk/internal/org/objectweb/asm/FieldWriter;
            0    2     1  attributePrototypes  Ljdk/internal/org/objectweb/asm/Attribute$Set;
    MethodParameters:
                     Name  Flags
      attributePrototypes  final
}
SourceFile: "FieldWriter.java"
InnerClasses:
  final Set = jdk.internal.org.objectweb.asm.Attribute$Set of jdk.internal.org.objectweb.asm.Attribute