public final class sun.tools.asm.Assembler implements sun.tools.java.Constants
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.tools.asm.Assembler
  super_class: java.lang.Object
{
  static final int NOTREACHED;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

  sun.tools.asm.Label first;
    descriptor: Lsun/tools/asm/Label;
    flags: (0x0000) 

  sun.tools.asm.Instruction last;
    descriptor: Lsun/tools/asm/Instruction;
    flags: (0x0000) 

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

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

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

  static java.util.Vector<java.lang.String> SourceClassList;
    descriptor: Ljava/util/Vector;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/Vector<Ljava/lang/String;>;

  static java.util.Vector<java.lang.String> TmpCovTable;
    descriptor: Ljava/util/Vector;
    flags: (0x0008) ACC_STATIC
    Signature: Ljava/util/Vector<Ljava/lang/String;>;

  static int[] JcovClassCountArray;
    descriptor: [I
    flags: (0x0008) ACC_STATIC

  static java.lang.String JcovMagicLine;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static java.lang.String JcovClassLine;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static java.lang.String JcovSrcfileLine;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static java.lang.String JcovTimestampLine;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static java.lang.String JcovDataLine;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static java.lang.String JcovHeadingLine;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  static int[] arrayModifiers;
    descriptor: [I
    flags: (0x0008) ACC_STATIC

  static int[] arrayModifiersOpc;
    descriptor: [I
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 94
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putstatic sun.tools.asm.Assembler.SourceClassList:Ljava/util/Vector;
         1: .line 96
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            putstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
         2: .line 98
            bipush 9
            newarray 10
            putstatic sun.tools.asm.Assembler.JcovClassCountArray:[I
         3: .line 100
            ldc "JCOV-DATA-FILE-VERSION: 2.0"
            putstatic sun.tools.asm.Assembler.JcovMagicLine:Ljava/lang/String;
         4: .line 101
            ldc "CLASS: "
            putstatic sun.tools.asm.Assembler.JcovClassLine:Ljava/lang/String;
         5: .line 102
            ldc "SRCFILE: "
            putstatic sun.tools.asm.Assembler.JcovSrcfileLine:Ljava/lang/String;
         6: .line 103
            ldc "TIMESTAMP: "
            putstatic sun.tools.asm.Assembler.JcovTimestampLine:Ljava/lang/String;
         7: .line 104
            ldc "DATA: "
            putstatic sun.tools.asm.Assembler.JcovDataLine:Ljava/lang/String;
         8: .line 105
            ldc "#kind\tcount"
            putstatic sun.tools.asm.Assembler.JcovHeadingLine:Ljava/lang/String;
         9: .line 108
            bipush 6
            newarray 10
            dup
            iconst_0
            iconst_1
            iastore
            dup
            iconst_1
            iconst_2
            iastore
            dup
            iconst_2
            iconst_4
            iastore
            dup
            iconst_3
            sipush 1024
            iastore
            dup
            iconst_4
            bipush 16
            iastore
            dup
            iconst_5
            sipush 512
            iastore
        10: .line 107
            putstatic sun.tools.asm.Assembler.arrayModifiers:[I
        11: .line 110
            bipush 6
            newarray 10
            dup
            iconst_0
            bipush 121
            iastore
            dup
            iconst_1
            bipush 120
            iastore
            dup
            iconst_2
            bipush 122
            iastore
            dup
            iconst_3
            sipush 130
            iastore
            dup
            iconst_4
            sipush 128
            iastore
            dup
            iconst_5
            bipush 114
            iastore
        12: .line 109
            putstatic sun.tools.asm.Assembler.arrayModifiersOpc:[I
        13: .line 110
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.tools.asm.Assembler this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            new sun.tools.asm.Label
            dup
            invokespecial sun.tools.asm.Label.<init>:()V
            putfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
         2: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            putfield sun.tools.asm.Assembler.last:Lsun/tools/asm/Instruction;
         3: .line 55
            return
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/asm/Assembler;

  public void add(sun.tools.asm.Instruction);
    descriptor: (Lsun/tools/asm/Instruction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.asm.Instruction inst
         0: .line 70
            aload 1 /* inst */
            ifnull 3
         1: .line 71
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.last:Lsun/tools/asm/Instruction;
            aload 1 /* inst */
            putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
         2: .line 72
            aload 0 /* this */
            aload 1 /* inst */
            putfield sun.tools.asm.Assembler.last:Lsun/tools/asm/Instruction;
         3: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.tools.asm.Instruction inst
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/asm/Assembler;
            0    4     1  inst  Lsun/tools/asm/Instruction;
    MethodParameters:
      Name  Flags
      inst  

  public void add(long, int);
    descriptor: (JI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // long where
        start local 3 // int opc
         0: .line 76
            aload 0 /* this */
            new sun.tools.asm.Instruction
            dup
            lload 1 /* where */
            iload 3 /* opc */
            aconst_null
            invokespecial sun.tools.asm.Instruction.<init>:(JILjava/lang/Object;)V
            invokevirtual sun.tools.asm.Assembler.add:(Lsun/tools/asm/Instruction;)V
         1: .line 77
            return
        end local 3 // int opc
        end local 1 // long where
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/tools/asm/Assembler;
            0    2     1  where  J
            0    2     3    opc  I
    MethodParameters:
       Name  Flags
      where  
      opc    

  public void add(long, int, java.lang.Object);
    descriptor: (JILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // long where
        start local 3 // int opc
        start local 4 // java.lang.Object obj
         0: .line 79
            aload 0 /* this */
            new sun.tools.asm.Instruction
            dup
            lload 1 /* where */
            iload 3 /* opc */
            aload 4 /* obj */
            invokespecial sun.tools.asm.Instruction.<init>:(JILjava/lang/Object;)V
            invokevirtual sun.tools.asm.Assembler.add:(Lsun/tools/asm/Instruction;)V
         1: .line 80
            return
        end local 4 // java.lang.Object obj
        end local 3 // int opc
        end local 1 // long where
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/tools/asm/Assembler;
            0    2     1  where  J
            0    2     3    opc  I
            0    2     4    obj  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      where  
      opc    
      obj    

  public void add(long, int, java.lang.Object, boolean);
    descriptor: (JILjava/lang/Object;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // long where
        start local 3 // int opc
        start local 4 // java.lang.Object obj
        start local 5 // boolean flagCondInverted
         0: .line 83
            aload 0 /* this */
            new sun.tools.asm.Instruction
            dup
            lload 1 /* where */
            iload 3 /* opc */
            aload 4 /* obj */
            iload 5 /* flagCondInverted */
            invokespecial sun.tools.asm.Instruction.<init>:(JILjava/lang/Object;Z)V
            invokevirtual sun.tools.asm.Assembler.add:(Lsun/tools/asm/Instruction;)V
         1: .line 84
            return
        end local 5 // boolean flagCondInverted
        end local 4 // java.lang.Object obj
        end local 3 // int opc
        end local 1 // long where
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lsun/tools/asm/Assembler;
            0    2     1             where  J
            0    2     3               opc  I
            0    2     4               obj  Ljava/lang/Object;
            0    2     5  flagCondInverted  Z
    MethodParameters:
                  Name  Flags
      where             
      opc               
      obj               
      flagCondInverted  

  public void add(boolean, long, int, java.lang.Object);
    descriptor: (ZJILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // boolean flagNoCovered
        start local 2 // long where
        start local 4 // int opc
        start local 5 // java.lang.Object obj
         0: .line 87
            aload 0 /* this */
            new sun.tools.asm.Instruction
            dup
            iload 1 /* flagNoCovered */
            lload 2 /* where */
            iload 4 /* opc */
            aload 5 /* obj */
            invokespecial sun.tools.asm.Instruction.<init>:(ZJILjava/lang/Object;)V
            invokevirtual sun.tools.asm.Assembler.add:(Lsun/tools/asm/Instruction;)V
         1: .line 88
            return
        end local 5 // java.lang.Object obj
        end local 4 // int opc
        end local 2 // long where
        end local 1 // boolean flagNoCovered
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lsun/tools/asm/Assembler;
            0    2     1  flagNoCovered  Z
            0    2     2          where  J
            0    2     4            opc  I
            0    2     5            obj  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      flagNoCovered  
      where          
      opc            
      obj            

  public void add(long, int, boolean);
    descriptor: (JIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // long where
        start local 3 // int opc
        start local 4 // boolean flagNoCovered
         0: .line 91
            aload 0 /* this */
            new sun.tools.asm.Instruction
            dup
            lload 1 /* where */
            iload 3 /* opc */
            iload 4 /* flagNoCovered */
            invokespecial sun.tools.asm.Instruction.<init>:(JIZ)V
            invokevirtual sun.tools.asm.Assembler.add:(Lsun/tools/asm/Instruction;)V
         1: .line 92
            return
        end local 4 // boolean flagNoCovered
        end local 3 // int opc
        end local 1 // long where
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lsun/tools/asm/Assembler;
            0    2     1          where  J
            0    2     3            opc  I
            0    2     4  flagNoCovered  Z
    MethodParameters:
               Name  Flags
      where          
      opc            
      flagNoCovered  

  void optimize(sun.tools.java.Environment, sun.tools.asm.Label);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.asm.Label lbl
         0: .line 117
            aload 2 /* lbl */
            iconst_1
            putfield sun.tools.asm.Label.pc:I
         1: .line 119
            aload 2 /* lbl */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            astore 3 /* inst */
        start local 3 // sun.tools.asm.Instruction inst
         2: goto 36
         3: .line 120
      StackMap locals: sun.tools.asm.Instruction
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            tableswitch { // 0 - 2
                    0: 4
                    1: 7
                    2: 8
              default: 8
          }
         4: .line 122
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            aload 1 /* env */
            invokevirtual sun.tools.asm.Instruction.optimize:(Lsun/tools/java/Environment;)V
         5: .line 123
            aload 3 /* inst */
            iconst_1
            putfield sun.tools.asm.Instruction.pc:I
         6: .line 124
            goto 8
         7: .line 126
      StackMap locals:
      StackMap stack:
            return
         8: .line 129
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
         9: .line 131
            getfield sun.tools.asm.Instruction.opc:I
            lookupswitch { // 31
                   -3: 27
                   -2: 10
                   -1: 10
                  153: 13
                  154: 13
                  155: 13
                  156: 13
                  157: 13
                  158: 13
                  159: 13
                  160: 13
                  161: 13
                  162: 13
                  163: 13
                  164: 13
                  165: 13
                  166: 13
                  167: 15
                  168: 17
                  169: 19
                  170: 20
                  171: 20
                  172: 19
                  173: 19
                  174: 19
                  175: 19
                  176: 19
                  177: 19
                  191: 19
                  198: 13
                  199: 13
              default: 34
          }
        10: .line 134
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            iconst_1
            if_icmpne 34
        11: .line 135
            aload 3 /* inst */
            iconst_0
            putfield sun.tools.asm.Instruction.pc:I
        12: .line 137
            goto 34
        13: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
        14: .line 156
            goto 34
        15: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
        16: .line 160
            return
        17: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
        18: .line 164
            goto 34
        19: .line 174
      StackMap locals:
      StackMap stack:
            return
        20: .line 178
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.SwitchData
            astore 4 /* sw */
        start local 4 // sun.tools.asm.SwitchData sw
        21: .line 179
            aload 0 /* this */
            aload 1 /* env */
            aload 4 /* sw */
            getfield sun.tools.asm.SwitchData.defaultLabel:Lsun/tools/asm/Label;
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
        22: .line 180
            aload 4 /* sw */
            getfield sun.tools.asm.SwitchData.tab:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.elements:()Ljava/util/Enumeration;
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
        23: goto 25
        24: .line 181
      StackMap locals: sun.tools.asm.SwitchData java.util.Enumeration
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 5 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
        25: .line 180
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 24
        end local 5 // java.util.Enumeration e
        26: .line 183
            return
        end local 4 // sun.tools.asm.SwitchData sw
        27: .line 187
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.TryData
            astore 4 /* td */
        start local 4 // sun.tools.asm.TryData td
        28: .line 188
            aload 4 /* td */
            invokevirtual sun.tools.asm.TryData.getEndLabel:()Lsun/tools/asm/Label;
            iconst_2
            putfield sun.tools.asm.Label.pc:I
        29: .line 189
            aload 4 /* td */
            getfield sun.tools.asm.TryData.catches:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
        30: goto 33
        31: .line 190
      StackMap locals: sun.tools.asm.TryData java.util.Enumeration
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.CatchData
            astore 6 /* cd */
        start local 6 // sun.tools.asm.CatchData cd
        32: .line 191
            aload 0 /* this */
            aload 1 /* env */
            aload 6 /* cd */
            invokevirtual sun.tools.asm.CatchData.getLabel:()Lsun/tools/asm/Label;
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
        end local 6 // sun.tools.asm.CatchData cd
        33: .line 189
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 31
        end local 5 // java.util.Enumeration e
        end local 4 // sun.tools.asm.TryData td
        34: .line 195
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
        35: .line 119
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 3 /* inst */
      StackMap locals:
      StackMap stack:
        36: aload 3 /* inst */
            ifnonnull 3
        end local 3 // sun.tools.asm.Instruction inst
        37: .line 197
            return
        end local 2 // sun.tools.asm.Label lbl
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   38     0  this  Lsun/tools/asm/Assembler;
            0   38     1   env  Lsun/tools/java/Environment;
            0   38     2   lbl  Lsun/tools/asm/Label;
            2   37     3  inst  Lsun/tools/asm/Instruction;
           21   27     4    sw  Lsun/tools/asm/SwitchData;
           23   26     5     e  Ljava/util/Enumeration<Lsun/tools/asm/Label;>;
           28   34     4    td  Lsun/tools/asm/TryData;
           30   34     5     e  Ljava/util/Enumeration<Lsun/tools/asm/CatchData;>;
           32   33     6    cd  Lsun/tools/asm/CatchData;
    MethodParameters:
      Name  Flags
      env   
      lbl   

  boolean eliminate();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.tools.asm.Assembler this
         0: .line 203
            iconst_0
            istore 1 /* change */
        start local 1 // boolean change
         1: .line 204
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 2 /* prev */
        start local 2 // sun.tools.asm.Instruction prev
         2: .line 206
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            astore 3 /* inst */
        start local 3 // sun.tools.asm.Instruction inst
         3: goto 11
         4: .line 207
      StackMap locals: int sun.tools.asm.Instruction sun.tools.asm.Instruction
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            ifeq 9
         5: .line 208
            aload 2 /* prev */
            aload 3 /* inst */
            putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
         6: .line 209
            aload 3 /* inst */
            astore 2 /* prev */
         7: .line 210
            aload 3 /* inst */
            iconst_0
            putfield sun.tools.asm.Instruction.pc:I
         8: .line 211
            goto 10
         9: .line 212
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* change */
        10: .line 206
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 3 /* inst */
      StackMap locals:
      StackMap stack:
        11: aload 3 /* inst */
            ifnonnull 4
        end local 3 // sun.tools.asm.Instruction inst
        12: .line 215
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            iconst_0
            putfield sun.tools.asm.Label.pc:I
        13: .line 216
            aload 2 /* prev */
            aconst_null
            putfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
        14: .line 217
            iload 1 /* change */
            ireturn
        end local 2 // sun.tools.asm.Instruction prev
        end local 1 // boolean change
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/tools/asm/Assembler;
            1   15     1  change  Z
            2   15     2    prev  Lsun/tools/asm/Instruction;
            3   12     3    inst  Lsun/tools/asm/Instruction;

  public void optimize(sun.tools.java.Environment);
    descriptor: (Lsun/tools/java/Environment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
         0: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            invokevirtual sun.tools.asm.Assembler.optimize:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;)V
         1: .line 230
            aload 0 /* this */
            invokevirtual sun.tools.asm.Assembler.eliminate:()Z
            ifeq 2
            aload 1 /* env */
            invokevirtual sun.tools.java.Environment.opt:()Z
            ifne 0
         2: .line 231
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/tools/asm/Assembler;
            0    3     1   env  Lsun/tools/java/Environment;
    MethodParameters:
      Name  Flags
      env   

  public void collect(sun.tools.java.Environment, sun.tools.java.MemberDefinition, sun.tools.asm.ConstantPool);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/java/MemberDefinition;Lsun/tools/asm/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=4
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.java.MemberDefinition field
        start local 3 // sun.tools.asm.ConstantPool tab
         0: .line 239
            aload 2 /* field */
            ifnull 9
            aload 1 /* env */
            invokevirtual sun.tools.java.Environment.debug_vars:()Z
            ifeq 9
         1: .line 241
            aload 2 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            astore 4 /* v */
        start local 4 // java.util.Vector v
         2: .line 242
            aload 4 /* v */
            ifnull 9
         3: .line 243
            aload 4 /* v */
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
         4: goto 8
         5: .line 244
      StackMap locals: java.util.Vector java.util.Enumeration
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.java.MemberDefinition
            astore 6 /* f */
        start local 6 // sun.tools.java.MemberDefinition f
         6: .line 245
            aload 3 /* tab */
            aload 6 /* f */
            invokevirtual sun.tools.java.MemberDefinition.getName:()Lsun/tools/java/Identifier;
            invokevirtual sun.tools.java.Identifier.toString:()Ljava/lang/String;
            invokevirtual sun.tools.asm.ConstantPool.put:(Ljava/lang/Object;)V
         7: .line 246
            aload 3 /* tab */
            aload 6 /* f */
            invokevirtual sun.tools.java.MemberDefinition.getType:()Lsun/tools/java/Type;
            invokevirtual sun.tools.java.Type.getTypeSignature:()Ljava/lang/String;
            invokevirtual sun.tools.asm.ConstantPool.put:(Ljava/lang/Object;)V
        end local 6 // sun.tools.java.MemberDefinition f
         8: .line 243
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 5
        end local 5 // java.util.Enumeration e
        end local 4 // java.util.Vector v
         9: .line 252
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 4 /* inst */
        start local 4 // sun.tools.asm.Instruction inst
        10: goto 13
        11: .line 253
      StackMap locals: sun.tools.asm.Instruction
      StackMap stack:
            aload 4 /* inst */
            aload 3 /* tab */
            invokevirtual sun.tools.asm.Instruction.collect:(Lsun/tools/asm/ConstantPool;)V
        12: .line 252
            aload 4 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 4 /* inst */
      StackMap locals:
      StackMap stack:
        13: aload 4 /* inst */
            ifnonnull 11
        end local 4 // sun.tools.asm.Instruction inst
        14: .line 255
            return
        end local 3 // sun.tools.asm.ConstantPool tab
        end local 2 // sun.tools.java.MemberDefinition field
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lsun/tools/asm/Assembler;
            0   15     1    env  Lsun/tools/java/Environment;
            0   15     2  field  Lsun/tools/java/MemberDefinition;
            0   15     3    tab  Lsun/tools/asm/ConstantPool;
            2    9     4      v  Ljava/util/Vector<Lsun/tools/java/MemberDefinition;>;
            4    9     5      e  Ljava/util/Enumeration<Lsun/tools/java/MemberDefinition;>;
            6    8     6      f  Lsun/tools/java/MemberDefinition;
           10   14     4   inst  Lsun/tools/asm/Instruction;
    MethodParameters:
       Name  Flags
      env    
      field  
      tab    

  void balance(sun.tools.asm.Label, int);
    descriptor: (Lsun/tools/asm/Label;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.asm.Label lbl
        start local 2 // int depth
         0: .line 261
            aload 1 /* lbl */
            astore 3 /* inst */
        start local 3 // sun.tools.asm.Instruction inst
         1: goto 61
         2: .line 264
      StackMap locals: sun.tools.asm.Instruction
      StackMap stack:
            iload 2 /* depth */
            aload 3 /* inst */
            invokevirtual sun.tools.asm.Instruction.balance:()I
            iadd
            istore 2 /* depth */
         3: .line 265
            iload 2 /* depth */
            ifge 5
         4: .line 266
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "stack under flow: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* inst */
            invokevirtual sun.tools.asm.Instruction.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* depth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 268
      StackMap locals:
      StackMap stack:
            iload 2 /* depth */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxdepth:I
            if_icmple 7
         6: .line 269
            aload 0 /* this */
            iload 2 /* depth */
            putfield sun.tools.asm.Assembler.maxdepth:I
         7: .line 271
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            lookupswitch { // 41
                   -3: 53
                   -1: 8
                   21: 26
                   22: 34
                   23: 26
                   24: 34
                   25: 26
                   54: 26
                   55: 34
                   56: 26
                   57: 34
                   58: 26
                  132: 42
                  153: 19
                  154: 19
                  155: 19
                  156: 19
                  157: 19
                  158: 19
                  159: 19
                  160: 19
                  161: 19
                  162: 19
                  163: 19
                  164: 19
                  165: 19
                  166: 19
                  167: 21
                  168: 23
                  169: 25
                  170: 46
                  171: 46
                  172: 25
                  173: 25
                  174: 25
                  175: 25
                  176: 25
                  177: 25
                  191: 25
                  198: 19
                  199: 19
              default: 59
          }
         8: .line 273
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            checkcast sun.tools.asm.Label
            astore 1 /* lbl */
         9: .line 274
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            iconst_1
            if_icmpne 16
        10: .line 275
            aload 1 /* lbl */
            getfield sun.tools.asm.Label.depth:I
            iload 2 /* depth */
            if_icmpeq 15
        11: .line 276
            new sun.tools.java.CompilerError
            dup
            new java.lang.StringBuilder
            dup
            ldc "stack depth error "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 277
            iload 2 /* depth */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* lbl */
            getfield sun.tools.asm.Label.depth:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        13: .line 278
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* inst */
            invokevirtual sun.tools.asm.Instruction.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        14: .line 276
            invokespecial sun.tools.java.CompilerError.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 280
      StackMap locals:
      StackMap stack:
            return
        16: .line 282
      StackMap locals:
      StackMap stack:
            aload 1 /* lbl */
            iconst_1
            putfield sun.tools.asm.Label.pc:I
        17: .line 283
            aload 1 /* lbl */
            iload 2 /* depth */
            putfield sun.tools.asm.Label.depth:I
        18: .line 284
            goto 59
        19: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            iload 2 /* depth */
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        20: .line 303
            goto 59
        21: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            iload 2 /* depth */
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        22: .line 307
            return
        23: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            iload 2 /* depth */
            iconst_1
            iadd
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        24: .line 311
            goto 59
        25: .line 321
      StackMap locals:
      StackMap stack:
            return
        26: .line 329
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            instanceof java.lang.Number
            ifeq 28
        27: .line 330
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            goto 29
        28: .line 331
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.LocalVariable
            getfield sun.tools.asm.LocalVariable.slot:I
      StackMap locals:
      StackMap stack: int
        29: iconst_1
        30: .line 329
            iadd
            istore 4 /* v */
        start local 4 // int v
        31: .line 332
            iload 4 /* v */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmple 59
        32: .line 333
            aload 0 /* this */
            iload 4 /* v */
            putfield sun.tools.asm.Assembler.maxvar:I
        33: .line 334
            goto 59
        end local 4 // int v
        34: .line 341
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            instanceof java.lang.Number
            ifeq 36
        35: .line 342
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast java.lang.Number
            invokevirtual java.lang.Number.intValue:()I
            goto 37
        36: .line 343
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.LocalVariable
            getfield sun.tools.asm.LocalVariable.slot:I
      StackMap locals:
      StackMap stack: int
        37: iconst_2
        38: .line 341
            iadd
            istore 4 /* v */
        start local 4 // int v
        39: .line 344
            iload 4 /* v */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmple 59
        40: .line 345
            aload 0 /* this */
            iload 4 /* v */
            putfield sun.tools.asm.Assembler.maxvar:I
        41: .line 346
            goto 59
        end local 4 // int v
        42: .line 350
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast int[]
            iconst_0
            iaload
            iconst_1
            iadd
            istore 4 /* v */
        start local 4 // int v
        43: .line 351
            iload 4 /* v */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmple 59
        44: .line 352
            aload 0 /* this */
            iload 4 /* v */
            iconst_1
            iadd
            putfield sun.tools.asm.Assembler.maxvar:I
        45: .line 353
            goto 59
        end local 4 // int v
        46: .line 358
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.SwitchData
            astore 4 /* sw */
        start local 4 // sun.tools.asm.SwitchData sw
        47: .line 359
            aload 0 /* this */
            aload 4 /* sw */
            getfield sun.tools.asm.SwitchData.defaultLabel:Lsun/tools/asm/Label;
            iload 2 /* depth */
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        48: .line 360
            aload 4 /* sw */
            getfield sun.tools.asm.SwitchData.tab:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.elements:()Ljava/util/Enumeration;
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
        49: goto 51
        50: .line 361
      StackMap locals: sun.tools.asm.SwitchData java.util.Enumeration
      StackMap stack:
            aload 0 /* this */
            aload 5 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            iload 2 /* depth */
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        51: .line 360
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 50
        end local 5 // java.util.Enumeration e
        52: .line 363
            return
        end local 4 // sun.tools.asm.SwitchData sw
        53: .line 367
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.TryData
            astore 4 /* td */
        start local 4 // sun.tools.asm.TryData td
        54: .line 368
            aload 4 /* td */
            getfield sun.tools.asm.TryData.catches:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 5 /* e */
        start local 5 // java.util.Enumeration e
        55: goto 58
        56: .line 369
      StackMap locals: sun.tools.asm.TryData java.util.Enumeration
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.CatchData
            astore 6 /* cd */
        start local 6 // sun.tools.asm.CatchData cd
        57: .line 370
            aload 0 /* this */
            aload 6 /* cd */
            invokevirtual sun.tools.asm.CatchData.getLabel:()Lsun/tools/asm/Label;
            iload 2 /* depth */
            iconst_1
            iadd
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        end local 6 // sun.tools.asm.CatchData cd
        58: .line 368
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 56
        end local 5 // java.util.Enumeration e
        end local 4 // sun.tools.asm.TryData td
        59: .line 374
      StackMap locals:
      StackMap stack:
            aload 3 /* inst */
        60: .line 261
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 3 /* inst */
      StackMap locals:
      StackMap stack:
        61: aload 3 /* inst */
            ifnonnull 2
        end local 3 // sun.tools.asm.Instruction inst
        62: .line 376
            return
        end local 2 // int depth
        end local 1 // sun.tools.asm.Label lbl
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   63     0   this  Lsun/tools/asm/Assembler;
            0   63     1    lbl  Lsun/tools/asm/Label;
            0   63     2  depth  I
            1   62     3   inst  Lsun/tools/asm/Instruction;
           31   34     4      v  I
           39   42     4      v  I
           43   46     4      v  I
           47   53     4     sw  Lsun/tools/asm/SwitchData;
           49   52     5      e  Ljava/util/Enumeration<Lsun/tools/asm/Label;>;
           54   59     4     td  Lsun/tools/asm/TryData;
           55   59     5      e  Ljava/util/Enumeration<Lsun/tools/asm/CatchData;>;
           57   58     6     cd  Lsun/tools/asm/CatchData;
    MethodParameters:
       Name  Flags
      lbl    
      depth  

  public void write(sun.tools.java.Environment, java.io.DataOutputStream, sun.tools.java.MemberDefinition, sun.tools.asm.ConstantPool);
    descriptor: (Lsun/tools/java/Environment;Ljava/io/DataOutputStream;Lsun/tools/java/MemberDefinition;Lsun/tools/asm/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // java.io.DataOutputStream out
        start local 3 // sun.tools.java.MemberDefinition field
        start local 4 // sun.tools.asm.ConstantPool tab
         0: .line 386
            aload 3 /* field */
            ifnull 9
            aload 3 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            ifnull 9
         1: .line 387
            iconst_0
            istore 5 /* sum */
        start local 5 // int sum
         2: .line 389
            aload 3 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            astore 6 /* v */
        start local 6 // java.util.Vector v
         3: .line 390
            aload 6 /* v */
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 7 /* e */
        start local 7 // java.util.Enumeration e
         4: goto 7
         5: .line 391
      StackMap locals: int java.util.Vector java.util.Enumeration
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.java.MemberDefinition
            astore 8 /* f */
        start local 8 // sun.tools.java.MemberDefinition f
         6: .line 392
            iload 5 /* sum */
            aload 8 /* f */
            invokevirtual sun.tools.java.MemberDefinition.getType:()Lsun/tools/java/Type;
            invokevirtual sun.tools.java.Type.stackSize:()I
            iadd
            istore 5 /* sum */
        end local 8 // sun.tools.java.MemberDefinition f
         7: .line 390
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 5
        end local 7 // java.util.Enumeration e
         8: .line 394
            aload 0 /* this */
            iload 5 /* sum */
            putfield sun.tools.asm.Assembler.maxvar:I
        end local 6 // java.util.Vector v
        end local 5 // int sum
         9: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            iconst_0
            invokevirtual sun.tools.asm.Assembler.balance:(Lsun/tools/asm/Label;I)V
        10: .line 400
            goto 15
      StackMap locals:
      StackMap stack: sun.tools.java.CompilerError
        11: astore 5 /* e */
        start local 5 // sun.tools.java.CompilerError e
        12: .line 401
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "ERROR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        13: .line 402
            aload 0 /* this */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.tools.asm.Assembler.listing:(Ljava/io/PrintStream;)V
        14: .line 403
            aload 5 /* e */
            athrow
        end local 5 // sun.tools.java.CompilerError e
        15: .line 407
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* pc */
        start local 5 // int pc
        16: iconst_0
            istore 6 /* nexceptions */
        start local 6 // int nexceptions
        17: .line 408
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 7 /* inst */
        start local 7 // sun.tools.asm.Instruction inst
        18: goto 27
        19: .line 409
      StackMap locals: int int sun.tools.asm.Instruction
      StackMap stack:
            aload 7 /* inst */
            iload 5 /* pc */
            putfield sun.tools.asm.Instruction.pc:I
        20: .line 410
            aload 7 /* inst */
            aload 4 /* tab */
            invokevirtual sun.tools.asm.Instruction.size:(Lsun/tools/asm/ConstantPool;)I
            istore 8 /* sz */
        start local 8 // int sz
        21: .line 411
            iload 5 /* pc */
            ldc 65536
            if_icmpge 23
            iload 5 /* pc */
            iload 8 /* sz */
            iadd
            ldc 65536
            if_icmplt 23
        22: .line 412
            aload 1 /* env */
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            ldc "warn.method.too.long"
            invokevirtual sun.tools.java.Environment.error:(JLjava/lang/String;)V
        23: .line 414
      StackMap locals: int
      StackMap stack:
            iload 5 /* pc */
            iload 8 /* sz */
            iadd
            istore 5 /* pc */
        24: .line 416
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            bipush -3
            if_icmpne 26
        25: .line 417
            iload 6 /* nexceptions */
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.TryData
            getfield sun.tools.asm.TryData.catches:Ljava/util/Vector;
            invokevirtual java.util.Vector.size:()I
            iadd
            istore 6 /* nexceptions */
        end local 8 // int sz
        26: .line 408
      StackMap locals:
      StackMap stack:
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 7 /* inst */
      StackMap locals:
      StackMap stack:
        27: aload 7 /* inst */
            ifnonnull 19
        end local 7 // sun.tools.asm.Instruction inst
        28: .line 422
            aload 2 /* out */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxdepth:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        29: .line 423
            aload 2 /* out */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        30: .line 424
            aload 2 /* out */
            aload 0 /* this */
            iload 5 /* pc */
            dup_x1
            putfield sun.tools.asm.Assembler.maxpc:I
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
        31: .line 427
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            astore 7 /* inst */
        start local 7 // sun.tools.asm.Instruction inst
        32: goto 35
        33: .line 428
      StackMap locals:
      StackMap stack:
            aload 7 /* inst */
            aload 2 /* out */
            aload 4 /* tab */
            invokevirtual sun.tools.asm.Instruction.write:(Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;)V
        34: .line 427
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 7 /* inst */
      StackMap locals:
      StackMap stack:
        35: aload 7 /* inst */
            ifnonnull 33
        end local 7 // sun.tools.asm.Instruction inst
        36: .line 432
            aload 2 /* out */
            iload 6 /* nexceptions */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        37: .line 433
            iload 6 /* nexceptions */
            ifle 39
        38: .line 435
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* out */
            aload 4 /* tab */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.last:Lsun/tools/asm/Instruction;
            invokevirtual sun.tools.asm.Assembler.writeExceptions:(Lsun/tools/java/Environment;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;Lsun/tools/asm/Instruction;Lsun/tools/asm/Instruction;)V
        39: .line 437
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int nexceptions
        end local 5 // int pc
        end local 4 // sun.tools.asm.ConstantPool tab
        end local 3 // sun.tools.java.MemberDefinition field
        end local 2 // java.io.DataOutputStream out
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   40     0         this  Lsun/tools/asm/Assembler;
            0   40     1          env  Lsun/tools/java/Environment;
            0   40     2          out  Ljava/io/DataOutputStream;
            0   40     3        field  Lsun/tools/java/MemberDefinition;
            0   40     4          tab  Lsun/tools/asm/ConstantPool;
            2    9     5          sum  I
            3    9     6            v  Ljava/util/Vector<Lsun/tools/java/MemberDefinition;>;
            4    8     7            e  Ljava/util/Enumeration<Lsun/tools/java/MemberDefinition;>;
            6    7     8            f  Lsun/tools/java/MemberDefinition;
           12   15     5            e  Lsun/tools/java/CompilerError;
           16   40     5           pc  I
           17   40     6  nexceptions  I
           18   28     7         inst  Lsun/tools/asm/Instruction;
           21   26     8           sz  I
           32   36     7         inst  Lsun/tools/asm/Instruction;
      Exception table:
        from    to  target  type
           9    10      11  Class sun.tools.java.CompilerError
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      env    
      out    
      field  
      tab    

  void writeExceptions(sun.tools.java.Environment, java.io.DataOutputStream, sun.tools.asm.ConstantPool, sun.tools.asm.Instruction, sun.tools.asm.Instruction);
    descriptor: (Lsun/tools/java/Environment;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;Lsun/tools/asm/Instruction;Lsun/tools/asm/Instruction;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=6
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // java.io.DataOutputStream out
        start local 3 // sun.tools.asm.ConstantPool tab
        start local 4 // sun.tools.asm.Instruction first
        start local 5 // sun.tools.asm.Instruction last
         0: .line 443
            aload 4 /* first */
            astore 6 /* inst */
        start local 6 // sun.tools.asm.Instruction inst
         1: goto 18
         2: .line 444
      StackMap locals: sun.tools.asm.Instruction
      StackMap stack:
            aload 6 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            bipush -3
            if_icmpne 17
         3: .line 445
            aload 6 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.TryData
            astore 7 /* td */
        start local 7 // sun.tools.asm.TryData td
         4: .line 446
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* out */
            aload 3 /* tab */
            aload 6 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            aload 7 /* td */
            invokevirtual sun.tools.asm.TryData.getEndLabel:()Lsun/tools/asm/Label;
            invokevirtual sun.tools.asm.Assembler.writeExceptions:(Lsun/tools/java/Environment;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;Lsun/tools/asm/Instruction;Lsun/tools/asm/Instruction;)V
         5: .line 447
            aload 7 /* td */
            getfield sun.tools.asm.TryData.catches:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 8 /* e */
        start local 8 // java.util.Enumeration e
         6: goto 15
         7: .line 448
      StackMap locals: sun.tools.asm.TryData java.util.Enumeration
      StackMap stack:
            aload 8 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.CatchData
            astore 9 /* cd */
        start local 9 // sun.tools.asm.CatchData cd
         8: .line 450
            aload 2 /* out */
            aload 6 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         9: .line 451
            aload 2 /* out */
            aload 7 /* td */
            invokevirtual sun.tools.asm.TryData.getEndLabel:()Lsun/tools/asm/Label;
            getfield sun.tools.asm.Label.pc:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        10: .line 452
            aload 2 /* out */
            aload 9 /* cd */
            invokevirtual sun.tools.asm.CatchData.getLabel:()Lsun/tools/asm/Label;
            getfield sun.tools.asm.Label.pc:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        11: .line 453
            aload 9 /* cd */
            invokevirtual sun.tools.asm.CatchData.getType:()Ljava/lang/Object;
            ifnull 14
        12: .line 454
            aload 2 /* out */
            aload 3 /* tab */
            aload 9 /* cd */
            invokevirtual sun.tools.asm.CatchData.getType:()Ljava/lang/Object;
            invokevirtual sun.tools.asm.ConstantPool.index:(Ljava/lang/Object;)I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        13: .line 455
            goto 15
        14: .line 456
      StackMap locals: sun.tools.asm.CatchData
      StackMap stack:
            aload 2 /* out */
            iconst_0
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        end local 9 // sun.tools.asm.CatchData cd
        15: .line 447
      StackMap locals:
      StackMap stack:
            aload 8 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 7
        end local 8 // java.util.Enumeration e
        16: .line 459
            aload 7 /* td */
            invokevirtual sun.tools.asm.TryData.getEndLabel:()Lsun/tools/asm/Label;
            astore 6 /* inst */
        end local 7 // sun.tools.asm.TryData td
        17: .line 443
      StackMap locals:
      StackMap stack:
            aload 6 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 6 /* inst */
      StackMap locals:
      StackMap stack:
        18: aload 6 /* inst */
            aload 5 /* last */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            if_acmpne 2
        end local 6 // sun.tools.asm.Instruction inst
        19: .line 462
            return
        end local 5 // sun.tools.asm.Instruction last
        end local 4 // sun.tools.asm.Instruction first
        end local 3 // sun.tools.asm.ConstantPool tab
        end local 2 // java.io.DataOutputStream out
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lsun/tools/asm/Assembler;
            0   20     1    env  Lsun/tools/java/Environment;
            0   20     2    out  Ljava/io/DataOutputStream;
            0   20     3    tab  Lsun/tools/asm/ConstantPool;
            0   20     4  first  Lsun/tools/asm/Instruction;
            0   20     5   last  Lsun/tools/asm/Instruction;
            1   19     6   inst  Lsun/tools/asm/Instruction;
            4   17     7     td  Lsun/tools/asm/TryData;
            6   16     8      e  Ljava/util/Enumeration<Lsun/tools/asm/CatchData;>;
            8   15     9     cd  Lsun/tools/asm/CatchData;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      env    
      out    
      tab    
      first  
      last   

  public void writeCoverageTable(sun.tools.java.Environment, sun.tools.java.ClassDefinition, java.io.DataOutputStream, sun.tools.asm.ConstantPool, long);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/java/ClassDefinition;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=20, args_size=6
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.java.ClassDefinition c
        start local 3 // java.io.DataOutputStream out
        start local 4 // sun.tools.asm.ConstantPool tab
        start local 5 // long whereField
         0: .line 469
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 7 /* TableLot */
        start local 7 // java.util.Vector TableLot
         1: .line 470
            iconst_0
            istore 8 /* begseg */
        start local 8 // boolean begseg
         2: .line 471
            iconst_0
            istore 9 /* begmeth */
        start local 9 // boolean begmeth
         3: .line 473
            aload 2 /* c */
            checkcast sun.tools.javac.SourceClass
            invokevirtual sun.tools.javac.SourceClass.getWhere:()J
            lstore 10 /* whereClass */
        start local 10 // long whereClass
         4: .line 474
            new java.util.Vector
            dup
            invokespecial java.util.Vector.<init>:()V
            astore 12 /* whereTry */
        start local 12 // java.util.Vector whereTry
         5: .line 476
            iconst_0
            istore 13 /* count */
        start local 13 // int count
         6: .line 478
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 14 /* inst */
        start local 14 // sun.tools.asm.Instruction inst
         7: goto 77
         8: .line 479
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment sun.tools.java.ClassDefinition java.io.DataOutputStream sun.tools.asm.ConstantPool long java.util.Vector int int long java.util.Vector int sun.tools.asm.Instruction
      StackMap stack:
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            bipush 32
            lshr
            lstore 15 /* n */
        start local 15 // long n
         9: .line 480
            lload 15 /* n */
            lconst_0
            lcmp
            ifle 28
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            iconst_m1
            if_icmpeq 28
        10: .line 481
            iload 9 /* begmeth */
            ifne 16
        11: .line 482
            lload 10 /* whereClass */
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            lcmp
            ifne 13
        12: .line 483
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_2
            lload 5 /* whereField */
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
            goto 14
        13: .line 485
      StackMap locals: long
      StackMap stack:
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_1
            lload 5 /* whereField */
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        14: .line 486
      StackMap locals:
      StackMap stack:
            iinc 13 /* count */ 1
        15: .line 487
            iconst_1
            istore 9 /* begmeth */
        16: .line 489
      StackMap locals:
      StackMap stack:
            iload 8 /* begseg */
            ifne 28
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.flagNoCovered:Z
            ifne 28
        17: .line 490
            iconst_0
            istore 17 /* findTry */
        start local 17 // boolean findTry
        18: .line 491
            aload 12 /* whereTry */
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 18 /* e */
        start local 18 // java.util.Enumeration e
        19: goto 23
        20: .line 492
      StackMap locals: int java.util.Enumeration
      StackMap stack:
            aload 18 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            lcmp
            ifne 23
        21: .line 493
            iconst_1
            istore 17 /* findTry */
        22: .line 494
            goto 24
        23: .line 491
      StackMap locals:
      StackMap stack:
            aload 18 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 20
        end local 18 // java.util.Enumeration e
        24: .line 497
      StackMap locals:
      StackMap stack:
            iload 17 /* findTry */
            ifne 28
        25: .line 498
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_3
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        26: .line 499
            iinc 13 /* count */ 1
        27: .line 500
            iconst_1
            istore 8 /* begseg */
        end local 17 // boolean findTry
        28: .line 504
      StackMap locals:
      StackMap stack:
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            lookupswitch { // 29
                   -3: 43
                   -1: 29
                  153: 31
                  154: 31
                  155: 31
                  156: 31
                  157: 31
                  158: 31
                  159: 31
                  160: 31
                  161: 31
                  162: 31
                  163: 31
                  164: 31
                  165: 31
                  166: 31
                  167: 40
                  169: 42
                  170: 46
                  171: 61
                  172: 42
                  173: 42
                  174: 42
                  175: 42
                  176: 42
                  177: 42
                  191: 42
                  198: 31
                  199: 31
              default: 75
          }
        29: .line 506
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* begseg */
        30: .line 507
            goto 75
        31: .line 524
      StackMap locals:
      StackMap stack:
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.flagCondInverted:Z
            ifeq 35
        32: .line 525
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            bipush 7
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        33: .line 526
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            bipush 8
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        34: .line 527
            goto 37
        35: .line 528
      StackMap locals:
      StackMap stack:
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            bipush 8
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        36: .line 529
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            bipush 7
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        37: .line 531
      StackMap locals:
      StackMap stack:
            iinc 13 /* count */ 2
        38: .line 532
            iconst_0
            istore 8 /* begseg */
        39: .line 533
            goto 75
        40: .line 537
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* begseg */
        41: .line 538
            goto 75
        42: .line 549
      StackMap locals:
      StackMap stack:
            goto 75
        43: .line 553
      StackMap locals:
      StackMap stack:
            aload 12 /* whereTry */
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        44: .line 554
            iconst_0
            istore 8 /* begseg */
        45: .line 555
            goto 75
        46: .line 559
      StackMap locals:
      StackMap stack:
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.SwitchData
            astore 17 /* sw */
        start local 17 // sun.tools.asm.SwitchData sw
        47: .line 560
            aload 17 /* sw */
            getfield sun.tools.asm.SwitchData.minValue:I
            istore 18 /* i */
        start local 18 // int i
        48: goto 52
        49: .line 561
      StackMap locals: sun.tools.asm.SwitchData int
      StackMap stack:
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_5
            aload 17 /* sw */
            new java.lang.Integer
            dup
            iload 18 /* i */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual sun.tools.asm.SwitchData.whereCase:(Ljava/lang/Object;)J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        50: .line 562
            iinc 13 /* count */ 1
        51: .line 560
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 18 /* i */
            aload 17 /* sw */
            getfield sun.tools.asm.SwitchData.maxValue:I
            if_icmple 49
        end local 18 // int i
        53: .line 564
            aload 17 /* sw */
            invokevirtual sun.tools.asm.SwitchData.getDefault:()Z
            ifne 57
        54: .line 565
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            bipush 6
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        55: .line 566
            iinc 13 /* count */ 1
        56: .line 567
            goto 59
        57: .line 568
      StackMap locals:
      StackMap stack:
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_5
            aload 17 /* sw */
            ldc "default"
            invokevirtual sun.tools.asm.SwitchData.whereCase:(Ljava/lang/Object;)J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        58: .line 569
            iinc 13 /* count */ 1
        59: .line 571
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* begseg */
        60: .line 572
            goto 75
        end local 17 // sun.tools.asm.SwitchData sw
        61: .line 575
      StackMap locals:
      StackMap stack:
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.SwitchData
            astore 17 /* sw */
        start local 17 // sun.tools.asm.SwitchData sw
        62: .line 576
            aload 17 /* sw */
            invokevirtual sun.tools.asm.SwitchData.sortedKeys:()Ljava/util/Enumeration;
            astore 18 /* e */
        start local 18 // java.util.Enumeration e
        63: goto 67
        64: .line 577
      StackMap locals: sun.tools.asm.SwitchData java.util.Enumeration
      StackMap stack:
            aload 18 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 19 /* v */
        start local 19 // java.lang.Integer v
        65: .line 578
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_5
            aload 17 /* sw */
            aload 19 /* v */
            invokevirtual sun.tools.asm.SwitchData.whereCase:(Ljava/lang/Object;)J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        66: .line 579
            iinc 13 /* count */ 1
        end local 19 // java.lang.Integer v
        67: .line 576
      StackMap locals:
      StackMap stack:
            aload 18 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 64
        end local 18 // java.util.Enumeration e
        68: .line 581
            aload 17 /* sw */
            invokevirtual sun.tools.asm.SwitchData.getDefault:()Z
            ifne 72
        69: .line 582
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            bipush 6
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        70: .line 583
            iinc 13 /* count */ 1
        71: .line 584
            goto 74
        72: .line 585
      StackMap locals:
      StackMap stack:
            aload 7 /* TableLot */
            new sun.tools.asm.Cover
            dup
            iconst_5
            aload 17 /* sw */
            ldc "default"
            invokevirtual sun.tools.asm.SwitchData.whereCase:(Ljava/lang/Object;)J
            aload 14 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokespecial sun.tools.asm.Cover.<init>:(IJI)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        73: .line 586
            iinc 13 /* count */ 1
        74: .line 588
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 8 /* begseg */
        end local 17 // sun.tools.asm.SwitchData sw
        end local 15 // long n
        75: .line 591
      StackMap locals:
      StackMap stack:
            aload 14 /* inst */
        76: .line 478
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 14 /* inst */
      StackMap locals:
      StackMap stack:
        77: aload 14 /* inst */
            ifnonnull 8
        end local 14 // sun.tools.asm.Instruction inst
        78: .line 596
            aload 3 /* out */
            iload 13 /* count */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        79: .line 597
            iconst_0
            istore 19 /* i */
        start local 19 // int i
        80: goto 91
        81: .line 598
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment sun.tools.java.ClassDefinition java.io.DataOutputStream sun.tools.asm.ConstantPool long java.util.Vector int int long java.util.Vector int top top top top top int
      StackMap stack:
            aload 7 /* TableLot */
            iload 19 /* i */
            invokevirtual java.util.Vector.elementAt:(I)Ljava/lang/Object;
            checkcast sun.tools.asm.Cover
            astore 14 /* Lot */
        start local 14 // sun.tools.asm.Cover Lot
        82: .line 599
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.Addr:J
            bipush 32
            lshr
            lstore 15 /* ln */
        start local 15 // long ln
        83: .line 600
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.Addr:J
            bipush 32
            lshl
            bipush 32
            lshr
            lstore 17 /* pos */
        start local 17 // long pos
        84: .line 601
            aload 3 /* out */
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.NumCommand:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        85: .line 602
            aload 3 /* out */
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.Type:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        86: .line 603
            aload 3 /* out */
            lload 15 /* ln */
            l2i
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
        87: .line 604
            aload 3 /* out */
            lload 17 /* pos */
            l2i
            invokevirtual java.io.DataOutputStream.writeInt:(I)V
        88: .line 606
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.Type:I
            iconst_5
            if_icmpne 89
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.Addr:J
            lconst_0
            lcmp
            ifeq 90
        89: .line 607
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment sun.tools.java.ClassDefinition java.io.DataOutputStream sun.tools.asm.ConstantPool long java.util.Vector int int long java.util.Vector int sun.tools.asm.Cover long long int
      StackMap stack:
            getstatic sun.tools.asm.Assembler.JcovClassCountArray:[I
            aload 14 /* Lot */
            getfield sun.tools.asm.Cover.Type:I
            dup2
            iaload
            iconst_1
            iadd
            iastore
        90: .line 597
      StackMap locals:
      StackMap stack:
            iinc 19 /* i */ 1
        end local 17 // long pos
        end local 15 // long ln
        end local 14 // sun.tools.asm.Cover Lot
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment sun.tools.java.ClassDefinition java.io.DataOutputStream sun.tools.asm.ConstantPool long java.util.Vector int int long java.util.Vector int top top top top top int
      StackMap stack:
        91: iload 19 /* i */
            iload 13 /* count */
            if_icmplt 81
        end local 19 // int i
        92: .line 611
            return
        end local 13 // int count
        end local 12 // java.util.Vector whereTry
        end local 10 // long whereClass
        end local 9 // boolean begmeth
        end local 8 // boolean begseg
        end local 7 // java.util.Vector TableLot
        end local 5 // long whereField
        end local 4 // sun.tools.asm.ConstantPool tab
        end local 3 // java.io.DataOutputStream out
        end local 2 // sun.tools.java.ClassDefinition c
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   93     0        this  Lsun/tools/asm/Assembler;
            0   93     1         env  Lsun/tools/java/Environment;
            0   93     2           c  Lsun/tools/java/ClassDefinition;
            0   93     3         out  Ljava/io/DataOutputStream;
            0   93     4         tab  Lsun/tools/asm/ConstantPool;
            0   93     5  whereField  J
            1   93     7    TableLot  Ljava/util/Vector<Lsun/tools/asm/Cover;>;
            2   93     8      begseg  Z
            3   93     9     begmeth  Z
            4   93    10  whereClass  J
            5   93    12    whereTry  Ljava/util/Vector<Ljava/lang/Long;>;
            6   93    13       count  I
            7   78    14        inst  Lsun/tools/asm/Instruction;
            9   75    15           n  J
           18   28    17     findTry  Z
           19   24    18           e  Ljava/util/Enumeration<Ljava/lang/Long;>;
           47   61    17          sw  Lsun/tools/asm/SwitchData;
           48   53    18           i  I
           62   75    17          sw  Lsun/tools/asm/SwitchData;
           63   68    18           e  Ljava/util/Enumeration<Ljava/lang/Integer;>;
           65   67    19           v  Ljava/lang/Integer;
           82   91    14         Lot  Lsun/tools/asm/Cover;
           83   91    15          ln  J
           84   91    17         pos  J
           80   92    19           i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      env         
      c           
      out         
      tab         
      whereField  

  public void addNativeToJcovTab(sun.tools.java.Environment, sun.tools.java.ClassDefinition);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/java/ClassDefinition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.java.ClassDefinition c
         0: .line 618
            getstatic sun.tools.asm.Assembler.JcovClassCountArray:[I
            iconst_1
            dup2
            iaload
            iconst_1
            iadd
            iastore
         1: .line 619
            return
        end local 2 // sun.tools.java.ClassDefinition c
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/asm/Assembler;
            0    2     1   env  Lsun/tools/java/Environment;
            0    2     2     c  Lsun/tools/java/ClassDefinition;
    MethodParameters:
      Name  Flags
      env   
      c     

  private java.lang.String createClassJcovElement(sun.tools.java.Environment, sun.tools.java.ClassDefinition);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/java/ClassDefinition;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.java.ClassDefinition c
         0: .line 626
            aload 2 /* c */
            invokevirtual sun.tools.java.ClassDefinition.getClassDeclaration:()Lsun/tools/java/ClassDeclaration;
            invokevirtual sun.tools.java.ClassDeclaration.getName:()Lsun/tools/java/Identifier;
            invokestatic sun.tools.java.Type.mangleInnerType:(Lsun/tools/java/Identifier;)Lsun/tools/java/Identifier;
            invokevirtual sun.tools.java.Identifier.toString:()Ljava/lang/String;
            astore 3 /* SourceClass */
        start local 3 // java.lang.String SourceClass
         1: .line 630
            getstatic sun.tools.asm.Assembler.SourceClassList:Ljava/util/Vector;
            aload 3 /* SourceClass */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         2: .line 631
            aload 3 /* SourceClass */
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            astore 4 /* ConvSourceClass */
        start local 4 // java.lang.String ConvSourceClass
         3: .line 632
            new java.lang.StringBuilder
            dup
            getstatic sun.tools.asm.Assembler.JcovClassLine:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* ConvSourceClass */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* classJcovLine */
        start local 5 // java.lang.String classJcovLine
         4: .line 634
            new java.lang.StringBuilder
            dup
            aload 5 /* classJcovLine */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* classJcovLine */
         5: .line 635
            ldc ""
            astore 6 /* blank */
        start local 6 // java.lang.String blank
         6: .line 637
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         7: goto 12
         8: .line 638
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment sun.tools.java.ClassDefinition java.lang.String java.lang.String java.lang.String java.lang.String int
      StackMap stack:
            aload 2 /* c */
            invokevirtual sun.tools.java.ClassDefinition.getModifiers:()I
            getstatic sun.tools.asm.Assembler.arrayModifiers:[I
            iload 7 /* i */
            iaload
            iand
            ifeq 11
         9: .line 639
            new java.lang.StringBuilder
            dup
            aload 5 /* classJcovLine */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* blank */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.tools.asm.Assembler.opNames:[Ljava/lang/String;
            getstatic sun.tools.asm.Assembler.arrayModifiersOpc:[I
            iload 7 /* i */
            iaload
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* classJcovLine */
        10: .line 640
            ldc " "
            astore 6 /* blank */
        11: .line 637
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            getstatic sun.tools.asm.Assembler.arrayModifiers:[I
            arraylength
            if_icmplt 8
        end local 7 // int i
        13: .line 643
            new java.lang.StringBuilder
            dup
            aload 5 /* classJcovLine */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* classJcovLine */
        14: .line 645
            aload 5 /* classJcovLine */
            areturn
        end local 6 // java.lang.String blank
        end local 5 // java.lang.String classJcovLine
        end local 4 // java.lang.String ConvSourceClass
        end local 3 // java.lang.String SourceClass
        end local 2 // sun.tools.java.ClassDefinition c
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   15     0             this  Lsun/tools/asm/Assembler;
            0   15     1              env  Lsun/tools/java/Environment;
            0   15     2                c  Lsun/tools/java/ClassDefinition;
            1   15     3      SourceClass  Ljava/lang/String;
            3   15     4  ConvSourceClass  Ljava/lang/String;
            4   15     5    classJcovLine  Ljava/lang/String;
            6   15     6            blank  Ljava/lang/String;
            7   13     7                i  I
    MethodParameters:
      Name  Flags
      env   
      c     

  public void GenVecJCov(sun.tools.java.Environment, sun.tools.java.ClassDefinition, long);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/java/ClassDefinition;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.java.ClassDefinition c
        start local 3 // long Time
         0: .line 654
            aload 2 /* c */
            checkcast sun.tools.javac.SourceClass
            invokevirtual sun.tools.javac.SourceClass.getAbsoluteName:()Ljava/lang/String;
            astore 5 /* SourceFile */
        start local 5 // java.lang.String SourceFile
         1: .line 656
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            aload 0 /* this */
            aload 1 /* env */
            aload 2 /* c */
            invokevirtual sun.tools.asm.Assembler.createClassJcovElement:(Lsun/tools/java/Environment;Lsun/tools/java/ClassDefinition;)Ljava/lang/String;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         2: .line 657
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            new java.lang.StringBuilder
            dup
            getstatic sun.tools.asm.Assembler.JcovSrcfileLine:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* SourceFile */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         3: .line 658
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            new java.lang.StringBuilder
            dup
            getstatic sun.tools.asm.Assembler.JcovTimestampLine:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            lload 3 /* Time */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         4: .line 659
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            new java.lang.StringBuilder
            dup
            getstatic sun.tools.asm.Assembler.JcovDataLine:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "A"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         5: .line 660
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            getstatic sun.tools.asm.Assembler.JcovHeadingLine:Ljava/lang/String;
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
         6: .line 662
            iconst_1
            istore 6 /* i */
        start local 6 // int i
         7: goto 12
         8: .line 663
      StackMap locals: java.lang.String int
      StackMap stack:
            getstatic sun.tools.asm.Assembler.JcovClassCountArray:[I
            iload 6 /* i */
            iaload
            ifeq 11
         9: .line 664
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            new java.lang.String
            dup
            new java.lang.StringBuilder
            dup
            iload 6 /* i */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\t"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.tools.asm.Assembler.JcovClassCountArray:[I
            iload 6 /* i */
            iaload
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.String.<init>:(Ljava/lang/String;)V
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        10: .line 665
            getstatic sun.tools.asm.Assembler.JcovClassCountArray:[I
            iload 6 /* i */
            iconst_0
            iastore
        11: .line 662
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            bipush 8
            if_icmple 8
        end local 6 // int i
        13: .line 668
            return
        end local 5 // java.lang.String SourceFile
        end local 3 // long Time
        end local 2 // sun.tools.java.ClassDefinition c
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lsun/tools/asm/Assembler;
            0   14     1         env  Lsun/tools/java/Environment;
            0   14     2           c  Lsun/tools/java/ClassDefinition;
            0   14     3        Time  J
            1   14     5  SourceFile  Ljava/lang/String;
            7   13     6           i  I
    MethodParameters:
      Name  Flags
      env   
      c     
      Time  

  public void GenJCov(sun.tools.java.Environment);
    descriptor: (Lsun/tools/java/Environment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
         0: .line 679
            aload 1 /* env */
            invokevirtual sun.tools.java.Environment.getcovFile:()Ljava/io/File;
            astore 2 /* outFile */
        start local 2 // java.io.File outFile
         1: .line 680
            aload 2 /* outFile */
            invokevirtual java.io.File.exists:()Z
            ifeq 29
         2: .line 681
            new java.io.DataInputStream
            dup
         3: .line 682
            new java.io.BufferedInputStream
            dup
         4: .line 683
            new java.io.FileInputStream
            dup
            aload 2 /* outFile */
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
         5: .line 682
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
         6: .line 681
            invokespecial java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V
            astore 3 /* JCovd */
        start local 3 // java.io.DataInputStream JCovd
         7: .line 684
            aconst_null
            astore 4 /* CurrLine */
        start local 4 // java.lang.String CurrLine
         8: .line 685
            iconst_1
            istore 5 /* first */
        start local 5 // boolean first
         9: .line 688
            aload 3 /* JCovd */
            invokevirtual java.io.DataInputStream.readLine:()Ljava/lang/String;
            astore 4 /* CurrLine */
        10: .line 689
            aload 4 /* CurrLine */
            ifnull 28
            aload 4 /* CurrLine */
            getstatic sun.tools.asm.Assembler.JcovMagicLine:Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 28
        11: .line 692
            goto 27
        12: .line 693
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment java.io.File java.io.DataInputStream java.lang.String int
      StackMap stack:
            aload 4 /* CurrLine */
            getstatic sun.tools.asm.Assembler.JcovClassLine:Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 25
        13: .line 694
            iconst_1
            istore 5 /* first */
        14: .line 695
            getstatic sun.tools.asm.Assembler.SourceClassList:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 7 /* e */
        start local 7 // java.util.Enumeration e
        15: goto 24
        16: .line 696
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment java.io.File java.io.DataInputStream java.lang.String int top java.util.Enumeration
      StackMap stack:
            aload 4 /* CurrLine */
            getstatic sun.tools.asm.Assembler.JcovClassLine:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 8 /* clsName */
        start local 8 // java.lang.String clsName
        17: .line 697
            aload 8 /* clsName */
            bipush 32
            invokevirtual java.lang.String.indexOf:(I)I
            istore 9 /* idx */
        start local 9 // int idx
        18: .line 699
            iload 9 /* idx */
            iconst_m1
            if_icmpeq 20
        19: .line 700
            aload 8 /* clsName */
            iconst_0
            iload 9 /* idx */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 8 /* clsName */
        20: .line 702
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 6 /* Class */
        start local 6 // java.lang.String Class
        21: .line 703
            aload 6 /* Class */
            aload 8 /* clsName */
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            ifne 24
        22: .line 704
            iconst_0
            istore 5 /* first */
        23: .line 705
            goto 25
        end local 9 // int idx
        end local 8 // java.lang.String clsName
        end local 6 // java.lang.String Class
        24: .line 695
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 16
        end local 7 // java.util.Enumeration e
        25: .line 709
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment java.io.File java.io.DataInputStream java.lang.String int
      StackMap stack:
            iload 5 /* first */
            ifeq 27
        26: .line 710
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            aload 4 /* CurrLine */
            invokevirtual java.util.Vector.addElement:(Ljava/lang/Object;)V
        27: .line 692
      StackMap locals:
      StackMap stack:
            aload 3 /* JCovd */
            invokevirtual java.io.DataInputStream.readLine:()Ljava/lang/String;
            dup
            astore 4 /* CurrLine */
            ifnonnull 12
        28: .line 713
      StackMap locals:
      StackMap stack:
            aload 3 /* JCovd */
            invokevirtual java.io.DataInputStream.close:()V
        end local 5 // boolean first
        end local 4 // java.lang.String CurrLine
        end local 3 // java.io.DataInputStream JCovd
        29: .line 715
      StackMap locals:
      StackMap stack:
            new java.io.PrintStream
            dup
            new java.io.DataOutputStream
            dup
            new java.io.FileOutputStream
            dup
            aload 2 /* outFile */
            invokespecial java.io.FileOutputStream.<init>:(Ljava/io/File;)V
            invokespecial java.io.DataOutputStream.<init>:(Ljava/io/OutputStream;)V
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            astore 3 /* CovFile */
        start local 3 // java.io.PrintStream CovFile
        30: .line 716
            aload 3 /* CovFile */
            getstatic sun.tools.asm.Assembler.JcovMagicLine:Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        31: .line 717
            getstatic sun.tools.asm.Assembler.TmpCovTable:Ljava/util/Vector;
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 4 /* e */
        start local 4 // java.util.Enumeration e
        32: goto 34
        33: .line 718
      StackMap locals: java.io.PrintStream java.util.Enumeration
      StackMap stack:
            aload 3 /* CovFile */
            aload 4 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        34: .line 717
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 33
        end local 4 // java.util.Enumeration e
        35: .line 720
            aload 3 /* CovFile */
            invokevirtual java.io.PrintStream.close:()V
        end local 3 // java.io.PrintStream CovFile
        end local 2 // java.io.File outFile
        36: .line 721
            goto 42
        37: .line 722
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment
      StackMap stack: java.io.FileNotFoundException
            astore 2 /* e */
        start local 2 // java.io.FileNotFoundException e
        38: .line 723
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "ERROR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 2 // java.io.FileNotFoundException e
        39: goto 42
        40: .line 725
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        41: .line 726
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "ERROR: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 2 // java.io.IOException e
        42: .line 728
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   43     0      this  Lsun/tools/asm/Assembler;
            0   43     1       env  Lsun/tools/java/Environment;
            1   36     2   outFile  Ljava/io/File;
            7   29     3     JCovd  Ljava/io/DataInputStream;
            8   29     4  CurrLine  Ljava/lang/String;
            9   29     5     first  Z
           21   24     6     Class  Ljava/lang/String;
           15   25     7         e  Ljava/util/Enumeration<Ljava/lang/String;>;
           17   24     8   clsName  Ljava/lang/String;
           18   24     9       idx  I
           30   36     3   CovFile  Ljava/io/PrintStream;
           32   35     4         e  Ljava/util/Enumeration<Ljava/lang/String;>;
           38   39     2         e  Ljava/io/FileNotFoundException;
           41   42     2         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0    36      37  Class java.io.FileNotFoundException
           0    36      40  Class java.io.IOException
    MethodParameters:
      Name  Flags
      env   

  public void writeLineNumberTable(sun.tools.java.Environment, java.io.DataOutputStream, sun.tools.asm.ConstantPool);
    descriptor: (Lsun/tools/java/Environment;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=4
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // java.io.DataOutputStream out
        start local 3 // sun.tools.asm.ConstantPool tab
         0: .line 736
            ldc -1
            lstore 4 /* ln */
        start local 4 // long ln
         1: .line 737
            iconst_0
            istore 6 /* count */
        start local 6 // int count
         2: .line 739
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 7 /* inst */
        start local 7 // sun.tools.asm.Instruction inst
         3: goto 9
         4: .line 740
      StackMap locals: long int sun.tools.asm.Instruction
      StackMap stack:
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            bipush 32
            lshr
            lstore 8 /* n */
        start local 8 // long n
         5: .line 741
            lload 8 /* n */
            lconst_0
            lcmp
            ifle 8
            lload 4 /* ln */
            lload 8 /* n */
            lcmp
            ifeq 8
         6: .line 742
            lload 8 /* n */
            lstore 4 /* ln */
         7: .line 743
            iinc 6 /* count */ 1
        end local 8 // long n
         8: .line 739
      StackMap locals:
      StackMap stack:
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 7 /* inst */
      StackMap locals:
      StackMap stack:
         9: aload 7 /* inst */
            ifnonnull 4
        end local 7 // sun.tools.asm.Instruction inst
        10: .line 747
            ldc -1
            lstore 4 /* ln */
        11: .line 748
            aload 2 /* out */
            iload 6 /* count */
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        12: .line 749
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 7 /* inst */
        start local 7 // sun.tools.asm.Instruction inst
        13: goto 20
        14: .line 750
      StackMap locals:
      StackMap stack:
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.where:J
            bipush 32
            lshr
            lstore 8 /* n */
        start local 8 // long n
        15: .line 751
            lload 8 /* n */
            lconst_0
            lcmp
            ifle 19
            lload 4 /* ln */
            lload 8 /* n */
            lcmp
            ifeq 19
        16: .line 752
            lload 8 /* n */
            lstore 4 /* ln */
        17: .line 753
            aload 2 /* out */
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        18: .line 754
            aload 2 /* out */
            lload 4 /* ln */
            l2i
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
        end local 8 // long n
        19: .line 749
      StackMap locals:
      StackMap stack:
            aload 7 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 7 /* inst */
      StackMap locals:
      StackMap stack:
        20: aload 7 /* inst */
            ifnonnull 14
        end local 7 // sun.tools.asm.Instruction inst
        21: .line 758
            return
        end local 6 // int count
        end local 4 // long ln
        end local 3 // sun.tools.asm.ConstantPool tab
        end local 2 // java.io.DataOutputStream out
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lsun/tools/asm/Assembler;
            0   22     1    env  Lsun/tools/java/Environment;
            0   22     2    out  Ljava/io/DataOutputStream;
            0   22     3    tab  Lsun/tools/asm/ConstantPool;
            1   22     4     ln  J
            2   22     6  count  I
            3   10     7   inst  Lsun/tools/asm/Instruction;
            5    8     8      n  J
           13   21     7   inst  Lsun/tools/asm/Instruction;
           15   19     8      n  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      env   
      out   
      tab   

  void flowFields(sun.tools.java.Environment, sun.tools.asm.Label, sun.tools.java.MemberDefinition[]);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.asm.Label lbl
        start local 3 // sun.tools.java.MemberDefinition[] locals
         0: .line 766
            aload 2 /* lbl */
            getfield sun.tools.asm.Label.locals:[Lsun/tools/java/MemberDefinition;
            ifnull 9
         1: .line 768
            aload 2 /* lbl */
            getfield sun.tools.asm.Label.locals:[Lsun/tools/java/MemberDefinition;
            astore 4 /* f */
        start local 4 // sun.tools.java.MemberDefinition[] f
         2: .line 769
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 7
         4: .line 770
      StackMap locals: sun.tools.java.MemberDefinition[] int
      StackMap stack:
            aload 4 /* f */
            iload 5 /* i */
            aaload
            aload 3 /* locals */
            iload 5 /* i */
            aaload
            if_acmpeq 6
         5: .line 771
            aload 4 /* f */
            iload 5 /* i */
            aconst_null
            aastore
         6: .line 769
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmplt 4
        end local 5 // int i
         8: .line 774
            return
        end local 4 // sun.tools.java.MemberDefinition[] f
         9: .line 778
      StackMap locals:
      StackMap stack:
            aload 2 /* lbl */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            anewarray sun.tools.java.MemberDefinition
            putfield sun.tools.asm.Label.locals:[Lsun/tools/java/MemberDefinition;
        10: .line 779
            aload 3 /* locals */
            iconst_0
            aload 2 /* lbl */
            getfield sun.tools.asm.Label.locals:[Lsun/tools/java/MemberDefinition;
            iconst_0
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        11: .line 781
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            anewarray sun.tools.java.MemberDefinition
            astore 4 /* newlocals */
        start local 4 // sun.tools.java.MemberDefinition[] newlocals
        12: .line 782
            aload 3 /* locals */
            iconst_0
            aload 4 /* newlocals */
            iconst_0
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 783
            aload 4 /* newlocals */
            astore 3 /* locals */
        14: .line 785
            aload 2 /* lbl */
            getfield sun.tools.asm.Label.next:Lsun/tools/asm/Instruction;
            astore 5 /* inst */
        start local 5 // sun.tools.asm.Instruction inst
        15: goto 43
        16: .line 786
      StackMap locals: sun.tools.java.MemberDefinition[] sun.tools.asm.Instruction
      StackMap stack:
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            lookupswitch { // 55
                   -3: 35
                   -1: 21
                   54: 17
                   55: 17
                   56: 17
                   57: 17
                   58: 17
                   59: 17
                   60: 17
                   61: 17
                   62: 17
                   63: 17
                   64: 17
                   65: 17
                   66: 17
                   67: 17
                   68: 17
                   69: 17
                   70: 17
                   71: 17
                   72: 17
                   73: 17
                   74: 17
                   75: 17
                   76: 17
                   77: 17
                   78: 17
                  153: 23
                  154: 23
                  155: 23
                  156: 23
                  157: 23
                  158: 23
                  159: 23
                  160: 23
                  161: 23
                  162: 23
                  163: 23
                  164: 23
                  165: 23
                  166: 23
                  167: 25
                  168: 23
                  169: 27
                  170: 28
                  171: 28
                  172: 27
                  173: 27
                  174: 27
                  175: 27
                  176: 27
                  177: 27
                  191: 27
                  198: 23
                  199: 23
              default: 41
          }
        17: .line 797
      StackMap locals:
      StackMap stack:
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            instanceof sun.tools.asm.LocalVariable
            ifeq 41
        18: .line 798
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.LocalVariable
            astore 6 /* v */
        start local 6 // sun.tools.asm.LocalVariable v
        19: .line 799
            aload 3 /* locals */
            aload 6 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            aload 6 /* v */
            getfield sun.tools.asm.LocalVariable.field:Lsun/tools/java/MemberDefinition;
            aastore
        end local 6 // sun.tools.asm.LocalVariable v
        20: .line 801
            goto 41
        21: .line 804
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 5 /* inst */
            checkcast sun.tools.asm.Label
            aload 3 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        22: .line 805
            return
        23: .line 814
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            aload 3 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        24: .line 815
            goto 41
        25: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            aload 3 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        26: .line 819
            return
        27: .line 824
      StackMap locals:
      StackMap stack:
            return
        28: .line 828
      StackMap locals:
      StackMap stack:
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.SwitchData
            astore 6 /* sw */
        start local 6 // sun.tools.asm.SwitchData sw
        29: .line 829
            aload 0 /* this */
            aload 1 /* env */
            aload 6 /* sw */
            getfield sun.tools.asm.SwitchData.defaultLabel:Lsun/tools/asm/Label;
            aload 3 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        30: .line 830
            aload 6 /* sw */
            getfield sun.tools.asm.SwitchData.tab:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.elements:()Ljava/util/Enumeration;
            astore 7 /* e */
        start local 7 // java.util.Enumeration e
        31: goto 33
        32: .line 831
      StackMap locals: sun.tools.asm.SwitchData java.util.Enumeration
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 7 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.Label
            aload 3 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        33: .line 830
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 32
        end local 7 // java.util.Enumeration e
        34: .line 833
            return
        end local 6 // sun.tools.asm.SwitchData sw
        35: .line 837
      StackMap locals:
      StackMap stack:
            aload 5 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.TryData
            getfield sun.tools.asm.TryData.catches:Ljava/util/Vector;
            astore 6 /* catches */
        start local 6 // java.util.Vector catches
        36: .line 838
            aload 6 /* catches */
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 7 /* e */
        start local 7 // java.util.Enumeration e
        37: goto 40
        38: .line 839
      StackMap locals: java.util.Vector java.util.Enumeration
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.asm.CatchData
            astore 8 /* cd */
        start local 8 // sun.tools.asm.CatchData cd
        39: .line 840
            aload 0 /* this */
            aload 1 /* env */
            aload 8 /* cd */
            invokevirtual sun.tools.asm.CatchData.getLabel:()Lsun/tools/asm/Label;
            aload 3 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        end local 8 // sun.tools.asm.CatchData cd
        40: .line 838
      StackMap locals:
      StackMap stack:
            aload 7 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 38
        end local 7 // java.util.Enumeration e
        end local 6 // java.util.Vector catches
        41: .line 844
      StackMap locals:
      StackMap stack:
            aload 5 /* inst */
        42: .line 785
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 5 /* inst */
      StackMap locals:
      StackMap stack:
        43: aload 5 /* inst */
            ifnonnull 16
        end local 5 // sun.tools.asm.Instruction inst
        44: .line 846
            return
        end local 4 // sun.tools.java.MemberDefinition[] newlocals
        end local 3 // sun.tools.java.MemberDefinition[] locals
        end local 2 // sun.tools.asm.Label lbl
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   45     0       this  Lsun/tools/asm/Assembler;
            0   45     1        env  Lsun/tools/java/Environment;
            0   45     2        lbl  Lsun/tools/asm/Label;
            0   45     3     locals  [Lsun/tools/java/MemberDefinition;
            2    9     4          f  [Lsun/tools/java/MemberDefinition;
            3    8     5          i  I
           12   45     4  newlocals  [Lsun/tools/java/MemberDefinition;
           15   44     5       inst  Lsun/tools/asm/Instruction;
           19   20     6          v  Lsun/tools/asm/LocalVariable;
           29   35     6         sw  Lsun/tools/asm/SwitchData;
           31   34     7          e  Ljava/util/Enumeration<Lsun/tools/asm/Label;>;
           36   41     6    catches  Ljava/util/Vector<Lsun/tools/asm/CatchData;>;
           37   41     7          e  Ljava/util/Enumeration<Lsun/tools/asm/CatchData;>;
           39   40     8         cd  Lsun/tools/asm/CatchData;
    MethodParameters:
        Name  Flags
      env     
      lbl     
      locals  

  public void writeLocalVariableTable(sun.tools.java.Environment, sun.tools.java.MemberDefinition, java.io.DataOutputStream, sun.tools.asm.ConstantPool);
    descriptor: (Lsun/tools/java/Environment;Lsun/tools/java/MemberDefinition;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=5
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // sun.tools.java.Environment env
        start local 2 // sun.tools.java.MemberDefinition field
        start local 3 // java.io.DataOutputStream out
        start local 4 // sun.tools.asm.ConstantPool tab
         0: .line 854
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            anewarray sun.tools.java.MemberDefinition
            astore 5 /* locals */
        start local 5 // sun.tools.java.MemberDefinition[] locals
         1: .line 855
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         2: .line 858
            aload 2 /* field */
            ifnull 11
            aload 2 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            ifnull 11
         3: .line 859
            iconst_0
            istore 7 /* reg */
        start local 7 // int reg
         4: .line 861
            aload 2 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            astore 8 /* v */
        start local 8 // java.util.Vector v
         5: .line 862
            aload 8 /* v */
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 9 /* e */
        start local 9 // java.util.Enumeration e
         6: goto 10
         7: .line 863
      StackMap locals: sun.tools.asm.Assembler sun.tools.java.Environment sun.tools.java.MemberDefinition java.io.DataOutputStream sun.tools.asm.ConstantPool sun.tools.java.MemberDefinition[] int int java.util.Vector java.util.Enumeration
      StackMap stack:
            aload 9 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.java.MemberDefinition
            astore 10 /* f */
        start local 10 // sun.tools.java.MemberDefinition f
         8: .line 864
            aload 5 /* locals */
            iload 7 /* reg */
            aload 10 /* f */
            aastore
         9: .line 865
            iload 7 /* reg */
            aload 10 /* f */
            invokevirtual sun.tools.java.MemberDefinition.getType:()Lsun/tools/java/Type;
            invokevirtual sun.tools.java.Type.stackSize:()I
            iadd
            istore 7 /* reg */
        end local 10 // sun.tools.java.MemberDefinition f
        10: .line 862
      StackMap locals:
      StackMap stack:
            aload 9 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 7
        end local 9 // java.util.Enumeration e
        end local 8 // java.util.Vector v
        end local 7 // int reg
        11: .line 869
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* env */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            aload 5 /* locals */
            invokevirtual sun.tools.asm.Assembler.flowFields:(Lsun/tools/java/Environment;Lsun/tools/asm/Label;[Lsun/tools/java/MemberDefinition;)V
        12: .line 870
            new sun.tools.asm.LocalVariableTable
            dup
            invokespecial sun.tools.asm.LocalVariableTable.<init>:()V
            astore 7 /* lvtab */
        start local 7 // sun.tools.asm.LocalVariableTable lvtab
        13: .line 873
            iconst_0
            istore 6 /* i */
            goto 16
        14: .line 874
      StackMap locals: sun.tools.asm.LocalVariableTable
      StackMap stack:
            aload 5 /* locals */
            iload 6 /* i */
            aconst_null
            aastore
        15: .line 873
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 6 /* i */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmplt 14
        17: .line 875
            aload 2 /* field */
            ifnull 27
            aload 2 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            ifnull 27
        18: .line 876
            iconst_0
            istore 8 /* reg */
        start local 8 // int reg
        19: .line 878
            aload 2 /* field */
            invokevirtual sun.tools.java.MemberDefinition.getArguments:()Ljava/util/Vector;
            astore 9 /* v */
        start local 9 // java.util.Vector v
        20: .line 879
            aload 9 /* v */
            invokevirtual java.util.Vector.elements:()Ljava/util/Enumeration;
            astore 10 /* e */
        start local 10 // java.util.Enumeration e
        21: goto 26
        22: .line 880
      StackMap locals: int java.util.Vector java.util.Enumeration
      StackMap stack:
            aload 10 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.tools.java.MemberDefinition
            astore 11 /* f */
        start local 11 // sun.tools.java.MemberDefinition f
        23: .line 881
            aload 5 /* locals */
            iload 8 /* reg */
            aload 11 /* f */
            aastore
        24: .line 882
            aload 7 /* lvtab */
            aload 11 /* f */
            iload 8 /* reg */
            iconst_0
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxpc:I
            invokevirtual sun.tools.asm.LocalVariableTable.define:(Lsun/tools/java/MemberDefinition;III)V
        25: .line 883
            iload 8 /* reg */
            aload 11 /* f */
            invokevirtual sun.tools.java.MemberDefinition.getType:()Lsun/tools/java/Type;
            invokevirtual sun.tools.java.Type.stackSize:()I
            iadd
            istore 8 /* reg */
        end local 11 // sun.tools.java.MemberDefinition f
        26: .line 879
      StackMap locals:
      StackMap stack:
            aload 10 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 22
        end local 10 // java.util.Enumeration e
        end local 9 // java.util.Vector v
        end local 8 // int reg
        27: .line 887
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            newarray 10
            astore 8 /* pcs */
        start local 8 // int[] pcs
        28: .line 889
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 9 /* inst */
        start local 9 // sun.tools.asm.Instruction inst
        29: goto 61
        30: .line 890
      StackMap locals: int[] sun.tools.asm.Instruction
      StackMap stack:
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.opc:I
            lookupswitch { // 26
                   -1: 41
                   54: 31
                   55: 31
                   56: 31
                   57: 31
                   58: 31
                   59: 31
                   60: 31
                   61: 31
                   62: 31
                   63: 31
                   64: 31
                   65: 31
                   66: 31
                   67: 31
                   68: 31
                   69: 31
                   70: 31
                   71: 31
                   72: 31
                   73: 31
                   74: 31
                   75: 31
                   76: 31
                   77: 31
                   78: 31
              default: 59
          }
        31: .line 901
      StackMap locals:
      StackMap stack:
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            instanceof sun.tools.asm.LocalVariable
            ifeq 59
        32: .line 902
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.value:Ljava/lang/Object;
            checkcast sun.tools.asm.LocalVariable
            astore 10 /* v */
        start local 10 // sun.tools.asm.LocalVariable v
        33: .line 903
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            ifnull 34
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            getfield sun.tools.asm.Instruction.pc:I
            goto 35
      StackMap locals: sun.tools.asm.LocalVariable
      StackMap stack:
        34: aload 9 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
      StackMap locals:
      StackMap stack: int
        35: istore 11 /* pc */
        start local 11 // int pc
        36: .line 904
            aload 5 /* locals */
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            aaload
            ifnull 38
        37: .line 905
            aload 7 /* lvtab */
            aload 5 /* locals */
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            aaload
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            aload 8 /* pcs */
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            iaload
            iload 11 /* pc */
            invokevirtual sun.tools.asm.LocalVariableTable.define:(Lsun/tools/java/MemberDefinition;III)V
        38: .line 907
      StackMap locals: int
      StackMap stack:
            aload 8 /* pcs */
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            iload 11 /* pc */
            iastore
        39: .line 908
            aload 5 /* locals */
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.slot:I
            aload 10 /* v */
            getfield sun.tools.asm.LocalVariable.field:Lsun/tools/java/MemberDefinition;
            aastore
        end local 11 // int pc
        end local 10 // sun.tools.asm.LocalVariable v
        40: .line 910
            goto 59
        41: .line 914
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
            goto 45
        42: .line 915
      StackMap locals:
      StackMap stack:
            aload 5 /* locals */
            iload 6 /* i */
            aaload
            ifnull 44
        43: .line 916
            aload 7 /* lvtab */
            aload 5 /* locals */
            iload 6 /* i */
            aaload
            iload 6 /* i */
            aload 8 /* pcs */
            iload 6 /* i */
            iaload
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            invokevirtual sun.tools.asm.LocalVariableTable.define:(Lsun/tools/java/MemberDefinition;III)V
        44: .line 914
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        45: iload 6 /* i */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmplt 42
        46: .line 920
            aload 9 /* inst */
            getfield sun.tools.asm.Instruction.pc:I
            istore 10 /* pc */
        start local 10 // int pc
        47: .line 921
            aload 9 /* inst */
            checkcast sun.tools.asm.Label
            getfield sun.tools.asm.Label.locals:[Lsun/tools/java/MemberDefinition;
            astore 11 /* labelLocals */
        start local 11 // sun.tools.java.MemberDefinition[] labelLocals
        48: .line 922
            aload 11 /* labelLocals */
            ifnonnull 54
        49: .line 923
            iconst_0
            istore 6 /* i */
            goto 52
        50: .line 924
      StackMap locals: int sun.tools.java.MemberDefinition[]
      StackMap stack:
            aload 5 /* locals */
            iload 6 /* i */
            aconst_null
            aastore
        51: .line 923
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        52: iload 6 /* i */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmplt 50
        53: .line 925
            goto 55
        54: .line 926
      StackMap locals:
      StackMap stack:
            aload 11 /* labelLocals */
            iconst_0
            aload 5 /* locals */
            iconst_0
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        55: .line 928
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* i */
            goto 58
        56: .line 929
      StackMap locals:
      StackMap stack:
            aload 8 /* pcs */
            iload 6 /* i */
            iload 10 /* pc */
            iastore
        57: .line 928
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        58: iload 6 /* i */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmplt 56
        end local 11 // sun.tools.java.MemberDefinition[] labelLocals
        end local 10 // int pc
        59: .line 933
      StackMap locals:
      StackMap stack:
            aload 9 /* inst */
        60: .line 889
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 9 /* inst */
      StackMap locals:
      StackMap stack:
        61: aload 9 /* inst */
            ifnonnull 30
        end local 9 // sun.tools.asm.Instruction inst
        62: .line 937
            iconst_0
            istore 6 /* i */
            goto 66
        63: .line 938
      StackMap locals:
      StackMap stack:
            aload 5 /* locals */
            iload 6 /* i */
            aaload
            ifnull 65
        64: .line 939
            aload 7 /* lvtab */
            aload 5 /* locals */
            iload 6 /* i */
            aaload
            iload 6 /* i */
            aload 8 /* pcs */
            iload 6 /* i */
            iaload
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxpc:I
            invokevirtual sun.tools.asm.LocalVariableTable.define:(Lsun/tools/java/MemberDefinition;III)V
        65: .line 937
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        66: iload 6 /* i */
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.maxvar:I
            if_icmplt 63
        67: .line 944
            aload 7 /* lvtab */
            aload 1 /* env */
            aload 3 /* out */
            aload 4 /* tab */
            invokevirtual sun.tools.asm.LocalVariableTable.write:(Lsun/tools/java/Environment;Ljava/io/DataOutputStream;Lsun/tools/asm/ConstantPool;)V
        68: .line 945
            return
        end local 8 // int[] pcs
        end local 7 // sun.tools.asm.LocalVariableTable lvtab
        end local 6 // int i
        end local 5 // sun.tools.java.MemberDefinition[] locals
        end local 4 // sun.tools.asm.ConstantPool tab
        end local 3 // java.io.DataOutputStream out
        end local 2 // sun.tools.java.MemberDefinition field
        end local 1 // sun.tools.java.Environment env
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   69     0         this  Lsun/tools/asm/Assembler;
            0   69     1          env  Lsun/tools/java/Environment;
            0   69     2        field  Lsun/tools/java/MemberDefinition;
            0   69     3          out  Ljava/io/DataOutputStream;
            0   69     4          tab  Lsun/tools/asm/ConstantPool;
            1   69     5       locals  [Lsun/tools/java/MemberDefinition;
            2   69     6            i  I
            4   11     7          reg  I
            5   11     8            v  Ljava/util/Vector<Lsun/tools/java/MemberDefinition;>;
            6   11     9            e  Ljava/util/Enumeration<Lsun/tools/java/MemberDefinition;>;
            8   10    10            f  Lsun/tools/java/MemberDefinition;
           13   69     7        lvtab  Lsun/tools/asm/LocalVariableTable;
           19   27     8          reg  I
           20   27     9            v  Ljava/util/Vector<Lsun/tools/java/MemberDefinition;>;
           21   27    10            e  Ljava/util/Enumeration<Lsun/tools/java/MemberDefinition;>;
           23   26    11            f  Lsun/tools/java/MemberDefinition;
           28   69     8          pcs  [I
           29   62     9         inst  Lsun/tools/asm/Instruction;
           33   40    10            v  Lsun/tools/asm/LocalVariable;
           36   40    11           pc  I
           47   59    10           pc  I
           48   59    11  labelLocals  [Lsun/tools/java/MemberDefinition;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      env    
      field  
      out    
      tab    

  public boolean empty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.tools.asm.Assembler this
         0: .line 951
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.last:Lsun/tools/asm/Instruction;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/tools/asm/Assembler;

  public void listing(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.tools.asm.Assembler this
        start local 1 // java.io.PrintStream out
         0: .line 958
            aload 1 /* out */
            ldc "-- listing --"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 959
            aload 0 /* this */
            getfield sun.tools.asm.Assembler.first:Lsun/tools/asm/Label;
            astore 2 /* inst */
        start local 2 // sun.tools.asm.Instruction inst
         2: goto 5
         3: .line 960
      StackMap locals: sun.tools.asm.Instruction
      StackMap stack:
            aload 1 /* out */
            aload 2 /* inst */
            invokevirtual sun.tools.asm.Instruction.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 959
            aload 2 /* inst */
            getfield sun.tools.asm.Instruction.next:Lsun/tools/asm/Instruction;
            astore 2 /* inst */
      StackMap locals:
      StackMap stack:
         5: aload 2 /* inst */
            ifnonnull 3
        end local 2 // sun.tools.asm.Instruction inst
         6: .line 962
            return
        end local 1 // java.io.PrintStream out
        end local 0 // sun.tools.asm.Assembler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/tools/asm/Assembler;
            0    7     1   out  Ljava/io/PrintStream;
            2    6     2  inst  Lsun/tools/asm/Instruction;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "Assembler.java"