public class jdk.internal.org.objectweb.asm.ClassWriter extends jdk.internal.org.objectweb.asm.ClassVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.ClassWriter
  super_class: jdk.internal.org.objectweb.asm.ClassVisitor
{
  public static final int COMPUTE_MAXS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

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

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

  private final jdk.internal.org.objectweb.asm.SymbolTable symbolTable;
    descriptor: Ljdk/internal/org/objectweb/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  private int[] interfaces;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

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

  private jdk.internal.org.objectweb.asm.ByteVector debugExtension;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    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.ModuleWriter moduleWriter;
    descriptor: Ljdk/internal/org/objectweb/asm/ModuleWriter;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // int flags
         0: .line 260
            aload 0 /* this */
            aconst_null
            iload 1 /* flags */
            invokespecial jdk.internal.org.objectweb.asm.ClassWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassReader;I)V
         1: .line 261
            return
        end local 1 // int flags
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    2     1  flags  I
    MethodParameters:
       Name  Flags
      flags  final

  public void <init>(jdk.internal.org.objectweb.asm.ClassReader, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassReader;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ClassReader classReader
        start local 2 // int flags
         0: .line 288
            aload 0 /* this */
            ldc 524288
            invokespecial jdk.internal.org.objectweb.asm.ClassVisitor.<init>:(I)V
         1: .line 289
            aload 0 /* this */
            aload 1 /* classReader */
            ifnonnull 2
            new jdk.internal.org.objectweb.asm.SymbolTable
            dup
            aload 0 /* this */
            invokespecial jdk.internal.org.objectweb.asm.SymbolTable.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;)V
            goto 3
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter jdk.internal.org.objectweb.asm.ClassReader int
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter
         2: new jdk.internal.org.objectweb.asm.SymbolTable
            dup
            aload 0 /* this */
            aload 1 /* classReader */
            invokespecial jdk.internal.org.objectweb.asm.SymbolTable.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/ClassReader;)V
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter jdk.internal.org.objectweb.asm.ClassReader int
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter jdk.internal.org.objectweb.asm.SymbolTable
         3: putfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         4: .line 290
            iload 2 /* flags */
            iconst_2
            iand
            ifeq 7
         5: .line 291
            aload 0 /* this */
            iconst_4
            putfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
         6: .line 292
            goto 11
      StackMap locals:
      StackMap stack:
         7: iload 2 /* flags */
            iconst_1
            iand
            ifeq 10
         8: .line 293
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
         9: .line 294
            goto 11
        10: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
        11: .line 297
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int flags
        end local 1 // jdk.internal.org.objectweb.asm.ClassReader classReader
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   12     1  classReader  Ljdk/internal/org/objectweb/asm/ClassReader;
            0   12     2        flags  I
    MethodParameters:
             Name  Flags
      classReader  final
      flags        final

  public final void visit(int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // int version
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String superName
        start local 6 // java.lang.String[] interfaces
         0: .line 311
            aload 0 /* this */
            iload 1 /* version */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
         1: .line 312
            aload 0 /* this */
            iload 2 /* access */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
         2: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* version */
            ldc 65535
            iand
            aload 3 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.setMajorVersionAndClassName:(ILjava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.ClassWriter.thisClass:I
         3: .line 314
            aload 4 /* signature */
            ifnull 5
         4: .line 315
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 4 /* signature */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.ClassWriter.signatureIndex:I
         5: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* superName */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter
         6: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 5 /* superName */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter int int java.lang.String java.lang.String java.lang.String java.lang.String[]
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter int
         7: putfield jdk.internal.org.objectweb.asm.ClassWriter.superClass:I
         8: .line 318
            aload 6 /* interfaces */
            ifnull 16
            aload 6 /* interfaces */
            arraylength
            ifle 16
         9: .line 319
            aload 0 /* this */
            aload 6 /* interfaces */
            arraylength
            putfield jdk.internal.org.objectweb.asm.ClassWriter.interfaceCount:I
        10: .line 320
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaceCount:I
            newarray 10
            putfield jdk.internal.org.objectweb.asm.ClassWriter.interfaces:[I
        11: .line 321
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        12: goto 15
        13: .line 322
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaces:[I
            iload 7 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 6 /* interfaces */
            iload 7 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            iastore
        14: .line 321
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaceCount:I
            if_icmplt 13
        end local 7 // int i
        16: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
            iconst_1
            if_icmpne 18
            iload 1 /* version */
            ldc 65535
            iand
            bipush 51
            if_icmplt 18
        17: .line 326
            aload 0 /* this */
            iconst_2
            putfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
        18: .line 328
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.String[] interfaces
        end local 5 // java.lang.String superName
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // int version
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   19     1     version  I
            0   19     2      access  I
            0   19     3        name  Ljava/lang/String;
            0   19     4   signature  Ljava/lang/String;
            0   19     5   superName  Ljava/lang/String;
            0   19     6  interfaces  [Ljava/lang/String;
           12   16     7           i  I
    MethodParameters:
            Name  Flags
      version     final
      access      final
      name        final
      signature   final
      superName   final
      interfaces  final

  public final void visitSource(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String file
        start local 2 // java.lang.String debug
         0: .line 332
            aload 1 /* file */
            ifnull 2
         1: .line 333
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* file */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.ClassWriter.sourceFileIndex:I
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 2 /* debug */
            ifnull 4
         3: .line 336
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            aload 2 /* debug */
            iconst_0
            ldc 2147483647
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.encodeUtf8:(Ljava/lang/String;II)Ljdk/internal/org/objectweb/asm/ByteVector;
            putfield jdk.internal.org.objectweb.asm.ClassWriter.debugExtension:Ljdk/internal/org/objectweb/asm/ByteVector;
         4: .line 338
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String debug
        end local 1 // java.lang.String file
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    5     1   file  Ljava/lang/String;
            0    5     2  debug  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      file   final
      debug  final

  public final jdk.internal.org.objectweb.asm.ModuleVisitor visitModule(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)Ljdk/internal/org/objectweb/asm/ModuleVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // int access
        start local 3 // java.lang.String version
         0: .line 343
            aload 0 /* this */
         1: .line 344
            new jdk.internal.org.objectweb.asm.ModuleWriter
            dup
         2: .line 345
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         3: .line 346
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
         4: .line 347
            iload 2 /* access */
         5: .line 348
            aload 3 /* version */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String int java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter new 1 new 1 jdk.internal.org.objectweb.asm.SymbolTable int int
         6: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* version */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
         7: .line 344
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String int java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter new 1 new 1 jdk.internal.org.objectweb.asm.SymbolTable int int int
            invokespecial jdk.internal.org.objectweb.asm.ModuleWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;III)V
         8: .line 343
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
            areturn
        end local 3 // java.lang.String version
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    9     1     name  Ljava/lang/String;
            0    9     2   access  I
            0    9     3  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      name     final
      access   final
      version  final

  public final void visitNestHost(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String nestHost
         0: .line 353
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* nestHost */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            putfield jdk.internal.org.objectweb.asm.ClassWriter.nestHostClassIndex:I
         1: .line 354
            return
        end local 1 // java.lang.String nestHost
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    2     1  nestHost  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      nestHost  final

  public final void visitOuterClass(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String owner
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
         0: .line 359
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* owner */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            putfield jdk.internal.org.objectweb.asm.ClassWriter.enclosingClassIndex:I
         1: .line 360
            aload 2 /* name */
            ifnull 3
            aload 3 /* descriptor */
            ifnull 3
         2: .line 361
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 2 /* name */
            aload 3 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantNameAndType:(Ljava/lang/String;Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.ClassWriter.enclosingMethodIndex:I
         3: .line 363
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // java.lang.String owner
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    4     1       owner  Ljava/lang/String;
            0    4     2        name  Ljava/lang/String;
            0    4     3  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      owner       final
      name        final
      descriptor  final

  public final jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 367
            iload 2 /* visible */
            ifeq 4
         1: .line 368
            aload 0 /* this */
         2: .line 369
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.create:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         3: .line 368
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
         4: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         5: .line 372
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* descriptor */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.create:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         6: .line 371
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    7     1  descriptor  Ljava/lang/String;
            0    7     2     visible  Z
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public final 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: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter 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 379
            iload 4 /* visible */
            ifeq 5
         1: .line 380
            aload 0 /* this */
         2: .line 382
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         3: .line 381
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.create:(Ljdk/internal/org/objectweb/asm/SymbolTable;ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         4: .line 380
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
         5: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         6: .line 386
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 3 /* descriptor */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         7: .line 385
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.create:(Ljdk/internal/org/objectweb/asm/SymbolTable;ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/AnnotationWriter;)Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         8: .line 384
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            areturn
        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.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    9     1     typeRef  I
            0    9     2    typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0    9     3  descriptor  Ljava/lang/String;
            0    9     4     visible  Z
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

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

  public final void visitNestMember(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String nestMember
         0: .line 399
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 400
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
         3: .line 403
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* nestMember */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 404
            return
        end local 1 // java.lang.String nestMember
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    5     1  nestMember  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      nestMember  final

  public final void visitPermittedSubclassExperimental(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String permittedSubclass
         0: .line 415
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 416
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfPermittedSubclassClasses:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfPermittedSubclassClasses:I
         3: .line 419
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* permittedSubclass */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 420
            return
        end local 1 // java.lang.String permittedSubclass
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    5     1  permittedSubclass  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                   Name  Flags
      permittedSubclass  final

  public final void visitInnerClass(java.lang.String, java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String outerName
        start local 3 // java.lang.String innerName
        start local 4 // int access
         0: .line 425
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 426
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            astore 5 /* nameSymbol */
        start local 5 // jdk.internal.org.objectweb.asm.Symbol nameSymbol
         3: .line 435
            aload 5 /* nameSymbol */
            getfield jdk.internal.org.objectweb.asm.Symbol.info:I
            ifne 14
         4: .line 436
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
         5: .line 437
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 5 /* nameSymbol */
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 438
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 2 /* outerName */
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.String int jdk.internal.org.objectweb.asm.Symbol
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
         7: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 2 /* outerName */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.String int jdk.internal.org.objectweb.asm.Symbol
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector int
         8: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         9: .line 439
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 3 /* innerName */
            ifnonnull 10
            iconst_0
            goto 11
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
        10: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* innerName */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.String int jdk.internal.org.objectweb.asm.Symbol
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector int
        11: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        12: .line 440
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 4 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        13: .line 441
            aload 5 /* nameSymbol */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
            putfield jdk.internal.org.objectweb.asm.Symbol.info:I
        14: .line 445
      StackMap locals:
      StackMap stack:
            return
        end local 5 // jdk.internal.org.objectweb.asm.Symbol nameSymbol
        end local 4 // int access
        end local 3 // java.lang.String innerName
        end local 2 // java.lang.String outerName
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   15     1        name  Ljava/lang/String;
            0   15     2   outerName  Ljava/lang/String;
            0   15     3   innerName  Ljava/lang/String;
            0   15     4      access  I
            3   15     5  nameSymbol  Ljdk/internal/org/objectweb/asm/Symbol;
    MethodParameters:
           Name  Flags
      name       final
      outerName  final
      innerName  final
      access     final

  public final jdk.internal.org.objectweb.asm.RecordComponentVisitor visitRecordComponent(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/RecordComponentVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // java.lang.String signature
         0: .line 451
            new jdk.internal.org.objectweb.asm.RecordComponentWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* signature */
            invokespecial jdk.internal.org.objectweb.asm.RecordComponentWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 450
            astore 4 /* recordComponentWriter */
        start local 4 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
         2: .line 452
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            ifnonnull 5
         3: .line 453
            aload 0 /* this */
            aload 4 /* recordComponentWriter */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
         4: .line 454
            goto 6
         5: .line 455
      StackMap locals: jdk.internal.org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            aload 4 /* recordComponentWriter */
            putfield jdk.internal.org.objectweb.asm.RecordComponentWriter.delegate:Ljdk/internal/org/objectweb/asm/RecordComponentVisitor;
         6: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* recordComponentWriter */
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            areturn
        end local 4 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    7     0                   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    7     1                   name  Ljava/lang/String;
            0    7     2             descriptor  Ljava/lang/String;
            0    7     3              signature  Ljava/lang/String;
            2    7     4  recordComponentWriter  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final
      signature   final

  public final jdk.internal.org.objectweb.asm.FieldVisitor visitField(int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/FieldVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=8, locals=7, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.Object value
         0: .line 468
            new jdk.internal.org.objectweb.asm.FieldWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            aload 5 /* value */
            invokespecial jdk.internal.org.objectweb.asm.FieldWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 467
            astore 6 /* fieldWriter */
        start local 6 // jdk.internal.org.objectweb.asm.FieldWriter fieldWriter
         2: .line 469
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstField:Ljdk/internal/org/objectweb/asm/FieldWriter;
            ifnonnull 5
         3: .line 470
            aload 0 /* this */
            aload 6 /* fieldWriter */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstField:Ljdk/internal/org/objectweb/asm/FieldWriter;
         4: .line 471
            goto 6
         5: .line 472
      StackMap locals: jdk.internal.org.objectweb.asm.FieldWriter
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastField:Ljdk/internal/org/objectweb/asm/FieldWriter;
            aload 6 /* fieldWriter */
            putfield jdk.internal.org.objectweb.asm.FieldWriter.fv:Ljdk/internal/org/objectweb/asm/FieldVisitor;
         6: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* fieldWriter */
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastField:Ljdk/internal/org/objectweb/asm/FieldWriter;
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.FieldWriter fieldWriter
        end local 5 // java.lang.Object value
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    7     1       access  I
            0    7     2         name  Ljava/lang/String;
            0    7     3   descriptor  Ljava/lang/String;
            0    7     4    signature  Ljava/lang/String;
            0    7     5        value  Ljava/lang/Object;
            2    7     6  fieldWriter  Ljdk/internal/org/objectweb/asm/FieldWriter;
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final
      value       final

  public final jdk.internal.org.objectweb.asm.MethodVisitor visitMethod(int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[]);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/MethodVisitor;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=7, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // int access
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // java.lang.String signature
        start local 5 // java.lang.String[] exceptions
         0: .line 485
            new jdk.internal.org.objectweb.asm.MethodWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* access */
            aload 2 /* name */
            aload 3 /* descriptor */
            aload 4 /* signature */
            aload 5 /* exceptions */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
            invokespecial jdk.internal.org.objectweb.asm.MethodWriter.<init>:(Ljdk/internal/org/objectweb/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)V
         1: .line 484
            astore 6 /* methodWriter */
        start local 6 // jdk.internal.org.objectweb.asm.MethodWriter methodWriter
         2: .line 486
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            ifnonnull 5
         3: .line 487
            aload 0 /* this */
            aload 6 /* methodWriter */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
         4: .line 488
            goto 6
         5: .line 489
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            aload 6 /* methodWriter */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
         6: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 6 /* methodWriter */
            dup_x1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.MethodWriter methodWriter
        end local 5 // java.lang.String[] exceptions
        end local 4 // java.lang.String signature
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // int access
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    7     1        access  I
            0    7     2          name  Ljava/lang/String;
            0    7     3    descriptor  Ljava/lang/String;
            0    7     4     signature  Ljava/lang/String;
            0    7     5    exceptions  [Ljava/lang/String;
            2    7     6  methodWriter  Ljdk/internal/org/objectweb/asm/MethodWriter;
    MethodParameters:
            Name  Flags
      access      final
      name        final
      descriptor  final
      signature   final
      exceptions  final

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

  public byte[] toByteArray();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=15, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
         0: .line 515
            bipush 24
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaceCount:I
            imul
            iadd
            istore 1 /* size */
        start local 1 // int size
         1: .line 516
            iconst_0
            istore 2 /* fieldsCount */
        start local 2 // int fieldsCount
         2: .line 517
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstField:Ljdk/internal/org/objectweb/asm/FieldWriter;
            astore 3 /* fieldWriter */
        start local 3 // jdk.internal.org.objectweb.asm.FieldWriter fieldWriter
         3: .line 518
            goto 7
         4: .line 519
      StackMap locals: int int jdk.internal.org.objectweb.asm.FieldWriter
      StackMap stack:
            iinc 2 /* fieldsCount */ 1
         5: .line 520
            iload 1 /* size */
            aload 3 /* fieldWriter */
            invokevirtual jdk.internal.org.objectweb.asm.FieldWriter.computeFieldInfoSize:()I
            iadd
            istore 1 /* size */
         6: .line 521
            aload 3 /* fieldWriter */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.fv:Ljdk/internal/org/objectweb/asm/FieldVisitor;
            checkcast jdk.internal.org.objectweb.asm.FieldWriter
            astore 3 /* fieldWriter */
         7: .line 518
      StackMap locals:
      StackMap stack:
            aload 3 /* fieldWriter */
            ifnonnull 4
         8: .line 523
            iconst_0
            istore 4 /* methodsCount */
        start local 4 // int methodsCount
         9: .line 524
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            astore 5 /* methodWriter */
        start local 5 // jdk.internal.org.objectweb.asm.MethodWriter methodWriter
        10: .line 525
            goto 14
        11: .line 526
      StackMap locals: int jdk.internal.org.objectweb.asm.MethodWriter
      StackMap stack:
            iinc 4 /* methodsCount */ 1
        12: .line 527
            iload 1 /* size */
            aload 5 /* methodWriter */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.computeMethodInfoSize:()I
            iadd
            istore 1 /* size */
        13: .line 528
            aload 5 /* methodWriter */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            checkcast jdk.internal.org.objectweb.asm.MethodWriter
            astore 5 /* methodWriter */
        14: .line 525
      StackMap locals:
      StackMap stack:
            aload 5 /* methodWriter */
            ifnonnull 11
        15: .line 532
            iconst_0
            istore 6 /* attributesCount */
        start local 6 // int attributesCount
        16: .line 533
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 20
        17: .line 534
            iinc 6 /* attributesCount */ 1
        18: .line 535
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        19: .line 536
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "InnerClasses"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        20: .line 538
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.enclosingClassIndex:I
            ifeq 24
        21: .line 539
            iinc 6 /* attributesCount */ 1
        22: .line 540
            iinc 1 /* size */ 10
        23: .line 541
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "EnclosingMethod"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        24: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 28
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 28
        25: .line 544
            iinc 6 /* attributesCount */ 1
        26: .line 545
            iinc 1 /* size */ 6
        27: .line 546
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        28: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.signatureIndex:I
            ifeq 32
        29: .line 549
            iinc 6 /* attributesCount */ 1
        30: .line 550
            iinc 1 /* size */ 8
        31: .line 551
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Signature"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        32: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.sourceFileIndex:I
            ifeq 36
        33: .line 554
            iinc 6 /* attributesCount */ 1
        34: .line 555
            iinc 1 /* size */ 8
        35: .line 556
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "SourceFile"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        36: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.debugExtension:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 40
        37: .line 559
            iinc 6 /* attributesCount */ 1
        38: .line 560
            iload 1 /* size */
            bipush 6
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.debugExtension:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        39: .line 561
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "SourceDebugExtension"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        40: .line 563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 44
        41: .line 564
            iinc 6 /* attributesCount */ 1
        42: .line 565
            iinc 1 /* size */ 6
        43: .line 566
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        44: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 50
        45: .line 569
            iinc 6 /* attributesCount */ 1
        46: .line 570
            iload 1 /* size */
        47: .line 571
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        48: .line 572
            ldc "RuntimeVisibleAnnotations"
        49: .line 571
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        50: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 56
        51: .line 575
            iinc 6 /* attributesCount */ 1
        52: .line 576
            iload 1 /* size */
        53: .line 577
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        54: .line 578
            ldc "RuntimeInvisibleAnnotations"
        55: .line 577
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        56: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 62
        57: .line 581
            iinc 6 /* attributesCount */ 1
        58: .line 582
            iload 1 /* size */
        59: .line 583
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        60: .line 584
            ldc "RuntimeVisibleTypeAnnotations"
        61: .line 583
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        62: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 68
        63: .line 587
            iinc 6 /* attributesCount */ 1
        64: .line 588
            iload 1 /* size */
        65: .line 589
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        66: .line 590
            ldc "RuntimeInvisibleTypeAnnotations"
        67: .line 589
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        68: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.computeBootstrapMethodsSize:()I
            ifle 71
        69: .line 593
            iinc 6 /* attributesCount */ 1
        70: .line 594
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.computeBootstrapMethodsSize:()I
            iadd
            istore 1 /* size */
        71: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
            ifnull 74
        72: .line 597
            iload 6 /* attributesCount */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
            invokevirtual jdk.internal.org.objectweb.asm.ModuleWriter.getAttributeCount:()I
            iadd
            istore 6 /* attributesCount */
        73: .line 598
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
            invokevirtual jdk.internal.org.objectweb.asm.ModuleWriter.computeAttributesSize:()I
            iadd
            istore 1 /* size */
        74: .line 600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestHostClassIndex:I
            ifeq 78
        75: .line 601
            iinc 6 /* attributesCount */ 1
        76: .line 602
            iinc 1 /* size */ 8
        77: .line 603
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "NestHost"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        78: .line 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 82
        79: .line 606
            iinc 6 /* attributesCount */ 1
        80: .line 607
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        81: .line 608
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "NestMembers"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        82: .line 610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 86
        83: .line 611
            iinc 6 /* attributesCount */ 1
        84: .line 612
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        85: .line 613
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "PermittedSubclasses"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        86: .line 615
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 7 /* recordComponentCount */
        start local 7 // int recordComponentCount
        87: .line 616
            iconst_0
            istore 8 /* recordSize */
        start local 8 // int recordSize
        88: .line 617
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            ldc 65536
            iand
            ifne 89
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            ifnull 98
        89: .line 618
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            astore 9 /* recordComponentWriter */
        start local 9 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
        90: .line 619
            goto 94
        91: .line 620
      StackMap locals: jdk.internal.org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            iinc 7 /* recordComponentCount */ 1
        92: .line 621
            iload 8 /* recordSize */
            aload 9 /* recordComponentWriter */
            invokevirtual jdk.internal.org.objectweb.asm.RecordComponentWriter.computeRecordComponentInfoSize:()I
            iadd
            istore 8 /* recordSize */
        93: .line 622
            aload 9 /* recordComponentWriter */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.delegate:Ljdk/internal/org/objectweb/asm/RecordComponentVisitor;
            checkcast jdk.internal.org.objectweb.asm.RecordComponentWriter
            astore 9 /* recordComponentWriter */
        94: .line 619
      StackMap locals:
      StackMap stack:
            aload 9 /* recordComponentWriter */
            ifnonnull 91
        95: .line 624
            iinc 6 /* attributesCount */ 1
        96: .line 625
            iload 1 /* size */
            bipush 8
            iload 8 /* recordSize */
            iadd
            iadd
            istore 1 /* size */
        97: .line 626
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Record"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        end local 9 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
        98: .line 628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 101
        99: .line 629
            iload 6 /* attributesCount */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getAttributeCount:()I
            iadd
            istore 6 /* attributesCount */
       100: .line 630
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.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 */
       101: .line 634
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getConstantPoolLength:()I
            iadd
            istore 1 /* size */
       102: .line 635
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getConstantPoolCount:()I
            istore 9 /* constantPoolCount */
        start local 9 // int constantPoolCount
       103: .line 636
            iload 9 /* constantPoolCount */
            ldc 65535
            if_icmple 105
       104: .line 637
            new jdk.internal.org.objectweb.asm.ClassTooLargeException
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.getClassName:()Ljava/lang/String;
            iload 9 /* constantPoolCount */
            invokespecial jdk.internal.org.objectweb.asm.ClassTooLargeException.<init>:(Ljava/lang/String;I)V
            athrow
       105: .line 642
      StackMap locals: int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            iload 1 /* size */
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:(I)V
            astore 10 /* result */
        start local 10 // jdk.internal.org.objectweb.asm.ByteVector result
       106: .line 643
            aload 10 /* result */
            ldc -889275714
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       107: .line 644
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.putConstantPool:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       108: .line 645
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 109
            sipush 4096
            goto 110
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
       109: iconst_0
      StackMap locals:
      StackMap stack: int
       110: istore 11 /* mask */
        start local 11 // int mask
       111: .line 646
            aload 10 /* result */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            iload 11 /* 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.ClassWriter.thisClass: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.ClassWriter.superClass:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       112: .line 647
            aload 10 /* result */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaceCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       113: .line 648
            iconst_0
            istore 12 /* i */
        start local 12 // int i
       114: goto 117
       115: .line 649
      StackMap locals: int int
      StackMap stack:
            aload 10 /* result */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaces:[I
            iload 12 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       116: .line 648
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
       117: iload 12 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.interfaceCount:I
            if_icmplt 115
        end local 12 // int i
       118: .line 651
            aload 10 /* result */
            iload 2 /* fieldsCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       119: .line 652
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstField:Ljdk/internal/org/objectweb/asm/FieldWriter;
            astore 3 /* fieldWriter */
       120: .line 653
            goto 123
       121: .line 654
      StackMap locals:
      StackMap stack:
            aload 3 /* fieldWriter */
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.FieldWriter.putFieldInfo:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       122: .line 655
            aload 3 /* fieldWriter */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.fv:Ljdk/internal/org/objectweb/asm/FieldVisitor;
            checkcast jdk.internal.org.objectweb.asm.FieldWriter
            astore 3 /* fieldWriter */
       123: .line 653
      StackMap locals:
      StackMap stack:
            aload 3 /* fieldWriter */
            ifnonnull 121
       124: .line 657
            aload 10 /* result */
            iload 4 /* methodsCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       125: .line 658
            iconst_0
            istore 12 /* hasFrames */
        start local 12 // boolean hasFrames
       126: .line 659
            iconst_0
            istore 13 /* hasAsmInstructions */
        start local 13 // boolean hasAsmInstructions
       127: .line 660
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            astore 5 /* methodWriter */
       128: .line 661
            goto 133
       129: .line 662
      StackMap locals: int int
      StackMap stack:
            iload 12 /* hasFrames */
            aload 5 /* methodWriter */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.hasFrames:()Z
            ior
            istore 12 /* hasFrames */
       130: .line 663
            iload 13 /* hasAsmInstructions */
            aload 5 /* methodWriter */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.hasAsmInstructions:()Z
            ior
            istore 13 /* hasAsmInstructions */
       131: .line 664
            aload 5 /* methodWriter */
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.putMethodInfo:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       132: .line 665
            aload 5 /* methodWriter */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            checkcast jdk.internal.org.objectweb.asm.MethodWriter
            astore 5 /* methodWriter */
       133: .line 661
      StackMap locals:
      StackMap stack:
            aload 5 /* methodWriter */
            ifnonnull 129
       134: .line 668
            aload 10 /* result */
            iload 6 /* attributesCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       135: .line 669
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 141
       136: .line 670
            aload 10 /* result */
       137: .line 671
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "InnerClasses"
            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;
       138: .line 672
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       139: .line 673
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfInnerClasses:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       140: .line 674
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.innerClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       141: .line 676
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.enclosingClassIndex:I
            ifeq 147
       142: .line 677
            aload 10 /* result */
       143: .line 678
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "EnclosingMethod"
            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;
       144: .line 679
            iconst_4
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       145: .line 680
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.enclosingClassIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       146: .line 681
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.enclosingMethodIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       147: .line 683
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 149
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmpge 149
       148: .line 684
            aload 10 /* result */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.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
       149: .line 686
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.signatureIndex:I
            ifeq 154
       150: .line 687
            aload 10 /* result */
       151: .line 688
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.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;
       152: .line 689
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       153: .line 690
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.signatureIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       154: .line 692
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.sourceFileIndex:I
            ifeq 159
       155: .line 693
            aload 10 /* result */
       156: .line 694
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "SourceFile"
            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;
       157: .line 695
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       158: .line 696
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.sourceFileIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       159: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.debugExtension:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 165
       160: .line 699
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.debugExtension:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            istore 14 /* length */
        start local 14 // int length
       161: .line 700
            aload 10 /* result */
       162: .line 701
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "SourceDebugExtension"
            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;
       163: .line 702
            iload 14 /* length */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       164: .line 703
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.debugExtension:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            iload 14 /* length */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 14 // int length
       165: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 167
       166: .line 706
            aload 10 /* result */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.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
       167: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
       168: .line 710
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
       169: .line 711
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
       170: .line 712
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
       171: .line 713
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
       172: .line 714
            aload 10 /* result */
       173: .line 708
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putAnnotations:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/AnnotationWriter;Ljdk/internal/org/objectweb/asm/ByteVector;)V
       174: .line 715
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.putBootstrapMethods:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       175: .line 716
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
            ifnull 177
       176: .line 717
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.ModuleWriter.putAttributes:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       177: .line 719
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestHostClassIndex:I
            ifeq 182
       178: .line 720
            aload 10 /* result */
       179: .line 721
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "NestHost"
            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;
       180: .line 722
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       181: .line 723
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestHostClassIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       182: .line 725
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 188
       183: .line 726
            aload 10 /* result */
       184: .line 727
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "NestMembers"
            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;
       185: .line 728
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       186: .line 729
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       187: .line 730
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       188: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 194
       189: .line 733
            aload 10 /* result */
       190: .line 734
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "PermittedSubclasses"
            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;
       191: .line 735
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       192: .line 736
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfPermittedSubclassClasses:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       193: .line 737
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       194: .line 739
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.accessFlags:I
            ldc 65536
            iand
            ifne 195
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            ifnull 204
       195: .line 740
      StackMap locals:
      StackMap stack:
            aload 10 /* result */
       196: .line 741
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Record"
            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;
       197: .line 742
            iload 8 /* recordSize */
            iconst_2
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       198: .line 743
            iload 7 /* recordComponentCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       199: .line 744
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            astore 14 /* recordComponentWriter */
        start local 14 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
       200: .line 745
            goto 203
       201: .line 746
      StackMap locals: jdk.internal.org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            aload 14 /* recordComponentWriter */
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.RecordComponentWriter.putRecordComponentInfo:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       202: .line 747
            aload 14 /* recordComponentWriter */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.delegate:Ljdk/internal/org/objectweb/asm/RecordComponentVisitor;
            checkcast jdk.internal.org.objectweb.asm.RecordComponentWriter
            astore 14 /* recordComponentWriter */
       203: .line 745
      StackMap locals:
      StackMap stack:
            aload 14 /* recordComponentWriter */
            ifnonnull 201
        end local 14 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
       204: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 206
       205: .line 751
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 10 /* result */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.putAttributes:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/ByteVector;)V
       206: .line 755
      StackMap locals:
      StackMap stack:
            iload 13 /* hasAsmInstructions */
            ifeq 208
       207: .line 756
            aload 0 /* this */
            aload 10 /* result */
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iload 12 /* hasFrames */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.replaceAsmInstructions:([BZ)[B
            areturn
       208: .line 758
      StackMap locals:
      StackMap stack:
            aload 10 /* result */
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            areturn
        end local 13 // boolean hasAsmInstructions
        end local 12 // boolean hasFrames
        end local 11 // int mask
        end local 10 // jdk.internal.org.objectweb.asm.ByteVector result
        end local 9 // int constantPoolCount
        end local 8 // int recordSize
        end local 7 // int recordComponentCount
        end local 6 // int attributesCount
        end local 5 // jdk.internal.org.objectweb.asm.MethodWriter methodWriter
        end local 4 // int methodsCount
        end local 3 // jdk.internal.org.objectweb.asm.FieldWriter fieldWriter
        end local 2 // int fieldsCount
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0  209     0                   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            1  209     1                   size  I
            2  209     2            fieldsCount  I
            3  209     3            fieldWriter  Ljdk/internal/org/objectweb/asm/FieldWriter;
            9  209     4           methodsCount  I
           10  209     5           methodWriter  Ljdk/internal/org/objectweb/asm/MethodWriter;
           16  209     6        attributesCount  I
           87  209     7   recordComponentCount  I
           88  209     8             recordSize  I
           90   98     9  recordComponentWriter  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
          103  209     9      constantPoolCount  I
          106  209    10                 result  Ljdk/internal/org/objectweb/asm/ByteVector;
          111  209    11                   mask  I
          114  118    12                      i  I
          126  209    12              hasFrames  Z
          127  209    13     hasAsmInstructions  Z
          161  165    14                 length  I
          200  204    14  recordComponentWriter  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;

  private byte[] replaceAsmInstructions(byte[], boolean);
    descriptor: ([BZ)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // byte[] classFile
        start local 2 // boolean hasFrames
         0: .line 773
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.getAttributePrototypes:()[Ljdk/internal/org/objectweb/asm/Attribute;
            astore 3 /* attributes */
        start local 3 // jdk.internal.org.objectweb.asm.Attribute[] attributes
         1: .line 774
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstField:Ljdk/internal/org/objectweb/asm/FieldWriter;
         2: .line 775
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastField:Ljdk/internal/org/objectweb/asm/FieldWriter;
         3: .line 776
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
         4: .line 777
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
         5: .line 778
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         6: .line 779
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         7: .line 780
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeVisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         8: .line 781
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRuntimeInvisibleTypeAnnotation:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 782
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.moduleWriter:Ljdk/internal/org/objectweb/asm/ModuleWriter;
        10: .line 783
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.ClassWriter.nestHostClassIndex:I
        11: .line 784
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfNestMemberClasses:I
        12: .line 785
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.nestMemberClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
        13: .line 786
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.ClassWriter.numberOfPermittedSubclassClasses:I
        14: .line 787
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.permittedSubclassClasses:Ljdk/internal/org/objectweb/asm/ByteVector;
        15: .line 788
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
        16: .line 789
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
        17: .line 790
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
        18: .line 791
            aload 0 /* this */
            iload 2 /* hasFrames */
            ifeq 19
            iconst_3
            goto 20
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter byte[] int jdk.internal.org.objectweb.asm.Attribute[]
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter
        19: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter byte[] int jdk.internal.org.objectweb.asm.Attribute[]
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter int
        20: putfield jdk.internal.org.objectweb.asm.ClassWriter.compute:I
        21: .line 792
            new jdk.internal.org.objectweb.asm.ClassReader
            dup
            aload 1 /* classFile */
            iconst_0
            iconst_0
            invokespecial jdk.internal.org.objectweb.asm.ClassReader.<init>:([BIZ)V
        22: .line 794
            aload 0 /* this */
        23: .line 795
            aload 3 /* attributes */
        24: .line 796
            iload 2 /* hasFrames */
            ifeq 25
            bipush 8
            goto 26
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter byte[] int jdk.internal.org.objectweb.asm.Attribute[]
      StackMap stack: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassWriter jdk.internal.org.objectweb.asm.Attribute[]
        25: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter byte[] int jdk.internal.org.objectweb.asm.Attribute[]
      StackMap stack: jdk.internal.org.objectweb.asm.ClassReader jdk.internal.org.objectweb.asm.ClassWriter jdk.internal.org.objectweb.asm.Attribute[] int
        26: sipush 256
            ior
        27: .line 793
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.accept:(Ljdk/internal/org/objectweb/asm/ClassVisitor;[Ljdk/internal/org/objectweb/asm/Attribute;I)V
        28: .line 797
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.toByteArray:()[B
            areturn
        end local 3 // jdk.internal.org.objectweb.asm.Attribute[] attributes
        end local 2 // boolean hasFrames
        end local 1 // byte[] classFile
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   29     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   29     1   classFile  [B
            0   29     2   hasFrames  Z
            1   29     3  attributes  [Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
           Name  Flags
      classFile  final
      hasFrames  final

  private jdk.internal.org.objectweb.asm.Attribute[] getAttributePrototypes();
    descriptor: ()[Ljdk/internal/org/objectweb/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
         0: .line 806
            new jdk.internal.org.objectweb.asm.Attribute$Set
            dup
            invokespecial jdk.internal.org.objectweb.asm.Attribute$Set.<init>:()V
            astore 1 /* attributePrototypes */
        start local 1 // jdk.internal.org.objectweb.asm.Attribute$Set attributePrototypes
         1: .line 807
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstAttribute:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute$Set.addAttributes:(Ljdk/internal/org/objectweb/asm/Attribute;)V
         2: .line 808
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstField:Ljdk/internal/org/objectweb/asm/FieldWriter;
            astore 2 /* fieldWriter */
        start local 2 // jdk.internal.org.objectweb.asm.FieldWriter fieldWriter
         3: .line 809
            goto 6
         4: .line 810
      StackMap locals: jdk.internal.org.objectweb.asm.Attribute$Set jdk.internal.org.objectweb.asm.FieldWriter
      StackMap stack:
            aload 2 /* fieldWriter */
            aload 1 /* attributePrototypes */
            invokevirtual jdk.internal.org.objectweb.asm.FieldWriter.collectAttributePrototypes:(Ljdk/internal/org/objectweb/asm/Attribute$Set;)V
         5: .line 811
            aload 2 /* fieldWriter */
            getfield jdk.internal.org.objectweb.asm.FieldWriter.fv:Ljdk/internal/org/objectweb/asm/FieldVisitor;
            checkcast jdk.internal.org.objectweb.asm.FieldWriter
            astore 2 /* fieldWriter */
         6: .line 809
      StackMap locals:
      StackMap stack:
            aload 2 /* fieldWriter */
            ifnonnull 4
         7: .line 813
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            astore 3 /* methodWriter */
        start local 3 // jdk.internal.org.objectweb.asm.MethodWriter methodWriter
         8: .line 814
            goto 11
         9: .line 815
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter
      StackMap stack:
            aload 3 /* methodWriter */
            aload 1 /* attributePrototypes */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.collectAttributePrototypes:(Ljdk/internal/org/objectweb/asm/Attribute$Set;)V
        10: .line 816
            aload 3 /* methodWriter */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
            checkcast jdk.internal.org.objectweb.asm.MethodWriter
            astore 3 /* methodWriter */
        11: .line 814
      StackMap locals:
      StackMap stack:
            aload 3 /* methodWriter */
            ifnonnull 9
        12: .line 818
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstRecordComponent:Ljdk/internal/org/objectweb/asm/RecordComponentWriter;
            astore 4 /* recordComponentWriter */
        start local 4 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
        13: .line 819
            goto 16
        14: .line 820
      StackMap locals: jdk.internal.org.objectweb.asm.RecordComponentWriter
      StackMap stack:
            aload 4 /* recordComponentWriter */
            aload 1 /* attributePrototypes */
            invokevirtual jdk.internal.org.objectweb.asm.RecordComponentWriter.collectAttributePrototypes:(Ljdk/internal/org/objectweb/asm/Attribute$Set;)V
        15: .line 821
            aload 4 /* recordComponentWriter */
            getfield jdk.internal.org.objectweb.asm.RecordComponentWriter.delegate:Ljdk/internal/org/objectweb/asm/RecordComponentVisitor;
            checkcast jdk.internal.org.objectweb.asm.RecordComponentWriter
            astore 4 /* recordComponentWriter */
        16: .line 819
      StackMap locals:
      StackMap stack:
            aload 4 /* recordComponentWriter */
            ifnonnull 14
        17: .line 823
            aload 1 /* attributePrototypes */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute$Set.toArray:()[Ljdk/internal/org/objectweb/asm/Attribute;
            areturn
        end local 4 // jdk.internal.org.objectweb.asm.RecordComponentWriter recordComponentWriter
        end local 3 // jdk.internal.org.objectweb.asm.MethodWriter methodWriter
        end local 2 // jdk.internal.org.objectweb.asm.FieldWriter fieldWriter
        end local 1 // jdk.internal.org.objectweb.asm.Attribute$Set attributePrototypes
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   18     0                   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            1   18     1    attributePrototypes  Ljdk/internal/org/objectweb/asm/Attribute$Set;
            3   18     2            fieldWriter  Ljdk/internal/org/objectweb/asm/FieldWriter;
            8   18     3           methodWriter  Ljdk/internal/org/objectweb/asm/MethodWriter;
           13   18     4  recordComponentWriter  Ljdk/internal/org/objectweb/asm/RecordComponentWriter;

  public int newConst(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.Object value
         0: .line 840
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* value */
            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
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public int newUTF8(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String value
         0: .line 853
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.String value
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public int newClass(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String value
         0: .line 865
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* value */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String value
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  final

  public int newMethodType(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String methodDescriptor
         0: .line 877
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* methodDescriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantMethodType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String methodDescriptor
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1  methodDescriptor  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      methodDescriptor  final

  public int newModule(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String moduleName
         0: .line 889
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* moduleName */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String moduleName
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1  moduleName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      moduleName  final

  public int newPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String packageName
         0: .line 901
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* packageName */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantPackage:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 1 // java.lang.String packageName
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1  packageName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      packageName  final

  public int newHandle(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // int tag
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
         0: .line 923
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 1 /* tag */
            bipush 9
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String
         1: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String int
         2: invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newHandle:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I
            ireturn
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int tag
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    3     1         tag  I
            0    3     2       owner  Ljava/lang/String;
            0    3     3        name  Ljava/lang/String;
            0    3     4  descriptor  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      tag         final
      owner       final
      name        final
      descriptor  final

  public int newHandle(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // int tag
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // boolean isInterface
         0: .line 947
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            iload 1 /* tag */
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* descriptor */
            iload 5 /* isInterface */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantMethodHandle:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 5 // boolean isInterface
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int tag
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1          tag  I
            0    1     2        owner  Ljava/lang/String;
            0    1     3         name  Ljava/lang/String;
            0    1     4   descriptor  Ljava/lang/String;
            0    1     5  isInterface  Z
    MethodParameters:
             Name  Flags
      tag          final
      owner        final
      name         final
      descriptor   final
      isInterface  final

  public int newConstantDynamic(java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)I
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // jdk.internal.org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 966
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         1: .line 967
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
         2: .line 966
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantDynamic:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Symbol;
         3: .line 968
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
         4: .line 966
            ireturn
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // jdk.internal.org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    5     1                      name  Ljava/lang/String;
            0    5     2                descriptor  Ljava/lang/String;
            0    5     3     bootstrapMethodHandle  Ljdk/internal/org/objectweb/asm/Handle;
            0    5     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public int newInvokeDynamic(java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Handle, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)I
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
        start local 3 // jdk.internal.org.objectweb.asm.Handle bootstrapMethodHandle
        start local 4 // java.lang.Object[] bootstrapMethodArguments
         0: .line 987
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         1: .line 988
            aload 1 /* name */
            aload 2 /* descriptor */
            aload 3 /* bootstrapMethodHandle */
            aload 4 /* bootstrapMethodArguments */
         2: .line 987
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantInvokeDynamic:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Symbol;
         3: .line 989
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
         4: .line 987
            ireturn
        end local 4 // java.lang.Object[] bootstrapMethodArguments
        end local 3 // jdk.internal.org.objectweb.asm.Handle bootstrapMethodHandle
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    5     0                      this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    5     1                      name  Ljava/lang/String;
            0    5     2                descriptor  Ljava/lang/String;
            0    5     3     bootstrapMethodHandle  Ljdk/internal/org/objectweb/asm/Handle;
            0    5     4  bootstrapMethodArguments  [Ljava/lang/Object;
    MethodParameters:
                          Name  Flags
      name                      final
      descriptor                final
      bootstrapMethodHandle     final
      bootstrapMethodArguments  final

  public int newField(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String owner
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
         0: .line 1003
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantFieldref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // java.lang.String owner
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1       owner  Ljava/lang/String;
            0    1     2        name  Ljava/lang/String;
            0    1     3  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      owner       final
      name        final
      descriptor  final

  public int newMethod(java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String owner
        start local 2 // java.lang.String name
        start local 3 // java.lang.String descriptor
        start local 4 // boolean isInterface
         0: .line 1019
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* owner */
            aload 2 /* name */
            aload 3 /* descriptor */
            iload 4 /* isInterface */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            ireturn
        end local 4 // boolean isInterface
        end local 3 // java.lang.String descriptor
        end local 2 // java.lang.String name
        end local 1 // java.lang.String owner
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1        owner  Ljava/lang/String;
            0    1     2         name  Ljava/lang/String;
            0    1     3   descriptor  Ljava/lang/String;
            0    1     4  isInterface  Z
    MethodParameters:
             Name  Flags
      owner        final
      name         final
      descriptor   final
      isInterface  final

  public int newNameType(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String descriptor
         0: .line 1032
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* name */
            aload 2 /* descriptor */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantNameAndType:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 2 // java.lang.String descriptor
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    1     1        name  Ljava/lang/String;
            0    1     2  descriptor  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      name        final
      descriptor  final

  protected java.lang.String getCommonSuperClass(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
        start local 1 // java.lang.String type1
        start local 2 // java.lang.String type2
         0: .line 1052
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.getClassLoader:()Ljava/lang/ClassLoader;
            astore 3 /* classLoader */
        start local 3 // java.lang.ClassLoader classLoader
         1: .line 1055
            aload 1 /* type1 */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            iconst_0
            aload 3 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 4 /* class1 */
        start local 4 // java.lang.Class class1
         2: .line 1056
            goto 5
        end local 4 // java.lang.Class class1
      StackMap locals: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String java.lang.String java.lang.ClassLoader
      StackMap stack: java.lang.ClassNotFoundException
         3: astore 5 /* e */
        start local 5 // java.lang.ClassNotFoundException e
         4: .line 1057
            new java.lang.TypeNotPresentException
            dup
            aload 1 /* type1 */
            aload 5 /* e */
            invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.ClassNotFoundException e
        start local 4 // java.lang.Class class1
         5: .line 1061
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 2 /* type2 */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            iconst_0
            aload 3 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 5 /* class2 */
        start local 5 // java.lang.Class class2
         6: .line 1062
            goto 9
        end local 5 // java.lang.Class class2
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
         7: astore 6 /* e */
        start local 6 // java.lang.ClassNotFoundException e
         8: .line 1063
            new java.lang.TypeNotPresentException
            dup
            aload 2 /* type2 */
            aload 6 /* e */
            invokespecial java.lang.TypeNotPresentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.lang.ClassNotFoundException e
        start local 5 // java.lang.Class class2
         9: .line 1065
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 4 /* class1 */
            aload 5 /* class2 */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 11
        10: .line 1066
            aload 1 /* type1 */
            areturn
        11: .line 1068
      StackMap locals:
      StackMap stack:
            aload 5 /* class2 */
            aload 4 /* class1 */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 13
        12: .line 1069
            aload 2 /* type2 */
            areturn
        13: .line 1071
      StackMap locals:
      StackMap stack:
            aload 4 /* class1 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifne 14
            aload 5 /* class2 */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 15
        14: .line 1072
      StackMap locals:
      StackMap stack:
            ldc "java/lang/Object"
            areturn
        15: .line 1075
      StackMap locals:
      StackMap stack:
            aload 4 /* class1 */
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            astore 4 /* class1 */
        16: .line 1076
            aload 4 /* class1 */
            aload 5 /* class2 */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 15
        17: .line 1077
            aload 4 /* class1 */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            areturn
        end local 5 // java.lang.Class class2
        end local 4 // java.lang.Class class1
        end local 3 // java.lang.ClassLoader classLoader
        end local 2 // java.lang.String type2
        end local 1 // java.lang.String type1
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   18     1        type1  Ljava/lang/String;
            0   18     2        type2  Ljava/lang/String;
            1   18     3  classLoader  Ljava/lang/ClassLoader;
            2    3     4       class1  Ljava/lang/Class<*>;
            5   18     4       class1  Ljava/lang/Class<*>;
            4    5     5            e  Ljava/lang/ClassNotFoundException;
            6    7     5       class2  Ljava/lang/Class<*>;
            9   18     5       class2  Ljava/lang/Class<*>;
            8    9     6            e  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.ClassNotFoundException
           5     6       7  Class java.lang.ClassNotFoundException
    MethodParameters:
       Name  Flags
      type1  final
      type2  final

  protected java.lang.ClassLoader getClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
         0: .line 1089
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ClassWriter;
}
SourceFile: "ClassWriter.java"
InnerClasses:
  final Set = jdk.internal.org.objectweb.asm.Attribute$Set of jdk.internal.org.objectweb.asm.Attribute