final class org.glassfish.pfl.objectweb.asm.Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.glassfish.pfl.objectweb.asm.Frame
  super_class: java.lang.Object
{
  static final int DIM;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -268435456

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static final int[] SIZE;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  org.glassfish.pfl.objectweb.asm.Label owner;
    descriptor: Lorg/glassfish/pfl/objectweb/asm/Label;
    flags: (0x0000) 

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=0
         0: .line 239
            sipush 202
            newarray 10
            astore 1 /* b */
        start local 1 // int[] b
         1: .line 240
            ldc "EFFFFFFFFGGFFFGGFFFEEFGFGFEEEEEEEEEEEEEEEEEEEEDEDEDDDDDCDCDEEEEEEEEEEEEEEEEEEEEBABABBBBDCFFFGGGEDCDCDCDCDCDCDCDCDCDCEEEEDDDDDDDCDCDCEFEFDDEEFFDEDEEEBDDBBDDDDDDCCCCCCCCEFEDDDCDCDEEEEEEEEEEFEEEEEEDDEEDDEE"
            astore 2 /* s */
        start local 2 // java.lang.String s
         2: .line 244
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         3: goto 6
         4: .line 245
      StackMap locals: int int[] java.lang.String
      StackMap stack:
            aload 1 /* b */
            iload 0 /* i */
            aload 2 /* s */
            iload 0 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 69
            isub
            iastore
         5: .line 244
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 0 /* i */
            aload 1 /* b */
            arraylength
            if_icmplt 4
         7: .line 247
            aload 1 /* b */
            putstatic org.glassfish.pfl.objectweb.asm.Frame.SIZE:[I
        end local 2 // java.lang.String s
        end local 1 // int[] b
        end local 0 // int i
         8: .line 461
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    8     0     i  I
            1    8     1     b  [I
            2    8     2     s  Ljava/lang/String;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;

  private int get(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // int local
         0: .line 530
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            ifnull 1
            iload 1 /* local */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            arraylength
            if_icmplt 2
         1: .line 533
      StackMap locals:
      StackMap stack:
            ldc 33554432
            iload 1 /* local */
            ior
            ireturn
         2: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            iaload
            istore 2 /* type */
        start local 2 // int type
         3: .line 536
            iload 2 /* type */
            ifne 5
         4: .line 539
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            ldc 33554432
            iload 1 /* local */
            ior
            dup_x2
            iastore
            istore 2 /* type */
         5: .line 541
      StackMap locals: int
      StackMap stack:
            iload 2 /* type */
            ireturn
        end local 2 // int type
        end local 1 // int local
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0    6     1  local  I
            3    6     2   type  I
    MethodParameters:
       Name  Flags
      local  final

  private void set(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // int local
        start local 2 // int type
         0: .line 553
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            ifnonnull 2
         1: .line 554
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
         2: .line 556
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            arraylength
            istore 3 /* n */
        start local 3 // int n
         3: .line 557
            iload 1 /* local */
            iload 3 /* n */
            if_icmplt 7
         4: .line 558
            iload 1 /* local */
            iconst_1
            iadd
            iconst_2
            iload 3 /* n */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 4 /* t */
        start local 4 // int[] t
         5: .line 559
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            iconst_0
            aload 4 /* t */
            iconst_0
            iload 3 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 560
            aload 0 /* this */
            aload 4 /* t */
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
        end local 4 // int[] t
         7: .line 563
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            iload 1 /* local */
            iload 2 /* type */
            iastore
         8: .line 564
            return
        end local 3 // int n
        end local 2 // int type
        end local 1 // int local
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0    9     1  local  I
            0    9     2   type  I
            3    9     3      n  I
            5    7     4      t  [I
    MethodParameters:
       Name  Flags
      local  final
      type   final

  private void push(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // int type
         0: .line 573
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
            ifnonnull 2
         1: .line 574
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
         2: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 577
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iload 2 /* n */
            if_icmplt 7
         4: .line 578
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iconst_1
            iadd
            iconst_2
            iload 2 /* n */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 3 /* t */
        start local 3 // int[] t
         5: .line 579
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
            iconst_0
            aload 3 /* t */
            iconst_0
            iload 2 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 580
            aload 0 /* this */
            aload 3 /* t */
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
        end local 3 // int[] t
         7: .line 583
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* type */
            iastore
         8: .line 585
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.owner:Lorg/glassfish/pfl/objectweb/asm/Label;
            getfield org.glassfish.pfl.objectweb.asm.Label.inputStackTop:I
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iadd
            istore 3 /* top */
        start local 3 // int top
         9: .line 586
            iload 3 /* top */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.owner:Lorg/glassfish/pfl/objectweb/asm/Label;
            getfield org.glassfish.pfl.objectweb.asm.Label.outputStackMax:I
            if_icmple 11
        10: .line 587
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.owner:Lorg/glassfish/pfl/objectweb/asm/Label;
            iload 3 /* top */
            putfield org.glassfish.pfl.objectweb.asm.Label.outputStackMax:I
        11: .line 589
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int top
        end local 2 // int n
        end local 1 // int type
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0   12     1  type  I
            3   12     2     n  I
            5    7     3     t  [I
            9   12     3   top  I
    MethodParameters:
      Name  Flags
      type  final

  private void push(org.glassfish.pfl.objectweb.asm.ClassWriter, java.lang.String);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 2 // java.lang.String desc
         0: .line 600
            aload 1 /* cw */
            aload 2 /* desc */
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.type:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            istore 3 /* type */
        start local 3 // int type
         1: .line 601
            iload 3 /* type */
            ifeq 5
         2: .line 602
            aload 0 /* this */
            iload 3 /* type */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
         3: .line 603
            iload 3 /* type */
            ldc 16777220
            if_icmpeq 4
            iload 3 /* type */
            ldc 16777219
            if_icmpne 5
         4: .line 604
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
         5: .line 607
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int type
        end local 2 // java.lang.String desc
        end local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0    6     1    cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0    6     2  desc  Ljava/lang/String;
            1    6     3  type  I
    MethodParameters:
      Name  Flags
      cw    final
      desc  final

  private static int type(org.glassfish.pfl.objectweb.asm.ClassWriter, java.lang.String);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 1 // java.lang.String desc
         0: .line 618
            aload 1 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 40
            if_icmpne 1
            aload 1 /* desc */
            bipush 41
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_1
            iadd
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* index */
        start local 3 // int index
         3: .line 619
            aload 1 /* desc */
            iload 3 /* index */
            invokevirtual java.lang.String.charAt:(I)C
            tableswitch { // 66 - 90
                   66: 5
                   67: 5
                   68: 8
                   69: 11
                   70: 6
                   71: 11
                   72: 11
                   73: 5
                   74: 7
                   75: 11
                   76: 9
                   77: 11
                   78: 11
                   79: 11
                   80: 11
                   81: 11
                   82: 11
                   83: 5
                   84: 11
                   85: 11
                   86: 4
                   87: 11
                   88: 11
                   89: 11
                   90: 5
              default: 11
          }
         4: .line 621
      StackMap locals: org.glassfish.pfl.objectweb.asm.ClassWriter java.lang.String top int
      StackMap stack:
            iconst_0
            ireturn
         5: .line 627
      StackMap locals:
      StackMap stack:
            ldc 16777217
            ireturn
         6: .line 629
      StackMap locals:
      StackMap stack:
            ldc 16777218
            ireturn
         7: .line 631
      StackMap locals:
      StackMap stack:
            ldc 16777220
            ireturn
         8: .line 633
      StackMap locals:
      StackMap stack:
            ldc 16777219
            ireturn
         9: .line 636
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 3 /* index */
            iconst_1
            iadd
            aload 1 /* desc */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* t */
        start local 2 // java.lang.String t
        10: .line 637
            ldc 24117248
            aload 0 /* cw */
            aload 2 /* t */
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            ireturn
        end local 2 // java.lang.String t
        11: .line 642
      StackMap locals:
      StackMap stack:
            iload 3 /* index */
            iconst_1
            iadd
            istore 5 /* dims */
        start local 5 // int dims
        12: .line 643
            goto 14
        13: .line 644
      StackMap locals: org.glassfish.pfl.objectweb.asm.ClassWriter java.lang.String top int top int
      StackMap stack:
            iinc 5 /* dims */ 1
        14: .line 643
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 5 /* dims */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpeq 13
        15: .line 646
            aload 1 /* desc */
            iload 5 /* dims */
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 8
                   66: 20
                   67: 18
                   68: 30
                   70: 26
                   73: 24
                   74: 28
                   83: 22
                   90: 16
              default: 32
          }
        16: .line 648
      StackMap locals:
      StackMap stack:
            ldc 16777225
            istore 4 /* data */
        start local 4 // int data
        17: .line 649
            goto 34
        end local 4 // int data
        18: .line 651
      StackMap locals:
      StackMap stack:
            ldc 16777227
            istore 4 /* data */
        start local 4 // int data
        19: .line 652
            goto 34
        end local 4 // int data
        20: .line 654
      StackMap locals:
      StackMap stack:
            ldc 16777226
            istore 4 /* data */
        start local 4 // int data
        21: .line 655
            goto 34
        end local 4 // int data
        22: .line 657
      StackMap locals:
      StackMap stack:
            ldc 16777228
            istore 4 /* data */
        start local 4 // int data
        23: .line 658
            goto 34
        end local 4 // int data
        24: .line 660
      StackMap locals:
      StackMap stack:
            ldc 16777217
            istore 4 /* data */
        start local 4 // int data
        25: .line 661
            goto 34
        end local 4 // int data
        26: .line 663
      StackMap locals:
      StackMap stack:
            ldc 16777218
            istore 4 /* data */
        start local 4 // int data
        27: .line 664
            goto 34
        end local 4 // int data
        28: .line 666
      StackMap locals:
      StackMap stack:
            ldc 16777220
            istore 4 /* data */
        start local 4 // int data
        29: .line 667
            goto 34
        end local 4 // int data
        30: .line 669
      StackMap locals:
      StackMap stack:
            ldc 16777219
            istore 4 /* data */
        start local 4 // int data
        31: .line 670
            goto 34
        end local 4 // int data
        32: .line 674
      StackMap locals:
      StackMap stack:
            aload 1 /* desc */
            iload 5 /* dims */
            iconst_1
            iadd
            aload 1 /* desc */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 2 /* t */
        start local 2 // java.lang.String t
        33: .line 675
            ldc 24117248
            aload 0 /* cw */
            aload 2 /* t */
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 4 /* data */
        end local 2 // java.lang.String t
        start local 4 // int data
        34: .line 677
      StackMap locals: org.glassfish.pfl.objectweb.asm.ClassWriter java.lang.String top int int int
      StackMap stack:
            iload 5 /* dims */
            iload 3 /* index */
            isub
            bipush 28
            ishl
            iload 4 /* data */
            ior
            ireturn
        end local 5 // int dims
        end local 4 // int data
        end local 3 // int index
        end local 1 // java.lang.String desc
        end local 0 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   35     0     cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0   35     1   desc  Ljava/lang/String;
           10   11     2      t  Ljava/lang/String;
           33   34     2      t  Ljava/lang/String;
            3   35     3  index  I
           17   18     4   data  I
           19   20     4   data  I
           21   22     4   data  I
           23   24     4   data  I
           25   26     4   data  I
           27   28     4   data  I
           29   30     4   data  I
           31   32     4   data  I
           34   35     4   data  I
           12   35     5   dims  I
    MethodParameters:
      Name  Flags
      cw    final
      desc  final

  private int pop();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
         0: .line 687
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            ifle 2
         1: .line 688
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iconst_1
            isub
            dup_x1
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iaload
            ireturn
         2: .line 691
      StackMap locals:
      StackMap stack:
            ldc 50331648
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.owner:Lorg/glassfish/pfl/objectweb/asm/Label;
            dup
            getfield org.glassfish.pfl.objectweb.asm.Label.inputStackTop:I
            iconst_1
            isub
            dup_x1
            putfield org.glassfish.pfl.objectweb.asm.Label.inputStackTop:I
            ineg
            ior
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;

  private void pop(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // int elements
         0: .line 701
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* elements */
            if_icmplt 3
         1: .line 702
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iload 1 /* elements */
            isub
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
         2: .line 703
            goto 5
         3: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.owner:Lorg/glassfish/pfl/objectweb/asm/Label;
            dup
            getfield org.glassfish.pfl.objectweb.asm.Label.inputStackTop:I
            iload 1 /* elements */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            isub
            isub
            putfield org.glassfish.pfl.objectweb.asm.Label.inputStackTop:I
         4: .line 708
            aload 0 /* this */
            iconst_0
            putfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
         5: .line 710
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int elements
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0    6     1  elements  I
    MethodParameters:
          Name  Flags
      elements  final

  private void pop(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // java.lang.String desc
         0: .line 720
            aload 1 /* desc */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 2 /* c */
        start local 2 // char c
         1: .line 721
            iload 2 /* c */
            bipush 40
            if_icmpne 4
         2: .line 722
            aload 0 /* this */
            aload 1 /* desc */
            invokestatic org.glassfish.pfl.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
            iconst_2
            ishr
            iconst_1
            isub
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
         3: .line 723
            goto 8
      StackMap locals: int
      StackMap stack:
         4: iload 2 /* c */
            bipush 74
            if_icmpeq 5
            iload 2 /* c */
            bipush 68
            if_icmpne 7
         5: .line 724
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
         6: .line 725
            goto 8
         7: .line 726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
         8: .line 728
      StackMap locals:
      StackMap stack:
            return
        end local 2 // char c
        end local 1 // java.lang.String desc
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0    9     1  desc  Ljava/lang/String;
            1    9     2     c  C
    MethodParameters:
      Name  Flags
      desc  final

  private void init(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // int var
         0: .line 738
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            ifnonnull 2
         1: .line 739
            aload 0 /* this */
            iconst_2
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
         2: .line 741
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 742
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializationCount:I
            iload 2 /* n */
            if_icmplt 7
         4: .line 743
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializationCount:I
            iconst_1
            iadd
            iconst_2
            iload 2 /* n */
            imul
            invokestatic java.lang.Math.max:(II)I
            newarray 10
            astore 3 /* t */
        start local 3 // int[] t
         5: .line 744
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            iconst_0
            aload 3 /* t */
            iconst_0
            iload 2 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 745
            aload 0 /* this */
            aload 3 /* t */
            putfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
        end local 3 // int[] t
         7: .line 748
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            aload 0 /* this */
            dup
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializationCount:I
            dup_x1
            iconst_1
            iadd
            putfield org.glassfish.pfl.objectweb.asm.Frame.initializationCount:I
            iload 1 /* var */
            iastore
         8: .line 749
            return
        end local 2 // int n
        end local 1 // int var
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0    9     1   var  I
            3    9     2     n  I
            5    7     3     t  [I
    MethodParameters:
      Name  Flags
      var   final

  private int init(org.glassfish.pfl.objectweb.asm.ClassWriter, int);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 2 // int t
         0: .line 762
            iload 2 /* t */
            ldc 16777222
            if_icmpne 3
         1: .line 763
            ldc 24117248
            aload 1 /* cw */
            aload 1 /* cw */
            getfield org.glassfish.pfl.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 3 /* s */
        start local 3 // int s
         2: .line 764
            goto 8
        end local 3 // int s
      StackMap locals:
      StackMap stack:
         3: iload 2 /* t */
            ldc -1048576
            iand
            ldc 25165824
            if_icmpne 7
         4: .line 765
            aload 1 /* cw */
            getfield org.glassfish.pfl.objectweb.asm.ClassWriter.typeTable:[Lorg/glassfish/pfl/objectweb/asm/Item;
            iload 2 /* t */
            ldc 1048575
            iand
            aaload
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal1:Ljava/lang/String;
            astore 4 /* type */
        start local 4 // java.lang.String type
         5: .line 766
            ldc 24117248
            aload 1 /* cw */
            aload 4 /* type */
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 3 /* s */
        end local 4 // java.lang.String type
        start local 3 // int s
         6: .line 767
            goto 8
        end local 3 // int s
         7: .line 768
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            ireturn
        start local 3 // int s
         8: .line 770
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         9: goto 21
        10: .line 771
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            iload 4 /* j */
            iaload
            istore 5 /* u */
        start local 5 // int u
        11: .line 772
            iload 5 /* u */
            ldc -268435456
            iand
            istore 6 /* dim */
        start local 6 // int dim
        12: .line 773
            iload 5 /* u */
            ldc 251658240
            iand
            istore 7 /* kind */
        start local 7 // int kind
        13: .line 774
            iload 7 /* kind */
            ldc 33554432
            if_icmpne 16
        14: .line 775
            iload 6 /* dim */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* u */
            ldc 8388607
            iand
            iaload
            iadd
            istore 5 /* u */
        15: .line 776
            goto 18
      StackMap locals: int int int
      StackMap stack:
        16: iload 7 /* kind */
            ldc 50331648
            if_icmpne 18
        17: .line 777
            iload 6 /* dim */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            arraylength
            iload 5 /* u */
            ldc 8388607
            iand
            isub
            iaload
            iadd
            istore 5 /* u */
        18: .line 779
      StackMap locals:
      StackMap stack:
            iload 2 /* t */
            iload 5 /* u */
            if_icmpne 20
        19: .line 780
            iload 3 /* s */
            ireturn
        end local 7 // int kind
        end local 6 // int dim
        end local 5 // int u
        20: .line 770
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        21: iload 4 /* j */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializationCount:I
            if_icmplt 10
        end local 4 // int j
        22: .line 783
            iload 2 /* t */
            ireturn
        end local 3 // int s
        end local 2 // int t
        end local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0   23     1    cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0   23     2     t  I
            2    3     3     s  I
            6    7     3     s  I
            8   23     3     s  I
            5    6     4  type  Ljava/lang/String;
            9   22     4     j  I
           11   20     5     u  I
           12   20     6   dim  I
           13   20     7  kind  I
    MethodParameters:
      Name  Flags
      cw    final
      t     final

  void initInputFrame(org.glassfish.pfl.objectweb.asm.ClassWriter, int, org.glassfish.pfl.objectweb.asm.Type[], int);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[Lorg/glassfish/pfl/objectweb/asm/Type;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 2 // int access
        start local 3 // org.glassfish.pfl.objectweb.asm.Type[] args
        start local 4 // int maxLocals
         0: .line 801
            aload 0 /* this */
            iload 4 /* maxLocals */
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
         1: .line 802
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
         2: .line 803
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: .line 804
            iload 2 /* access */
            bipush 8
            iand
            ifne 8
         4: .line 805
            iload 2 /* access */
            ldc 262144
            iand
            ifne 7
         5: .line 806
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 24117248
            aload 1 /* cw */
            aload 1 /* cw */
            getfield org.glassfish.pfl.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            iastore
         6: .line 807
            goto 8
         7: .line 808
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 16777222
            iastore
         8: .line 811
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         9: goto 15
        10: .line 812
      StackMap locals: int
      StackMap stack:
            aload 1 /* cw */
            aload 3 /* args */
            iload 6 /* j */
            aaload
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.type:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)I
            istore 7 /* t */
        start local 7 // int t
        11: .line 813
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            iload 7 /* t */
            iastore
        12: .line 814
            iload 7 /* t */
            ldc 16777220
            if_icmpeq 13
            iload 7 /* t */
            ldc 16777219
            if_icmpne 14
        13: .line 815
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 16777216
            iastore
        end local 7 // int t
        14: .line 811
      StackMap locals:
      StackMap stack:
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 6 /* j */
            aload 3 /* args */
            arraylength
            if_icmplt 10
        end local 6 // int j
        16: .line 818
            goto 18
        17: .line 819
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            ldc 16777216
            iastore
        18: .line 818
      StackMap locals:
      StackMap stack:
            iload 5 /* i */
            iload 4 /* maxLocals */
            if_icmplt 17
        19: .line 821
            return
        end local 5 // int i
        end local 4 // int maxLocals
        end local 3 // org.glassfish.pfl.objectweb.asm.Type[] args
        end local 2 // int access
        end local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0   20     1         cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0   20     2     access  I
            0   20     3       args  [Lorg/glassfish/pfl/objectweb/asm/Type;
            0   20     4  maxLocals  I
            3   20     5          i  I
            9   16     6          j  I
           11   14     7          t  I
    MethodParameters:
           Name  Flags
      cw         final
      access     final
      args       final
      maxLocals  final

  void execute(int, int, org.glassfish.pfl.objectweb.asm.ClassWriter, org.glassfish.pfl.objectweb.asm.Item);
    descriptor: (IILorg/glassfish/pfl/objectweb/asm/ClassWriter;Lorg/glassfish/pfl/objectweb/asm/Item;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // int opcode
        start local 2 // int arg
        start local 3 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 4 // org.glassfish.pfl.objectweb.asm.Item item
         0: .line 838
            iload 1 /* opcode */
            tableswitch { // 0 - 199
                    0: 1
                    1: 2
                    2: 4
                    3: 4
                    4: 4
                    5: 4
                    6: 4
                    7: 4
                    8: 4
                    9: 6
                   10: 6
                   11: 9
                   12: 9
                   13: 9
                   14: 11
                   15: 11
                   16: 4
                   17: 4
                   18: 14
                   19: 222
                   20: 222
                   21: 4
                   22: 6
                   23: 9
                   24: 11
                   25: 29
                   26: 222
                   27: 222
                   28: 222
                   29: 222
                   30: 222
                   31: 222
                   32: 222
                   33: 222
                   34: 222
                   35: 222
                   36: 222
                   37: 222
                   38: 222
                   39: 222
                   40: 222
                   41: 222
                   42: 222
                   43: 222
                   44: 222
                   45: 222
                   46: 31
                   47: 34
                   48: 38
                   49: 41
                   50: 45
                   51: 31
                   52: 31
                   53: 31
                   54: 49
                   55: 59
                   56: 49
                   57: 59
                   58: 49
                   59: 222
                   60: 222
                   61: 222
                   62: 222
                   63: 222
                   64: 222
                   65: 222
                   66: 222
                   67: 222
                   68: 222
                   69: 222
                   70: 222
                   71: 222
                   72: 222
                   73: 222
                   74: 222
                   75: 222
                   76: 222
                   77: 222
                   78: 222
                   79: 71
                   80: 73
                   81: 71
                   82: 73
                   83: 71
                   84: 71
                   85: 71
                   86: 71
                   87: 75
                   88: 77
                   89: 79
                   90: 83
                   91: 89
                   92: 97
                   93: 104
                   94: 113
                   95: 124
                   96: 129
                   97: 132
                   98: 136
                   99: 139
                  100: 129
                  101: 132
                  102: 136
                  103: 139
                  104: 129
                  105: 132
                  106: 136
                  107: 139
                  108: 129
                  109: 132
                  110: 136
                  111: 139
                  112: 129
                  113: 132
                  114: 136
                  115: 139
                  116: 1
                  117: 1
                  118: 1
                  119: 1
                  120: 129
                  121: 143
                  122: 129
                  123: 143
                  124: 129
                  125: 143
                  126: 129
                  127: 132
                  128: 129
                  129: 132
                  130: 129
                  131: 132
                  132: 147
                  133: 149
                  134: 153
                  135: 156
                  136: 129
                  137: 136
                  138: 41
                  139: 160
                  140: 149
                  141: 156
                  142: 129
                  143: 34
                  144: 136
                  145: 1
                  146: 1
                  147: 1
                  148: 163
                  149: 129
                  150: 129
                  151: 163
                  152: 163
                  153: 75
                  154: 75
                  155: 75
                  156: 75
                  157: 75
                  158: 75
                  159: 77
                  160: 77
                  161: 77
                  162: 77
                  163: 77
                  164: 77
                  165: 77
                  166: 77
                  167: 1
                  168: 166
                  169: 166
                  170: 75
                  171: 75
                  172: 75
                  173: 77
                  174: 75
                  175: 77
                  176: 75
                  177: 1
                  178: 167
                  179: 169
                  180: 171
                  181: 174
                  182: 177
                  183: 177
                  184: 177
                  185: 177
                  186: 185
                  187: 188
                  188: 190
                  189: 208
                  190: 160
                  191: 75
                  192: 215
                  193: 160
                  194: 75
                  195: 75
                  196: 222
                  197: 222
                  198: 75
                  199: 75
              default: 222
          }
         1: .line 849
      StackMap locals:
      StackMap stack:
            goto 224
         2: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777221
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
         3: .line 852
            goto 224
         4: .line 863
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
         5: .line 864
            goto 224
         6: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
         7: .line 869
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
         8: .line 870
            goto 224
         9: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        10: .line 876
            goto 224
        11: .line 880
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        12: .line 881
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        13: .line 882
            goto 224
        14: .line 884
      StackMap locals:
      StackMap stack:
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.type:I
            tableswitch { // 3 - 7
                    3: 15
                    4: 20
                    5: 17
                    6: 22
                    7: 25
              default: 27
          }
        15: .line 886
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        16: .line 887
            goto 224
        17: .line 889
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        18: .line 890
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        19: .line 891
            goto 224
        20: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        21: .line 894
            goto 224
        22: .line 896
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        23: .line 897
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        24: .line 898
            goto 224
        25: .line 900
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            ldc "java/lang/Class"
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        26: .line 901
            goto 224
        27: .line 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            ldc "java/lang/String"
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        28: .line 906
            goto 224
        29: .line 908
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iload 2 /* arg */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.get:(I)I
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        30: .line 909
            goto 224
        31: .line 914
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        32: .line 915
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        33: .line 916
            goto 224
        34: .line 919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        35: .line 920
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        36: .line 921
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        37: .line 922
            goto 224
        38: .line 924
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        39: .line 925
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        40: .line 926
            goto 224
        41: .line 929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        42: .line 930
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        43: .line 931
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        44: .line 932
            goto 224
        45: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        46: .line 935
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        47: .line 936
            aload 0 /* this */
            ldc -268435456
            iload 5 /* t1 */
            iadd
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        48: .line 937
            goto 224
        end local 5 // int t1
        49: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        50: .line 942
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        51: .line 943
            iload 2 /* arg */
            ifle 224
        52: .line 944
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.get:(I)I
            istore 6 /* t2 */
        start local 6 // int t2
        53: .line 946
            iload 6 /* t2 */
            ldc 16777220
            if_icmpeq 54
            iload 6 /* t2 */
            ldc 16777219
            if_icmpne 56
        54: .line 947
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        55: .line 948
            goto 224
      StackMap locals:
      StackMap stack:
        56: iload 6 /* t2 */
            ldc 251658240
            iand
            ldc 16777216
            if_icmpeq 224
        57: .line 949
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            iload 6 /* t2 */
            ldc 8388608
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        end local 6 // int t2
        58: .line 952
            goto 224
        end local 5 // int t1
        59: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        60: .line 956
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        61: .line 957
            aload 0 /* this */
            iload 2 /* arg */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        62: .line 958
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            iadd
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        63: .line 959
            iload 2 /* arg */
            ifle 224
        64: .line 960
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.get:(I)I
            istore 6 /* t2 */
        start local 6 // int t2
        65: .line 962
            iload 6 /* t2 */
            ldc 16777220
            if_icmpeq 66
            iload 6 /* t2 */
            ldc 16777219
            if_icmpne 68
        66: .line 963
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        67: .line 964
            goto 224
      StackMap locals:
      StackMap stack:
        68: iload 6 /* t2 */
            ldc 251658240
            iand
            ldc 16777216
            if_icmpeq 224
        69: .line 965
            aload 0 /* this */
            iload 2 /* arg */
            iconst_1
            isub
            iload 6 /* t2 */
            ldc 8388608
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
        end local 6 // int t2
        70: .line 968
            goto 224
        end local 5 // int t1
        71: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        72: .line 976
            goto 224
        73: .line 979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        74: .line 980
            goto 224
        75: .line 998
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        76: .line 999
            goto 224
        77: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
        78: .line 1012
            goto 224
        79: .line 1014
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        80: .line 1015
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        81: .line 1016
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        82: .line 1017
            goto 224
        end local 5 // int t1
        83: .line 1019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        84: .line 1020
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        85: .line 1021
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        86: .line 1022
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        87: .line 1023
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        88: .line 1024
            goto 224
        end local 6 // int t2
        end local 5 // int t1
        89: .line 1026
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        90: .line 1027
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        91: .line 1028
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
        92: .line 1029
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        93: .line 1030
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        94: .line 1031
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        95: .line 1032
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
        96: .line 1033
            goto 224
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
        97: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
        98: .line 1036
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
        99: .line 1037
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       100: .line 1038
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       101: .line 1039
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       102: .line 1040
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       103: .line 1041
            goto 224
        end local 6 // int t2
        end local 5 // int t1
       104: .line 1043
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       105: .line 1044
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       106: .line 1045
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
       107: .line 1046
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       108: .line 1047
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       109: .line 1048
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       110: .line 1049
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       111: .line 1050
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       112: .line 1051
            goto 224
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       113: .line 1053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       114: .line 1054
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       115: .line 1055
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 7 /* t3 */
        start local 7 // int t3
       116: .line 1056
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 8 /* t4 */
        start local 8 // int t4
       117: .line 1057
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       118: .line 1058
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       119: .line 1059
            aload 0 /* this */
            iload 8 /* t4 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       120: .line 1060
            aload 0 /* this */
            iload 7 /* t3 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       121: .line 1061
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       122: .line 1062
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       123: .line 1063
            goto 224
        end local 8 // int t4
        end local 7 // int t3
        end local 6 // int t2
        end local 5 // int t1
       124: .line 1065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       125: .line 1066
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 6 /* t2 */
        start local 6 // int t2
       126: .line 1067
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       127: .line 1068
            aload 0 /* this */
            iload 6 /* t2 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       128: .line 1069
            goto 224
        end local 6 // int t2
        end local 5 // int t1
       129: .line 1085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       130: .line 1086
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       131: .line 1087
            goto 224
       132: .line 1096
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       133: .line 1097
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       134: .line 1098
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       135: .line 1099
            goto 224
       136: .line 1107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       137: .line 1108
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       138: .line 1109
            goto 224
       139: .line 1115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       140: .line 1116
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       141: .line 1117
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       142: .line 1118
            goto 224
       143: .line 1122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_3
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       144: .line 1123
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       145: .line 1124
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       146: .line 1125
            goto 224
       147: .line 1127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.set:(II)V
       148: .line 1128
            goto 224
       149: .line 1131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       150: .line 1132
            aload 0 /* this */
            ldc 16777220
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       151: .line 1133
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       152: .line 1134
            goto 224
       153: .line 1136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       154: .line 1137
            aload 0 /* this */
            ldc 16777218
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       155: .line 1138
            goto 224
       156: .line 1141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       157: .line 1142
            aload 0 /* this */
            ldc 16777219
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       158: .line 1143
            aload 0 /* this */
            ldc 16777216
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       159: .line 1144
            goto 224
       160: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       161: .line 1149
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       162: .line 1150
            goto 224
       163: .line 1154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       164: .line 1155
            aload 0 /* this */
            ldc 16777217
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       165: .line 1156
            goto 224
       166: .line 1159
      StackMap locals:
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "JSR/RET are not supported with computeFrames option"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
       167: .line 1161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       168: .line 1162
            goto 224
       169: .line 1164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       170: .line 1165
            goto 224
       171: .line 1167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       172: .line 1168
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       173: .line 1169
            goto 224
       174: .line 1171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       175: .line 1172
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            pop
       176: .line 1173
            goto 224
       177: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       178: .line 1179
            iload 1 /* opcode */
            sipush 184
            if_icmpeq 183
       179: .line 1180
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            istore 5 /* t1 */
        start local 5 // int t1
       180: .line 1181
            iload 1 /* opcode */
            sipush 183
            if_icmpne 183
       181: .line 1182
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal2:Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 60
            if_icmpne 183
       182: .line 1184
            aload 0 /* this */
            iload 5 /* t1 */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.init:(I)V
        end local 5 // int t1
       183: .line 1187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal3:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       184: .line 1188
            goto 224
       185: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal2:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(Ljava/lang/String;)V
       186: .line 1191
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal2:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       187: .line 1192
            goto 224
       188: .line 1194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 25165824
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal1:Ljava/lang/String;
            iload 2 /* arg */
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       189: .line 1195
            goto 224
       190: .line 1197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            pop
       191: .line 1198
            iload 2 /* arg */
            tableswitch { // 4 - 10
                    4: 192
                    5: 194
                    6: 202
                    7: 204
                    8: 196
                    9: 198
                   10: 200
              default: 206
          }
       192: .line 1200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212681
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       193: .line 1201
            goto 224
       194: .line 1203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212683
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       195: .line 1204
            goto 224
       196: .line 1206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212682
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       197: .line 1207
            goto 224
       198: .line 1209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212684
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       199: .line 1210
            goto 224
       200: .line 1212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212673
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       201: .line 1213
            goto 224
       202: .line 1215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212674
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       203: .line 1216
            goto 224
       204: .line 1218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212675
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       205: .line 1219
            goto 224
       206: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 285212676
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       207: .line 1225
            goto 224
       208: .line 1227
      StackMap locals:
      StackMap stack:
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal1:Ljava/lang/String;
            astore 9 /* s */
        start local 9 // java.lang.String s
       209: .line 1228
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            pop
       210: .line 1229
            aload 9 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 213
       211: .line 1230
            aload 0 /* this */
            aload 3 /* cw */
            new java.lang.StringBuilder
            dup
            bipush 91
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 9 /* s */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       212: .line 1231
            goto 224
       213: .line 1232
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame int int org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Item top top top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc 292552704
            aload 3 /* cw */
            aload 9 /* s */
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       214: .line 1234
            goto 224
        end local 9 // java.lang.String s
       215: .line 1236
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame int int org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Item
      StackMap stack:
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal1:Ljava/lang/String;
            astore 9 /* s */
        start local 9 // java.lang.String s
       216: .line 1237
            aload 0 /* this */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:()I
            pop
       217: .line 1238
            aload 9 /* s */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 91
            if_icmpne 220
       218: .line 1239
            aload 0 /* this */
            aload 3 /* cw */
            aload 9 /* s */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       219: .line 1240
            goto 224
       220: .line 1241
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame int int org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Item top top top top java.lang.String
      StackMap stack:
            aload 0 /* this */
            ldc 24117248
            aload 3 /* cw */
            aload 9 /* s */
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(I)V
       221: .line 1243
            goto 224
        end local 9 // java.lang.String s
       222: .line 1246
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame int int org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Item
      StackMap stack:
            aload 0 /* this */
            iload 2 /* arg */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.pop:(I)V
       223: .line 1247
            aload 0 /* this */
            aload 3 /* cw */
            aload 4 /* item */
            getfield org.glassfish.pfl.objectweb.asm.Item.strVal1:Ljava/lang/String;
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.push:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Ljava/lang/String;)V
       224: .line 1250
      StackMap locals:
      StackMap stack:
            return
        end local 4 // org.glassfish.pfl.objectweb.asm.Item item
        end local 3 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        end local 2 // int arg
        end local 1 // int opcode
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0  225     0    this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0  225     1  opcode  I
            0  225     2     arg  I
            0  225     3      cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0  225     4    item  Lorg/glassfish/pfl/objectweb/asm/Item;
           47   49     5      t1  I
           50   59     5      t1  I
           61   71     5      t1  I
           80   83     5      t1  I
           84   89     5      t1  I
           90   97     5      t1  I
           98  104     5      t1  I
          105  113     5      t1  I
          114  124     5      t1  I
          125  129     5      t1  I
          180  183     5      t1  I
           53   58     6      t2  I
           65   70     6      t2  I
           85   89     6      t2  I
           91   97     6      t2  I
           99  104     6      t2  I
          106  113     6      t2  I
          115  124     6      t2  I
          126  129     6      t2  I
           92   97     7      t3  I
          107  113     7      t3  I
          116  124     7      t3  I
          117  124     8      t4  I
          209  215     9       s  Ljava/lang/String;
          216  222     9       s  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      opcode  final
      arg     final
      cw      final
      item    final

  boolean merge(org.glassfish.pfl.objectweb.asm.ClassWriter, org.glassfish.pfl.objectweb.asm.Frame, int);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/ClassWriter;Lorg/glassfish/pfl/objectweb/asm/Frame;I)Z
    flags: (0x0000) 
    Code:
      stack=6, locals=13, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.Frame this
        start local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 2 // org.glassfish.pfl.objectweb.asm.Frame frame
        start local 3 // int edge
         0: .line 1265
            iconst_0
            istore 4 /* changed */
        start local 4 // boolean changed
         1: .line 1268
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            arraylength
            istore 10 /* nLocal */
        start local 10 // int nLocal
         2: .line 1269
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            arraylength
            istore 11 /* nStack */
        start local 11 // int nStack
         3: .line 1270
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            ifnonnull 6
         4: .line 1271
            aload 2 /* frame */
            iload 10 /* nLocal */
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
         5: .line 1272
            iconst_1
            istore 4 /* changed */
         6: .line 1275
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int top top top top top int int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 30
         8: .line 1276
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            ifnull 25
            iload 5 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            arraylength
            if_icmpge 25
         9: .line 1277
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputLocals:[I
            iload 5 /* i */
            iaload
            istore 6 /* s */
        start local 6 // int s
        10: .line 1278
            iload 6 /* s */
            ifne 13
        11: .line 1279
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        12: .line 1280
            goto 26
        end local 9 // int t
        13: .line 1281
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int int top top top int int
      StackMap stack:
            iload 6 /* s */
            ldc -268435456
            iand
            istore 7 /* dim */
        start local 7 // int dim
        14: .line 1282
            iload 6 /* s */
            ldc 251658240
            iand
            istore 8 /* kind */
        start local 8 // int kind
        15: .line 1283
            iload 8 /* kind */
            ldc 16777216
            if_icmpne 18
        16: .line 1284
            iload 6 /* s */
            istore 9 /* t */
        start local 9 // int t
        17: .line 1285
            goto 26
        end local 9 // int t
        18: .line 1286
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int int int int top int int
      StackMap stack:
            iload 8 /* kind */
            ldc 33554432
            if_icmpne 21
        19: .line 1287
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* s */
            ldc 8388607
            iand
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        20: .line 1288
            goto 22
        end local 9 // int t
        21: .line 1289
      StackMap locals:
      StackMap stack:
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            iload 11 /* nStack */
            iload 6 /* s */
            ldc 8388607
            iand
            isub
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        22: .line 1291
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int int int int int int int
      StackMap stack:
            iload 6 /* s */
            ldc 8388608
            iand
            ifeq 26
            iload 9 /* t */
            ldc 16777220
            if_icmpeq 23
            iload 9 /* t */
            ldc 16777219
            if_icmpne 26
        23: .line 1292
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 9 /* t */
        end local 8 // int kind
        end local 7 // int dim
        24: .line 1296
            goto 26
        end local 9 // int t
        end local 6 // int s
        25: .line 1297
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top top int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        26: .line 1299
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            ifnull 28
        27: .line 1300
            aload 0 /* this */
            aload 1 /* cw */
            iload 9 /* t */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.init:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I)I
            istore 9 /* t */
        28: .line 1302
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        29: .line 1275
            iinc 5 /* i */ 1
        end local 9 // int t
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top top int int
      StackMap stack:
        30: iload 5 /* i */
            iload 10 /* nLocal */
            if_icmplt 8
        31: .line 1305
            iload 3 /* edge */
            ifle 42
        32: .line 1306
            iconst_0
            istore 5 /* i */
            goto 36
        33: .line 1307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        34: .line 1308
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 5 /* i */
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        35: .line 1306
            iinc 5 /* i */ 1
        end local 9 // int t
      StackMap locals:
      StackMap stack:
        36: iload 5 /* i */
            iload 10 /* nLocal */
            if_icmplt 33
        37: .line 1310
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            ifnonnull 40
        38: .line 1311
            aload 2 /* frame */
            iconst_1
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
        39: .line 1312
            iconst_1
            istore 4 /* changed */
        40: .line 1314
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 3 /* edge */
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            iconst_0
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        41: .line 1315
            iload 4 /* changed */
            ireturn
        42: .line 1318
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            arraylength
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.owner:Lorg/glassfish/pfl/objectweb/asm/Label;
            getfield org.glassfish.pfl.objectweb.asm.Label.inputStackTop:I
            iadd
            istore 12 /* nInputStack */
        start local 12 // int nInputStack
        43: .line 1319
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            ifnonnull 46
        44: .line 1320
            aload 2 /* frame */
            iload 12 /* nInputStack */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            iadd
            newarray 10
            putfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
        45: .line 1321
            iconst_1
            istore 4 /* changed */
        46: .line 1324
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
            goto 52
        47: .line 1325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            iload 5 /* i */
            iaload
            istore 9 /* t */
        start local 9 // int t
        48: .line 1326
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            ifnull 50
        49: .line 1327
            aload 0 /* this */
            aload 1 /* cw */
            iload 9 /* t */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.init:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I)I
            istore 9 /* t */
        50: .line 1329
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top int int int int
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            iload 5 /* i */
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        51: .line 1324
            iinc 5 /* i */ 1
        end local 9 // int t
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top top int int int
      StackMap stack:
        52: iload 5 /* i */
            iload 12 /* nInputStack */
            if_icmplt 47
        53: .line 1331
            iconst_0
            istore 5 /* i */
            goto 70
        54: .line 1332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStack:[I
            iload 5 /* i */
            iaload
            istore 6 /* s */
        start local 6 // int s
        55: .line 1333
            iload 6 /* s */
            ldc -268435456
            iand
            istore 7 /* dim */
        start local 7 // int dim
        56: .line 1334
            iload 6 /* s */
            ldc 251658240
            iand
            istore 8 /* kind */
        start local 8 // int kind
        57: .line 1335
            iload 8 /* kind */
            ldc 16777216
            if_icmpne 60
        58: .line 1336
            iload 6 /* s */
            istore 9 /* t */
        start local 9 // int t
        59: .line 1337
            goto 66
        end local 9 // int t
        60: .line 1338
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int int int int top int int int
      StackMap stack:
            iload 8 /* kind */
            ldc 33554432
            if_icmpne 63
        61: .line 1339
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputLocals:[I
            iload 6 /* s */
            ldc 8388607
            iand
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        62: .line 1340
            goto 64
        end local 9 // int t
        63: .line 1341
      StackMap locals:
      StackMap stack:
            iload 7 /* dim */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            iload 11 /* nStack */
            iload 6 /* s */
            ldc 8388607
            iand
            isub
            iaload
            iadd
            istore 9 /* t */
        start local 9 // int t
        64: .line 1343
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int int int int int int int int
      StackMap stack:
            iload 6 /* s */
            ldc 8388608
            iand
            ifeq 66
            iload 9 /* t */
            ldc 16777220
            if_icmpeq 65
            iload 9 /* t */
            ldc 16777219
            if_icmpne 66
        65: .line 1344
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 9 /* t */
        66: .line 1347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.initializations:[I
            ifnull 68
        67: .line 1348
            aload 0 /* this */
            aload 1 /* cw */
            iload 9 /* t */
            invokevirtual org.glassfish.pfl.objectweb.asm.Frame.init:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I)I
            istore 9 /* t */
        68: .line 1350
      StackMap locals:
      StackMap stack:
            iload 4 /* changed */
            aload 1 /* cw */
            iload 9 /* t */
            aload 2 /* frame */
            getfield org.glassfish.pfl.objectweb.asm.Frame.inputStack:[I
            iload 12 /* nInputStack */
            iload 5 /* i */
            iadd
            invokestatic org.glassfish.pfl.objectweb.asm.Frame.merge:(Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[II)Z
            ior
            istore 4 /* changed */
        69: .line 1331
            iinc 5 /* i */ 1
        end local 9 // int t
        end local 8 // int kind
        end local 7 // int dim
        end local 6 // int s
      StackMap locals: org.glassfish.pfl.objectweb.asm.Frame org.glassfish.pfl.objectweb.asm.ClassWriter org.glassfish.pfl.objectweb.asm.Frame int int int top top top top int int int
      StackMap stack:
        70: iload 5 /* i */
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.Frame.outputStackTop:I
            if_icmplt 54
        71: .line 1352
            iload 4 /* changed */
            ireturn
        end local 12 // int nInputStack
        end local 11 // int nStack
        end local 10 // int nLocal
        end local 5 // int i
        end local 4 // boolean changed
        end local 3 // int edge
        end local 2 // org.glassfish.pfl.objectweb.asm.Frame frame
        end local 1 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        end local 0 // org.glassfish.pfl.objectweb.asm.Frame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   72     0         this  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0   72     1           cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0   72     2        frame  Lorg/glassfish/pfl/objectweb/asm/Frame;
            0   72     3         edge  I
            1   72     4      changed  Z
            7   72     5            i  I
           10   25     6            s  I
           55   70     6            s  I
           14   24     7          dim  I
           56   70     7          dim  I
           15   24     8         kind  I
           57   70     8         kind  I
           12   13     9            t  I
           17   18     9            t  I
           20   21     9            t  I
           22   25     9            t  I
           26   30     9            t  I
           34   36     9            t  I
           48   52     9            t  I
           59   60     9            t  I
           62   63     9            t  I
           64   70     9            t  I
            2   72    10       nLocal  I
            3   72    11       nStack  I
           43   72    12  nInputStack  I
    MethodParameters:
       Name  Flags
      cw     final
      frame  final
      edge   final

  private static boolean merge(org.glassfish.pfl.objectweb.asm.ClassWriter, int, int[], int);
    descriptor: (Lorg/glassfish/pfl/objectweb/asm/ClassWriter;I[II)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
        start local 1 // int t
        start local 2 // int[] types
        start local 3 // int index
         0: .line 1373
            aload 2 /* types */
            iload 3 /* index */
            iaload
            istore 4 /* u */
        start local 4 // int u
         1: .line 1374
            iload 4 /* u */
            iload 1 /* t */
            if_icmpne 3
         2: .line 1376
            iconst_0
            ireturn
         3: .line 1378
      StackMap locals: int
      StackMap stack:
            iload 1 /* t */
            ldc 268435455
            iand
            ldc 16777221
            if_icmpne 7
         4: .line 1379
            iload 4 /* u */
            ldc 16777221
            if_icmpne 6
         5: .line 1380
            iconst_0
            ireturn
         6: .line 1382
      StackMap locals:
      StackMap stack:
            ldc 16777221
            istore 1 /* t */
         7: .line 1384
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            ifne 10
         8: .line 1386
            aload 2 /* types */
            iload 3 /* index */
            iload 1 /* t */
            iastore
         9: .line 1387
            iconst_1
            ireturn
        10: .line 1390
      StackMap locals:
      StackMap stack:
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 11
            iload 4 /* u */
            ldc -268435456
            iand
            ifeq 26
        11: .line 1392
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc 16777221
            if_icmpne 13
        12: .line 1394
            iconst_0
            ireturn
        13: .line 1395
      StackMap locals:
      StackMap stack:
            iload 1 /* t */
            ldc -1048576
            iand
            iload 4 /* u */
            ldc -1048576
            iand
            if_icmpne 21
        14: .line 1396
            iload 4 /* u */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpne 19
        15: .line 1400
            iload 1 /* t */
            ldc -268435456
            iand
            ldc 24117248
            ior
        16: .line 1401
            aload 0 /* cw */
            iload 1 /* t */
            ldc 1048575
            iand
            iload 4 /* u */
            ldc 1048575
            iand
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.getMergedType:(II)I
        17: .line 1400
            ior
            istore 5 /* v */
        start local 5 // int v
        18: .line 1402
            goto 33
        end local 5 // int v
        19: .line 1405
      StackMap locals:
      StackMap stack:
            ldc 24117248
            aload 0 /* cw */
            ldc "java/lang/Object"
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 5 /* v */
        start local 5 // int v
        20: .line 1407
            goto 33
        end local 5 // int v
      StackMap locals:
      StackMap stack:
        21: iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 22
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 24
        22: .line 1410
      StackMap locals:
      StackMap stack:
            ldc 24117248
            aload 0 /* cw */
            ldc "java/lang/Object"
            invokevirtual org.glassfish.pfl.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
            ior
            istore 5 /* v */
        start local 5 // int v
        23: .line 1411
            goto 33
        end local 5 // int v
        24: .line 1413
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 5 /* v */
        start local 5 // int v
        25: .line 1415
            goto 33
        end local 5 // int v
      StackMap locals:
      StackMap stack:
        26: iload 4 /* u */
            ldc 16777221
            if_icmpne 32
        27: .line 1418
            iload 1 /* t */
            ldc 267386880
            iand
            ldc 24117248
            if_icmpeq 28
            iload 1 /* t */
            ldc -268435456
            iand
            ifeq 29
      StackMap locals:
      StackMap stack:
        28: iload 1 /* t */
            goto 30
      StackMap locals:
      StackMap stack:
        29: ldc 16777216
      StackMap locals:
      StackMap stack: int
        30: istore 5 /* v */
        start local 5 // int v
        31: .line 1419
            goto 33
        end local 5 // int v
        32: .line 1421
      StackMap locals:
      StackMap stack:
            ldc 16777216
            istore 5 /* v */
        start local 5 // int v
        33: .line 1423
      StackMap locals: int
      StackMap stack:
            iload 4 /* u */
            iload 5 /* v */
            if_icmpeq 36
        34: .line 1424
            aload 2 /* types */
            iload 3 /* index */
            iload 5 /* v */
            iastore
        35: .line 1425
            iconst_1
            ireturn
        36: .line 1427
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // int v
        end local 4 // int u
        end local 3 // int index
        end local 2 // int[] types
        end local 1 // int t
        end local 0 // org.glassfish.pfl.objectweb.asm.ClassWriter cw
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   37     0     cw  Lorg/glassfish/pfl/objectweb/asm/ClassWriter;
            0   37     1      t  I
            0   37     2  types  [I
            0   37     3  index  I
            1   37     4      u  I
           18   19     5      v  I
           20   21     5      v  I
           23   24     5      v  I
           25   26     5      v  I
           31   32     5      v  I
           33   37     5      v  I
    MethodParameters:
       Name  Flags
      cw     final
      t      
      types  final
      index  final
}
SourceFile: "Frame.java"