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

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

  private static final int MAXS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int NOTHING;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  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

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

  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 boolean resize;
    descriptor: Z
    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[], boolean, boolean);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;ZZ)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=9
        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 // boolean computeMaxs
        start local 8 // boolean computeFrames
         0: .line 485
            aload 0 /* this */
            ldc 327680
            invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.<init>:(I)V
         1: .line 260
            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 486
            aload 1 /* cw */
            getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
            ifnonnull 5
         3: .line 487
            aload 1 /* cw */
            aload 0 /* this */
            putfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
         4: .line 488
            goto 6
         5: .line 489
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int 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 491
      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 492
            aload 0 /* this */
            aload 1 /* cw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
         8: .line 493
            aload 0 /* this */
            iload 2 /* access */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
         9: .line 494
            ldc "<init>"
            aload 3 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 11
        10: .line 495
            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 497
      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 498
            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 499
            aload 0 /* this */
            aload 4 /* desc */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
        14: .line 501
            aload 0 /* this */
            aload 5 /* signature */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
        15: .line 503
            aload 6 /* exceptions */
            ifnull 23
            aload 6 /* exceptions */
            arraylength
            ifle 23
        16: .line 504
            aload 0 /* this */
            aload 6 /* exceptions */
            arraylength
            putfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
        17: .line 505
            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 506
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        19: goto 22
        20: .line 507
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
            iload 9 /* i */
            aload 1 /* cw */
            aload 6 /* exceptions */
            iload 9 /* i */
            aaload
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            iastore
        21: .line 506
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 9 /* i */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            if_icmplt 20
        end local 9 // int i
        23: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 8 /* computeFrames */
            ifeq 24
            iconst_0
            goto 26
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.MethodWriter
        24: iload 7 /* computeMaxs */
            ifeq 25
            iconst_1
            goto 26
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.MethodWriter
        25: iconst_2
      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 int
      StackMap stack: jdk.internal.org.objectweb.asm.MethodWriter int
        26: putfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
        27: .line 511
            iload 7 /* computeMaxs */
            ifne 28
            iload 8 /* computeFrames */
            ifeq 36
        28: .line 513
      StackMap locals:
      StackMap stack:
            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 9 /* size */
        start local 9 // int size
        29: .line 514
            iload 2 /* access */
            bipush 8
            iand
            ifeq 31
        30: .line 515
            iinc 9 /* size */ -1
        31: .line 517
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 9 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        32: .line 518
            aload 0 /* this */
            iload 9 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        33: .line 520
            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;
        34: .line 521
            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
        35: .line 522
            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 9 // int size
        36: .line 524
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean computeFrames
        end local 7 // boolean computeMaxs
        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   37     0           this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   37     1             cw  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0   37     2         access  I
            0   37     3           name  Ljava/lang/String;
            0   37     4           desc  Ljava/lang/String;
            0   37     5      signature  Ljava/lang/String;
            0   37     6     exceptions  [Ljava/lang/String;
            0   37     7    computeMaxs  Z
            0   37     8  computeFrames  Z
           19   23     9              i  I
           29   36     9           size  I
    MethodParameters:
               Name  Flags
      cw             final
      access         final
      name           final
      desc           final
      signature      final
      exceptions     final
      computeMaxs    final
      computeFrames  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 532
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 533
            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 535
      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 536
            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 537
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 538
            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 545
            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 546
            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 555
            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 557
            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 558
            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 559
            iload 2 /* visible */
            ifeq 7
         4: .line 560
            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 561
            aload 0 /* this */
            aload 4 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         6: .line 562
            goto 9
         7: .line 563
      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 564
            aload 0 /* this */
            aload 4 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 566
      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 575
            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 577
            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 579
            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 580
            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 581
            aload 5 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         5: .line 580
            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 582
            iload 4 /* visible */
            ifeq 10
         7: .line 583
            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 584
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 585
            goto 12
        10: .line 586
      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 587
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        12: .line 589
      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 598
            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 599
            ldc "Ljava/lang/Synthetic;"
            aload 2 /* desc */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 602
            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 603
            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 606
      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 607
            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 608
            iload 3 /* visible */
            ifeq 12
         7: .line 609
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
            ifnonnull 9
         8: .line 610
            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 612
      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 613
            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 614
            goto 16
        12: .line 615
      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 616
            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 618
      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 619
            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 621
      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 626
            aload 1 /* attr */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.isCodeAttribute:()Z
            ifeq 4
         1: .line 627
            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 628
            aload 0 /* this */
            aload 1 /* attr */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
         3: .line 629
            goto 6
         4: .line 630
      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 631
            aload 0 /* this */
            aload 1 /* attr */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
         6: .line 633
      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 637
            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=8, 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 642
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 2
         1: .line 643
            return
         2: .line 646
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            iconst_m1
            if_icmpne 43
         3: .line 647
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnonnull 5
         4: .line 648
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
         5: .line 650
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nLocal */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
         6: .line 651
            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
         7: .line 652
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         8: goto 23
         9: .line 653
      StackMap locals: int int
      StackMap stack:
            aload 3 /* local */
            iload 7 /* i */
            aaload
            instanceof java.lang.String
            ifeq 14
        10: .line 654
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 24117248
        11: .line 655
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast java.lang.String
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        12: .line 654
            iastore
        13: .line 656
            goto 22
      StackMap locals:
      StackMap stack:
        14: aload 3 /* local */
            iload 7 /* i */
            aaload
            instanceof java.lang.Integer
            ifeq 17
        15: .line 657
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        16: .line 658
            goto 22
        17: .line 659
      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
        18: .line 660
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc ""
        19: .line 661
            aload 3 /* local */
            iload 7 /* i */
            aaload
            checkcast jdk.internal.org.objectweb.asm.Label
            getfield jdk.internal.org.objectweb.asm.Label.position:I
        20: .line 660
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        21: .line 659
            iastore
        22: .line 652
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 9
        end local 7 // int i
        24: .line 664
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        25: goto 40
        26: .line 665
      StackMap locals:
      StackMap stack:
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            instanceof java.lang.String
            ifeq 31
        27: .line 666
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            ldc 24117248
        28: .line 667
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast java.lang.String
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        29: .line 666
            iastore
        30: .line 668
            goto 39
      StackMap locals:
      StackMap stack:
        31: aload 5 /* stack */
            iload 7 /* i */
            aaload
            instanceof java.lang.Integer
            ifeq 34
        32: .line 669
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 6 /* frameIndex */
            iinc 6 /* frameIndex */ 1
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        33: .line 670
            goto 39
        34: .line 671
      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
        35: .line 672
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc ""
        36: .line 673
            aload 5 /* stack */
            iload 7 /* i */
            aaload
            checkcast jdk.internal.org.objectweb.asm.Label
            getfield jdk.internal.org.objectweb.asm.Label.position:I
        37: .line 672
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
        38: .line 671
            iastore
        39: .line 664
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        40: iload 7 /* i */
            iload 4 /* nStack */
            if_icmplt 26
        end local 7 // int i
        41: .line 676
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        end local 6 // int frameIndex
        42: .line 677
            goto 91
        43: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 47
        44: .line 680
            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;
        45: .line 681
            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
        46: .line 682
            goto 52
        end local 6 // int delta
        47: .line 683
      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
        48: .line 684
            iload 6 /* delta */
            ifge 52
        49: .line 685
            iload 1 /* type */
            iconst_3
            if_icmpne 51
        50: .line 686
            return
        51: .line 688
      StackMap locals: int
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        52: .line 693
      StackMap locals:
      StackMap stack:
            iload 1 /* type */
            tableswitch { // 0 - 4
                    0: 53
                    1: 67
                    2: 75
                    3: 78
                    4: 83
              default: 89
          }
        53: .line 695
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* nLocal */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
        54: .line 696
            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
        55: .line 697
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        56: goto 59
        57: .line 698
      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
        58: .line 697
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 57
        end local 7 // int i
        60: .line 700
            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
        61: .line 701
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        62: goto 65
        63: .line 702
      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
        64: .line 701
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        65: iload 7 /* i */
            iload 4 /* nStack */
            if_icmplt 63
        end local 7 // int i
        66: .line 704
            goto 89
        67: .line 706
      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
        68: .line 707
            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
        69: .line 708
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        70: goto 73
        71: .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
        72: .line 708
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        73: iload 7 /* i */
            iload 2 /* nLocal */
            if_icmplt 71
        end local 7 // int i
        74: .line 711
            goto 89
        75: .line 713
      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
        76: .line 714
            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
        77: .line 715
            goto 89
        78: .line 717
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 81
        79: .line 718
            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
        80: .line 719
            goto 89
        81: .line 720
      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
        82: .line 722
            goto 89
        83: .line 724
      StackMap locals:
      StackMap stack:
            iload 6 /* delta */
            bipush 64
            if_icmpge 86
        84: .line 725
            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
        85: .line 726
            goto 88
        86: .line 727
      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;
        87: .line 728
            iload 6 /* delta */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        88: .line 730
      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
        89: .line 734
      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
        90: .line 735
            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
        91: .line 738
      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
        92: .line 739
            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
        93: .line 740
            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   94     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   94     1        type  I
            0   94     2      nLocal  I
            0   94     3       local  [Ljava/lang/Object;
            0   94     4      nStack  I
            0   94     5       stack  [Ljava/lang/Object;
            7   42     6  frameIndex  I
            8   24     7           i  I
           25   41     7           i  I
           46   47     6       delta  I
           48   91     6       delta  I
           56   60     7           i  I
           62   66     7           i  I
           70   74     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 744
            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 746
            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 749
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 13
         3: .line 750
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 6
         4: .line 751
            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 752
            goto 10
         6: .line 754
      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 755
            iload 2 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 9
         8: .line 756
            aload 0 /* this */
            iload 2 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
         9: .line 758
      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 761
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 172
            if_icmplt 11
            iload 1 /* opcode */
            sipush 177
            if_icmple 12
        11: .line 762
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 191
            if_icmpne 13
        12: .line 763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
        13: .line 766
      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 770
            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 772
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 10
         2: .line 773
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 774
            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 775
            goto 10
      StackMap locals:
      StackMap stack:
         5: iload 1 /* opcode */
            sipush 188
            if_icmpeq 10
         6: .line 778
            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 779
            iload 3 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 9
         8: .line 780
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
         9: .line 782
      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 786
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            bipush 17
            if_icmpne 13
        11: .line 787
            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 788
            goto 14
        13: .line 789
      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 791
      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 795
            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 797
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 14
         2: .line 798
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 5
         3: .line 799
            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 800
            goto 14
         5: .line 802
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 169
            if_icmpne 10
         6: .line 804
            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 807
            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 808
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
         9: .line 809
            goto 14
        10: .line 810
      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 811
            iload 3 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 13
        12: .line 812
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        13: .line 814
      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 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpeq 22
        15: .line 821
            iload 1 /* opcode */
            bipush 22
            if_icmpeq 17
            iload 1 /* opcode */
            bipush 24
            if_icmpeq 17
        16: .line 822
            iload 1 /* opcode */
            bipush 55
            if_icmpeq 17
            iload 1 /* opcode */
            bipush 57
            if_icmpne 19
        17: .line 823
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_2
            iadd
            istore 3 /* n */
        start local 3 // int n
        18: .line 824
            goto 20
        end local 3 // int n
        19: .line 825
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_1
            iadd
            istore 3 /* n */
        start local 3 // int n
        20: .line 827
      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 828
            aload 0 /* this */
            iload 3 /* n */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int n
        22: .line 832
      StackMap locals:
      StackMap stack:
            iload 2 /* var */
            iconst_4
            if_icmpge 29
            iload 1 /* opcode */
            sipush 169
            if_icmpeq 29
        23: .line 834
            iload 1 /* opcode */
            bipush 54
            if_icmpge 26
        24: .line 836
            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 837
            goto 27
        end local 3 // int opt
        26: .line 839
      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 841
      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 842
            goto 33
      StackMap locals:
      StackMap stack:
        29: iload 2 /* var */
            sipush 256
            if_icmplt 32
        30: .line 843
            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 844
            goto 33
        32: .line 845
      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 847
      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 848
            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 850
      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 854
            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 855
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 2 /* type */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClassItem:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // jdk.internal.org.objectweb.asm.Item i
         2: .line 857
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 11
         3: .line 858
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 6
         4: .line 859
            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 860
            goto 11
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      StackMap stack:
         6: iload 1 /* opcode */
            sipush 187
            if_icmpne 11
         7: .line 863
            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 864
            iload 4 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 10
         9: .line 865
            aload 0 /* this */
            iload 4 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        10: .line 867
      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 871
      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 872
            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 877
            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 878
            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 880
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 30
         3: .line 881
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 6
         4: .line 882
            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 883
            goto 30
         6: .line 886
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      StackMap stack:
            aload 4 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
         7: .line 887
            iload 1 /* opcode */
            tableswitch { // 178 - 180
                  178: 8
                  179: 13
                  180: 18
              default: 23
          }
         8: .line 889
      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 890
            goto 27
        end local 6 // int size
        13: .line 892
      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 893
            goto 27
        end local 6 // int size
        18: .line 895
      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 896
            goto 27
        end local 6 // int size
        23: .line 899
      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 903
      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 904
            aload 0 /* this */
            iload 6 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        29: .line 906
      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 910
      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 911
            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 916
            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 917
            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 918
            aload 6 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.intVal:I
            istore 7 /* argSize */
        start local 7 // int argSize
         3: .line 920
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 17
         4: .line 921
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 7
         5: .line 922
            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 923
            goto 17
         7: .line 932
      StackMap locals: jdk.internal.org.objectweb.asm.Item int
      StackMap stack:
            iload 7 /* argSize */
            ifne 10
         8: .line 935
            aload 4 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 7 /* argSize */
         9: .line 938
            aload 6 /* i */
            iload 7 /* argSize */
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        10: .line 941
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 184
            if_icmpne 13
        11: .line 942
            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 943
            goto 14
        end local 8 // int size
        13: .line 944
      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 947
      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 948
            aload 0 /* this */
            iload 8 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        16: .line 950
      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 954
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 185
            if_icmpne 23
        18: .line 955
            iload 7 /* argSize */
            ifne 21
        19: .line 956
            aload 4 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 7 /* argSize */
        20: .line 957
            aload 6 /* i */
            iload 7 /* argSize */
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        21: .line 959
      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 960
            goto 24
        23: .line 961
      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 963
      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 968
            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 969
            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 970
            aload 5 /* i */
            getfield jdk.internal.org.objectweb.asm.Item.intVal:I
            istore 6 /* argSize */
        start local 6 // int argSize
         3: .line 972
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 14
         4: .line 973
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 7
         5: .line 974
            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 975
            goto 14
         7: .line 984
      StackMap locals: jdk.internal.org.objectweb.asm.Item int
      StackMap stack:
            iload 6 /* argSize */
            ifne 10
         8: .line 987
            aload 2 /* desc */
            invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            istore 6 /* argSize */
         9: .line 990
            aload 5 /* i */
            iload 6 /* argSize */
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        10: .line 992
      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 995
            iload 7 /* size */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
            if_icmple 13
        12: .line 996
            aload 0 /* this */
            iload 7 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        13: .line 998
      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 1002
      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 1003
            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 1004
            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=4, 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 1008
            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 1009
            aconst_null
            astore 3 /* nextInsn */
        start local 3 // jdk.internal.org.objectweb.asm.Label nextInsn
         2: .line 1011
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 20
         3: .line 1012
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 10
         4: .line 1013
            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 1015
            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
         6: .line 1017
            aload 0 /* this */
            iconst_0
            aload 2 /* label */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
         7: .line 1018
            iload 1 /* opcode */
            sipush 167
            if_icmpeq 20
         8: .line 1020
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 3 /* nextInsn */
         9: .line 1022
            goto 20
        10: .line 1023
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            iload 1 /* opcode */
            sipush 168
            if_icmpne 18
        11: .line 1024
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 512
            iand
            ifne 14
        12: .line 1025
            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
        13: .line 1026
            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
        14: .line 1028
      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
        15: .line 1029
            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
        16: .line 1031
            new jdk.internal.org.objectweb.asm.Label
            dup
            invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
            astore 3 /* nextInsn */
        17: .line 1038
            goto 20
        18: .line 1042
      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
        19: .line 1043
            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
        20: .line 1048
      StackMap locals:
      StackMap stack:
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_2
            iand
            ifeq 37
        21: .line 1049
            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 37
        22: .line 1057
            iload 1 /* opcode */
            sipush 167
            if_icmpne 25
        23: .line 1058
            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
        24: .line 1059
            goto 35
      StackMap locals:
      StackMap stack:
        25: iload 1 /* opcode */
            sipush 168
            if_icmpne 28
        26: .line 1060
            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
        27: .line 1061
            goto 35
        28: .line 1064
      StackMap locals:
      StackMap stack:
            aload 3 /* nextInsn */
            ifnull 30
        29: .line 1065
            aload 3 /* nextInsn */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        30: .line 1067
      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 31
            iload 1 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 32
        31: .line 1068
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
            iload 1 /* opcode */
            iconst_1
            ixor
        32: .line 1067
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int jdk.internal.org.objectweb.asm.Label 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
        33: .line 1069
            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
        34: .line 1070
            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
        35: .line 1072
      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
        36: .line 1073
            goto 39
        37: .line 1080
      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
        38: .line 1081
            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
        39: .line 1083
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 44
        40: .line 1084
            aload 3 /* nextInsn */
            ifnull 42
        41: .line 1089
            aload 0 /* this */
            aload 3 /* nextInsn */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
        42: .line 1091
      StackMap locals:
      StackMap stack:
            iload 1 /* opcode */
            sipush 167
            if_icmpne 44
        43: .line 1092
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
        44: .line 1095
      StackMap locals:
      StackMap stack:
            return
        end local 3 // jdk.internal.org.objectweb.asm.Label nextInsn
        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   45     0      this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   45     1    opcode  I
            0   45     2     label  Ljdk/internal/org/objectweb/asm/Label;
            2   45     3  nextInsn  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
        Name  Flags
      opcode  final
      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 1100
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.MethodWriter.resize: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.MethodWriter.resize:Z
         1: .line 1102
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_1
            iand
            ifeq 3
         2: .line 1103
            return
         3: .line 1105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 23
         4: .line 1106
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 10
         5: .line 1107
            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 1109
            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 1110
            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 1111
            return
         9: .line 1114
      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 1117
      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 1118
            aload 1 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            ifnonnull 14
        12: .line 1119
            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 1120
            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 1123
      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 1124
            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 1125
            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 1126
            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 1127
            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 1128
            return
        20: .line 1130
      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 1132
      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 1133
            goto 33
      StackMap locals:
      StackMap stack:
        23: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 33
        24: .line 1134
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 27
        25: .line 1136
            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
        26: .line 1137
            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
        27: .line 1140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        28: .line 1142
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
        29: .line 1143
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        30: .line 1145
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 32
        31: .line 1146
            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;
        32: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* label */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
        33: .line 1150
      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   34     0   this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0   34     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 1154
            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 1155
            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 1157
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 13
         3: .line 1158
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 6
         4: .line 1159
            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 1160
            goto 13
         6: .line 1163
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      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 1164
      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 1165
            goto 10
        end local 3 // int size
         9: .line 1166
      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 1169
      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 1170
            aload 0 /* this */
            iload 3 /* size */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
        12: .line 1172
      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 1176
      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 1177
            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 1178
      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 1179
            goto 21
      StackMap locals:
      StackMap stack:
        17: iload 3 /* index */
            sipush 256
            if_icmplt 20
        18: .line 1180
            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 1181
            goto 21
        20: .line 1182
      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 1184
      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 1188
            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 1189
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 4
         2: .line 1190
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 4
         3: .line 1191
            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 1194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpeq 8
         5: .line 1196
            iload 1 /* var */
            iconst_1
            iadd
            istore 3 /* n */
        start local 3 // int n
         6: .line 1197
            iload 3 /* n */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 8
         7: .line 1198
            aload 0 /* this */
            iload 3 /* n */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        end local 3 // int n
         8: .line 1202
      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 1203
      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 1204
            iload 2 /* increment */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        11: .line 1205
            goto 13
        12: .line 1206
      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 1208
      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 1213
            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 1215
            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 1216
            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 1217
            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 1218
            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 1219
            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 1220
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         7: goto 10
         8: .line 1221
      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 1220
            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 1224
            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 1225
            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 1230
            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 1232
            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 1233
            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 1234
            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 1235
            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 1236
            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 1237
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 11
         8: .line 1238
      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 1239
            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 1237
            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 1242
            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 1243
            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 1247
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 20
         1: .line 1248
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 12
         2: .line 1249
            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 1251
            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 1252
            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 1253
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 10
         7: .line 1254
      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 1255
            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 1253
            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 1257
            goto 19
        12: .line 1259
      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 1261
            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 1262
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: goto 18
        16: .line 1263
      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 1262
            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 1267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
        20: .line 1269
      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 1273
            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 1274
            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.newClassItem:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
            astore 3 /* i */
        start local 3 // jdk.internal.org.objectweb.asm.Item i
         2: .line 1276
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
            ifnull 7
         3: .line 1277
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 6
         4: .line 1278
            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 1279
            goto 7
         6: .line 1282
      StackMap locals: jdk.internal.org.objectweb.asm.Item
      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 1286
      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 1287
            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 1295
            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 1297
            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 1298
            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 1300
            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 1301
            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 1302
            aload 5 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         6: .line 1301
            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 1303
            iload 4 /* visible */
            ifeq 11
         8: .line 1304
            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 1305
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        10: .line 1306
            goto 13
        11: .line 1307
      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 1308
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        13: .line 1310
      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 1316
            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 1317
            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 1318
            aload 5 /* h */
            aload 1 /* start */
            putfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
         3: .line 1319
            aload 5 /* h */
            aload 2 /* end */
            putfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
         4: .line 1320
            aload 5 /* h */
            aload 3 /* handler */
            putfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
         5: .line 1321
            aload 5 /* h */
            aload 4 /* type */
            putfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
         6: .line 1322
            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 1323
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
            ifnonnull 12
        10: .line 1324
            aload 0 /* this */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
        11: .line 1325
            goto 13
        12: .line 1326
      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 1328
      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 1329
            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 1337
            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 1339
            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 1341
            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 1342
            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 1343
            aload 5 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
         5: .line 1342
            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 1344
            iload 4 /* visible */
            ifeq 10
         7: .line 1345
            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 1346
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
         9: .line 1347
            goto 12
        10: .line 1348
      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 1349
            aload 0 /* this */
            aload 6 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        12: .line 1351
      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 1358
            aload 3 /* signature */
            ifnull 8
         1: .line 1359
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1360
            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 1362
      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 1363
            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 1364
            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 1365
            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 1366
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         8: .line 1368
      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 1369
            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 1371
      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 1372
            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 1373
            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 1374
            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 1375
            iload 6 /* index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        15: .line 1376
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_2
            if_icmpeq 23
        16: .line 1378
            aload 2 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 7 /* c */
        start local 7 // char c
        17: .line 1379
            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 1380
            iload 8 /* n */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            if_icmple 23
        22: .line 1381
            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 1384
      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 1393
            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 1395
            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 1396
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         3: goto 8
         4: .line 1397
      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 1398
            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 1399
            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 1396
            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 1401
            aload 2 /* typePath */
            ifnonnull 12
        10: .line 1402
            aload 8 /* bv */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        11: .line 1403
            goto 14
        12: .line 1404
      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 1405
            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 1408
      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 1409
            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 1410
            aload 8 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iconst_2
            isub
        17: .line 1409
            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 1411
            iload 7 /* visible */
            ifeq 22
        19: .line 1412
            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 1413
            aload 0 /* this */
            aload 9 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        21: .line 1414
            goto 24
        22: .line 1415
      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 1416
            aload 0 /* this */
            aload 9 /* aw */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
        24: .line 1418
      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 1423
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 1424
            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 1426
      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 1427
            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 1428
            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 1429
            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=13, 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 1433
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.resize:Z
            ifeq 2
         1: .line 1436
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.resizeInstructions:()V
         2: .line 1441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 85
         3: .line 1443
            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
         4: .line 1444
            goto 22
         5: .line 1445
      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
         6: .line 1446
            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
         7: .line 1447
            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
         8: .line 1449
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
            ifnonnull 9
            ldc "java/lang/Throwable"
            goto 10
         9: .line 1450
      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;
        10: .line 1449
      StackMap locals:
      StackMap stack: java.lang.String
            astore 7 /* t */
        start local 7 // java.lang.String t
        11: .line 1451
            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
        12: .line 1453
            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
        13: .line 1455
            goto 20
        14: .line 1457
      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
        15: .line 1458
            aload 9 /* b */
            iload 8 /* kind */
            putfield jdk.internal.org.objectweb.asm.Edge.info:I
        16: .line 1459
            aload 9 /* b */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
        17: .line 1461
            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;
        18: .line 1462
            aload 4 /* l */
            aload 9 /* b */
            putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
        19: .line 1464
            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
        20: .line 1455
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            aload 6 /* e */
            if_acmpne 14
        21: .line 1466
            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
        22: .line 1444
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 5
        23: .line 1470
            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
        24: .line 1471
            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;
            astore 5 /* args */
        start local 5 // jdk.internal.org.objectweb.asm.Type[] args
        25: .line 1472
            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 5 /* args */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
            invokevirtual jdk.internal.org.objectweb.asm.Frame.initInputFrame:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljdk/internal/org/objectweb/asm/Type;I)V
        26: .line 1473
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
        27: .line 1481
            iconst_0
            istore 6 /* max */
        start local 6 // int max
        28: .line 1482
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 7 /* changed */
        start local 7 // jdk.internal.org.objectweb.asm.Label changed
        29: .line 1483
            goto 49
        30: .line 1485
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler jdk.internal.org.objectweb.asm.Frame jdk.internal.org.objectweb.asm.Type[] int jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 7 /* changed */
            astore 8 /* l */
        start local 8 // jdk.internal.org.objectweb.asm.Label l
        31: .line 1486
            aload 7 /* changed */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 7 /* changed */
        32: .line 1487
            aload 8 /* l */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
        33: .line 1488
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            astore 4 /* f */
        34: .line 1490
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            iand
            ifeq 36
        35: .line 1491
            aload 8 /* l */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 32
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        36: .line 1494
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 8 /* l */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 64
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
        37: .line 1496
            aload 4 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.inputStack:[I
            arraylength
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
            iadd
            istore 9 /* blockMax */
        start local 9 // int blockMax
        38: .line 1497
            iload 9 /* blockMax */
            iload 6 /* max */
            if_icmple 40
        39: .line 1498
            iload 9 /* blockMax */
            istore 6 /* max */
        40: .line 1501
      StackMap locals: int
      StackMap stack:
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
            astore 10 /* e */
        start local 10 // jdk.internal.org.objectweb.asm.Edge e
        41: .line 1502
            goto 48
        42: .line 1503
      StackMap locals: jdk.internal.org.objectweb.asm.Edge
      StackMap stack:
            aload 10 /* 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 11 /* n */
        start local 11 // jdk.internal.org.objectweb.asm.Label n
        43: .line 1504
            aload 4 /* f */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 11 /* n */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            aload 10 /* 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 12 /* change */
        start local 12 // boolean change
        44: .line 1505
            iload 12 /* change */
            ifeq 47
            aload 11 /* n */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            ifnonnull 47
        45: .line 1508
            aload 11 /* n */
            aload 7 /* changed */
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
        46: .line 1509
            aload 11 /* n */
            astore 7 /* changed */
        47: .line 1511
      StackMap locals: jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
            aload 10 /* e */
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            astore 10 /* e */
        end local 12 // boolean change
        end local 11 // jdk.internal.org.objectweb.asm.Label n
        48: .line 1502
      StackMap locals:
      StackMap stack:
            aload 10 /* e */
            ifnonnull 42
        end local 10 // jdk.internal.org.objectweb.asm.Edge e
        end local 9 // int blockMax
        end local 8 // jdk.internal.org.objectweb.asm.Label l
        49: .line 1483
      StackMap locals:
      StackMap stack:
            aload 7 /* changed */
            ifnonnull 30
        50: .line 1516
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 8 /* l */
        start local 8 // jdk.internal.org.objectweb.asm.Label l
        51: .line 1517
            goto 76
        52: .line 1518
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
            astore 4 /* f */
        53: .line 1519
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 32
            iand
            ifeq 55
        54: .line 1520
            aload 0 /* this */
            aload 4 /* f */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
        55: .line 1522
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 64
            iand
            ifne 75
        56: .line 1524
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 9 /* k */
        start local 9 // jdk.internal.org.objectweb.asm.Label k
        57: .line 1525
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            istore 10 /* start */
        start local 10 // int start
        58: .line 1526
            aload 9 /* k */
            ifnonnull 59
            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 60
      StackMap locals: jdk.internal.org.objectweb.asm.Label int
      StackMap stack:
        59: aload 9 /* k */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
      StackMap locals:
      StackMap stack: int
        60: iconst_1
            isub
            istore 11 /* end */
        start local 11 // int end
        61: .line 1528
            iload 11 /* end */
            iload 10 /* start */
            if_icmplt 75
        62: .line 1529
            iload 6 /* max */
            iconst_1
            invokestatic java.lang.Math.max:(II)I
            istore 6 /* max */
        63: .line 1531
            iload 10 /* start */
            istore 12 /* i */
        start local 12 // int i
        64: goto 67
        65: .line 1532
      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 12 /* i */
            iconst_0
            bastore
        66: .line 1531
            iinc 12 /* i */ 1
      StackMap locals:
      StackMap stack:
        67: iload 12 /* i */
            iload 11 /* end */
            if_icmplt 65
        end local 12 // int i
        68: .line 1534
            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 /* end */
            bipush -65
            bastore
        69: .line 1536
            aload 0 /* this */
            iload 10 /* start */
            iconst_0
            iconst_1
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
            istore 12 /* frameIndex */
        start local 12 // int frameIndex
        70: .line 1537
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 12 /* frameIndex */
            ldc 24117248
        71: .line 1538
            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
        72: .line 1537
            iastore
        73: .line 1539
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        74: .line 1542
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            aload 8 /* l */
            aload 9 /* 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 12 // int frameIndex
        end local 11 // int end
        end local 10 // int start
        end local 9 // jdk.internal.org.objectweb.asm.Label k
        75: .line 1545
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler jdk.internal.org.objectweb.asm.Frame jdk.internal.org.objectweb.asm.Type[] int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 8 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 8 /* l */
        76: .line 1517
      StackMap locals:
      StackMap stack:
            aload 8 /* l */
            ifnonnull 52
        77: .line 1548
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        78: .line 1549
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
        79: .line 1550
            goto 82
        80: .line 1551
      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
        81: .line 1552
            aload 3 /* handler */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 3 /* handler */
        82: .line 1550
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 80
        83: .line 1555
            aload 0 /* this */
            iload 6 /* max */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
        end local 8 // jdk.internal.org.objectweb.asm.Label l
        end local 7 // jdk.internal.org.objectweb.asm.Label changed
        end local 6 // int max
        end local 5 // jdk.internal.org.objectweb.asm.Type[] args
        end local 4 // jdk.internal.org.objectweb.asm.Frame f
        end local 3 // jdk.internal.org.objectweb.asm.Handler handler
        84: .line 1556
            goto 160
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
      StackMap stack:
        85: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            iconst_1
            if_icmpne 158
        86: .line 1558
            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
        87: .line 1559
            goto 104
        88: .line 1560
      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
        89: .line 1561
            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
        90: .line 1562
            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
        91: .line 1564
            goto 102
        92: .line 1566
      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
        93: .line 1567
            aload 7 /* b */
            ldc 2147483647
            putfield jdk.internal.org.objectweb.asm.Edge.info:I
        94: .line 1568
            aload 7 /* b */
            aload 5 /* h */
            putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
        95: .line 1570
            aload 4 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifne 99
        96: .line 1571
            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;
        97: .line 1572
            aload 4 /* l */
            aload 7 /* b */
            putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
        98: .line 1573
            goto 101
        99: .line 1577
      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;
       100: .line 1578
            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;
       101: .line 1581
      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
       102: .line 1564
      StackMap locals:
      StackMap stack:
            aload 4 /* l */
            aload 6 /* e */
            if_acmpne 92
       103: .line 1583
            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
       104: .line 1559
      StackMap locals:
      StackMap stack:
            aload 3 /* handler */
            ifnonnull 88
       105: .line 1586
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
            ifle 131
       106: .line 1593
            iconst_0
            istore 4 /* id */
        start local 4 // int id
       107: .line 1594
            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
       108: .line 1596
            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
       109: .line 1597
            goto 118
       110: .line 1598
      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 117
       111: .line 1600
            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
       112: .line 1602
            aload 6 /* subroutine */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 1024
            iand
            ifne 117
       113: .line 1604
            iinc 4 /* id */ 1
       114: .line 1605
            aload 6 /* subroutine */
            aconst_null
            iload 4 /* id */
            i2l
            ldc 32
            ldiv
            bipush 32
            lshl
       115: .line 1606
            lconst_1
            iload 4 /* id */
            bipush 32
            irem
            lshl
            lor
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
       116: .line 1605
            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
       117: .line 1609
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
       118: .line 1597
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            ifnonnull 110
       119: .line 1612
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
       120: .line 1613
            goto 130
       121: .line 1614
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 129
       122: .line 1615
            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
       123: .line 1616
            goto 126
       124: .line 1617
      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
       125: .line 1618
            aload 6 /* L */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 6 /* L */
       126: .line 1616
      StackMap locals:
      StackMap stack:
            aload 6 /* L */
            ifnonnull 124
       127: .line 1621
            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
       128: .line 1622
            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
       129: .line 1624
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* l */
       130: .line 1613
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            ifnonnull 121
        end local 5 // jdk.internal.org.objectweb.asm.Label l
        end local 4 // int id
       131: .line 1638
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* max */
        start local 4 // int max
       132: .line 1639
            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
       133: .line 1640
            goto 155
       134: .line 1642
      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
       135: .line 1643
            aload 5 /* stack */
            getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
            astore 5 /* stack */
       136: .line 1645
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
            istore 7 /* start */
        start local 7 // int start
       137: .line 1646
            iload 7 /* start */
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
            iadd
            istore 8 /* blockMax */
        start local 8 // int blockMax
       138: .line 1648
            iload 8 /* blockMax */
            iload 4 /* max */
            if_icmple 140
       139: .line 1649
            iload 8 /* blockMax */
            istore 4 /* max */
       140: .line 1652
      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
       141: .line 1653
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            sipush 128
            iand
            ifeq 154
       142: .line 1655
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* b */
       143: .line 1657
            goto 154
       144: .line 1658
      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 */
       145: .line 1660
            aload 6 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 8
            iand
            ifne 153
       146: .line 1662
            aload 6 /* l */
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.info:I
            ldc 2147483647
            if_icmpne 147
            iconst_1
            goto 149
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.Label
       147: iload 7 /* start */
       148: .line 1663
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.info:I
            iadd
       149: .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 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
       150: .line 1665
            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
       151: .line 1666
            aload 6 /* l */
            aload 5 /* stack */
            putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
       152: .line 1667
            aload 6 /* l */
            astore 5 /* stack */
       153: .line 1669
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
            astore 9 /* b */
       154: .line 1657
      StackMap locals:
      StackMap stack:
            aload 9 /* b */
            ifnonnull 144
        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
       155: .line 1640
      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 134
       156: .line 1672
            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
       157: .line 1673
            goto 160
       158: .line 1674
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* maxStack */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
       159: .line 1675
            aload 0 /* this */
            iload 2 /* maxLocals */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
       160: .line 1677
      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  161     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            0  161     1    maxStack  I
            0  161     2   maxLocals  I
            4   84     3     handler  Ljdk/internal/org/objectweb/asm/Handler;
            6   22     4           l  Ljdk/internal/org/objectweb/asm/Label;
            7   22     5           h  Ljdk/internal/org/objectweb/asm/Label;
            8   22     6           e  Ljdk/internal/org/objectweb/asm/Label;
           11   22     7           t  Ljava/lang/String;
           12   22     8        kind  I
           15   20     9           b  Ljdk/internal/org/objectweb/asm/Edge;
           24   84     4           f  Ljdk/internal/org/objectweb/asm/Frame;
           25   84     5        args  [Ljdk/internal/org/objectweb/asm/Type;
           28   84     6         max  I
           29   84     7     changed  Ljdk/internal/org/objectweb/asm/Label;
           31   49     8           l  Ljdk/internal/org/objectweb/asm/Label;
           38   49     9    blockMax  I
           41   49    10           e  Ljdk/internal/org/objectweb/asm/Edge;
           43   48    11           n  Ljdk/internal/org/objectweb/asm/Label;
           44   48    12      change  Z
           51   84     8           l  Ljdk/internal/org/objectweb/asm/Label;
           57   75     9           k  Ljdk/internal/org/objectweb/asm/Label;
           58   75    10       start  I
           61   75    11         end  I
           64   68    12           i  I
           70   75    12  frameIndex  I
           87  157     3     handler  Ljdk/internal/org/objectweb/asm/Handler;
           89  104     4           l  Ljdk/internal/org/objectweb/asm/Label;
           90  104     5           h  Ljdk/internal/org/objectweb/asm/Label;
           91  104     6           e  Ljdk/internal/org/objectweb/asm/Label;
           93  102     7           b  Ljdk/internal/org/objectweb/asm/Edge;
          107  131     4          id  I
          109  131     5           l  Ljdk/internal/org/objectweb/asm/Label;
          112  117     6  subroutine  Ljdk/internal/org/objectweb/asm/Label;
          123  129     6           L  Ljdk/internal/org/objectweb/asm/Label;
          128  129     7  subroutine  Ljdk/internal/org/objectweb/asm/Label;
          132  157     4         max  I
          133  157     5       stack  Ljdk/internal/org/objectweb/asm/Label;
          135  155     6           l  Ljdk/internal/org/objectweb/asm/Label;
          137  155     7       start  I
          138  155     8    blockMax  I
          141  155     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 1681
            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 1697
            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 1698
            aload 3 /* b */
            iload 1 /* info */
            putfield jdk.internal.org.objectweb.asm.Edge.info:I
         2: .line 1699
            aload 3 /* b */
            aload 2 /* successor */
            putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
         3: .line 1701
            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 1702
            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 1703
            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 1710
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 8
         1: .line 1711
            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 1712
            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 1713
            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 1714
            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 1715
            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 1716
            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 1717
            goto 9
         8: .line 1718
      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 1720
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
        10: .line 1721
            return
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     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 1735
            iconst_0
            istore 4 /* nTop */
        start local 4 // int nTop
         1: .line 1736
            iconst_0
            istore 5 /* nLocal */
        start local 5 // int nLocal
         2: .line 1737
            iconst_0
            istore 6 /* nStack */
        start local 6 // int nStack
         3: .line 1738
            aload 1 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.inputLocals:[I
            astore 7 /* locals */
        start local 7 // int[] locals
         4: .line 1739
            aload 1 /* f */
            getfield jdk.internal.org.objectweb.asm.Frame.inputStack:[I
            astore 8 /* stacks */
        start local 8 // int[] stacks
         5: .line 1742
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 16
         7: .line 1743
      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 1744
            iload 3 /* t */
            ldc 16777216
            if_icmpne 11
         9: .line 1745
            iinc 4 /* nTop */ 1
        10: .line 1746
            goto 13
        11: .line 1747
      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 1748
            iconst_0
            istore 4 /* nTop */
        13: .line 1750
      StackMap locals:
      StackMap stack:
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 14
            iload 3 /* t */
            ldc 16777219
            if_icmpne 15
        14: .line 1751
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        15: .line 1742
      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 1756
            iconst_0
            istore 2 /* i */
            goto 23
        18: .line 1757
      StackMap locals:
      StackMap stack:
            aload 8 /* stacks */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        19: .line 1758
            iinc 6 /* nStack */ 1
        20: .line 1759
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 21
            iload 3 /* t */
            ldc 16777219
            if_icmpne 22
        21: .line 1760
      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 1756
      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 1764
            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 1765
            iconst_0
            istore 2 /* i */
            goto 31
        26: .line 1766
      StackMap locals: int
      StackMap stack:
            aload 7 /* locals */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        27: .line 1767
            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 1768
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 29
            iload 3 /* t */
            ldc 16777219
            if_icmpne 30
        29: .line 1769
      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 1765
      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 1772
            iconst_0
            istore 2 /* i */
            goto 38
        33: .line 1773
      StackMap locals:
      StackMap stack:
            aload 8 /* stacks */
            iload 2 /* i */
            iaload
            istore 3 /* t */
        start local 3 // int t
        34: .line 1774
            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 1775
            iload 3 /* t */
            ldc 16777220
            if_icmpeq 36
            iload 3 /* t */
            ldc 16777219
            if_icmpne 37
        36: .line 1776
      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 1772
      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 1779
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        40: .line 1780
            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 1787
            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 1788
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            bipush 8
            iand
            ifne 6
         2: .line 1789
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 524288
            iand
            ifne 5
         3: .line 1790
            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 1791
            goto 6
         5: .line 1792
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            bipush 6
            iastore
         6: .line 1795
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         7: .line 1797
      StackMap locals: int
      StackMap stack:
            iload 2 /* i */
            istore 3 /* j */
        start local 3 // int j
         8: .line 1798
            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: 29
                   83: 9
                   90: 9
                   91: 17
              default: 36
          }
         9: .line 1804
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_1
            iastore
        10: .line 1805
            goto 7
        11: .line 1807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_2
            iastore
        12: .line 1808
            goto 7
        13: .line 1810
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_4
            iastore
        14: .line 1811
            goto 7
        15: .line 1813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            iconst_3
            iastore
        16: .line 1814
            goto 7
        17: .line 1816
      StackMap locals:
      StackMap stack:
            goto 19
        18: .line 1817
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        19: .line 1816
      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 1819
            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 1820
            iinc 2 /* i */ 1
        22: .line 1821
            goto 24
        23: .line 1822
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        24: .line 1821
      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 1825
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
        26: .line 1826
            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;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
        27: .line 1825
            iastore
        28: .line 1827
            goto 7
        29: .line 1829
      StackMap locals:
      StackMap stack:
            goto 31
        30: .line 1830
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        31: .line 1829
      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 30
        32: .line 1832
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iload 1 /* frameIndex */
            iinc 1 /* frameIndex */ 1
            ldc 24117248
        33: .line 1833
            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
        34: .line 1832
            iastore
        35: .line 1834
            goto 7
        end local 3 // int j
        36: .line 1839
      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
        37: .line 1840
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
        38: .line 1841
            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   39     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            1   39     1  frameIndex  I
            7   39     2           i  I
            8   36     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 1855
            iconst_3
            iload 2 /* nLocal */
            iadd
            iload 3 /* nStack */
            iadd
            istore 4 /* n */
        start local 4 // int n
         1: .line 1856
            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 1857
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* n */
            newarray 10
            putfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
         3: .line 1859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_0
            iload 1 /* offset */
            iastore
         4: .line 1860
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_1
            iload 2 /* nLocal */
            iastore
         5: .line 1861
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
            iconst_2
            iload 3 /* nStack */
            iastore
         6: .line 1862
            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 1870
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
            ifnull 5
         1: .line 1871
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 3
         2: .line 1872
            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 1874
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrame:()V
         4: .line 1875
            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 1877
      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 1878
            aload 0 /* this */
            aconst_null
            putfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
         7: .line 1879
            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 1886
            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 1887
            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 1888
            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 1889
            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 1890
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
         5: .line 1891
            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 1892
            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 1893
            return
         8: .line 1895
      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 1896
            sipush 255
            istore 4 /* type */
        start local 4 // int type
        10: .line 1897
            iconst_0
            istore 5 /* k */
        start local 5 // int k
        11: .line 1899
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
            ifne 14
        12: .line 1900
            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 1901
            goto 15
        end local 6 // int delta
        14: .line 1902
      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 1904
      StackMap locals: int
      StackMap stack:
            iload 2 /* cstackSize */
            ifne 27
        16: .line 1905
            iload 1 /* clocalsSize */
            iload 3 /* localsSize */
            isub
            istore 5 /* k */
        17: .line 1906
            iload 5 /* k */
            tableswitch { // -3 - 3
                   -3: 18
                   -2: 18
                   -1: 18
                    0: 21
                    1: 25
                    2: 25
                    3: 25
              default: 26
          }
        18: .line 1910
      StackMap locals:
      StackMap stack:
            sipush 248
            istore 4 /* type */
        19: .line 1911
            iload 1 /* clocalsSize */
            istore 3 /* localsSize */
        20: .line 1912
            goto 31
        21: .line 1914
      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 1915
            goto 31
        25: .line 1919
      StackMap locals:
      StackMap stack:
            sipush 252
            istore 4 /* type */
        26: .line 1922
      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 1923
            iload 6 /* delta */
            bipush 63
            if_icmpge 29
            bipush 64
            goto 30
        29: .line 1924
      StackMap locals:
      StackMap stack:
            sipush 247
        30: .line 1923
      StackMap locals:
      StackMap stack: int
            istore 4 /* type */
        31: .line 1926
      StackMap locals:
      StackMap stack:
            iload 4 /* type */
            sipush 255
            if_icmpeq 41
        32: .line 1928
            iconst_3
            istore 7 /* l */
        start local 7 // int l
        33: .line 1929
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        34: goto 40
        35: .line 1930
      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 1931
            sipush 255
            istore 4 /* type */
        37: .line 1932
            goto 41
        38: .line 1934
      StackMap locals:
      StackMap stack:
            iinc 7 /* l */ 1
        39: .line 1929
            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 1937
      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 1939
      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 1940
            goto 63
        44: .line 1942
      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 1943
            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 1944
            goto 63
        47: .line 1946
      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 1947
            iload 6 /* delta */
        49: .line 1946
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        50: .line 1948
            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 1949
            goto 63
        52: .line 1951
      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 1952
            goto 63
        54: .line 1954
      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 1955
            goto 63
        56: .line 1957
      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 1958
            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 1959
            goto 63
        59: .line 1962
      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 1963
            aload 0 /* this */
            iconst_3
            iconst_3
            iload 1 /* clocalsSize */
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
        61: .line 1964
            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 1965
            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 1967
      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 1981
            iload 1 /* start */
            istore 3 /* i */
        start local 3 // int i
         1: goto 43
         2: .line 1982
      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 1983
            iload 4 /* t */
            ldc -268435456
            iand
            istore 5 /* d */
        start local 5 // int d
         4: .line 1984
            iload 5 /* d */
            ifne 15
         5: .line 1985
            iload 4 /* t */
            ldc 1048575
            iand
            istore 6 /* v */
        start local 6 // int v
         6: .line 1986
            iload 4 /* t */
            ldc 267386880
            iand
            lookupswitch { // 2
             24117248: 7
             25165824: 11
              default: 13
          }
         7: .line 1988
      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 1989
            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 1988
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        10: .line 1990
            goto 42
        11: .line 1992
      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 1993
            goto 42
        13: .line 1995
      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 1997
            goto 42
        15: .line 1998
      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 1999
            iload 5 /* d */
            bipush 28
            ishr
            istore 5 /* d */
        17: .line 2000
            goto 19
        18: .line 2001
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 6 /* sb */
            bipush 91
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        19: .line 2000
      StackMap locals:
      StackMap stack:
            iload 5 /* d */
            iinc 5 /* d */ -1
            ifgt 18
        20: .line 2003
            iload 4 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 25
        21: .line 2004
            aload 6 /* sb */
            bipush 76
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        22: .line 2005
            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 2006
            aload 6 /* sb */
            bipush 59
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        24: .line 2007
            goto 41
        25: .line 2008
      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 2010
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 73
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        27: .line 2011
            goto 41
        28: .line 2013
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 70
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        29: .line 2014
            goto 41
        30: .line 2016
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 68
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        31: .line 2017
            goto 41
        32: .line 2019
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 90
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        33: .line 2020
            goto 41
        34: .line 2022
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 66
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        35: .line 2023
            goto 41
        36: .line 2025
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 67
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        37: .line 2026
            goto 41
        38: .line 2028
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 83
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        39: .line 2029
            goto 41
        40: .line 2031
      StackMap locals:
      StackMap stack:
            aload 6 /* sb */
            bipush 74
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        41: .line 2034
      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 1981
      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 2037
            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 2040
            aload 1 /* type */
            instanceof java.lang.String
            ifeq 3
         1: .line 2041
            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 2042
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 1 /* type */
            instanceof java.lang.Integer
            ifeq 6
         4: .line 2043
            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 2044
            goto 7
         6: .line 2045
      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 2047
      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 2059
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
            ifeq 2
         1: .line 2060
            bipush 6
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderLength:I
            iadd
            ireturn
         2: .line 2062
      StackMap locals:
      StackMap stack:
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         3: .line 2063
            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 2064
            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 65536
            if_icmple 6
         5: .line 2065
            new java.lang.RuntimeException
            dup
            ldc "Method code too large!"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 2067
      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 2068
            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 2069
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 11
         9: .line 2070
            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 2071
            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 2073
      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 2074
            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 2075
            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 2077
      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 2078
            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 2079
            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 2081
      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 2082
            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 2083
            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 2084
            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 2086
      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 2087
            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 2088
            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 2090
      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 2091
            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 2092
            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 2094
      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 2095
            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 2096
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        34: .line 2095
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 1 /* size */
        35: .line 2099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 38
        36: .line 2100
            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 2101
            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 2103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 43
        39: .line 2104
            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 2105
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 43
        41: .line 2106
      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 2107
            iinc 1 /* size */ 6
        43: .line 2110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 46
        44: .line 2111
            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 2112
            iinc 1 /* size */ 6
        46: .line 2114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 50
        47: .line 2115
            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 2116
            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 2117
            iinc 1 /* size */ 8
        50: .line 2119
      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 2120
            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 2121
            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 2123
      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 2124
            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 2125
            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 2127
      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 2128
            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 2129
            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 2131
      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 2132
            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 2133
            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 2135
      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 2136
            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 2137
            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 2139
      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 2140
            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 2141
            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 2143
      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 2144
            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 2145
            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 2146
            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 2147
      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 2146
            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 2150
      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 2151
            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 2152
            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 2153
            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 2154
      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 2153
            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 2157
      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 2158
            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 2160
      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 2172
            ldc 917504
         1: .line 2174
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            bipush 64
            idiv
         2: .line 2172
            ior
            istore 2 /* mask */
        start local 2 // int mask
         3: .line 2175
            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 2176
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
            ifeq 7
         5: .line 2177
            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 2178
            return
         7: .line 2180
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* attributeCount */
        start local 3 // int attributeCount
         8: .line 2181
            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 2182
            iinc 3 /* attributeCount */ 1
        10: .line 2184
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 12
        11: .line 2185
            iinc 3 /* attributeCount */ 1
        12: .line 2187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 16
        13: .line 2188
            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 2189
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 16
        15: .line 2190
      StackMap locals:
      StackMap stack:
            iinc 3 /* attributeCount */ 1
        16: .line 2193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 18
        17: .line 2194
            iinc 3 /* attributeCount */ 1
        18: .line 2196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 20
        19: .line 2197
            iinc 3 /* attributeCount */ 1
        20: .line 2199
      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 2200
            iinc 3 /* attributeCount */ 1
        22: .line 2202
      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 2203
            iinc 3 /* attributeCount */ 1
        24: .line 2205
      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 2206
            iinc 3 /* attributeCount */ 1
        26: .line 2208
      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 2209
            iinc 3 /* attributeCount */ 1
        28: .line 2211
      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 2212
            iinc 3 /* attributeCount */ 1
        30: .line 2214
      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 2215
            iinc 3 /* attributeCount */ 1
        32: .line 2217
      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 2218
            iinc 3 /* attributeCount */ 1
        34: .line 2220
      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 2221
            iinc 3 /* attributeCount */ 1
        36: .line 2223
      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 2224
            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 2226
      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 2227
            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 2228
            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 2229
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 43
        42: .line 2230
            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 2232
      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 2233
            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 2235
      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 2236
            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 2238
      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 2239
            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 2241
      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 2242
            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 2244
      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 2245
            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 2247
      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 2248
            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 2249
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
        56: .line 2248
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
            iadd
            istore 4 /* size */
        57: .line 2251
      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 2252
            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 2253
            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 2254
            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 2255
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
            ifle 68
        62: .line 2256
            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 2257
            goto 67
        64: .line 2258
      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 2259
            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 2260
            aload 5 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 5 /* h */
        67: .line 2257
      StackMap locals:
      StackMap stack:
            aload 5 /* h */
            ifnonnull 64
        end local 5 // jdk.internal.org.objectweb.asm.Handler h
        68: .line 2263
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* attributeCount */
        69: .line 2264
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 71
        70: .line 2265
            iinc 3 /* attributeCount */ 1
        71: .line 2267
      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 2268
            iinc 3 /* attributeCount */ 1
        73: .line 2270
      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 2271
            iinc 3 /* attributeCount */ 1
        75: .line 2273
      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 2274
            iinc 3 /* attributeCount */ 1
        77: .line 2276
      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 2277
            iinc 3 /* attributeCount */ 1
        79: .line 2279
      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 2280
            iinc 3 /* attributeCount */ 1
        81: .line 2282
      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 2283
            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 2285
      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 2286
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 88
        85: .line 2287
            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 2288
            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 2289
            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 2291
      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 2292
            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 2293
            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 2294
            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 2296
      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 2297
            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 2298
            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 2299
            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 2301
      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 2302
            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 2303
            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 2304
            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 2305
            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 2307
      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 2308
            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 2309
            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 2311
      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 2312
            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 2313
            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 2315
      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 2316
            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 2319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            ifle 123
       114: .line 2320
            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 2321
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
            imul
            iconst_2
            iadd
       116: .line 2320
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       117: .line 2322
            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 2323
            iconst_0
            istore 4 /* i */
        start local 4 // int i
       119: goto 122
       120: .line 2324
      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 2323
            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 2327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            sipush 4096
            iand
            ifeq 127
       124: .line 2328
            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 2329
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 262144
            iand
            ifeq 127
       126: .line 2330
      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 2333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
            ldc 131072
            iand
            ifeq 129
       128: .line 2334
            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 2336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
            ifnull 132
       130: .line 2337
            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 2338
            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 2340
      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 2341
            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 2342
            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 2343
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
       136: .line 2342
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       137: .line 2344
            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 2346
      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 2347
            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 2348
            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 2349
            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 2351
      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 2352
            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 2353
            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 2355
      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 2356
            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 2357
            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 2359
      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 2360
            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 2361
            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 2363
      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 2364
            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 2365
            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 2367
      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 2368
            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 2369
            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 2371
      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 2372
            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 2373
            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 2375
      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 2376
            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 2378
      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

  private void resizeInstructions();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=16, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
         0: .line 2402
            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
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 2430
            iconst_0
            newarray 10
            astore 7 /* allIndexes */
        start local 7 // int[] allIndexes
         2: .line 2431
            iconst_0
            newarray 10
            astore 8 /* allSizes */
        start local 8 // int[] allSizes
         3: .line 2435
            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
            newarray 4
            astore 9 /* resize */
        start local 9 // boolean[] resize
         4: .line 2438
            iconst_3
            istore 11 /* state */
        start local 11 // int state
         5: .line 2440
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] top top top top top int[] int[] boolean[] top int
      StackMap stack:
            iload 11 /* state */
            iconst_3
            if_icmpne 7
         6: .line 2441
            iconst_2
            istore 11 /* state */
         7: .line 2443
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* u */
        start local 2 // int u
         8: .line 2444
            goto 80
         9: .line 2445
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            baload
            sipush 255
            iand
            istore 12 /* opcode */
        start local 12 // int opcode
        10: .line 2446
            iconst_0
            istore 13 /* insert */
        start local 13 // int insert
        11: .line 2448
            getstatic jdk.internal.org.objectweb.asm.ClassWriter.TYPE:[B
            iload 12 /* opcode */
            baload
            tableswitch { // 0 - 17
                    0: 12
                    1: 60
                    2: 62
                    3: 60
                    4: 12
                    5: 62
                    6: 62
                    7: 64
                    8: 64
                    9: 14
                   10: 32
                   11: 60
                   12: 62
                   13: 62
                   14: 34
                   15: 44
                   16: 66
                   17: 54
              default: 66
          }
        12: .line 2451
      StackMap locals: int int
      StackMap stack:
            iinc 2 /* u */ 1
        13: .line 2452
            goto 67
        14: .line 2454
      StackMap locals:
      StackMap stack:
            iload 12 /* opcode */
            sipush 201
            if_icmple 20
        15: .line 2458
            iload 12 /* opcode */
            sipush 218
            if_icmpge 16
            iload 12 /* opcode */
            bipush 49
            isub
            goto 17
      StackMap locals:
      StackMap stack:
        16: iload 12 /* opcode */
            bipush 20
            isub
      StackMap locals:
      StackMap stack: int
        17: istore 12 /* opcode */
        18: .line 2459
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
        19: .line 2460
            goto 21
        end local 4 // int label
        20: .line 2461
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readShort:([BI)S
            iadd
            istore 4 /* label */
        start local 4 // int label
        21: .line 2463
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] top int int int
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 2 /* u */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
        22: .line 2464
            iload 10 /* newOffset */
            sipush -32768
            if_icmplt 24
        23: .line 2465
            iload 10 /* newOffset */
            sipush 32767
            if_icmple 30
        24: .line 2466
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int int int
      StackMap stack:
            aload 9 /* resize */
            iload 2 /* u */
            baload
            ifne 30
        25: .line 2467
            iload 12 /* opcode */
            sipush 167
            if_icmpeq 26
            iload 12 /* opcode */
            sipush 168
            if_icmpne 28
        26: .line 2471
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 13 /* insert */
        27: .line 2472
            goto 29
        28: .line 2479
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 13 /* insert */
        29: .line 2481
      StackMap locals:
      StackMap stack:
            aload 9 /* resize */
            iload 2 /* u */
            iconst_1
            bastore
        30: .line 2484
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 3
        31: .line 2485
            goto 67
        end local 10 // int newOffset
        end local 4 // int label
        32: .line 2487
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int int int
      StackMap stack:
            iinc 2 /* u */ 5
        33: .line 2488
            goto 67
        34: .line 2490
      StackMap locals:
      StackMap stack:
            iload 11 /* state */
            iconst_1
            if_icmpne 38
        35: .line 2498
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
        36: .line 2499
            iload 10 /* newOffset */
            iconst_3
            iand
            ineg
            istore 13 /* insert */
        37: .line 2500
            goto 41
        end local 10 // int newOffset
      StackMap locals:
      StackMap stack:
        38: aload 9 /* resize */
            iload 2 /* u */
            baload
            ifne 41
        39: .line 2504
            iload 2 /* u */
            iconst_3
            iand
            istore 13 /* insert */
        40: .line 2505
            aload 9 /* resize */
            iload 2 /* u */
            iconst_1
            bastore
        41: .line 2508
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            iconst_4
            iadd
            iload 2 /* u */
            iconst_3
            iand
            isub
            istore 2 /* u */
        42: .line 2509
            iload 2 /* u */
            iconst_4
            aload 1 /* b */
            iload 2 /* u */
            bipush 8
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            isub
            iconst_1
            iadd
            imul
            bipush 12
            iadd
            iadd
            istore 2 /* u */
        43: .line 2510
            goto 67
        44: .line 2512
      StackMap locals:
      StackMap stack:
            iload 11 /* state */
            iconst_1
            if_icmpne 48
        45: .line 2514
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
        46: .line 2515
            iload 10 /* newOffset */
            iconst_3
            iand
            ineg
            istore 13 /* insert */
        47: .line 2516
            goto 51
        end local 10 // int newOffset
      StackMap locals:
      StackMap stack:
        48: aload 9 /* resize */
            iload 2 /* u */
            baload
            ifne 51
        49: .line 2518
            iload 2 /* u */
            iconst_3
            iand
            istore 13 /* insert */
        50: .line 2519
            aload 9 /* resize */
            iload 2 /* u */
            iconst_1
            bastore
        51: .line 2522
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            iconst_4
            iadd
            iload 2 /* u */
            iconst_3
            iand
            isub
            istore 2 /* u */
        52: .line 2523
            iload 2 /* u */
            bipush 8
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            imul
            bipush 8
            iadd
            iadd
            istore 2 /* u */
        53: .line 2524
            goto 67
        54: .line 2526
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 12 /* opcode */
        55: .line 2527
            iload 12 /* opcode */
            sipush 132
            if_icmpne 58
        56: .line 2528
            iinc 2 /* u */ 6
        57: .line 2529
            goto 67
        58: .line 2530
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 4
        59: .line 2532
            goto 67
        60: .line 2536
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 2
        61: .line 2537
            goto 67
        62: .line 2543
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 3
        63: .line 2544
            goto 67
        64: .line 2547
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 5
        65: .line 2548
            goto 67
        66: .line 2551
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 4
        67: .line 2554
      StackMap locals:
      StackMap stack:
            iload 13 /* insert */
            ifeq 80
        68: .line 2557
            aload 7 /* allIndexes */
            arraylength
            iconst_1
            iadd
            newarray 10
            astore 14 /* newIndexes */
        start local 14 // int[] newIndexes
        69: .line 2558
            aload 8 /* allSizes */
            arraylength
            iconst_1
            iadd
            newarray 10
            astore 15 /* newSizes */
        start local 15 // int[] newSizes
        70: .line 2559
            aload 7 /* allIndexes */
            iconst_0
            aload 14 /* newIndexes */
            iconst_0
        71: .line 2560
            aload 7 /* allIndexes */
            arraylength
        72: .line 2559
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        73: .line 2561
            aload 8 /* allSizes */
            iconst_0
            aload 15 /* newSizes */
            iconst_0
            aload 8 /* allSizes */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        74: .line 2562
            aload 14 /* newIndexes */
            aload 7 /* allIndexes */
            arraylength
            iload 2 /* u */
            iastore
        75: .line 2563
            aload 15 /* newSizes */
            aload 8 /* allSizes */
            arraylength
            iload 13 /* insert */
            iastore
        76: .line 2564
            aload 14 /* newIndexes */
            astore 7 /* allIndexes */
        77: .line 2565
            aload 15 /* newSizes */
            astore 8 /* allSizes */
        78: .line 2566
            iload 13 /* insert */
            ifle 80
        79: .line 2567
            iconst_3
            istore 11 /* state */
        end local 15 // int[] newSizes
        end local 14 // int[] newIndexes
        end local 13 // int insert
        end local 12 // int opcode
        80: .line 2444
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            arraylength
            if_icmplt 9
        81: .line 2571
            iload 11 /* state */
            iconst_3
            if_icmpge 83
        82: .line 2572
            iinc 11 /* state */ -1
        83: .line 2574
      StackMap locals:
      StackMap stack:
            iload 11 /* state */
            ifne 5
        84: .line 2580
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            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
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:(I)V
            astore 12 /* newCode */
        start local 12 // jdk.internal.org.objectweb.asm.ByteVector newCode
        85: .line 2582
            iconst_0
            istore 2 /* u */
        86: .line 2583
            goto 187
        87: .line 2584
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            baload
            sipush 255
            iand
            istore 13 /* opcode */
        start local 13 // int opcode
        88: .line 2585
            getstatic jdk.internal.org.objectweb.asm.ClassWriter.TYPE:[B
            iload 13 /* opcode */
            baload
            tableswitch { // 0 - 17
                    0: 89
                    1: 176
                    2: 179
                    3: 176
                    4: 89
                    5: 179
                    6: 179
                    7: 182
                    8: 182
                    9: 92
                   10: 119
                   11: 176
                   12: 179
                   13: 179
                   14: 125
                   15: 147
                   16: 185
                   17: 168
              default: 185
          }
        89: .line 2588
      StackMap locals: int
      StackMap stack:
            aload 12 /* newCode */
            iload 13 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        90: .line 2589
            iinc 2 /* u */ 1
        91: .line 2590
            goto 187
        92: .line 2592
      StackMap locals:
      StackMap stack:
            iload 13 /* opcode */
            sipush 201
            if_icmple 98
        93: .line 2596
            iload 13 /* opcode */
            sipush 218
            if_icmpge 94
            iload 13 /* opcode */
            bipush 49
            isub
            goto 95
      StackMap locals:
      StackMap stack:
        94: iload 13 /* opcode */
            bipush 20
            isub
      StackMap locals:
      StackMap stack: int
        95: istore 13 /* opcode */
        96: .line 2597
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
        97: .line 2598
            goto 99
        end local 4 // int label
        98: .line 2599
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readShort:([BI)S
            iadd
            istore 4 /* label */
        start local 4 // int label
        99: .line 2601
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 2 /* u */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       100: .line 2602
            aload 9 /* resize */
            iload 2 /* u */
            baload
            ifeq 115
       101: .line 2608
            iload 13 /* opcode */
            sipush 167
            if_icmpne 104
       102: .line 2609
            aload 12 /* newCode */
            sipush 200
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       103: .line 2610
            goto 113
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
       104: iload 13 /* opcode */
            sipush 168
            if_icmpne 107
       105: .line 2611
            aload 12 /* newCode */
            sipush 201
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       106: .line 2612
            goto 113
       107: .line 2613
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            iload 13 /* opcode */
            sipush 166
            if_icmpgt 108
            iload 13 /* opcode */
            iconst_1
            iadd
            iconst_1
            ixor
            iconst_1
            isub
            goto 109
       108: .line 2614
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
            iload 13 /* opcode */
            iconst_1
            ixor
       109: .line 2613
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top int top top int[] int[] boolean[] int int jdk.internal.org.objectweb.asm.ByteVector int
      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
       110: .line 2615
            aload 12 /* newCode */
            bipush 8
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       111: .line 2616
            aload 12 /* newCode */
            sipush 200
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       112: .line 2618
            iinc 10 /* newOffset */ -3
       113: .line 2620
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       114: .line 2621
            goto 117
       115: .line 2622
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            iload 13 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       116: .line 2623
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       117: .line 2625
      StackMap locals:
      StackMap stack:
            iinc 2 /* u */ 3
       118: .line 2626
            goto 187
        end local 10 // int newOffset
        end local 4 // int label
       119: .line 2628
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            iload 2 /* u */
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
       120: .line 2629
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 2 /* u */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       121: .line 2630
            aload 12 /* newCode */
            iload 13 /* opcode */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       122: .line 2631
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       123: .line 2632
            iinc 2 /* u */ 5
       124: .line 2633
            goto 187
        end local 10 // int newOffset
        end local 4 // int label
       125: .line 2636
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            istore 3 /* v */
        start local 3 // int v
       126: .line 2637
            iload 2 /* u */
            iconst_4
            iadd
            iload 3 /* v */
            iconst_3
            iand
            isub
            istore 2 /* u */
       127: .line 2639
            aload 12 /* newCode */
            sipush 170
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       128: .line 2640
            aload 12 /* newCode */
            aconst_null
            iconst_0
            iconst_4
            aload 12 /* newCode */
            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
       129: .line 2641
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
       130: .line 2642
            iinc 2 /* u */ 4
       131: .line 2643
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       132: .line 2644
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       133: .line 2645
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            istore 6 /* j */
        start local 6 // int j
       134: .line 2646
            iinc 2 /* u */ 4
       135: .line 2647
            aload 12 /* newCode */
            iload 6 /* j */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       136: .line 2648
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            iload 6 /* j */
            isub
            iconst_1
            iadd
            istore 6 /* j */
       137: .line 2649
            iinc 2 /* u */ 4
       138: .line 2650
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            isub
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       139: .line 2651
            goto 145
       140: .line 2652
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int int int top int int[] int[] boolean[] int int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
       141: .line 2653
            iinc 2 /* u */ 4
       142: .line 2654
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
       143: .line 2655
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       144: .line 2651
            iinc 6 /* j */ -1
      StackMap locals:
      StackMap stack:
       145: iload 6 /* j */
            ifgt 140
       146: .line 2657
            goto 187
        end local 10 // int newOffset
        end local 6 // int j
        end local 4 // int label
        end local 3 // int v
       147: .line 2660
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            iload 2 /* u */
            istore 3 /* v */
        start local 3 // int v
       148: .line 2661
            iload 2 /* u */
            iconst_4
            iadd
            iload 3 /* v */
            iconst_3
            iand
            isub
            istore 2 /* u */
       149: .line 2663
            aload 12 /* newCode */
            sipush 171
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       150: .line 2664
            aload 12 /* newCode */
            aconst_null
            iconst_0
            iconst_4
            aload 12 /* newCode */
            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
       151: .line 2665
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
        start local 4 // int label
       152: .line 2666
            iinc 2 /* u */ 4
       153: .line 2667
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       154: .line 2668
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       155: .line 2669
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            istore 6 /* j */
        start local 6 // int j
       156: .line 2670
            iinc 2 /* u */ 4
       157: .line 2671
            aload 12 /* newCode */
            iload 6 /* j */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       158: .line 2672
            goto 166
       159: .line 2673
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int int int top int int[] int[] boolean[] int int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       160: .line 2674
            iinc 2 /* u */ 4
       161: .line 2675
            iload 3 /* v */
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readInt:([BI)I
            iadd
            istore 4 /* label */
       162: .line 2676
            iinc 2 /* u */ 4
       163: .line 2677
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iload 3 /* v */
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
       164: .line 2678
            aload 12 /* newCode */
            iload 10 /* newOffset */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       165: .line 2672
            iinc 6 /* j */ -1
      StackMap locals:
      StackMap stack:
       166: iload 6 /* j */
            ifgt 159
       167: .line 2680
            goto 187
        end local 10 // int newOffset
        end local 6 // int j
        end local 4 // int label
        end local 3 // int v
       168: .line 2682
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 13 /* opcode */
       169: .line 2683
            iload 13 /* opcode */
            sipush 132
            if_icmpne 173
       170: .line 2684
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            bipush 6
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       171: .line 2685
            iinc 2 /* u */ 6
       172: .line 2686
            goto 187
       173: .line 2687
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       174: .line 2688
            iinc 2 /* u */ 4
       175: .line 2690
            goto 187
       176: .line 2694
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       177: .line 2695
            iinc 2 /* u */ 2
       178: .line 2696
            goto 187
       179: .line 2702
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_3
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       180: .line 2703
            iinc 2 /* u */ 3
       181: .line 2704
            goto 187
       182: .line 2707
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_5
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       183: .line 2708
            iinc 2 /* u */ 5
       184: .line 2709
            goto 187
       185: .line 2712
      StackMap locals:
      StackMap stack:
            aload 12 /* newCode */
            aload 1 /* b */
            iload 2 /* u */
            iconst_4
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
       186: .line 2713
            iinc 2 /* u */ 4
        end local 13 // int opcode
       187: .line 2583
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            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
            if_icmplt 87
       188: .line 2719
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
            ifne 207
       189: .line 2720
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
            astore 13 /* l */
        start local 13 // jdk.internal.org.objectweb.asm.Label l
       190: .line 2721
            goto 196
       191: .line 2730
      StackMap locals: jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            aload 13 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            iconst_3
            isub
            istore 2 /* u */
       192: .line 2731
            iload 2 /* u */
            iflt 194
            aload 9 /* resize */
            iload 2 /* u */
            baload
            ifeq 194
       193: .line 2732
            aload 13 /* l */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            bipush 16
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
       194: .line 2734
      StackMap locals:
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* l */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[ILjdk/internal/org/objectweb/asm/Label;)V
       195: .line 2735
            aload 13 /* l */
            getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
            astore 13 /* l */
       196: .line 2721
      StackMap locals:
      StackMap stack:
            aload 13 /* l */
            ifnonnull 191
       197: .line 2738
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       198: goto 205
       199: .line 2739
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top int top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.Label
      StackMap stack:
            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 5 /* i */
            aaload
            astore 14 /* item */
        start local 14 // jdk.internal.org.objectweb.asm.Item item
       200: .line 2740
            aload 14 /* item */
            ifnull 204
            aload 14 /* item */
            getfield jdk.internal.org.objectweb.asm.Item.type:I
            bipush 31
            if_icmpne 204
       201: .line 2741
            aload 14 /* item */
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
       202: .line 2742
            aload 14 /* item */
            getfield jdk.internal.org.objectweb.asm.Item.intVal:I
       203: .line 2741
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            putfield jdk.internal.org.objectweb.asm.Item.intVal:I
        end local 14 // jdk.internal.org.objectweb.asm.Item item
       204: .line 2738
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       205: iload 5 /* i */
            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;
            arraylength
            if_icmplt 199
        end local 13 // jdk.internal.org.objectweb.asm.Label l
       206: .line 2747
            goto 209
        end local 5 // int i
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top top top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
       207: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
            ifle 209
       208: .line 2761
            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.invalidFrames:Z
       209: .line 2764
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
            astore 13 /* h */
        start local 13 // jdk.internal.org.objectweb.asm.Handler h
       210: .line 2765
            goto 215
       211: .line 2766
      StackMap locals: jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[ILjdk/internal/org/objectweb/asm/Label;)V
       212: .line 2767
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[ILjdk/internal/org/objectweb/asm/Label;)V
       213: .line 2768
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 13 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[ILjdk/internal/org/objectweb/asm/Label;)V
       214: .line 2769
            aload 13 /* h */
            getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
            astore 13 /* h */
       215: .line 2765
      StackMap locals:
      StackMap stack:
            aload 13 /* h */
            ifnonnull 211
       216: .line 2773
            iconst_0
            istore 5 /* i */
        start local 5 // int i
       217: goto 236
       218: .line 2774
      StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter byte[] int top top int top int[] int[] boolean[] top int jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.Handler
      StackMap stack:
            iload 5 /* i */
            ifne 219
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
            goto 220
      StackMap locals:
      StackMap stack:
       219: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
       220: astore 14 /* bv */
        start local 14 // jdk.internal.org.objectweb.asm.ByteVector bv
       221: .line 2775
            aload 14 /* bv */
            ifnull 235
       222: .line 2776
            aload 14 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            astore 1 /* b */
       223: .line 2777
            iconst_0
            istore 2 /* u */
       224: .line 2778
            goto 234
       225: .line 2779
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
      StackMap stack:
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            istore 4 /* label */
        start local 4 // int label
       226: .line 2780
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            istore 10 /* newOffset */
        start local 10 // int newOffset
       227: .line 2781
            aload 1 /* b */
            iload 2 /* u */
            iload 10 /* newOffset */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.writeShort:([BII)V
       228: .line 2782
            iload 4 /* label */
            aload 1 /* b */
            iload 2 /* u */
            iconst_2
            iadd
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
            iadd
            istore 4 /* label */
       229: .line 2783
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
            iload 4 /* label */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
       230: .line 2784
            iload 10 /* newOffset */
       231: .line 2783
            isub
            istore 10 /* newOffset */
       232: .line 2785
            aload 1 /* b */
            iload 2 /* u */
            iconst_2
            iadd
            iload 10 /* newOffset */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.writeShort:([BII)V
       233: .line 2786
            iinc 2 /* u */ 10
        end local 10 // int newOffset
        end local 4 // int label
       234: .line 2778
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            aload 14 /* bv */
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            if_icmplt 225
        end local 14 // jdk.internal.org.objectweb.asm.ByteVector bv
       235: .line 2773
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
       236: iload 5 /* i */
            iconst_2
            if_icmplt 218
       237: .line 2790
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 249
       238: .line 2791
            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
            astore 1 /* b */
       239: .line 2792
            iconst_0
            istore 2 /* u */
       240: .line 2793
            goto 248
       241: .line 2795
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
       242: .line 2796
            iload 2 /* u */
       243: .line 2797
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            iconst_0
       244: .line 2798
            aload 1 /* b */
            iload 2 /* u */
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.readUnsignedShort:([BI)I
       245: .line 2797
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
       246: .line 2794
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.writeShort:([BII)V
       247: .line 2799
            iinc 2 /* u */ 4
       248: .line 2793
      StackMap locals:
      StackMap stack:
            iload 2 /* u */
            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
            if_icmplt 241
       249: .line 2803
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
            astore 14 /* attr */
        start local 14 // jdk.internal.org.objectweb.asm.Attribute attr
       250: .line 2804
            goto 258
       251: .line 2805
      StackMap locals: jdk.internal.org.objectweb.asm.Attribute
      StackMap stack:
            aload 14 /* attr */
            invokevirtual jdk.internal.org.objectweb.asm.Attribute.getLabels:()[Ljdk/internal/org/objectweb/asm/Label;
            astore 15 /* labels */
        start local 15 // jdk.internal.org.objectweb.asm.Label[] labels
       252: .line 2806
            aload 15 /* labels */
            ifnull 257
       253: .line 2807
            aload 15 /* labels */
            arraylength
            iconst_1
            isub
            istore 5 /* i */
            goto 256
       254: .line 2808
      StackMap locals: jdk.internal.org.objectweb.asm.Label[]
      StackMap stack:
            aload 7 /* allIndexes */
            aload 8 /* allSizes */
            aload 15 /* labels */
            iload 5 /* i */
            aaload
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[ILjdk/internal/org/objectweb/asm/Label;)V
       255: .line 2807
            iinc 5 /* i */ -1
      StackMap locals:
      StackMap stack:
       256: iload 5 /* i */
            ifge 254
       257: .line 2811
      StackMap locals:
      StackMap stack:
            aload 14 /* attr */
            getfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
            astore 14 /* attr */
        end local 15 // jdk.internal.org.objectweb.asm.Label[] labels
       258: .line 2804
      StackMap locals:
      StackMap stack:
            aload 14 /* attr */
            ifnonnull 251
       259: .line 2815
            aload 0 /* this */
            aload 12 /* newCode */
            putfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
       260: .line 2816
            return
        end local 14 // jdk.internal.org.objectweb.asm.Attribute attr
        end local 13 // jdk.internal.org.objectweb.asm.Handler h
        end local 12 // jdk.internal.org.objectweb.asm.ByteVector newCode
        end local 11 // int state
        end local 9 // boolean[] resize
        end local 8 // int[] allSizes
        end local 7 // int[] allIndexes
        end local 5 // int i
        end local 2 // int u
        end local 1 // byte[] b
        end local 0 // jdk.internal.org.objectweb.asm.MethodWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0  261     0        this  Ljdk/internal/org/objectweb/asm/MethodWriter;
            1  261     1           b  [B
            8  261     2           u  I
          126  147     3           v  I
          148  168     3           v  I
           19   20     4       label  I
           21   32     4       label  I
           97   98     4       label  I
           99  119     4       label  I
          120  125     4       label  I
          130  147     4       label  I
          152  168     4       label  I
          226  234     4       label  I
          198  207     5           i  I
          217  261     5           i  I
          134  147     6           j  I
          156  168     6           j  I
            2  261     7  allIndexes  [I
            3  261     8    allSizes  [I
            4  261     9      resize  [Z
           22   32    10   newOffset  I
           36   38    10   newOffset  I
           46   48    10   newOffset  I
          100  119    10   newOffset  I
          121  125    10   newOffset  I
          132  147    10   newOffset  I
          154  168    10   newOffset  I
          227  234    10   newOffset  I
            5  261    11       state  I
           10   80    12      opcode  I
           11   80    13      insert  I
           69   80    14  newIndexes  [I
           70   80    15    newSizes  [I
           85  261    12     newCode  Ljdk/internal/org/objectweb/asm/ByteVector;
           88  187    13      opcode  I
          190  206    13           l  Ljdk/internal/org/objectweb/asm/Label;
          200  204    14        item  Ljdk/internal/org/objectweb/asm/Item;
          210  261    13           h  Ljdk/internal/org/objectweb/asm/Handler;
          221  235    14          bv  Ljdk/internal/org/objectweb/asm/ByteVector;
          250  261    14        attr  Ljdk/internal/org/objectweb/asm/Attribute;
          252  258    15      labels  [Ljdk/internal/org/objectweb/asm/Label;

  static int readUnsignedShort(byte[], int);
    descriptor: ([BI)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int index
         0: .line 2828
            aload 0 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            ireturn
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      b  [B
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      b      final
      index  final

  static short readShort(byte[], int);
    descriptor: ([BI)S
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int index
         0: .line 2841
            aload 0 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            ior
            i2s
            ireturn
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0      b  [B
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      b      final
      index  final

  static int readInt(byte[], int);
    descriptor: ([BI)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // byte[] b
        start local 1 // int index
         0: .line 2854
            aload 0 /* b */
            iload 1 /* index */
            baload
            sipush 255
            iand
            bipush 24
            ishl
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            bipush 16
            ishl
            ior
         1: .line 2855
            aload 0 /* b */
            iload 1 /* index */
            iconst_2
            iadd
            baload
            sipush 255
            iand
            bipush 8
            ishl
         2: .line 2854
            ior
         3: .line 2855
            aload 0 /* b */
            iload 1 /* index */
            iconst_3
            iadd
            baload
            sipush 255
            iand
         4: .line 2854
            ior
            ireturn
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0      b  [B
            0    5     1  index  I
    MethodParameters:
       Name  Flags
      b      final
      index  final

  static void writeShort(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // byte[] b
        start local 1 // int index
        start local 2 // int s
         0: .line 2869
            aload 0 /* b */
            iload 1 /* index */
            iload 2 /* s */
            bipush 8
            iushr
            i2b
            bastore
         1: .line 2870
            aload 0 /* b */
            iload 1 /* index */
            iconst_1
            iadd
            iload 2 /* s */
            i2b
            bastore
         2: .line 2871
            return
        end local 2 // int s
        end local 1 // int index
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0      b  [B
            0    3     1  index  I
            0    3     2      s  I
    MethodParameters:
       Name  Flags
      b      final
      index  final
      s      final

  static int getNewOffset(int[], int[], int, int);
    descriptor: ([I[III)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // int[] indexes
        start local 1 // int[] sizes
        start local 2 // int begin
        start local 3 // int end
         0: .line 2902
            iload 3 /* end */
            iload 2 /* begin */
            isub
            istore 4 /* offset */
        start local 4 // int offset
         1: .line 2903
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         2: goto 9
         3: .line 2904
      StackMap locals: int int
      StackMap stack:
            iload 2 /* begin */
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            if_icmpge 6
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            iload 3 /* end */
            if_icmpgt 6
         4: .line 2906
            iload 4 /* offset */
            aload 1 /* sizes */
            iload 5 /* i */
            iaload
            iadd
            istore 4 /* offset */
         5: .line 2907
            goto 8
      StackMap locals:
      StackMap stack:
         6: iload 3 /* end */
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            if_icmpge 8
            aload 0 /* indexes */
            iload 5 /* i */
            iaload
            iload 2 /* begin */
            if_icmpgt 8
         7: .line 2909
            iload 4 /* offset */
            aload 1 /* sizes */
            iload 5 /* i */
            iaload
            isub
            istore 4 /* offset */
         8: .line 2903
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 5 /* i */
            aload 0 /* indexes */
            arraylength
            if_icmplt 3
        end local 5 // int i
        10: .line 2912
            iload 4 /* offset */
            ireturn
        end local 4 // int offset
        end local 3 // int end
        end local 2 // int begin
        end local 1 // int[] sizes
        end local 0 // int[] indexes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0  indexes  [I
            0   11     1    sizes  [I
            0   11     2    begin  I
            0   11     3      end  I
            1   11     4   offset  I
            2   10     5        i  I
    MethodParameters:
         Name  Flags
      indexes  final
      sizes    final
      begin    final
      end      final

  static void getNewOffset(int[], int[], jdk.internal.org.objectweb.asm.Label);
    descriptor: ([I[ILjdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // int[] indexes
        start local 1 // int[] sizes
        start local 2 // jdk.internal.org.objectweb.asm.Label label
         0: .line 2937
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_4
            iand
            ifne 3
         1: .line 2938
            aload 2 /* label */
            aload 0 /* indexes */
            aload 1 /* sizes */
            iconst_0
            aload 2 /* label */
            getfield jdk.internal.org.objectweb.asm.Label.position:I
            invokestatic jdk.internal.org.objectweb.asm.MethodWriter.getNewOffset:([I[III)I
            putfield jdk.internal.org.objectweb.asm.Label.position:I
         2: .line 2939
            aload 2 /* label */
            dup
            getfield jdk.internal.org.objectweb.asm.Label.status:I
            iconst_4
            ior
            putfield jdk.internal.org.objectweb.asm.Label.status:I
         3: .line 2941
      StackMap locals:
      StackMap stack:
            return
        end local 2 // jdk.internal.org.objectweb.asm.Label label
        end local 1 // int[] sizes
        end local 0 // int[] indexes
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  indexes  [I
            0    4     1    sizes  [I
            0    4     2    label  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
         Name  Flags
      indexes  final
      sizes    final
      label    final
}
SourceFile: "MethodWriter.java"