class jdk.internal.org.objectweb.asm.MethodWriter extends jdk.internal.org.objectweb.asm.MethodVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.MethodWriter
  super_class: jdk.internal.org.objectweb.asm.MethodVisitor
{
  static final int ACC_CONSTRUCTOR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 524288

  static final int SAME_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int SAME_LOCALS_1_STACK_ITEM_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  static final int RESERVED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 128

  static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 247

  static final int CHOP_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 248

  static final int SAME_FRAME_EXTENDED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 251

  static final int APPEND_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 252

  static final int FULL_FRAME;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  static final int FRAMES;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int INSERTED_FRAMES;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  static final int MAXS;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  static final int NOTHING;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  final jdk.internal.org.objectweb.asm.ClassWriter cw;
    descriptor: Ljdk/internal/org/objectweb/asm/ClassWriter;
    flags: (0x0010) ACC_FINAL

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

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

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

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

  java.lang.String signature;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  int classReaderOffset;
    descriptor: I
    flags: (0x0000) 

  int classReaderLength;
    descriptor: I
    flags: (0x0000) 

  int exceptionCount;
    descriptor: I
    flags: (0x0000) 

  int[] exceptions;
    descriptor: [I
    flags: (0x0000) 

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

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

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

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

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

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

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

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

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

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

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

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

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

  int frameCount;
    descriptor: I
    flags: (0x0000) 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  void <init>(jdk.internal.org.objectweb.asm.ClassWriter, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=8
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
        start local 5 // java.lang.String signature
        start local 6 // java.lang.String[] exceptions
        start local 7 // int compute
         0: .line 488
            aload 0 /* this */
            ldc 393216
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.<init>:(I)V
         1: .line 272
            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.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 489
            aload 1 /* cw */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            ifnonnull 5
         3: .line 490
            aload 1 /* cw */
            aload 0 /* this */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
         4: .line 491
            goto 6
         5: .line 492
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int
      StackMap stack:
            aload 1 /* cw */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            aload 0 /* this */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
         6: .line 494
      StackMap locals:
      StackMap stack:
            aload 1 /* cw */
            aload 0 /* this */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
         7: .line 495
            aload 0 /* this */
            aload 1 /* cw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
         8: .line 496
            aload 0 /* this */
            iload 2 /* access */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
         9: .line 497
            ldc "<init>"
            aload 3 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 498
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 524288
            ior
            putfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
        11: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cw */
            aload 3 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.name:I
        12: .line 501
            aload 0 /* this */
            aload 1 /* cw */
            aload 4 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.desc:I
        13: .line 502
            aload 0 /* this */
            aload 4 /* desc */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
        14: .line 503
            aload 0 /* this */
            aload 5 /* signature */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
        15: .line 504
            aload 6 /* exceptions */
            ifnull 23
            aload 6 /* exceptions */
            arraylength
            ifle 23
        16: .line 505
            aload 0 /* this */
            aload 6 /* exceptions */
            arraylength
            putfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
        17: .line 506
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            newarray 10
            putfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
        18: .line 507
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        19: goto 22
        20: .line 508
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
            iload 8 /* i */
            aload 1 /* cw */
            aload 6 /* exceptions */
            iload 8 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            iastore
        21: .line 507
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 8 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            if_icmplt 20
        end local 8 // int i
        23: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* compute */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
        24: .line 512
            iload 7 /* compute */
            iconst_3
            if_icmpeq 33
        25: .line 514
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            iconst_2
            ishr
            istore 8 /* size */
        start local 8 // int size
        26: .line 515
            iload 2 /* access */
            bipush 8
            iand
            ifeq 28
        27: .line 516
            iinc 8 /* size */ -1
        28: .line 518
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 8 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        29: .line 519
            aload 0 /* this */
            iload 8 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        30: .line 521
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            putfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
        31: .line 522
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 8
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        32: .line 523
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
        end local 8 // int size
        33: .line 525
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int compute
        end local 6 // java.lang.String[] exceptions
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   34     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   34     1          cw  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   34     2      access  I
            0   34     3        name  Ljava/lang/String;
            0   34     4        desc  Ljava/lang/String;
            0   34     5   signature  Ljava/lang/String;
            0   34     6  exceptions  [Ljava/lang/String;
            0   34     7     compute  I
           19   23     8           i  I
           26   33     8        size  I
    MethodParameters:
            Name  Flags
      cw          final
      access      final
      name        final
      desc        final
      signature   final
      exceptions  final
      compute     final

  public void visitParameter(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // int access
         0: .line 533
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 534
            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.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 536
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
         3: .line 537
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 1 /* name */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
         4: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter java.lang.String int
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector int
         5: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         6: .line 538
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 539
            return
        end local 2 // int access
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    8     1    name  Ljava/lang/String;
            0    8     2  access  I
    MethodParameters:
        Name  Flags
      name    
      access  

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
    descriptor: ()Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 543
            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.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
         1: .line 544
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String desc
        start local 2 // boolean visible
         0: .line 550
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 3 /* bv */
        start local 3 // jdk.internal.org.objectweb.asm.ByteVector bv
         1: .line 552
            aload 3 /* bv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 553
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            aload 3 /* bv */
            aload 3 /* bv */
            iconst_2
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            astore 4 /* aw */
        start local 4 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
         3: .line 554
            iload 2 /* visible */
            ifeq 7
         4: .line 555
            aload 4 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         5: .line 556
            aload 0 /* this */
            aload 4 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         6: .line 557
            goto 9
         7: .line 558
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 4 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         8: .line 559
            aload 0 /* this */
            aload 4 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 561
      StackMap locals:
      StackMap stack:
            aload 4 /* aw */
            areturn
        end local 4 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        end local 3 // jdk.internal.org.objectweb.asm.ByteVector bv
        end local 2 // boolean visible
        end local 1 // java.lang.String desc
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   10     1     desc  Ljava/lang/String;
            0   10     2  visible  Z
            1   10     3       bv  Ljdk/internal/org/objectweb/asm/ByteVector;
            3   10     4       aw  Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    MethodParameters:
         Name  Flags
      desc     final
      visible  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String desc
        start local 4 // boolean visible
         0: .line 567
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 5 /* bv */
        start local 5 // jdk.internal.org.objectweb.asm.ByteVector bv
         1: .line 569
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 5 /* bv */
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putTarget:(ILjdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
         2: .line 571
            aload 5 /* bv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 572
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            aload 5 /* bv */
            aload 5 /* bv */
         4: .line 573
            aload 5 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         5: .line 572
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            astore 6 /* aw */
        start local 6 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
         6: .line 574
            iload 4 /* visible */
            ifeq 10
         7: .line 575
            aload 6 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         8: .line 576
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 577
            goto 12
        10: .line 578
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 6 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        11: .line 579
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        12: .line 581
      StackMap locals:
      StackMap stack:
            aload 6 /* aw */
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        end local 5 // jdk.internal.org.objectweb.asm.ByteVector bv
        end local 4 // boolean visible
        end local 3 // java.lang.String desc
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   13     1   typeRef  I
            0   13     2  typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0   13     3      desc  Ljava/lang/String;
            0   13     4   visible  Z
            1   13     5        bv  Ljdk/internal/org/objectweb/asm/ByteVector;
            6   13     6        aw  Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    MethodParameters:
          Name  Flags
      typeRef   final
      typePath  final
      desc      final
      visible   final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int parameter
        start local 2 // java.lang.String desc
        start local 3 // boolean visible
         0: .line 587
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 4 /* bv */
        start local 4 // jdk.internal.org.objectweb.asm.ByteVector bv
         1: .line 588
            ldc "Ljava/lang/Synthetic;"
            aload 2 /* desc */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 591
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            iload 1 /* parameter */
            iconst_1
            iadd
            invokestatic java.lang.Math.max:(II)I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
         3: .line 592
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_0
            aload 4 /* bv */
            aconst_null
            iconst_0
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            areturn
         4: .line 595
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
            aload 4 /* bv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 2 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 596
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            aload 4 /* bv */
            aload 4 /* bv */
            iconst_2
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            astore 5 /* aw */
        start local 5 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
         6: .line 597
            iload 3 /* visible */
            ifeq 12
         7: .line 598
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnonnull 9
         8: .line 599
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
            arraylength
            anewarray jdk.internal.org.objectweb.asm.AnnotationWriter
            putfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 601
      StackMap locals: jdk.internal.org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 5 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aaload
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        10: .line 602
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aload 5 /* aw */
            aastore
        11: .line 603
            goto 16
        12: .line 604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnonnull 14
        13: .line 605
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
            arraylength
            anewarray jdk.internal.org.objectweb.asm.AnnotationWriter
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        14: .line 607
      StackMap locals:
      StackMap stack:
            aload 5 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aaload
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        15: .line 608
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 1 /* parameter */
            aload 5 /* aw */
            aastore
        16: .line 610
      StackMap locals:
      StackMap stack:
            aload 5 /* aw */
            areturn
        end local 5 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        end local 4 // jdk.internal.org.objectweb.asm.ByteVector bv
        end local 3 // boolean visible
        end local 2 // java.lang.String desc
        end local 1 // int parameter
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   17     1  parameter  I
            0   17     2       desc  Ljava/lang/String;
            0   17     3    visible  Z
            1   17     4         bv  Ljdk/internal/org/objectweb/asm/ByteVector;
            6   17     5         aw  Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    MethodParameters:
           Name  Flags
      parameter  final
      desc       final
      visible    final

  public void visitAttribute(jdk.internal.org.objectweb.asm.Attribute);
    descriptor: (Ljdk/internal/org/objectweb/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Attribute attr
         0: .line 615
            aload 1 /* attr */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.isCodeAttribute:()Z
            ifeq 4
         1: .line 616
            aload 1 /* attr */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
         2: .line 617
            aload 0 /* this */
            aload 1 /* attr */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
         3: .line 618
            goto 6
         4: .line 619
      StackMap locals:
      StackMap stack:
            aload 1 /* attr */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
         5: .line 620
            aload 0 /* this */
            aload 1 /* attr */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
         6: .line 622
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.Attribute attr
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    7     1  attr  Ljdk/internal/org/objectweb/asm/Attribute;
    MethodParameters:
      Name  Flags
      attr  final

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

  public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
    descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int type
        start local 2 // int nLocal
        start local 3 // java.lang.Object[] local
        start local 4 // int nStack
        start local 5 // java.lang.Object[] stack
         0: .line 631
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 2
         1: .line 632
            return
         2: .line 635
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 15
         3: .line 636
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            ifnonnull 11
         4: .line 640
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            new jdk.internal.org.objectweb.asm.CurrentFrame
            dup
            invokespecial jdk.internal.org.objectweb.asm.CurrentFrame.<init>:()V
            putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
         5: .line 641
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
         6: .line 642
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
         7: .line 643
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
            iload 2 /* nLocal */
         8: .line 642
            invokevirtual jdk.internal.org.objectweb.asm.Frame.initInputFrame:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljdk/internal/org/objectweb/asm/Type;I)V
         9: .line 644
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
        10: .line 645
            goto 102
        11: .line 646
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            iconst_m1
            if_icmpne 13
        12: .line 647
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iload 2 /* nLocal */
            aload 3 /* local */
            iload 4 /* nStack */
            aload 5 /* stack */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.set:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljava/lang/Object;I[Ljava/lang/Object;)V
        13: .line 655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
        14: .line 657
            goto 102
      StackMap locals:
      StackMap stack:
        15: iload 1 /* type */
            iconst_m1
            if_icmpne 54
        16: .line 658
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnonnull 18
        17: .line 659
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
        18: .line 661
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nLocal */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        19: .line 662
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iload 2 /* nLocal */
            iload 4 /* nStack */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 6 /* frameIndex */
        start local 6 // int frameIndex
        20: .line 663
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        21: goto 35
        22: .line 664
      StackMap locals: int int
      StackMap stack:
            aload 3 /* local */
            iload 7 /* i */
            aaload
            instanceof java.lang.String
            ifeq 26
        23: .line 665
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast java.lang.String
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            astore 8 /* desc */
        start local 8 // java.lang.String desc
        24: .line 666
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 8 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Frame.type:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            iastore
        end local 8 // java.lang.String desc
        25: .line 667
            goto 34
      StackMap locals:
      StackMap stack:
        26: aload 3 /* local */
            iload 7 /* i */
            aaload
            instanceof java.lang.Integer
            ifeq 29
        27: .line 668
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 16777216
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ior
            iastore
        28: .line 669
            goto 34
        29: .line 670
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 25165824
        30: .line 671
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc ""
        31: .line 672
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast jdk.internal.org.objectweb.asm.Label
            getfield jdk.internal.org.objectweb.asm.Label.position:I
        32: .line 671
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        33: .line 670
            iastore
        34: .line 663
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 22
        end local 7 // int i
        36: .line 675
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        37: goto 51
        38: .line 676
      StackMap locals:
      StackMap stack:
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            instanceof java.lang.String
            ifeq 42
        39: .line 677
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast java.lang.String
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            astore 8 /* desc */
        start local 8 // java.lang.String desc
        40: .line 678
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 8 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Frame.type:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            iastore
        end local 8 // java.lang.String desc
        41: .line 679
            goto 50
      StackMap locals:
      StackMap stack:
        42: aload 5 /* stack */
            iload 7 /* i */
            aaload
            instanceof java.lang.Integer
            ifeq 45
        43: .line 680
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 16777216
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ior
            iastore
        44: .line 681
            goto 50
        45: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 25165824
        46: .line 683
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc ""
        47: .line 684
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast jdk.internal.org.objectweb.asm.Label
            getfield jdk.internal.org.objectweb.asm.Label.position:I
        48: .line 683
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        49: .line 682
            iastore
        50: .line 675
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 7 /* i */
            iload 4 /* nStack */
            if_icmplt 38
        end local 7 // int i
        52: .line 687
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        end local 6 // int frameIndex
        53: .line 688
            goto 102
        54: .line 690
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 58
        55: .line 691
            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.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
        56: .line 692
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            istore 6 /* delta */
        start local 6 // int delta
        57: .line 693
            goto 63
        end local 6 // int delta
        58: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrameOffset:I
            isub
            iconst_1
            isub
            istore 6 /* delta */
        start local 6 // int delta
        59: .line 695
            iload 6 /* delta */
            ifge 63
        60: .line 696
            iload 1 /* type */
            iconst_3
            if_icmpne 62
        61: .line 697
            return
        62: .line 699
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        63: .line 704
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            tableswitch { // 0 - 4
                    0: 64
                    1: 78
                    2: 86
                    3: 89
                    4: 94
              default: 100
          }
        64: .line 706
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nLocal */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        65: .line 707
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 255
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* nLocal */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        66: .line 708
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        67: goto 70
        68: .line 709
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        69: .line 708
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        70: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 68
        end local 7 // int i
        71: .line 711
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 4 /* nStack */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        72: .line 712
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        73: goto 76
        74: .line 713
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        75: .line 712
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        76: iload 7 /* i */
            iload 4 /* nStack */
            if_icmplt 74
        end local 7 // int i
        77: .line 715
            goto 100
        78: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
            iload 2 /* nLocal */
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        79: .line 718
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 251
            iload 2 /* nLocal */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        80: .line 719
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        81: goto 84
        82: .line 720
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* local */
            iload 7 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
        83: .line 719
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        84: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 82
        end local 7 // int i
        85: .line 722
            goto 100
        86: .line 724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
            iload 2 /* nLocal */
            isub
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        87: .line 725
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 251
            iload 2 /* nLocal */
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        88: .line 726
            goto 100
        89: .line 728
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 92
        90: .line 729
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        91: .line 730
            goto 100
        92: .line 731
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 251
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        93: .line 733
            goto 100
        94: .line 735
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 97
        95: .line 736
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 64
            iload 6 /* delta */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        96: .line 737
            goto 99
        97: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 247
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        98: .line 739
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        99: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stack */
            iconst_0
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
       100: .line 745
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrameOffset:I
       101: .line 746
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
        end local 6 // int delta
       102: .line 749
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
            iload 4 /* nStack */
            invokestatic java.lang.Math.max:(II)I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
       103: .line 750
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
            invokestatic java.lang.Math.max:(II)I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
       104: .line 751
            return
        end local 5 // java.lang.Object[] stack
        end local 4 // int nStack
        end local 3 // java.lang.Object[] local
        end local 2 // int nLocal
        end local 1 // int type
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  105     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0  105     1        type  I
            0  105     2      nLocal  I
            0  105     3       local  [Ljava/lang/Object;
            0  105     4      nStack  I
            0  105     5       stack  [Ljava/lang/Object;
           20   53     6  frameIndex  I
           21   36     7           i  I
           24   25     8        desc  Ljava/lang/String;
           37   52     7           i  I
           40   41     8        desc  Ljava/lang/String;
           57   58     6       delta  I
           59  102     6       delta  I
           67   71     7           i  I
           73   77     7           i  I
           81   85     7           i  I
    MethodParameters:
        Name  Flags
      type    final
      nLocal  final
      local   final
      nStack  final
      stack   final

  public void visitInsn(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
         0: .line 755
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 757
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 760
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 13
         3: .line 761
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 6
         4: .line 762
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         5: .line 763
            goto 10
         6: .line 765
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            getstatic jdk.internal.org.objectweb.asm.Frame.SIZE:[I
            iload 1 /* opcode */
            iaload
            iadd
            istore 2 /* size */
        start local 2 // int size
         7: .line 766
            iload 2 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 9
         8: .line 767
            aload 0 /* this */
            iload 2 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
         9: .line 769
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 2 // int size
        10: .line 772
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 172
            if_icmplt 11
            iload 1 /* opcode */
            sipush 177
            if_icmple 12
        11: .line 773
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 191
            if_icmpne 13
        12: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
        13: .line 777
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   14     1  opcode  I
            7   10     2    size  I
    MethodParameters:
        Name  Flags
      opcode  final

  public void visitIntInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // int operand
         0: .line 781
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 783
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 10
         2: .line 784
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 3
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 5
         3: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iload 2 /* operand */
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         4: .line 786
            goto 10
      StackMap locals:
      StackMap stack:
         5: iload 1 /* opcode */
            sipush 188
            if_icmpeq 10
         6: .line 789
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            istore 3 /* size */
        start local 3 // int size
         7: .line 790
            iload 3 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 9
         8: .line 791
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
         9: .line 793
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 3 // int size
        10: .line 797
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            bipush 17
            if_icmpne 13
        11: .line 798
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        12: .line 799
            goto 14
        13: .line 800
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* operand */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        14: .line 802
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int operand
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   15     1   opcode  I
            0   15     2  operand  I
            7   10     3     size  I
    MethodParameters:
         Name  Flags
      opcode   final
      operand  final

  public void visitVarInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // int var
         0: .line 806
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 808
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 14
         2: .line 809
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 3
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 5
         3: .line 810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iload 2 /* var */
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         4: .line 811
            goto 14
         5: .line 813
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 169
            if_icmpne 10
         6: .line 815
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 256
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
         7: .line 818
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            putfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
         8: .line 819
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
         9: .line 820
            goto 14
        10: .line 821
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            getstatic jdk.internal.org.objectweb.asm.Frame.SIZE:[I
            iload 1 /* opcode */
            iaload
            iadd
            istore 3 /* size */
        start local 3 // int size
        11: .line 822
            iload 3 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 13
        12: .line 823
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        13: .line 825
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 3 // int size
        14: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpeq 22
        15: .line 832
            iload 1 /* opcode */
            bipush 22
            if_icmpeq 17
            iload 1 /* opcode */
            bipush 24
            if_icmpeq 17
        16: .line 833
            iload 1 /* opcode */
            bipush 55
            if_icmpeq 17
            iload 1 /* opcode */
            bipush 57
            if_icmpne 19
        17: .line 834
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_2
            iadd
            istore 3 /* n */
        start local 3 // int n
        18: .line 835
            goto 20
        end local 3 // int n
        19: .line 836
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_1
            iadd
            istore 3 /* n */
        start local 3 // int n
        20: .line 838
      StackMap locals: int
      StackMap stack:
            iload 3 /* n */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 22
        21: .line 839
            aload 0 /* this */
            iload 3 /* n */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int n
        22: .line 843
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_4
            if_icmpge 29
            iload 1 /* opcode */
            sipush 169
            if_icmpeq 29
        23: .line 845
            iload 1 /* opcode */
            bipush 54
            if_icmpge 26
        24: .line 847
            bipush 26
            iload 1 /* opcode */
            bipush 21
            isub
            iconst_2
            ishl
            iadd
            iload 2 /* var */
            iadd
            istore 3 /* opt */
        start local 3 // int opt
        25: .line 848
            goto 27
        end local 3 // int opt
        26: .line 850
      StackMap locals:
      StackMap stack:
            bipush 59
            iload 1 /* opcode */
            bipush 54
            isub
            iconst_2
            ishl
            iadd
            iload 2 /* var */
            iadd
            istore 3 /* opt */
        start local 3 // int opt
        27: .line 852
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 3 /* opt */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 3 // int opt
        28: .line 853
            goto 33
      StackMap locals:
      StackMap stack:
        29: iload 2 /* var */
            sipush 256
            if_icmplt 32
        30: .line 854
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 196
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        31: .line 855
            goto 33
        32: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            iload 2 /* var */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        33: .line 858
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            bipush 54
            if_icmplt 35
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 35
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            ifle 35
        34: .line 859
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
        35: .line 861
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int var
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   36     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   36     1  opcode  I
            0   36     2     var  I
           11   14     3    size  I
           18   19     3       n  I
           20   22     3       n  I
           25   26     3     opt  I
           27   28     3     opt  I
    MethodParameters:
        Name  Flags
      opcode  final
      var     final

  public void visitTypeInsn(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String type
         0: .line 865
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 866
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            bipush 7
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newStringishItem:(ILjava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // jdk.internal.org.objectweb.asm.Item i
         2: .line 868
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 11
         3: .line 869
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 6
         4: .line 870
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         5: .line 871
            goto 11
      StackMap locals:
      StackMap stack:
         6: iload 1 /* opcode */
            sipush 187
            if_icmpne 11
         7: .line 874
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            istore 4 /* size */
        start local 4 // int size
         8: .line 875
            iload 4 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 10
         9: .line 876
            aload 0 /* this */
            iload 4 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        10: .line 878
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 4 // int size
        11: .line 882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 3 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        12: .line 883
            return
        end local 3 // jdk.internal.org.objectweb.asm.Item i
        end local 2 // java.lang.String type
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   13     1  opcode  I
            0   13     2    type  Ljava/lang/String;
            2   13     3       i  Ljdk/internal/org/objectweb/asm/Item;
            8   11     4    size  I
    MethodParameters:
        Name  Flags
      opcode  final
      type    final

  public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
         0: .line 888
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 889
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newFieldItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
            astore 5 /* i */
        start local 5 // jdk.internal.org.objectweb.asm.Item i
         2: .line 891
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 30
         3: .line 892
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 6
         4: .line 893
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 5 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         5: .line 894
            goto 30
         6: .line 897
      StackMap locals:
      StackMap stack:
            aload 4 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
         7: .line 898
            iload 1 /* opcode */
            tableswitch { // 178 - 180
                  178: 8
                  179: 13
                  180: 18
              default: 23
          }
         8: .line 900
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 9
            iload 7 /* c */
            bipush 74
            if_icmpne 10
      StackMap locals:
      StackMap stack: int
         9: iconst_2
            goto 11
      StackMap locals:
      StackMap stack: int
        10: iconst_1
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
      StackMap stack: int int
        11: iadd
            istore 6 /* size */
        start local 6 // int size
        12: .line 901
            goto 27
        end local 6 // int size
        13: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 14
            iload 7 /* c */
            bipush 74
            if_icmpne 15
      StackMap locals:
      StackMap stack: int
        14: bipush -2
            goto 16
      StackMap locals:
      StackMap stack: int
        15: iconst_m1
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
      StackMap stack: int int
        16: iadd
            istore 6 /* size */
        start local 6 // int size
        17: .line 904
            goto 27
        end local 6 // int size
        18: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 19
            iload 7 /* c */
            bipush 74
            if_icmpne 20
      StackMap locals:
      StackMap stack: int
        19: iconst_1
            goto 21
      StackMap locals:
      StackMap stack: int
        20: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
      StackMap stack: int int
        21: iadd
            istore 6 /* size */
        start local 6 // int size
        22: .line 907
            goto 27
        end local 6 // int size
        23: .line 910
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* c */
            bipush 68
            if_icmpeq 24
            iload 7 /* c */
            bipush 74
            if_icmpne 25
      StackMap locals:
      StackMap stack: int
        24: bipush -3
            goto 26
      StackMap locals:
      StackMap stack: int
        25: bipush -2
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
      StackMap stack: int int
        26: iadd
            istore 6 /* size */
        start local 6 // int size
        27: .line 914
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item int int
      StackMap stack:
            iload 6 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 29
        28: .line 915
            aload 0 /* this */
            iload 6 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        29: .line 917
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 7 // char c
        end local 6 // int size
        30: .line 921
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 5 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        31: .line 922
            return
        end local 5 // jdk.internal.org.objectweb.asm.Item i
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   32     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   32     1  opcode  I
            0   32     2   owner  Ljava/lang/String;
            0   32     3    name  Ljava/lang/String;
            0   32     4    desc  Ljava/lang/String;
            2   32     5       i  Ljdk/internal/org/objectweb/asm/Item;
           12   13     6    size  I
           17   18     6    size  I
           22   23     6    size  I
           27   30     6    size  I
            7   30     7       c  C
    MethodParameters:
        Name  Flags
      opcode  final
      owner   final
      name    final
      desc    final

  public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String, boolean);
    descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // java.lang.String owner
        start local 3 // java.lang.String name
        start local 4 // java.lang.String desc
        start local 5 // boolean itf
         0: .line 927
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 928
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 2 /* owner */
            aload 3 /* name */
            aload 4 /* desc */
            iload 5 /* itf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newMethodItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/Item;
            astore 6 /* i */
        start local 6 // jdk.internal.org.objectweb.asm.Item i
         2: .line 929
            aload 6 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.intVal:I
            istore 7 /* argSize */
        start local 7 // int argSize
         3: .line 931
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 17
         4: .line 932
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 5
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 7
         5: .line 933
      StackMap locals: jdk.internal.org.objectweb.asm.Item int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 6 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         6: .line 934
            goto 17
         7: .line 943
      StackMap locals:
      StackMap stack:
            iload 7 /* argSize */
            ifne 10
         8: .line 946
            aload 4 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 7 /* argSize */
         9: .line 949
            aload 6 /* i */
            iload 7 /* argSize */
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        10: .line 952
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 184
            if_icmpne 13
        11: .line 953
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* argSize */
            iconst_2
            ishr
            isub
            iload 7 /* argSize */
            iconst_3
            iand
            iadd
            iconst_1
            iadd
            istore 8 /* size */
        start local 8 // int size
        12: .line 954
            goto 14
        end local 8 // int size
        13: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 7 /* argSize */
            iconst_2
            ishr
            isub
            iload 7 /* argSize */
            iconst_3
            iand
            iadd
            istore 8 /* size */
        start local 8 // int size
        14: .line 958
      StackMap locals: int
      StackMap stack:
            iload 8 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 16
        15: .line 959
            aload 0 /* this */
            iload 8 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        16: .line 961
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 8 // int size
        17: .line 965
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 185
            if_icmpne 23
        18: .line 966
            iload 7 /* argSize */
            ifne 21
        19: .line 967
            aload 4 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 7 /* argSize */
        20: .line 968
            aload 6 /* i */
            iload 7 /* argSize */
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        21: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 185
            aload 6 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 7 /* argSize */
            iconst_2
            ishr
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        22: .line 971
            goto 24
        23: .line 972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            aload 6 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        24: .line 974
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int argSize
        end local 6 // jdk.internal.org.objectweb.asm.Item i
        end local 5 // boolean itf
        end local 4 // java.lang.String desc
        end local 3 // java.lang.String name
        end local 2 // java.lang.String owner
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   25     0     this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   25     1   opcode  I
            0   25     2    owner  Ljava/lang/String;
            0   25     3     name  Ljava/lang/String;
            0   25     4     desc  Ljava/lang/String;
            0   25     5      itf  Z
            2   25     6        i  Ljdk/internal/org/objectweb/asm/Item;
            3   25     7  argSize  I
           12   13     8     size  I
           14   17     8     size  I
    MethodParameters:
        Name  Flags
      opcode  final
      owner   final
      name    final
      desc    final
      itf     final

  public void visitInvokeDynamicInsn(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;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // jdk.internal.org.objectweb.asm.Handle bsm
        start local 4 // java.lang.Object[] bsmArgs
         0: .line 979
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 980
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* name */
            aload 2 /* desc */
            aload 3 /* bsm */
            aload 4 /* bsmArgs */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newInvokeDynamicItem:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Item;
            astore 5 /* i */
        start local 5 // jdk.internal.org.objectweb.asm.Item i
         2: .line 981
            aload 5 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.intVal:I
            istore 6 /* argSize */
        start local 6 // int argSize
         3: .line 983
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 14
         4: .line 984
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 5
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 7
         5: .line 985
      StackMap locals: jdk.internal.org.objectweb.asm.Item int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            sipush 186
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 5 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         6: .line 986
            goto 14
         7: .line 995
      StackMap locals:
      StackMap stack:
            iload 6 /* argSize */
            ifne 10
         8: .line 998
            aload 2 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 6 /* argSize */
         9: .line 1001
            aload 5 /* i */
            iload 6 /* argSize */
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        10: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iload 6 /* argSize */
            iconst_2
            ishr
            isub
            iload 6 /* argSize */
            iconst_3
            iand
            iadd
            iconst_1
            iadd
            istore 7 /* size */
        start local 7 // int size
        11: .line 1006
            iload 7 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 13
        12: .line 1007
            aload 0 /* this */
            iload 7 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        13: .line 1009
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 7 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 7 // int size
        14: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 186
            aload 5 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        15: .line 1014
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        16: .line 1015
            return
        end local 6 // int argSize
        end local 5 // jdk.internal.org.objectweb.asm.Item i
        end local 4 // java.lang.Object[] bsmArgs
        end local 3 // jdk.internal.org.objectweb.asm.Handle bsm
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   17     1     name  Ljava/lang/String;
            0   17     2     desc  Ljava/lang/String;
            0   17     3      bsm  Ljdk/internal/org/objectweb/asm/Handle;
            0   17     4  bsmArgs  [Ljava/lang/Object;
            2   17     5        i  Ljdk/internal/org/objectweb/asm/Item;
            3   17     6  argSize  I
           11   14     7     size  I
    MethodParameters:
         Name  Flags
      name     final
      desc     final
      bsm      final
      bsmArgs  final

  public void visitJumpInsn(int, jdk.internal.org.objectweb.asm.Label);
    descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int opcode
        start local 2 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1019
            iload 1 /* opcode */
            sipush 200
            if_icmplt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* isWide */
        start local 3 // boolean isWide
         3: .line 1020
            iload 3 /* isWide */
            ifeq 4
            iload 1 /* opcode */
            bipush 33
            isub
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iload 1 /* opcode */
      StackMap locals:
      StackMap stack: int
         5: istore 1 /* opcode */
         6: .line 1021
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         7: .line 1022
            aconst_null
            astore 4 /* nextInsn */
        start local 4 // jdk.internal.org.objectweb.asm.Label nextInsn
         8: .line 1024
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 29
         9: .line 1025
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 16
        10: .line 1026
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
        11: .line 1028
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        12: .line 1030
            aload 0 /* this */
            iconst_0
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        13: .line 1031
            iload 1 /* opcode */
            sipush 167
            if_icmpeq 29
        14: .line 1033
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 4 /* nextInsn */
        15: .line 1035
            goto 29
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
        16: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 19
        17: .line 1036
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            iload 1 /* opcode */
            iconst_0
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
        18: .line 1037
            goto 29
        19: .line 1038
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 168
            if_icmpne 27
        20: .line 1039
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 512
            iand
            ifne 23
        21: .line 1040
            aload 2 /* label */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 512
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        22: .line 1041
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
        23: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        24: .line 1044
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        25: .line 1046
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 4 /* nextInsn */
        26: .line 1053
            goto 29
        27: .line 1057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            getstatic jdk.internal.org.objectweb.asm.Frame.SIZE:[I
            iload 1 /* opcode */
            iaload
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        28: .line 1058
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        29: .line 1063
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_2
            iand
            ifeq 47
        30: .line 1064
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            isub
            sipush -32768
            if_icmpge 47
        31: .line 1072
            iload 1 /* opcode */
            sipush 167
            if_icmpne 34
        32: .line 1073
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 200
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        33: .line 1074
            goto 45
      StackMap locals:
      StackMap stack:
        34: iload 1 /* opcode */
            sipush 168
            if_icmpne 37
        35: .line 1075
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 201
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        36: .line 1076
            goto 45
        37: .line 1079
      StackMap locals:
      StackMap stack:
            aload 4 /* nextInsn */
            ifnull 39
        38: .line 1080
            aload 4 /* nextInsn */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        39: .line 1082
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            sipush 166
            if_icmpgt 40
            iload 1 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 41
        40: .line 1083
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
            iload 1 /* opcode */
            iconst_1
            ixor
        41: .line 1082
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int jdk.internal.org.objectweb.asm.Label int jdk.internal.org.objectweb.asm.Label
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector int
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        42: .line 1084
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        43: .line 1088
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 220
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        44: .line 1089
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            putfield jdk.internal.org.objectweb.asm.ClassWriter.hasAsmInsns:Z
        45: .line 1091
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
        46: .line 1092
            goto 53
      StackMap locals:
      StackMap stack:
        47: iload 3 /* isWide */
            ifeq 51
        48: .line 1098
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            bipush 33
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        49: .line 1099
            aload 2 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
        50: .line 1100
            goto 53
        51: .line 1107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        52: .line 1108
            aload 2 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_1
            isub
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
        53: .line 1110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 58
        54: .line 1111
            aload 4 /* nextInsn */
            ifnull 56
        55: .line 1116
            aload 0 /* this */
            aload 4 /* nextInsn */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
        56: .line 1118
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 167
            if_icmpne 58
        57: .line 1119
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
        58: .line 1122
      StackMap locals:
      StackMap stack:
            return
        end local 4 // jdk.internal.org.objectweb.asm.Label nextInsn
        end local 3 // boolean isWide
        end local 2 // jdk.internal.org.objectweb.asm.Label label
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   59     0      this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   59     1    opcode  I
            0   59     2     label  Ljdk/internal/org/objectweb/asm/Label;
            3   59     3    isWide  Z
            8   59     4  nextInsn  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  
      label   final

  public void visitLabel(jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Label label
         0: .line 1127
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            dup
            getfield jdk.internal.org.objectweb.asm.ClassWriter.hasAsmInsns:Z
            aload 1 /* label */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            invokevirtual jdk.internal.org.objectweb.asm.Label.resolve:(Ljdk/internal/org/objectweb/asm/MethodWriter;I[B)Z
            ior
            putfield jdk.internal.org.objectweb.asm.ClassWriter.hasAsmInsns:Z
         1: .line 1129
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_1
            iand
            ifeq 3
         2: .line 1130
            return
         3: .line 1132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 23
         4: .line 1133
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 10
         5: .line 1134
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            if_icmpne 9
         6: .line 1136
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
         7: .line 1137
            aload 1 /* label */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
         8: .line 1138
            return
         9: .line 1141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        10: .line 1144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        11: .line 1145
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            ifnonnull 14
        12: .line 1146
            aload 1 /* label */
            new jdk.internal.org.objectweb.asm.Frame
            dup
            invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:()V
            putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
        13: .line 1147
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
        14: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 21
        15: .line 1151
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            if_icmpne 20
        16: .line 1152
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        17: .line 1153
            aload 1 /* label */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
        18: .line 1154
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        19: .line 1155
            return
        20: .line 1157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
        21: .line 1159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
        22: .line 1160
            goto 39
      StackMap locals:
      StackMap stack:
        23: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 29
        24: .line 1161
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnonnull 27
        25: .line 1166
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        26: .line 1167
            goto 39
        27: .line 1170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
        28: .line 1172
            goto 39
      StackMap locals:
      StackMap stack:
        29: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpne 39
        30: .line 1173
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 33
        31: .line 1175
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            putfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
        32: .line 1176
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            aload 1 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        33: .line 1179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        34: .line 1181
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        35: .line 1182
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        36: .line 1184
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 38
        37: .line 1185
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
        38: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
        39: .line 1189
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label label
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   40     0   this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   40     1  label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      label  final

  public void visitLdcInsn(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.Object cst
         0: .line 1193
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 1194
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* cst */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Item;
            astore 2 /* i */
        start local 2 // jdk.internal.org.objectweb.asm.Item i
         2: .line 1196
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 13
         3: .line 1197
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 6
         4: .line 1198
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            bipush 18
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 2 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         5: .line 1199
            goto 13
         6: .line 1202
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.type:I
            iconst_5
            if_icmpeq 7
            aload 2 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.type:I
            bipush 6
            if_icmpne 9
         7: .line 1203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_2
            iadd
            istore 3 /* size */
        start local 3 // int size
         8: .line 1204
            goto 10
        end local 3 // int size
         9: .line 1205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iadd
            istore 3 /* size */
        start local 3 // int size
        10: .line 1208
      StackMap locals: int
      StackMap stack:
            iload 3 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 12
        11: .line 1209
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        12: .line 1211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        end local 3 // int size
        13: .line 1215
      StackMap locals:
      StackMap stack:
            aload 2 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            istore 3 /* index */
        start local 3 // int index
        14: .line 1216
            aload 2 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.type:I
            iconst_5
            if_icmpeq 15
            aload 2 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.type:I
            bipush 6
            if_icmpne 17
        15: .line 1217
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 20
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        16: .line 1218
            goto 21
      StackMap locals:
      StackMap stack:
        17: iload 3 /* index */
            sipush 256
            if_icmplt 20
        18: .line 1219
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 19
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        19: .line 1220
            goto 21
        20: .line 1221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 18
            iload 3 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        21: .line 1223
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int index
        end local 2 // jdk.internal.org.objectweb.asm.Item i
        end local 1 // java.lang.Object cst
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   22     1    cst  Ljava/lang/Object;
            2   22     2      i  Ljdk/internal/org/objectweb/asm/Item;
            8    9     3   size  I
           10   13     3   size  I
           14   22     3  index  I
    MethodParameters:
      Name  Flags
      cst   final

  public void visitIincInsn(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int var
        start local 2 // int increment
         0: .line 1227
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 1228
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 4
         2: .line 1229
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 3
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 4
         3: .line 1230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            sipush 132
            iload 1 /* var */
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         4: .line 1233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpeq 8
         5: .line 1235
            iload 1 /* var */
            iconst_1
            iadd
            istore 3 /* n */
        start local 3 // int n
         6: .line 1236
            iload 3 /* n */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 8
         7: .line 1237
            aload 0 /* this */
            iload 3 /* n */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int n
         8: .line 1241
      StackMap locals:
      StackMap stack:
            iload 1 /* var */
            sipush 255
            if_icmpgt 9
            iload 2 /* increment */
            bipush 127
            if_icmpgt 9
            iload 2 /* increment */
            bipush -128
            if_icmpge 12
         9: .line 1242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 196
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 132
            iload 1 /* var */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
        10: .line 1243
            iload 2 /* increment */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        11: .line 1244
            goto 13
        12: .line 1245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 132
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* var */
            iload 2 /* increment */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        13: .line 1247
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int increment
        end local 1 // int var
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   14     1        var  I
            0   14     2  increment  I
            6    8     3          n  I
    MethodParameters:
           Name  Flags
      var        final
      increment  final

  public void visitTableSwitchInsn(int, int, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=7, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int min
        start local 2 // int max
        start local 3 // jdk.internal.org.objectweb.asm.Label dflt
        start local 4 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 1252
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 1254
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            istore 5 /* source */
        start local 5 // int source
         2: .line 1255
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 170
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 1256
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            iconst_4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 1257
            aload 3 /* dflt */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 5 /* source */
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
         5: .line 1258
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* min */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* max */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 1259
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 10
         8: .line 1260
      StackMap locals: int int
      StackMap stack:
            aload 4 /* labels */
            iload 6 /* i */
            aaload
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 5 /* source */
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
         9: .line 1259
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            aload 4 /* labels */
            arraylength
            if_icmplt 8
        end local 6 // int i
        11: .line 1263
            aload 0 /* this */
            aload 3 /* dflt */
            aload 4 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
        12: .line 1264
            return
        end local 5 // int source
        end local 4 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 3 // jdk.internal.org.objectweb.asm.Label dflt
        end local 2 // int max
        end local 1 // int min
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   13     1     min  I
            0   13     2     max  I
            0   13     3    dflt  Ljdk/internal/org/objectweb/asm/Label;
            0   13     4  labels  [Ljdk/internal/org/objectweb/asm/Label;
            2   13     5  source  I
            7   11     6       i  I
    MethodParameters:
        Name  Flags
      min     final
      max     final
      dflt    final
      labels  final

  public void visitLookupSwitchInsn(jdk.internal.org.objectweb.asm.Label, int[], jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Label dflt
        start local 2 // int[] keys
        start local 3 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 1269
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 1271
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            istore 4 /* source */
        start local 4 // int source
         2: .line 1272
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 171
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 1273
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aconst_null
            iconst_0
            iconst_4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_4
            irem
            isub
            iconst_4
            irem
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 1274
            aload 1 /* dflt */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 4 /* source */
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
         5: .line 1275
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 3 /* labels */
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 1276
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 11
         8: .line 1277
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 2 /* keys */
            iload 5 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         9: .line 1278
            aload 3 /* labels */
            iload 5 /* i */
            aaload
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 4 /* source */
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
        10: .line 1276
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            aload 3 /* labels */
            arraylength
            if_icmplt 8
        end local 5 // int i
        12: .line 1281
            aload 0 /* this */
            aload 1 /* dflt */
            aload 3 /* labels */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
        13: .line 1282
            return
        end local 4 // int source
        end local 3 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 2 // int[] keys
        end local 1 // jdk.internal.org.objectweb.asm.Label dflt
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   14     1    dflt  Ljdk/internal/org/objectweb/asm/Label;
            0   14     2    keys  [I
            0   14     3  labels  [Ljdk/internal/org/objectweb/asm/Label;
            2   14     4  source  I
            7   12     5       i  I
    MethodParameters:
        Name  Flags
      dflt    final
      keys    final
      labels  final

  private void visitSwitchInsn(jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Label dflt
        start local 2 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 1286
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 20
         1: .line 1287
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 12
         2: .line 1288
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            sipush 171
            iconst_0
            aconst_null
            aconst_null
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         3: .line 1290
            aload 0 /* this */
            iconst_0
            aload 1 /* dflt */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
         4: .line 1291
            aload 1 /* dflt */
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
         5: .line 1292
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 1293
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 2 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
         8: .line 1294
            aload 2 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
         9: .line 1292
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 2 /* labels */
            arraylength
            if_icmplt 7
        end local 3 // int i
        11: .line 1296
            goto 19
        12: .line 1298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            isub
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        13: .line 1300
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            aload 1 /* dflt */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        14: .line 1301
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: goto 18
        16: .line 1302
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            aload 2 /* labels */
            iload 3 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
        17: .line 1301
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            aload 2 /* labels */
            arraylength
            if_icmplt 16
        end local 3 // int i
        19: .line 1306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
        20: .line 1308
      StackMap locals:
      StackMap stack:
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 1 // jdk.internal.org.objectweb.asm.Label dflt
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   21     1    dflt  Ljdk/internal/org/objectweb/asm/Label;
            0   21     2  labels  [Ljdk/internal/org/objectweb/asm/Label;
            6   11     3       i  I
           15   19     3       i  I
    MethodParameters:
        Name  Flags
      dflt    final
      labels  final

  public void visitMultiANewArrayInsn(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String desc
        start local 2 // int dims
         0: .line 1312
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
         1: .line 1313
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            bipush 7
            aload 1 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newStringishItem:(ILjava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // jdk.internal.org.objectweb.asm.Item i
         2: .line 1315
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 7
         3: .line 1316
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifeq 4
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 6
         4: .line 1317
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            sipush 197
            iload 2 /* dims */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* i */
            invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
         5: .line 1318
            goto 7
         6: .line 1321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
            iconst_1
            iload 2 /* dims */
            isub
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
         7: .line 1325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 197
            aload 3 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* dims */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         8: .line 1326
            return
        end local 3 // jdk.internal.org.objectweb.asm.Item i
        end local 2 // int dims
        end local 1 // java.lang.String desc
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    9     1  desc  Ljava/lang/String;
            0    9     2  dims  I
            2    9     3     i  Ljdk/internal/org/objectweb/asm/Item;
    MethodParameters:
      Name  Flags
      desc  final
      dims  final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String desc
        start local 4 // boolean visible
         0: .line 1331
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 5 /* bv */
        start local 5 // jdk.internal.org.objectweb.asm.ByteVector bv
         1: .line 1333
            iload 1 /* typeRef */
            ldc -16776961
            iand
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
            bipush 8
            ishl
            ior
            istore 1 /* typeRef */
         2: .line 1334
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 5 /* bv */
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putTarget:(ILjdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
         3: .line 1336
            aload 5 /* bv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 1337
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            aload 5 /* bv */
            aload 5 /* bv */
         5: .line 1338
            aload 5 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         6: .line 1337
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            astore 6 /* aw */
        start local 6 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
         7: .line 1339
            iload 4 /* visible */
            ifeq 11
         8: .line 1340
            aload 6 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 1341
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        10: .line 1342
            goto 13
        11: .line 1343
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 6 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        12: .line 1344
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        13: .line 1346
      StackMap locals:
      StackMap stack:
            aload 6 /* aw */
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        end local 5 // jdk.internal.org.objectweb.asm.ByteVector bv
        end local 4 // boolean visible
        end local 3 // java.lang.String desc
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   14     1   typeRef  I
            0   14     2  typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0   14     3      desc  Ljava/lang/String;
            0   14     4   visible  Z
            1   14     5        bv  Ljdk/internal/org/objectweb/asm/ByteVector;
            7   14     6        aw  Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    MethodParameters:
          Name  Flags
      typeRef   
      typePath  
      desc      
      visible   

  public void visitTryCatchBlock(jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, java.lang.String);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Label start
        start local 2 // jdk.internal.org.objectweb.asm.Label end
        start local 3 // jdk.internal.org.objectweb.asm.Label handler
        start local 4 // java.lang.String type
         0: .line 1352
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
         1: .line 1353
            new jdk.internal.org.objectweb.asm.Handler
            dup
            invokespecial jdk.internal.org.objectweb.asm.Handler.<init>:()V
            astore 5 /* h */
        start local 5 // jdk.internal.org.objectweb.asm.Handler h
         2: .line 1354
            aload 5 /* h */
            aload 1 /* start */
            putfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
         3: .line 1355
            aload 5 /* h */
            aload 2 /* end */
            putfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
         4: .line 1356
            aload 5 /* h */
            aload 3 /* handler */
            putfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
         5: .line 1357
            aload 5 /* h */
            aload 4 /* type */
            putfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
         6: .line 1358
            aload 5 /* h */
            aload 4 /* type */
            ifnull 7
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 4 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            goto 8
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label java.lang.String jdk.internal.org.objectweb.asm.Handler
      StackMap stack: jdk.internal.org.objectweb.asm.Handler
         7: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label java.lang.String jdk.internal.org.objectweb.asm.Handler
      StackMap stack: jdk.internal.org.objectweb.asm.Handler int
         8: putfield jdk.internal.org.objectweb.asm.Handler.type:I
         9: .line 1359
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
            ifnonnull 12
        10: .line 1360
            aload 0 /* this */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
        11: .line 1361
            goto 13
        12: .line 1362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
        13: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
        14: .line 1365
            return
        end local 5 // jdk.internal.org.objectweb.asm.Handler h
        end local 4 // java.lang.String type
        end local 3 // jdk.internal.org.objectweb.asm.Label handler
        end local 2 // jdk.internal.org.objectweb.asm.Label end
        end local 1 // jdk.internal.org.objectweb.asm.Label start
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   15     0     this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   15     1    start  Ljdk/internal/org/objectweb/asm/Label;
            0   15     2      end  Ljdk/internal/org/objectweb/asm/Label;
            0   15     3  handler  Ljdk/internal/org/objectweb/asm/Label;
            0   15     4     type  Ljava/lang/String;
            2   15     5        h  Ljdk/internal/org/objectweb/asm/Handler;
    MethodParameters:
         Name  Flags
      start    final
      end      final
      handler  final
      type     final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // java.lang.String desc
        start local 4 // boolean visible
         0: .line 1370
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 5 /* bv */
        start local 5 // jdk.internal.org.objectweb.asm.ByteVector bv
         1: .line 1372
            iload 1 /* typeRef */
            aload 2 /* typePath */
            aload 5 /* bv */
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putTarget:(ILjdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
         2: .line 1374
            aload 5 /* bv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 1375
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            aload 5 /* bv */
            aload 5 /* bv */
         4: .line 1376
            aload 5 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         5: .line 1375
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            astore 6 /* aw */
        start local 6 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
         6: .line 1377
            iload 4 /* visible */
            ifeq 10
         7: .line 1378
            aload 6 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         8: .line 1379
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 1380
            goto 12
        10: .line 1381
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 6 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        11: .line 1382
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        12: .line 1384
      StackMap locals:
      StackMap stack:
            aload 6 /* aw */
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        end local 5 // jdk.internal.org.objectweb.asm.ByteVector bv
        end local 4 // boolean visible
        end local 3 // java.lang.String desc
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   13     1   typeRef  I
            0   13     2  typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0   13     3      desc  Ljava/lang/String;
            0   13     4   visible  Z
            1   13     5        bv  Ljdk/internal/org/objectweb/asm/ByteVector;
            6   13     6        aw  Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    MethodParameters:
          Name  Flags
      typeRef   
      typePath  
      desc      
      visible   

  public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String desc
        start local 3 // java.lang.String signature
        start local 4 // jdk.internal.org.objectweb.asm.Label start
        start local 5 // jdk.internal.org.objectweb.asm.Label end
        start local 6 // int index
         0: .line 1391
            aload 3 /* signature */
            ifnull 8
         1: .line 1392
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1393
            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.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
         3: .line 1395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarTypeCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.localVarTypeCount:I
         4: .line 1396
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 4 /* start */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         5: .line 1397
            aload 5 /* end */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            aload 4 /* start */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         6: .line 1398
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)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.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* signature */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         7: .line 1399
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         8: .line 1401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 10
         9: .line 1402
            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.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
        10: .line 1404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.localVarCount:I
        11: .line 1405
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 4 /* start */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        12: .line 1406
            aload 5 /* end */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            aload 4 /* start */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        13: .line 1407
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* name */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)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.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 2 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        14: .line 1408
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        15: .line 1409
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_3
            if_icmpeq 23
        16: .line 1411
            aload 2 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
        17: .line 1412
            iload 6 /* index */
            iload 7 /* c */
            bipush 74
            if_icmpeq 18
            iload 7 /* c */
            bipush 68
            if_icmpne 19
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int
      StackMap stack: int
        18: iconst_2
            goto 20
      StackMap locals:
      StackMap stack: int
        19: iconst_1
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int
      StackMap stack: int int
        20: iadd
            istore 8 /* n */
        start local 8 // int n
        21: .line 1413
            iload 8 /* n */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 23
        22: .line 1414
            aload 0 /* this */
            iload 8 /* n */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        end local 8 // int n
        end local 7 // char c
        23: .line 1417
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int index
        end local 5 // jdk.internal.org.objectweb.asm.Label end
        end local 4 // jdk.internal.org.objectweb.asm.Label start
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String desc
        end local 1 // java.lang.String name
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   24     0       this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   24     1       name  Ljava/lang/String;
            0   24     2       desc  Ljava/lang/String;
            0   24     3  signature  Ljava/lang/String;
            0   24     4      start  Ljdk/internal/org/objectweb/asm/Label;
            0   24     5        end  Ljdk/internal/org/objectweb/asm/Label;
            0   24     6      index  I
           17   23     7          c  C
           21   23     8          n  I
    MethodParameters:
           Name  Flags
      name       final
      desc       final
      signature  final
      start      final
      end        final
      index      final

  public jdk.internal.org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.Label[], jdk.internal.org.objectweb.asm.Label[], int[], java.lang.String, boolean);
    descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=10, args_size=8
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int typeRef
        start local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        start local 3 // jdk.internal.org.objectweb.asm.Label[] start
        start local 4 // jdk.internal.org.objectweb.asm.Label[] end
        start local 5 // int[] index
        start local 6 // java.lang.String desc
        start local 7 // boolean visible
         0: .line 1423
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 8 /* bv */
        start local 8 // jdk.internal.org.objectweb.asm.ByteVector bv
         1: .line 1425
            aload 8 /* bv */
            iload 1 /* typeRef */
            bipush 24
            iushr
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 3 /* start */
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 1426
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         3: goto 8
         4: .line 1427
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 8 /* bv */
            aload 3 /* start */
            iload 9 /* i */
            aaload
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         5: .line 1428
            aload 4 /* end */
            iload 9 /* i */
            aaload
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            aload 3 /* start */
            iload 9 /* i */
            aaload
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            isub
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         6: .line 1429
            aload 5 /* index */
            iload 9 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 1426
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 9 /* i */
            aload 3 /* start */
            arraylength
            if_icmplt 4
        end local 9 // int i
         9: .line 1431
            aload 2 /* typePath */
            ifnonnull 12
        10: .line 1432
            aload 8 /* bv */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        11: .line 1433
            goto 14
        12: .line 1434
      StackMap locals:
      StackMap stack:
            aload 2 /* typePath */
            getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
            aload 2 /* typePath */
            getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
            baload
            iconst_2
            imul
            iconst_1
            iadd
            istore 9 /* length */
        start local 9 // int length
        13: .line 1435
            aload 8 /* bv */
            aload 2 /* typePath */
            getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
            aload 2 /* typePath */
            getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
            iload 9 /* length */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 9 // int length
        14: .line 1438
      StackMap locals:
      StackMap stack:
            aload 8 /* bv */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 6 /* desc */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        15: .line 1439
            new jdk.internal.org.objectweb.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iconst_1
            aload 8 /* bv */
            aload 8 /* bv */
        16: .line 1440
            aload 8 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
        17: .line 1439
            invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
            astore 9 /* aw */
        start local 9 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        18: .line 1441
            iload 7 /* visible */
            ifeq 22
        19: .line 1442
            aload 9 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        20: .line 1443
            aload 0 /* this */
            aload 9 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        21: .line 1444
            goto 24
        22: .line 1445
      StackMap locals: jdk.internal.org.objectweb.asm.AnnotationWriter
      StackMap stack:
            aload 9 /* aw */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        23: .line 1446
            aload 0 /* this */
            aload 9 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        24: .line 1448
      StackMap locals:
      StackMap stack:
            aload 9 /* aw */
            areturn
        end local 9 // jdk.internal.org.objectweb.asm.AnnotationWriter aw
        end local 8 // jdk.internal.org.objectweb.asm.ByteVector bv
        end local 7 // boolean visible
        end local 6 // java.lang.String desc
        end local 5 // int[] index
        end local 4 // jdk.internal.org.objectweb.asm.Label[] end
        end local 3 // jdk.internal.org.objectweb.asm.Label[] start
        end local 2 // jdk.internal.org.objectweb.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   25     0      this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   25     1   typeRef  I
            0   25     2  typePath  Ljdk/internal/org/objectweb/asm/TypePath;
            0   25     3     start  [Ljdk/internal/org/objectweb/asm/Label;
            0   25     4       end  [Ljdk/internal/org/objectweb/asm/Label;
            0   25     5     index  [I
            0   25     6      desc  Ljava/lang/String;
            0   25     7   visible  Z
            1   25     8        bv  Ljdk/internal/org/objectweb/asm/ByteVector;
            3    9     9         i  I
           13   14     9    length  I
           18   25     9        aw  Ljdk/internal/org/objectweb/asm/AnnotationWriter;
    MethodParameters:
          Name  Flags
      typeRef   
      typePath  
      start     
      end       
      index     
      desc      
      visible   

  public void visitLineNumber(int, jdk.internal.org.objectweb.asm.Label);
    descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int line
        start local 2 // jdk.internal.org.objectweb.asm.Label start
         0: .line 1453
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 1454
            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.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 1456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumberCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumberCount:I
         3: .line 1457
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 2 /* start */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 1458
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* line */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 1459
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label start
        end local 1 // int line
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    6     1   line  I
            0    6     2  start  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      line   final
      start  final

  public void visitMaxs(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int maxStack
        start local 2 // int maxLocals
         0: .line 1463
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 84
         1: .line 1465
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        start local 3 // jdk.internal.org.objectweb.asm.Handler handler
         2: .line 1466
            goto 20
         3: .line 1467
      StackMap locals: jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            astore 4 /* l */
        start local 4 // jdk.internal.org.objectweb.asm.Label l
         4: .line 1468
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* h */
        start local 5 // jdk.internal.org.objectweb.asm.Label h
         5: .line 1469
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* e */
        start local 6 // jdk.internal.org.objectweb.asm.Label e
         6: .line 1471
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
            ifnonnull 7
            ldc "java/lang/Throwable"
            goto 8
         7: .line 1472
      StackMap locals: jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
         8: .line 1471
      StackMap locals:
      StackMap stack: java.lang.String
            astore 7 /* t */
        start local 7 // java.lang.String t
         9: .line 1473
            ldc 24117248
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 7 /* t */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 8 /* kind */
        start local 8 // int kind
        10: .line 1475
            aload 5 /* h */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        11: .line 1477
            goto 18
        12: .line 1479
      StackMap locals: java.lang.String int
      StackMap stack:
            new jdk.internal.org.objectweb.asm.Edge
            dup
            invokespecial jdk.internal.org.objectweb.asm.Edge.<init>:()V
            astore 9 /* b */
        start local 9 // jdk.internal.org.objectweb.asm.Edge b
        13: .line 1480
            aload 9 /* b */
            iload 8 /* kind */
            putfield jdk.internal.org.objectweb.asm.Edge.info:I
        14: .line 1481
            aload 9 /* b */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
        15: .line 1483
            aload 9 /* b */
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
        16: .line 1484
            aload 4 /* l */
            aload 9 /* b */
            putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
        17: .line 1486
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 4 /* l */
        end local 9 // jdk.internal.org.objectweb.asm.Edge b
        18: .line 1477
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            aload 6 /* e */
            if_acmpne 12
        19: .line 1488
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        end local 8 // int kind
        end local 7 // java.lang.String t
        end local 6 // jdk.internal.org.objectweb.asm.Label e
        end local 5 // jdk.internal.org.objectweb.asm.Label h
        end local 4 // jdk.internal.org.objectweb.asm.Label l
        20: .line 1466
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 3
        21: .line 1492
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            astore 4 /* f */
        start local 4 // jdk.internal.org.objectweb.asm.Frame f
        22: .line 1493
            aload 4 /* f */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
        23: .line 1494
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        24: .line 1493
            invokevirtual jdk.internal.org.objectweb.asm.Frame.initInputFrame:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljdk/internal/org/objectweb/asm/Type;I)V
        25: .line 1495
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
        26: .line 1503
            iconst_0
            istore 5 /* max */
        start local 5 // int max
        27: .line 1504
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* changed */
        start local 6 // jdk.internal.org.objectweb.asm.Label changed
        28: .line 1505
            goto 48
        29: .line 1507
      StackMap locals: jdk.internal.org.objectweb.asm.Frame int jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 6 /* changed */
            astore 7 /* l */
        start local 7 // jdk.internal.org.objectweb.asm.Label l
        30: .line 1508
            aload 6 /* changed */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* changed */
        31: .line 1509
            aload 7 /* l */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
        32: .line 1510
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            astore 4 /* f */
        33: .line 1512
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ifeq 35
        34: .line 1513
            aload 7 /* l */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 32
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        35: .line 1516
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 7 /* l */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 64
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        36: .line 1518
            aload 4 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.inputStack:[I
            arraylength
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
            iadd
            istore 8 /* blockMax */
        start local 8 // int blockMax
        37: .line 1519
            iload 8 /* blockMax */
            iload 5 /* max */
            if_icmple 39
        38: .line 1520
            iload 8 /* blockMax */
            istore 5 /* max */
        39: .line 1523
      StackMap locals: int
      StackMap stack:
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* e */
        start local 9 // jdk.internal.org.objectweb.asm.Edge e
        40: .line 1524
            goto 47
        41: .line 1525
      StackMap locals: jdk.internal.org.objectweb.asm.Edge
      StackMap stack:
            aload 9 /* e */
            getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
            invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
            astore 10 /* n */
        start local 10 // jdk.internal.org.objectweb.asm.Label n
        42: .line 1526
            aload 4 /* f */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 10 /* n */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 9 /* e */
            getfield jdk.internal.org.objectweb.asm.Edge.info:I
            invokevirtual jdk.internal.org.objectweb.asm.Frame.merge:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Frame;I)Z
            istore 11 /* change */
        start local 11 // boolean change
        43: .line 1527
            iload 11 /* change */
            ifeq 46
            aload 10 /* n */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            ifnonnull 46
        44: .line 1530
            aload 10 /* n */
            aload 6 /* changed */
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
        45: .line 1531
            aload 10 /* n */
            astore 6 /* changed */
        46: .line 1533
      StackMap locals: jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
            aload 9 /* e */
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* e */
        end local 11 // boolean change
        end local 10 // jdk.internal.org.objectweb.asm.Label n
        47: .line 1524
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            ifnonnull 41
        end local 9 // jdk.internal.org.objectweb.asm.Edge e
        end local 8 // int blockMax
        end local 7 // jdk.internal.org.objectweb.asm.Label l
        48: .line 1505
      StackMap locals:
      StackMap stack:
            aload 6 /* changed */
            ifnonnull 29
        49: .line 1538
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 7 /* l */
        start local 7 // jdk.internal.org.objectweb.asm.Label l
        50: .line 1539
            goto 75
        51: .line 1540
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            astore 4 /* f */
        52: .line 1541
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 32
            iand
            ifeq 54
        53: .line 1542
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
        54: .line 1544
      StackMap locals:
      StackMap stack:
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 64
            iand
            ifne 74
        55: .line 1546
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 8 /* k */
        start local 8 // jdk.internal.org.objectweb.asm.Label k
        56: .line 1547
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            istore 9 /* start */
        start local 9 // int start
        57: .line 1548
            aload 8 /* k */
            ifnonnull 58
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            goto 59
      StackMap locals: jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
        58: aload 8 /* k */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
      StackMap locals:
      StackMap stack: int
        59: iconst_1
            isub
            istore 10 /* end */
        start local 10 // int end
        60: .line 1550
            iload 10 /* end */
            iload 9 /* start */
            if_icmplt 74
        61: .line 1551
            iload 5 /* max */
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* max */
        62: .line 1553
            iload 9 /* start */
            istore 11 /* i */
        start local 11 // int i
        63: goto 66
        64: .line 1554
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iload 11 /* i */
            iconst_0
            bastore
        65: .line 1553
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        66: iload 11 /* i */
            iload 10 /* end */
            if_icmplt 64
        end local 11 // int i
        67: .line 1556
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iload 10 /* end */
            bipush -65
            bastore
        68: .line 1558
            aload 0 /* this */
            iload 9 /* start */
            iconst_0
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 11 /* frameIndex */
        start local 11 // int frameIndex
        69: .line 1559
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 11 /* frameIndex */
            ldc 24117248
        70: .line 1560
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "java/lang/Throwable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        71: .line 1559
            iastore
        72: .line 1561
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        73: .line 1564
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            aload 7 /* l */
            aload 8 /* k */
            invokestatic jdk.internal.org.objectweb.asm.Handler.remove:(Ljdk/internal/org/objectweb/asm/Handler;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Handler;
            putfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
        end local 11 // int frameIndex
        end local 10 // int end
        end local 9 // int start
        end local 8 // jdk.internal.org.objectweb.asm.Label k
        74: .line 1567
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler jdk.internal.org.objectweb.asm.Frame int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 7 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 7 /* l */
        75: .line 1539
      StackMap locals:
      StackMap stack:
            aload 7 /* l */
            ifnonnull 51
        76: .line 1570
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        77: .line 1571
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
        78: .line 1572
            goto 81
        79: .line 1573
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
        80: .line 1574
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        81: .line 1572
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 79
        82: .line 1577
            aload 0 /* this */
            iload 5 /* max */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
        end local 7 // jdk.internal.org.objectweb.asm.Label l
        end local 6 // jdk.internal.org.objectweb.asm.Label changed
        end local 5 // int max
        end local 4 // jdk.internal.org.objectweb.asm.Frame f
        end local 3 // jdk.internal.org.objectweb.asm.Handler handler
        83: .line 1578
            goto 159
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
      StackMap stack:
        84: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpne 157
        85: .line 1580
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        start local 3 // jdk.internal.org.objectweb.asm.Handler handler
        86: .line 1581
            goto 103
        87: .line 1582
      StackMap locals: jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
            astore 4 /* l */
        start local 4 // jdk.internal.org.objectweb.asm.Label l
        88: .line 1583
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* h */
        start local 5 // jdk.internal.org.objectweb.asm.Label h
        89: .line 1584
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* e */
        start local 6 // jdk.internal.org.objectweb.asm.Label e
        90: .line 1586
            goto 101
        91: .line 1588
      StackMap locals: jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            new jdk.internal.org.objectweb.asm.Edge
            dup
            invokespecial jdk.internal.org.objectweb.asm.Edge.<init>:()V
            astore 7 /* b */
        start local 7 // jdk.internal.org.objectweb.asm.Edge b
        92: .line 1589
            aload 7 /* b */
            ldc 2147483647
            putfield jdk.internal.org.objectweb.asm.Edge.info:I
        93: .line 1590
            aload 7 /* b */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
        94: .line 1592
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifne 98
        95: .line 1593
            aload 7 /* b */
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
        96: .line 1594
            aload 4 /* l */
            aload 7 /* b */
            putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
        97: .line 1595
            goto 100
        98: .line 1599
      StackMap locals: jdk.internal.org.objectweb.asm.Edge
      StackMap stack:
            aload 7 /* b */
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
        99: .line 1600
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            aload 7 /* b */
            putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
       100: .line 1603
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 4 /* l */
        end local 7 // jdk.internal.org.objectweb.asm.Edge b
       101: .line 1586
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            aload 6 /* e */
            if_acmpne 91
       102: .line 1605
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        end local 6 // jdk.internal.org.objectweb.asm.Label e
        end local 5 // jdk.internal.org.objectweb.asm.Label h
        end local 4 // jdk.internal.org.objectweb.asm.Label l
       103: .line 1581
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 87
       104: .line 1608
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
            ifle 130
       105: .line 1615
            iconst_0
            istore 4 /* id */
        start local 4 // int id
       106: .line 1616
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            aconst_null
            lconst_1
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
            invokevirtual jdk.internal.org.objectweb.asm.Label.visitSubroutine:(Ljdk/internal/org/objectweb/asm/Label;JI)V
       107: .line 1618
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
        start local 5 // jdk.internal.org.objectweb.asm.Label l
       108: .line 1619
            goto 117
       109: .line 1620
      StackMap locals: int jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 116
       110: .line 1622
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* subroutine */
        start local 6 // jdk.internal.org.objectweb.asm.Label subroutine
       111: .line 1624
            aload 6 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 1024
            iand
            ifne 116
       112: .line 1626
            iinc 4 /* id */ 1
       113: .line 1627
            aload 6 /* subroutine */
            aconst_null
            iload 4 /* id */
            i2l
            ldc 32
            ldiv
            bipush 32
            lshl
       114: .line 1628
            lconst_1
            iload 4 /* id */
            bipush 32
            irem
            lshl
            lor
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
       115: .line 1627
            invokevirtual jdk.internal.org.objectweb.asm.Label.visitSubroutine:(Ljdk/internal/org/objectweb/asm/Label;JI)V
        end local 6 // jdk.internal.org.objectweb.asm.Label subroutine
       116: .line 1631
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
       117: .line 1619
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            ifnonnull 109
       118: .line 1634
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
       119: .line 1635
            goto 129
       120: .line 1636
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 128
       121: .line 1637
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* L */
        start local 6 // jdk.internal.org.objectweb.asm.Label L
       122: .line 1638
            goto 125
       123: .line 1639
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 6 /* L */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush -2049
            iand
            putfield jdk.internal.org.objectweb.asm.Label.status:I
       124: .line 1640
            aload 6 /* L */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* L */
       125: .line 1638
      StackMap locals:
      StackMap stack:
            aload 6 /* L */
            ifnonnull 123
       126: .line 1643
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 7 /* subroutine */
        start local 7 // jdk.internal.org.objectweb.asm.Label subroutine
       127: .line 1644
            aload 7 /* subroutine */
            aload 5 /* l */
            lconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
            invokevirtual jdk.internal.org.objectweb.asm.Label.visitSubroutine:(Ljdk/internal/org/objectweb/asm/Label;JI)V
        end local 7 // jdk.internal.org.objectweb.asm.Label subroutine
        end local 6 // jdk.internal.org.objectweb.asm.Label L
       128: .line 1646
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
       129: .line 1635
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            ifnonnull 120
        end local 5 // jdk.internal.org.objectweb.asm.Label l
        end local 4 // int id
       130: .line 1660
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* max */
        start local 4 // int max
       131: .line 1661
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* stack */
        start local 5 // jdk.internal.org.objectweb.asm.Label stack
       132: .line 1662
            goto 154
       133: .line 1664
      StackMap locals: int jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* stack */
            astore 6 /* l */
        start local 6 // jdk.internal.org.objectweb.asm.Label l
       134: .line 1665
            aload 5 /* stack */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* stack */
       135: .line 1667
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
            istore 7 /* start */
        start local 7 // int start
       136: .line 1668
            iload 7 /* start */
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
            iadd
            istore 8 /* blockMax */
        start local 8 // int blockMax
       137: .line 1670
            iload 8 /* blockMax */
            iload 4 /* max */
            if_icmple 139
       138: .line 1671
            iload 8 /* blockMax */
            istore 4 /* max */
       139: .line 1674
      StackMap locals: jdk.internal.org.objectweb.asm.Label int int
      StackMap stack:
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* b */
        start local 9 // jdk.internal.org.objectweb.asm.Edge b
       140: .line 1675
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 153
       141: .line 1677
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* b */
       142: .line 1679
            goto 153
       143: .line 1680
      StackMap locals: jdk.internal.org.objectweb.asm.Edge
      StackMap stack:
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* l */
       144: .line 1682
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 8
            iand
            ifne 152
       145: .line 1684
            aload 6 /* l */
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.info:I
            ldc 2147483647
            if_icmpne 146
            iconst_1
            goto 148
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.Label
       146: iload 7 /* start */
       147: .line 1685
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.info:I
            iadd
       148: .line 1684
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int jdk.internal.org.objectweb.asm.Edge
      StackMap stack: jdk.internal.org.objectweb.asm.Label int
            putfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
       149: .line 1687
            aload 6 /* l */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 8
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
       150: .line 1688
            aload 6 /* l */
            aload 5 /* stack */
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
       151: .line 1689
            aload 6 /* l */
            astore 5 /* stack */
       152: .line 1691
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* b */
       153: .line 1679
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            ifnonnull 143
        end local 9 // jdk.internal.org.objectweb.asm.Edge b
        end local 8 // int blockMax
        end local 7 // int start
        end local 6 // jdk.internal.org.objectweb.asm.Label l
       154: .line 1662
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler int jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 5 /* stack */
            ifnonnull 133
       155: .line 1694
            aload 0 /* this */
            iload 1 /* maxStack */
            iload 4 /* max */
            invokestatic java.lang.Math.max:(II)I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
        end local 5 // jdk.internal.org.objectweb.asm.Label stack
        end local 4 // int max
        end local 3 // jdk.internal.org.objectweb.asm.Handler handler
       156: .line 1695
            goto 159
       157: .line 1696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxStack */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
       158: .line 1697
            aload 0 /* this */
            iload 2 /* maxLocals */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
       159: .line 1699
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int maxLocals
        end local 1 // int maxStack
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  160     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0  160     1    maxStack  I
            0  160     2   maxLocals  I
            2   83     3     handler  Ljdk/internal/org/objectweb/asm/Handler;
            4   20     4           l  Ljdk/internal/org/objectweb/asm/Label;
            5   20     5           h  Ljdk/internal/org/objectweb/asm/Label;
            6   20     6           e  Ljdk/internal/org/objectweb/asm/Label;
            9   20     7           t  Ljava/lang/String;
           10   20     8        kind  I
           13   18     9           b  Ljdk/internal/org/objectweb/asm/Edge;
           22   83     4           f  Ljdk/internal/org/objectweb/asm/Frame;
           27   83     5         max  I
           28   83     6     changed  Ljdk/internal/org/objectweb/asm/Label;
           30   48     7           l  Ljdk/internal/org/objectweb/asm/Label;
           37   48     8    blockMax  I
           40   48     9           e  Ljdk/internal/org/objectweb/asm/Edge;
           42   47    10           n  Ljdk/internal/org/objectweb/asm/Label;
           43   47    11      change  Z
           50   83     7           l  Ljdk/internal/org/objectweb/asm/Label;
           56   74     8           k  Ljdk/internal/org/objectweb/asm/Label;
           57   74     9       start  I
           60   74    10         end  I
           63   67    11           i  I
           69   74    11  frameIndex  I
           86  156     3     handler  Ljdk/internal/org/objectweb/asm/Handler;
           88  103     4           l  Ljdk/internal/org/objectweb/asm/Label;
           89  103     5           h  Ljdk/internal/org/objectweb/asm/Label;
           90  103     6           e  Ljdk/internal/org/objectweb/asm/Label;
           92  101     7           b  Ljdk/internal/org/objectweb/asm/Edge;
          106  130     4          id  I
          108  130     5           l  Ljdk/internal/org/objectweb/asm/Label;
          111  116     6  subroutine  Ljdk/internal/org/objectweb/asm/Label;
          122  128     6           L  Ljdk/internal/org/objectweb/asm/Label;
          127  128     7  subroutine  Ljdk/internal/org/objectweb/asm/Label;
          131  156     4         max  I
          132  156     5       stack  Ljdk/internal/org/objectweb/asm/Label;
          134  154     6           l  Ljdk/internal/org/objectweb/asm/Label;
          136  154     7       start  I
          137  154     8    blockMax  I
          140  154     9           b  Ljdk/internal/org/objectweb/asm/Edge;
    MethodParameters:
           Name  Flags
      maxStack   final
      maxLocals  final

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

  private void addSuccessor(int, jdk.internal.org.objectweb.asm.Label);
    descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int info
        start local 2 // jdk.internal.org.objectweb.asm.Label successor
         0: .line 1719
            new jdk.internal.org.objectweb.asm.Edge
            dup
            invokespecial jdk.internal.org.objectweb.asm.Edge.<init>:()V
            astore 3 /* b */
        start local 3 // jdk.internal.org.objectweb.asm.Edge b
         1: .line 1720
            aload 3 /* b */
            iload 1 /* info */
            putfield jdk.internal.org.objectweb.asm.Edge.info:I
         2: .line 1721
            aload 3 /* b */
            aload 2 /* successor */
            putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
         3: .line 1723
            aload 3 /* b */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
         4: .line 1724
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 3 /* b */
            putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
         5: .line 1725
            return
        end local 3 // jdk.internal.org.objectweb.asm.Edge b
        end local 2 // jdk.internal.org.objectweb.asm.Label successor
        end local 1 // int info
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    6     1       info  I
            0    6     2  successor  Ljdk/internal/org/objectweb/asm/Label;
            1    6     3          b  Ljdk/internal/org/objectweb/asm/Edge;
    MethodParameters:
           Name  Flags
      info       final
      successor  final

  private void noSuccessor();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 1732
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 8
         1: .line 1733
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 1 /* l */
        start local 1 // jdk.internal.org.objectweb.asm.Label l
         2: .line 1734
            aload 1 /* l */
            new jdk.internal.org.objectweb.asm.Frame
            dup
            invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:()V
            putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
         3: .line 1735
            aload 1 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 1 /* l */
            putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
         4: .line 1736
            aload 1 /* l */
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            invokevirtual jdk.internal.org.objectweb.asm.Label.resolve:(Ljdk/internal/org/objectweb/asm/MethodWriter;I[B)Z
            pop
         5: .line 1737
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 1 /* l */
            putfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
         6: .line 1738
            aload 0 /* this */
            aload 1 /* l */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
        end local 1 // jdk.internal.org.objectweb.asm.Label l
         7: .line 1739
            goto 9
         8: .line 1740
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            putfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
         9: .line 1742
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpeq 11
        10: .line 1743
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        11: .line 1745
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            2    7     1     l  Ljdk/internal/org/objectweb/asm/Label;

  private void visitFrame(jdk.internal.org.objectweb.asm.Frame);
    descriptor: (Ljdk/internal/org/objectweb/asm/Frame;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.Frame f
         0: .line 1759
            iconst_0
            istore 4 /* nTop */
        start local 4 // int nTop
         1: .line 1760
            iconst_0
            istore 5 /* nLocal */
        start local 5 // int nLocal
         2: .line 1761
            iconst_0
            istore 6 /* nStack */
        start local 6 // int nStack
         3: .line 1762
            aload 1 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.inputLocals:[I
            astore 7 /* locals */
        start local 7 // int[] locals
         4: .line 1763
            aload 1 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.inputStack:[I
            astore 8 /* stacks */
        start local 8 // int[] stacks
         5: .line 1766
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 16
         7: .line 1767
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[]
      StackMap stack:
            aload 7 /* locals */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
         8: .line 1768
            iload 3 /* t */
            ldc 16777216
            if_icmpne 11
         9: .line 1769
            iinc 4 /* nTop */ 1
        10: .line 1770
            goto 13
        11: .line 1771
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[]
      StackMap stack:
            iload 5 /* nLocal */
            iload 4 /* nTop */
            iconst_1
            iadd
            iadd
            istore 5 /* nLocal */
        12: .line 1772
            iconst_0
            istore 4 /* nTop */
        13: .line 1774
      StackMap locals:
      StackMap stack:
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 14
            iload 3 /* t */
            ldc 16777219
            if_icmpne 15
        14: .line 1775
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        15: .line 1766
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int t
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[]
      StackMap stack:
        16: iload 2 /* i */
            aload 7 /* locals */
            arraylength
            if_icmplt 7
        17: .line 1780
            iconst_0
            istore 2 /* i */
            goto 23
        18: .line 1781
      StackMap locals:
      StackMap stack:
            aload 8 /* stacks */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        19: .line 1782
            iinc 6 /* nStack */ 1
        20: .line 1783
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 21
            iload 3 /* t */
            ldc 16777219
            if_icmpne 22
        21: .line 1784
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[]
      StackMap stack:
            iinc 2 /* i */ 1
        22: .line 1780
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int t
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[]
      StackMap stack:
        23: iload 2 /* i */
            aload 8 /* stacks */
            arraylength
            if_icmplt 18
        24: .line 1788
            aload 0 /* this */
            aload 1 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            iload 5 /* nLocal */
            iload 6 /* nStack */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 9 /* frameIndex */
        start local 9 // int frameIndex
        25: .line 1789
            iconst_0
            istore 2 /* i */
            goto 31
        26: .line 1790
      StackMap locals: int
      StackMap stack:
            aload 7 /* locals */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        27: .line 1791
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 9 /* frameIndex */
            iinc 9 /* frameIndex */ 1
            iload 3 /* t */
            iastore
        28: .line 1792
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 29
            iload 3 /* t */
            ldc 16777219
            if_icmpne 30
        29: .line 1793
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[] int
      StackMap stack:
            iinc 2 /* i */ 1
        30: .line 1789
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
            iinc 5 /* nLocal */ -1
        end local 3 // int t
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[] int
      StackMap stack:
        31: iload 5 /* nLocal */
            ifgt 26
        32: .line 1796
            iconst_0
            istore 2 /* i */
            goto 38
        33: .line 1797
      StackMap locals:
      StackMap stack:
            aload 8 /* stacks */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        34: .line 1798
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 9 /* frameIndex */
            iinc 9 /* frameIndex */ 1
            iload 3 /* t */
            iastore
        35: .line 1799
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 36
            iload 3 /* t */
            ldc 16777219
            if_icmpne 37
        36: .line 1800
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[] int
      StackMap stack:
            iinc 2 /* i */ 1
        37: .line 1796
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int t
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[] int
      StackMap stack:
        38: iload 2 /* i */
            aload 8 /* stacks */
            arraylength
            if_icmplt 33
        39: .line 1803
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        40: .line 1804
            return
        end local 9 // int frameIndex
        end local 8 // int[] stacks
        end local 7 // int[] locals
        end local 6 // int nStack
        end local 5 // int nLocal
        end local 4 // int nTop
        end local 2 // int i
        end local 1 // jdk.internal.org.objectweb.asm.Frame f
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   41     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   41     1           f  Ljdk/internal/org/objectweb/asm/Frame;
            6   41     2           i  I
            8   16     3           t  I
           19   23     3           t  I
           27   31     3           t  I
           34   38     3           t  I
            1   41     4        nTop  I
            2   41     5      nLocal  I
            3   41     6      nStack  I
            4   41     7      locals  [I
            5   41     8      stacks  [I
           25   41     9  frameIndex  I
    MethodParameters:
      Name  Flags
      f     final

  private void visitImplicitFirstFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 1811
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            iadd
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 1 /* frameIndex */
        start local 1 // int frameIndex
         1: .line 1812
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            bipush 8
            iand
            ifne 6
         2: .line 1813
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 524288
            iand
            ifne 5
         3: .line 1814
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            iastore
         4: .line 1815
            goto 6
         5: .line 1816
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 16777222
            iastore
         6: .line 1819
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         7: .line 1821
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            istore 3 /* j */
        start local 3 // int j
         8: .line 1822
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            iinc 2 /* i */ 1
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 10
                   66: 9
                   67: 9
                   68: 15
                   70: 11
                   73: 9
                   74: 13
                   76: 27
                   83: 9
                   90: 9
                   91: 17
              default: 34
          }
         9: .line 1828
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 16777217
            iastore
        10: .line 1829
            goto 7
        11: .line 1831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 16777218
            iastore
        12: .line 1832
            goto 7
        13: .line 1834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 16777220
            iastore
        14: .line 1835
            goto 7
        15: .line 1837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 16777219
            iastore
        16: .line 1838
            goto 7
        17: .line 1840
      StackMap locals:
      StackMap stack:
            goto 19
        18: .line 1841
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        19: .line 1840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 18
        20: .line 1843
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 76
            if_icmpne 25
        21: .line 1844
            iinc 2 /* i */ 1
        22: .line 1845
            goto 24
        23: .line 1846
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        24: .line 1845
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 23
        25: .line 1849
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 3 /* j */
            iinc 2 /* i */ 1
            iload 2 /* i */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokestatic jdk.internal.org.objectweb.asm.Frame.type:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            iastore
        26: .line 1850
            goto 7
        27: .line 1852
      StackMap locals:
      StackMap stack:
            goto 29
        28: .line 1853
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        29: .line 1852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 59
            if_icmpne 28
        30: .line 1855
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
        31: .line 1856
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
            iload 3 /* j */
            iconst_1
            iadd
            iload 2 /* i */
            iinc 2 /* i */ 1
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        32: .line 1855
            iastore
        33: .line 1857
            goto 7
        end local 3 // int j
        34: .line 1862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iload 1 /* frameIndex */
            iconst_3
            isub
            iastore
        35: .line 1863
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        36: .line 1864
            return
        end local 2 // int i
        end local 1 // int frameIndex
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   37     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            1   37     1  frameIndex  I
            7   37     2           i  I
            8   34     3           j  I

  private int startFrame(int, int, int);
    descriptor: (III)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int offset
        start local 2 // int nLocal
        start local 3 // int nStack
         0: .line 1878
            iconst_3
            iload 2 /* nLocal */
            iadd
            iload 3 /* nStack */
            iadd
            istore 4 /* n */
        start local 4 // int n
         1: .line 1879
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            ifnull 2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            arraylength
            iload 4 /* n */
            if_icmpge 3
         2: .line 1880
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* n */
            newarray 10
            putfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
         3: .line 1882
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iload 1 /* offset */
            iastore
         4: .line 1883
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iload 2 /* nLocal */
            iastore
         5: .line 1884
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_2
            iload 3 /* nStack */
            iastore
         6: .line 1885
            iconst_3
            ireturn
        end local 4 // int n
        end local 3 // int nStack
        end local 2 // int nLocal
        end local 1 // int offset
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    7     1  offset  I
            0    7     2  nLocal  I
            0    7     3  nStack  I
            1    7     4       n  I
    MethodParameters:
        Name  Flags
      offset  final
      nLocal  final
      nStack  final

  private void endFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 1893
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnull 5
         1: .line 1894
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1895
            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.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
         3: .line 1897
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrame:()V
         4: .line 1898
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
         5: .line 1900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            putfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
         6: .line 1901
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
         7: .line 1902
            return
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;

  private void writeFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=9, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 1909
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iaload
            istore 1 /* clocalsSize */
        start local 1 // int clocalsSize
         1: .line 1910
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_2
            iaload
            istore 2 /* cstackSize */
        start local 2 // int cstackSize
         2: .line 1911
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 50
            if_icmpge 8
         3: .line 1912
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* clocalsSize */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 1913
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
         5: .line 1914
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* cstackSize */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 1915
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iload 2 /* cstackSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
         7: .line 1916
            return
         8: .line 1918
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            iconst_1
            iaload
            istore 3 /* localsSize */
        start local 3 // int localsSize
         9: .line 1919
            sipush 255
            istore 4 /* type */
        start local 4 // int type
        10: .line 1920
            iconst_0
            istore 5 /* k */
        start local 5 // int k
        11: .line 1922
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
            ifne 14
        12: .line 1923
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iaload
            istore 6 /* delta */
        start local 6 // int delta
        13: .line 1924
            goto 15
        end local 6 // int delta
        14: .line 1925
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iaload
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            iconst_0
            iaload
            isub
            iconst_1
            isub
            istore 6 /* delta */
        start local 6 // int delta
        15: .line 1927
      StackMap locals: int
      StackMap stack:
            iload 2 /* cstackSize */
            ifne 27
        16: .line 1928
            iload 1 /* clocalsSize */
            iload 3 /* localsSize */
            isub
            istore 5 /* k */
        17: .line 1929
            iload 5 /* k */
            tableswitch { // -3 - 3
                   -3: 18
                   -2: 18
                   -1: 18
                    0: 21
                    1: 25
                    2: 25
                    3: 25
              default: 26
          }
        18: .line 1933
      StackMap locals:
      StackMap stack:
            sipush 248
            istore 4 /* type */
        19: .line 1934
            iload 1 /* clocalsSize */
            istore 3 /* localsSize */
        20: .line 1935
            goto 31
        21: .line 1937
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 22
            iconst_0
            goto 23
      StackMap locals:
      StackMap stack:
        22: sipush 251
      StackMap locals:
      StackMap stack: int
        23: istore 4 /* type */
        24: .line 1938
            goto 31
        25: .line 1942
      StackMap locals:
      StackMap stack:
            sipush 252
            istore 4 /* type */
        26: .line 1945
      StackMap locals:
      StackMap stack:
            goto 31
      StackMap locals:
      StackMap stack:
        27: iload 1 /* clocalsSize */
            iload 3 /* localsSize */
            if_icmpne 31
            iload 2 /* cstackSize */
            iconst_1
            if_icmpne 31
        28: .line 1946
            iload 6 /* delta */
            bipush 63
            if_icmpge 29
            bipush 64
            goto 30
        29: .line 1947
      StackMap locals:
      StackMap stack:
            sipush 247
        30: .line 1946
      StackMap locals:
      StackMap stack: int
            istore 4 /* type */
        31: .line 1949
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            sipush 255
            if_icmpeq 41
        32: .line 1951
            iconst_3
            istore 7 /* l */
        start local 7 // int l
        33: .line 1952
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        34: goto 40
        35: .line 1953
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 7 /* l */
            iaload
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            iload 7 /* l */
            iaload
            if_icmpeq 38
        36: .line 1954
            sipush 255
            istore 4 /* type */
        37: .line 1955
            goto 41
        38: .line 1957
      StackMap locals:
      StackMap stack:
            iinc 7 /* l */ 1
        39: .line 1952
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        40: iload 8 /* j */
            iload 3 /* localsSize */
            if_icmplt 35
        end local 8 // int j
        end local 7 // int l
        41: .line 1960
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            lookupswitch { // 6
                    0: 42
                   64: 44
                  247: 47
                  248: 54
                  251: 52
                  252: 56
              default: 59
          }
        42: .line 1962
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        43: .line 1963
            goto 63
        44: .line 1965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 64
            iload 6 /* delta */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        45: .line 1966
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_4
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        46: .line 1967
            goto 63
        47: .line 1969
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 247
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        48: .line 1970
            iload 6 /* delta */
        49: .line 1969
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        50: .line 1971
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_4
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        51: .line 1972
            goto 63
        52: .line 1974
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 251
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        53: .line 1975
            goto 63
        54: .line 1977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 251
            iload 5 /* k */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        55: .line 1978
            goto 63
        56: .line 1980
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 251
            iload 5 /* k */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        57: .line 1981
            aload 0 /* this */
            iconst_3
            iload 3 /* localsSize */
            iadd
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        58: .line 1982
            goto 63
        59: .line 1985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            sipush 255
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 1 /* clocalsSize */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        60: .line 1986
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        61: .line 1987
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* cstackSize */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        62: .line 1988
            aload 0 /* this */
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            iload 2 /* cstackSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        63: .line 1990
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int delta
        end local 5 // int k
        end local 4 // int type
        end local 3 // int localsSize
        end local 2 // int cstackSize
        end local 1 // int clocalsSize
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   64     0         this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            1   64     1  clocalsSize  I
            2   64     2   cstackSize  I
            9   64     3   localsSize  I
           10   64     4         type  I
           11   64     5            k  I
           13   14     6        delta  I
           15   64     6        delta  I
           33   41     7            l  I
           34   41     8            j  I

  private void writeFrameTypes(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // int start
        start local 2 // int end
         0: .line 2004
            iload 1 /* start */
            istore 3 /* i */
        start local 3 // int i
         1: goto 43
         2: .line 2005
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 3 /* i */
            iaload
            istore 4 /* t */
        start local 4 // int t
         3: .line 2006
            iload 4 /* t */
            ldc -268435456
            iand
            istore 5 /* d */
        start local 5 // int d
         4: .line 2007
            iload 5 /* d */
            ifne 15
         5: .line 2008
            iload 4 /* t */
            ldc 1048575
            iand
            istore 6 /* v */
        start local 6 // int v
         6: .line 2009
            iload 4 /* t */
            ldc 267386880
            iand
            lookupswitch { // 2
             24117248: 7
             25165824: 11
              default: 13
          }
         7: .line 2011
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 7
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         8: .line 2012
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.typeTable:[Ljdk/internal/org/objectweb/asm/Item;
            iload 6 /* v */
            aaload
            getfield jdk.internal.org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
         9: .line 2011
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        10: .line 2013
            goto 42
        11: .line 2015
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.typeTable:[Ljdk/internal/org/objectweb/asm/Item;
            iload 6 /* v */
            aaload
            getfield jdk.internal.org.objectweb.asm.Item.intVal:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        12: .line 2016
            goto 42
        13: .line 2018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 6 /* v */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 6 // int v
        14: .line 2020
            goto 42
        15: .line 2021
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 6 /* sb */
        start local 6 // java.lang.StringBuilder sb
        16: .line 2022
            iload 5 /* d */
            bipush 28
            ishr
            istore 5 /* d */
        17: .line 2023
            goto 19
        18: .line 2024
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 6 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 2023
      StackMap locals:
      StackMap stack:
            iload 5 /* d */
            iinc 5 /* d */ -1
            ifgt 18
        20: .line 2026
            iload 4 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 25
        21: .line 2027
            aload 6 /* sb */
            bipush 76
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        22: .line 2028
            aload 6 /* sb */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.typeTable:[Ljdk/internal/org/objectweb/asm/Item;
            iload 4 /* t */
            ldc 1048575
            iand
            aaload
            getfield jdk.internal.org.objectweb.asm.Item.strVal1:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        23: .line 2029
            aload 6 /* sb */
            bipush 59
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        24: .line 2030
            goto 41
        25: .line 2031
      StackMap locals:
      StackMap stack:
            iload 4 /* t */
            bipush 15
            iand
            tableswitch { // 1 - 12
                    1: 26
                    2: 28
                    3: 30
                    4: 40
                    5: 40
                    6: 40
                    7: 40
                    8: 40
                    9: 32
                   10: 34
                   11: 36
                   12: 38
              default: 40
          }
        26: .line 2033
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 73
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        27: .line 2034
            goto 41
        28: .line 2036
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 70
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        29: .line 2037
            goto 41
        30: .line 2039
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 68
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        31: .line 2040
            goto 41
        32: .line 2042
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 90
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        33: .line 2043
            goto 41
        34: .line 2045
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 66
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        35: .line 2046
            goto 41
        36: .line 2048
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 67
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        37: .line 2049
            goto 41
        38: .line 2051
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 83
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        39: .line 2052
            goto 41
        40: .line 2054
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 74
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        41: .line 2057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 7
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 6 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 6 // java.lang.StringBuilder sb
        end local 5 // int d
        end local 4 // int t
        42: .line 2004
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        43: iload 3 /* i */
            iload 2 /* end */
            if_icmplt 2
        end local 3 // int i
        44: .line 2060
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   45     0   this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   45     1  start  I
            0   45     2    end  I
            1   44     3      i  I
            3   42     4      t  I
            4   42     5      d  I
            6   14     6      v  I
           16   42     6     sb  Ljava/lang/StringBuilder;
    MethodParameters:
       Name  Flags
      start  final
      end    final

  private void writeFrameType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // java.lang.Object type
         0: .line 2063
            aload 1 /* type */
            instanceof java.lang.String
            ifeq 3
         1: .line 2064
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 7
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* type */
            checkcast java.lang.String
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 2065
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 1 /* type */
            instanceof java.lang.Integer
            ifeq 6
         4: .line 2066
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 1 /* type */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 2067
            goto 7
         6: .line 2068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            bipush 8
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 1 /* type */
            checkcast jdk.internal.org.objectweb.asm.Label
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 2070
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object type
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0    8     1  type  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      type  final

  final int getSize();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 2082
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
            ifeq 2
         1: .line 2083
            bipush 6
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderLength:I
            iadd
            ireturn
         2: .line 2085
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         3: .line 2086
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            ifle 35
         4: .line 2087
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            ldc 65535
            if_icmple 6
         5: .line 2088
            new java.lang.RuntimeException
            dup
            ldc "Method code too large!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2090
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Code"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
         7: .line 2091
            iload 1 /* size */
            bipush 18
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            imul
            iadd
            iadd
            istore 1 /* size */
         8: .line 2092
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 11
         9: .line 2093
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "LocalVariableTable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        10: .line 2094
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        11: .line 2096
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 14
        12: .line 2097
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "LocalVariableTypeTable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        13: .line 2098
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        14: .line 2100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 17
        15: .line 2101
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "LineNumberTable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        16: .line 2102
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        17: .line 2104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 25
        18: .line 2105
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 50
            if_icmplt 19
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack:
        19: iconst_0
      StackMap locals:
      StackMap stack: int
        20: istore 2 /* zip */
        start local 2 // boolean zip
        21: .line 2106
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iload 2 /* zip */
            ifeq 22
            ldc "StackMapTable"
            goto 23
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter
        22: ldc "StackMap"
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
      StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String
        23: invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        24: .line 2107
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        end local 2 // boolean zip
        25: .line 2109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 28
        26: .line 2110
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        27: .line 2111
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        28: .line 2113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 31
        29: .line 2114
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        30: .line 2115
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        31: .line 2117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 35
        32: .line 2118
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
        33: .line 2119
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        34: .line 2118
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 1 /* size */
        35: .line 2122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 38
        36: .line 2123
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Exceptions"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        37: .line 2124
            iload 1 /* size */
            bipush 8
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            imul
            iadd
            iadd
            istore 1 /* size */
        38: .line 2126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 43
        39: .line 2127
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 41
        40: .line 2128
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 43
        41: .line 2129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Synthetic"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        42: .line 2130
            iinc 1 /* size */ 6
        43: .line 2133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 46
        44: .line 2134
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Deprecated"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        45: .line 2135
            iinc 1 /* size */ 6
        46: .line 2137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 50
        47: .line 2138
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Signature"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        48: .line 2139
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        49: .line 2140
            iinc 1 /* size */ 8
        50: .line 2142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 53
        51: .line 2143
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "MethodParameters"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        52: .line 2144
            iload 1 /* size */
            bipush 7
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        53: .line 2146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 56
        54: .line 2147
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "AnnotationDefault"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        55: .line 2148
            iload 1 /* size */
            bipush 6
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
        56: .line 2150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 59
        57: .line 2151
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        58: .line 2152
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        59: .line 2154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 62
        60: .line 2155
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        61: .line 2156
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        62: .line 2158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 65
        63: .line 2159
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        64: .line 2160
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        65: .line 2162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 68
        66: .line 2163
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        67: .line 2164
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 1 /* size */
        68: .line 2166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 78
        69: .line 2167
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleParameterAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        70: .line 2168
            iload 1 /* size */
            bipush 7
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            arraylength
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            isub
            imul
            iadd
            iadd
            istore 1 /* size */
        71: .line 2169
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            arraylength
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        72: goto 77
        73: .line 2170
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            ifnonnull 74
            iconst_0
            goto 75
      StackMap locals:
      StackMap stack: int
        74: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
      StackMap stack: int int
        75: iadd
            istore 1 /* size */
        76: .line 2169
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        77: iload 2 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            if_icmpge 73
        end local 2 // int i
        78: .line 2173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 88
        79: .line 2174
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleParameterAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
        80: .line 2175
            iload 1 /* size */
            bipush 7
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            arraylength
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            isub
            imul
            iadd
            iadd
            istore 1 /* size */
        81: .line 2176
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            arraylength
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
        82: goto 87
        83: .line 2177
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            ifnonnull 84
            iconst_0
            goto 85
      StackMap locals:
      StackMap stack: int
        84: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            iload 2 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
      StackMap stack: int int
        85: iadd
            istore 1 /* size */
        86: .line 2176
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        87: iload 2 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            if_icmpge 83
        end local 2 // int i
        88: .line 2180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 90
        89: .line 2181
            iload 1 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aconst_null
            iconst_0
            iconst_m1
            iconst_m1
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 1 /* size */
        90: .line 2183
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   91     0  this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            3   91     1  size  I
           21   25     2   zip  Z
           72   78     2     i  I
           82   88     2     i  I

  final void put(jdk.internal.org.objectweb.asm.ByteVector);
    descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ByteVector out
         0: .line 2195
            ldc 917504
         1: .line 2197
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            bipush 64
            idiv
         2: .line 2195
            ior
            istore 2 /* mask */
        start local 2 // int mask
         3: .line 2198
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            iload 2 /* 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.MethodWriter.name: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.MethodWriter.desc:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 2199
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
            ifeq 7
         5: .line 2200
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.cr:Ljdk/internal/org/objectweb/asm/ClassReader;
            getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderLength:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 2201
            return
         7: .line 2203
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* attributeCount */
        start local 3 // int attributeCount
         8: .line 2204
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            ifle 10
         9: .line 2205
            iinc 3 /* attributeCount */ 1
        10: .line 2207
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 12
        11: .line 2208
            iinc 3 /* attributeCount */ 1
        12: .line 2210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 16
        13: .line 2211
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 15
        14: .line 2212
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 16
        15: .line 2213
      StackMap locals:
      StackMap stack:
            iinc 3 /* attributeCount */ 1
        16: .line 2216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 18
        17: .line 2217
            iinc 3 /* attributeCount */ 1
        18: .line 2219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 20
        19: .line 2220
            iinc 3 /* attributeCount */ 1
        20: .line 2222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 22
        21: .line 2223
            iinc 3 /* attributeCount */ 1
        22: .line 2225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 24
        23: .line 2226
            iinc 3 /* attributeCount */ 1
        24: .line 2228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 26
        25: .line 2229
            iinc 3 /* attributeCount */ 1
        26: .line 2231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 28
        27: .line 2232
            iinc 3 /* attributeCount */ 1
        28: .line 2234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 30
        29: .line 2235
            iinc 3 /* attributeCount */ 1
        30: .line 2237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 32
        31: .line 2238
            iinc 3 /* attributeCount */ 1
        32: .line 2240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 34
        33: .line 2241
            iinc 3 /* attributeCount */ 1
        34: .line 2243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 36
        35: .line 2244
            iinc 3 /* attributeCount */ 1
        36: .line 2246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 38
        37: .line 2247
            iload 3 /* attributeCount */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getCount:()I
            iadd
            istore 3 /* attributeCount */
        38: .line 2249
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 3 /* attributeCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        39: .line 2250
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            ifle 113
        40: .line 2251
            bipush 12
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            imul
            iadd
            istore 4 /* size */
        start local 4 // int size
        41: .line 2252
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 43
        42: .line 2253
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        43: .line 2255
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 45
        44: .line 2256
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        45: .line 2258
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 47
        46: .line 2259
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        47: .line 2261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 49
        48: .line 2262
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 4 /* size */
        49: .line 2264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 51
        50: .line 2265
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 4 /* size */
        51: .line 2267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 53
        52: .line 2268
            iload 4 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
            iadd
            iadd
            istore 4 /* size */
        53: .line 2270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 57
        54: .line 2271
            iload 4 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
        55: .line 2272
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        56: .line 2271
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 4 /* size */
        57: .line 2274
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Code"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 4 /* size */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        58: .line 2275
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack: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.MethodWriter.maxLocals:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        59: .line 2276
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code: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.MethodWriter.code: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
        60: .line 2277
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        61: .line 2278
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            ifle 68
        62: .line 2279
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            astore 5 /* h */
        start local 5 // jdk.internal.org.objectweb.asm.Handler h
        63: .line 2280
            goto 67
        64: .line 2281
      StackMap locals: jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            aload 1 /* out */
            aload 5 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 5 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        65: .line 2282
            aload 5 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 5 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.type:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        66: .line 2283
            aload 5 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 5 /* h */
        67: .line 2280
      StackMap locals:
      StackMap stack:
            aload 5 /* h */
            ifnonnull 64
        end local 5 // jdk.internal.org.objectweb.asm.Handler h
        68: .line 2286
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* attributeCount */
        69: .line 2287
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 71
        70: .line 2288
            iinc 3 /* attributeCount */ 1
        71: .line 2290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 73
        72: .line 2291
            iinc 3 /* attributeCount */ 1
        73: .line 2293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 75
        74: .line 2294
            iinc 3 /* attributeCount */ 1
        75: .line 2296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 77
        76: .line 2297
            iinc 3 /* attributeCount */ 1
        77: .line 2299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 79
        78: .line 2300
            iinc 3 /* attributeCount */ 1
        79: .line 2302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 81
        80: .line 2303
            iinc 3 /* attributeCount */ 1
        81: .line 2305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 83
        82: .line 2306
            iload 3 /* attributeCount */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getCount:()I
            iadd
            istore 3 /* attributeCount */
        83: .line 2308
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            iload 3 /* attributeCount */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        84: .line 2309
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 88
        85: .line 2310
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "LocalVariableTable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        86: .line 2311
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar: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;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        87: .line 2312
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar: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.MethodWriter.localVar: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
        88: .line 2314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 92
        89: .line 2315
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "LocalVariableTypeTable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        90: .line 2316
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType: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;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarTypeCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        91: .line 2317
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType: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.MethodWriter.localVarType: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
        92: .line 2319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 96
        93: .line 2320
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "LineNumberTable"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        94: .line 2321
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber: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;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumberCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        95: .line 2322
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber: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.MethodWriter.lineNumber: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
        96: .line 2324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 105
        97: .line 2325
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 50
            if_icmplt 98
            iconst_1
            goto 99
      StackMap locals:
      StackMap stack:
        98: iconst_0
      StackMap locals:
      StackMap stack: int
        99: istore 5 /* zip */
        start local 5 // boolean zip
       100: .line 2326
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            iload 5 /* zip */
            ifeq 101
            ldc "StackMapTable"
            goto 102
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ByteVector int int int int
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.ClassWriter
       101: ldc "StackMap"
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ByteVector int int int int
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.ClassWriter java.lang.String
       102: invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       103: .line 2327
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap: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;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       104: .line 2328
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap: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.MethodWriter.stackMap: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
        end local 5 // boolean zip
       105: .line 2330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 108
       106: .line 2331
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       107: .line 2332
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       108: .line 2334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 111
       109: .line 2335
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       110: .line 2336
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       111: .line 2338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 113
       112: .line 2339
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.put:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIIILjdk/internal/org/objectweb/asm/ByteVector;)V
        end local 4 // int size
       113: .line 2342
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 123
       114: .line 2343
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Exceptions"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       115: .line 2344
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            imul
            iconst_2
            iadd
       116: .line 2343
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       117: .line 2345
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       118: .line 2346
            iconst_0
            istore 4 /* i */
        start local 4 // int i
       119: goto 122
       120: .line 2347
      StackMap locals: int
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
            iload 4 /* i */
            iaload
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       121: .line 2346
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
       122: iload 4 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            if_icmplt 120
        end local 4 // int i
       123: .line 2350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 127
       124: .line 2351
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
            ldc 65535
            iand
            bipush 49
            if_icmplt 126
       125: .line 2352
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 127
       126: .line 2353
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Synthetic"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(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
       127: .line 2356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 129
       128: .line 2357
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Deprecated"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(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
       129: .line 2359
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 132
       130: .line 2360
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "Signature"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       131: .line 2361
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       132: .line 2363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 138
       133: .line 2364
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "MethodParameters"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       134: .line 2365
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_1
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
       135: .line 2366
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
       136: .line 2365
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       137: .line 2367
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters: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.MethodWriter.methodParameters: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
       138: .line 2369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 142
       139: .line 2370
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "AnnotationDefault"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       140: .line 2371
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       141: .line 2372
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.annd: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.MethodWriter.annd: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
       142: .line 2374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 145
       143: .line 2375
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       144: .line 2376
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       145: .line 2378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 148
       146: .line 2379
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       147: .line 2380
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       148: .line 2382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 151
       149: .line 2383
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       150: .line 2384
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       151: .line 2386
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 154
       152: .line 2387
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       153: .line 2388
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
       154: .line 2390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 157
       155: .line 2391
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeVisibleParameterAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       156: .line 2392
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            aload 1 /* out */
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.put:([Ljdk/internal/org/objectweb/asm/AnnotationWriter;ILjdk/internal/org/objectweb/asm/ByteVector;)V
       157: .line 2394
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnull 160
       158: .line 2395
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "RuntimeInvisibleParameterAnnotations"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       159: .line 2396
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
            aload 1 /* out */
            invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.put:([Ljdk/internal/org/objectweb/asm/AnnotationWriter;ILjdk/internal/org/objectweb/asm/ByteVector;)V
       160: .line 2398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            ifnull 162
       161: .line 2399
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aconst_null
            iconst_0
            iconst_m1
            iconst_m1
            aload 1 /* out */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.put:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIIILjdk/internal/org/objectweb/asm/ByteVector;)V
       162: .line 2401
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int attributeCount
        end local 2 // int mask
        end local 1 // jdk.internal.org.objectweb.asm.ByteVector out
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  163     0            this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0  163     1             out  Ljdk/internal/org/objectweb/asm/ByteVector;
            3  163     2            mask  I
            8  163     3  attributeCount  I
           41  113     4            size  I
           63   68     5               h  Ljdk/internal/org/objectweb/asm/Handler;
          100  105     5             zip  Z
          119  123     4               i  I
    MethodParameters:
      Name  Flags
      out   final
}
SourceFile: "MethodWriter.java"