public class com.sun.tools.javac.jvm.ClassWriter extends com.sun.tools.javac.jvm.ClassFile
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.jvm.ClassWriter
  super_class: com.sun.tools.javac.jvm.ClassFile
{
  protected static final com.sun.tools.javac.util.Context$Key<com.sun.tools.javac.jvm.ClassWriter> classWriterKey;
    descriptor: Lcom/sun/tools/javac/util/Context$Key;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    Signature: Lcom/sun/tools/javac/util/Context$Key<Lcom/sun/tools/javac/jvm/ClassWriter;>;

  private final com.sun.tools.javac.util.Options options;
    descriptor: Lcom/sun/tools/javac/util/Options;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean verbose;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean emitSourceFile;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean genCrt;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean debugstackmap;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.code.Preview preview;
    descriptor: Lcom/sun/tools/javac/code/Preview;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.jvm.Target target;
    descriptor: Lcom/sun/tools/javac/jvm/Target;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.code.Source source;
    descriptor: Lcom/sun/tools/javac/code/Source;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.code.Types types;
    descriptor: Lcom/sun/tools/javac/code/Types;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.tools.javac.comp.Check check;
    descriptor: Lcom/sun/tools/javac/comp/Check;
    flags: (0x0002) ACC_PRIVATE

  public boolean multiModuleMode;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

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

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

  com.sun.tools.javac.util.ByteBuffer databuf;
    descriptor: Lcom/sun/tools/javac/util/ByteBuffer;
    flags: (0x0000) 

  com.sun.tools.javac.util.ByteBuffer poolbuf;
    descriptor: Lcom/sun/tools/javac/util/ByteBuffer;
    flags: (0x0000) 

  final com.sun.tools.javac.jvm.PoolWriter poolWriter;
    descriptor: Lcom/sun/tools/javac/jvm/PoolWriter;
    flags: (0x0010) ACC_FINAL

  private final com.sun.tools.javac.util.Log log;
    descriptor: Lcom/sun/tools/javac/util/Log;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.tools.javac.util.Names names;
    descriptor: Lcom/sun/tools/javac/util/Names;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.tools.JavaFileManager fileManager;
    descriptor: Ljavax/tools/JavaFileManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

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

  private boolean dumpClassModifiers;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dumpFieldModifiers;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dumpInnerClassModifiers;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean dumpMethodModifiers;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.String[] flagName;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  com.sun.tools.javac.jvm.ClassWriter$AttributeWriter awriter;
    descriptor: Lcom/sun/tools/javac/jvm/ClassWriter$AttributeWriter;
    flags: (0x0000) 

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$TargetType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$jvm$Code$StackMapFormat;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 70
            new com.sun.tools.javac.util.Context$Key
            dup
            invokespecial com.sun.tools.javac.util.Context$Key.<init>:()V
            putstatic com.sun.tools.javac.jvm.ClassWriter.classWriterKey:Lcom/sun/tools/javac/util/Context$Key;
         1: .line 226
            bipush 12
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 227
            ldc "PUBLIC"
            aastore
            dup
            iconst_1
            ldc "PRIVATE"
            aastore
            dup
            iconst_2
            ldc "PROTECTED"
            aastore
            dup
            iconst_3
            ldc "STATIC"
            aastore
            dup
            iconst_4
            ldc "FINAL"
            aastore
            dup
            iconst_5
         3: .line 228
            ldc "SUPER"
            aastore
            dup
            bipush 6
            ldc "VOLATILE"
            aastore
            dup
            bipush 7
            ldc "TRANSIENT"
            aastore
            dup
            bipush 8
            ldc "NATIVE"
            aastore
            dup
            bipush 9
            ldc "INTERFACE"
            aastore
            dup
            bipush 10
         4: .line 229
            ldc "ABSTRACT"
            aastore
            dup
            bipush 11
            ldc "STRICTFP"
            aastore
         5: .line 226
            putstatic com.sun.tools.javac.jvm.ClassWriter.flagName:[Ljava/lang/String;
         6: .line 229
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.tools.javac.jvm.ClassWriter instance(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/jvm/ClassWriter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.javac.util.Context context
         0: .line 152
            aload 0 /* context */
            getstatic com.sun.tools.javac.jvm.ClassWriter.classWriterKey:Lcom/sun/tools/javac/util/Context$Key;
            invokevirtual com.sun.tools.javac.util.Context.get:(Lcom/sun/tools/javac/util/Context$Key;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.ClassWriter
            astore 1 /* instance */
        start local 1 // com.sun.tools.javac.jvm.ClassWriter instance
         1: .line 153
            aload 1 /* instance */
            ifnonnull 3
         2: .line 154
            new com.sun.tools.javac.jvm.ClassWriter
            dup
            aload 0 /* context */
            invokespecial com.sun.tools.javac.jvm.ClassWriter.<init>:(Lcom/sun/tools/javac/util/Context;)V
            astore 1 /* instance */
         3: .line 155
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter
      StackMap stack:
            aload 1 /* instance */
            areturn
        end local 1 // com.sun.tools.javac.jvm.ClassWriter instance
        end local 0 // com.sun.tools.javac.util.Context context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0   context  Lcom/sun/tools/javac/util/Context;
            1    4     1  instance  Lcom/sun/tools/javac/jvm/ClassWriter;
    MethodParameters:
         Name  Flags
      context  

  protected void <init>(com.sun.tools.javac.util.Context);
    descriptor: (Lcom/sun/tools/javac/util/Context;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.Context context
         0: .line 160
            aload 0 /* this */
            invokespecial com.sun.tools.javac.jvm.ClassFile.<init>:()V
         1: .line 123
            aload 0 /* this */
            new com.sun.tools.javac.util.ByteBuffer
            dup
            ldc 65520
            invokespecial com.sun.tools.javac.util.ByteBuffer.<init>:(I)V
            putfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
         2: .line 127
            aload 0 /* this */
            new com.sun.tools.javac.util.ByteBuffer
            dup
            ldc 131056
            invokespecial com.sun.tools.javac.util.ByteBuffer.<init>:(I)V
            putfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
         3: .line 624
            aload 0 /* this */
            new com.sun.tools.javac.jvm.ClassWriter$AttributeWriter
            dup
            aload 0 /* this */
            invokespecial com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.<init>:(Lcom/sun/tools/javac/jvm/ClassWriter;)V
            putfield com.sun.tools.javac.jvm.ClassWriter.awriter:Lcom/sun/tools/javac/jvm/ClassWriter$AttributeWriter;
         4: .line 161
            aload 1 /* context */
            getstatic com.sun.tools.javac.jvm.ClassWriter.classWriterKey:Lcom/sun/tools/javac/util/Context$Key;
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.util.Context.put:(Lcom/sun/tools/javac/util/Context$Key;Ljava/lang/Object;)V
         5: .line 163
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Log.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Log;
            putfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
         6: .line 164
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Names.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Names;
            putfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
         7: .line 165
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.util.Options.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/util/Options;
            putfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
         8: .line 166
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Preview.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Preview;
            putfield com.sun.tools.javac.jvm.ClassWriter.preview:Lcom/sun/tools/javac/code/Preview;
         9: .line 167
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.jvm.Target.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/jvm/Target;
            putfield com.sun.tools.javac.jvm.ClassWriter.target:Lcom/sun/tools/javac/jvm/Target;
        10: .line 168
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Source.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Source;
            putfield com.sun.tools.javac.jvm.ClassWriter.source:Lcom/sun/tools/javac/code/Source;
        11: .line 169
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.code.Types.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/code/Types;
            putfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
        12: .line 170
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.comp.Check.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/comp/Check;
            putfield com.sun.tools.javac.jvm.ClassWriter.check:Lcom/sun/tools/javac/comp/Check;
        13: .line 171
            aload 0 /* this */
            aload 1 /* context */
            ldc Ljavax/tools/JavaFileManager;
            invokevirtual com.sun.tools.javac.util.Context.get:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.tools.JavaFileManager
            putfield com.sun.tools.javac.jvm.ClassWriter.fileManager:Ljavax/tools/JavaFileManager;
        14: .line 172
            aload 0 /* this */
            aload 1 /* context */
            invokestatic com.sun.tools.javac.jvm.Gen.instance:(Lcom/sun/tools/javac/util/Context;)Lcom/sun/tools/javac/jvm/Gen;
            getfield com.sun.tools.javac.jvm.Gen.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            putfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
        15: .line 174
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            getstatic com.sun.tools.javac.main.Option.VERBOSE:Lcom/sun/tools/javac/main/Option;
            invokevirtual com.sun.tools.javac.util.Options.isSet:(Lcom/sun/tools/javac/main/Option;)Z
            putfield com.sun.tools.javac.jvm.ClassWriter.verbose:Z
        16: .line 175
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            getstatic com.sun.tools.javac.main.Option.XJCOV:Lcom/sun/tools/javac/main/Option;
            invokevirtual com.sun.tools.javac.util.Options.isSet:(Lcom/sun/tools/javac/main/Option;)Z
            putfield com.sun.tools.javac.jvm.ClassWriter.genCrt:Z
        17: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            ldc "debug.stackmap"
            invokevirtual com.sun.tools.javac.util.Options.isSet:(Ljava/lang/String;)Z
            putfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
        18: .line 178
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            getstatic com.sun.tools.javac.main.Option.G_CUSTOM:Lcom/sun/tools/javac/main/Option;
            invokevirtual com.sun.tools.javac.util.Options.isUnset:(Lcom/sun/tools/javac/main/Option;)Z
            ifne 20
        19: .line 179
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            getstatic com.sun.tools.javac.main.Option.G_CUSTOM:Lcom/sun/tools/javac/main/Option;
            ldc "source"
            invokevirtual com.sun.tools.javac.util.Options.isSet:(Lcom/sun/tools/javac/main/Option;Ljava/lang/String;)Z
            ifne 20
            iconst_0
            goto 21
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        20: iconst_1
        21: .line 178
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter int
            putfield com.sun.tools.javac.jvm.ClassWriter.emitSourceFile:Z
        22: .line 181
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            ldc "debug.dumpmodifiers"
            invokevirtual com.sun.tools.javac.util.Options.get:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* modifierFlags */
        start local 2 // java.lang.String modifierFlags
        23: .line 182
            aload 2 /* modifierFlags */
            ifnull 36
        24: .line 183
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 99
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 25
            iconst_1
            goto 26
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context java.lang.String
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        25: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context java.lang.String
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter int
        26: putfield com.sun.tools.javac.jvm.ClassWriter.dumpClassModifiers:Z
        27: .line 184
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 102
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 28
            iconst_1
            goto 29
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        28: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context java.lang.String
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter int
        29: putfield com.sun.tools.javac.jvm.ClassWriter.dumpFieldModifiers:Z
        30: .line 185
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 105
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 31
            iconst_1
            goto 32
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        31: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context java.lang.String
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter int
        32: putfield com.sun.tools.javac.jvm.ClassWriter.dumpInnerClassModifiers:Z
        33: .line 186
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 109
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 34
            iconst_1
            goto 35
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        34: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context java.lang.String
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter int
        35: putfield com.sun.tools.javac.jvm.ClassWriter.dumpMethodModifiers:Z
        36: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String modifierFlags
        end local 1 // com.sun.tools.javac.util.Context context
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   37     0           this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   37     1        context  Lcom/sun/tools/javac/util/Context;
           23   37     2  modifierFlags  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      context  

  public static java.lang.String flagNames(long);
    descriptor: (J)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // long flags
         0: .line 212
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sbuf */
        start local 2 // java.lang.StringBuilder sbuf
         1: .line 213
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: .line 214
            lload 0 /* flags */
            ldc 4095
            land
            lstore 4 /* f */
        start local 4 // long f
         3: .line 215
            goto 9
         4: .line 216
      StackMap locals: java.lang.StringBuilder int long
      StackMap stack:
            lload 4 /* f */
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 7
         5: .line 217
            aload 2 /* sbuf */
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 218
            aload 2 /* sbuf */
            getstatic com.sun.tools.javac.jvm.ClassWriter.flagName:[Ljava/lang/String;
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 220
      StackMap locals:
      StackMap stack:
            lload 4 /* f */
            iconst_1
            lshr
            lstore 4 /* f */
         8: .line 221
            iinc 3 /* i */ 1
         9: .line 215
      StackMap locals:
      StackMap stack:
            lload 4 /* f */
            lconst_0
            lcmp
            ifne 4
        10: .line 223
            aload 2 /* sbuf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 4 // long f
        end local 3 // int i
        end local 2 // java.lang.StringBuilder sbuf
        end local 0 // long flags
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0  flags  J
            1   11     2   sbuf  Ljava/lang/StringBuilder;
            2   11     3      i  I
            3   11     4      f  J
    MethodParameters:
       Name  Flags
      flags  

  void putChar(com.sun.tools.javac.util.ByteBuffer, int, int);
    descriptor: (Lcom/sun/tools/javac/util/ByteBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.ByteBuffer buf
        start local 2 // int op
        start local 3 // int x
         0: .line 239
            aload 1 /* buf */
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iload 2 /* op */
            iload 3 /* x */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         1: .line 240
            aload 1 /* buf */
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iload 2 /* op */
            iconst_1
            iadd
            iload 3 /* x */
            sipush 255
            iand
            i2b
            bastore
         2: .line 241
            return
        end local 3 // int x
        end local 2 // int op
        end local 1 // com.sun.tools.javac.util.ByteBuffer buf
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    3     1   buf  Lcom/sun/tools/javac/util/ByteBuffer;
            0    3     2    op  I
            0    3     3     x  I
    MethodParameters:
      Name  Flags
      buf   
      op    
      x     

  void putInt(com.sun.tools.javac.util.ByteBuffer, int, int);
    descriptor: (Lcom/sun/tools/javac/util/ByteBuffer;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.ByteBuffer buf
        start local 2 // int adr
        start local 3 // int x
         0: .line 247
            aload 1 /* buf */
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iload 2 /* adr */
            iload 3 /* x */
            bipush 24
            ishr
            sipush 255
            iand
            i2b
            bastore
         1: .line 248
            aload 1 /* buf */
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iload 2 /* adr */
            iconst_1
            iadd
            iload 3 /* x */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
         2: .line 249
            aload 1 /* buf */
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iload 2 /* adr */
            iconst_2
            iadd
            iload 3 /* x */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         3: .line 250
            aload 1 /* buf */
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iload 2 /* adr */
            iconst_3
            iadd
            iload 3 /* x */
            sipush 255
            iand
            i2b
            bastore
         4: .line 251
            return
        end local 3 // int x
        end local 2 // int adr
        end local 1 // com.sun.tools.javac.util.ByteBuffer buf
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    5     1   buf  Lcom/sun/tools/javac/util/ByteBuffer;
            0    5     2   adr  I
            0    5     3     x  I
    MethodParameters:
      Name  Flags
      buf   
      adr   
      x     

  int writeAttr(com.sun.tools.javac.util.Name);
    descriptor: (Lcom/sun/tools/javac/util/Name;)I
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.Name attrName
         0: .line 279
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* attrName */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 280
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 2 /* index */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 281
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_0
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendInt:(I)V
         3: .line 282
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.length:I
            ireturn
        end local 2 // int index
        end local 1 // com.sun.tools.javac.util.Name attrName
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    4     1  attrName  Lcom/sun/tools/javac/util/Name;
            1    4     2     index  I
    MethodParameters:
          Name  Flags
      attrName  

  void endAttr(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // int index
         0: .line 288
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 1 /* index */
            iconst_4
            isub
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.length:I
            iload 1 /* index */
            isub
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.putInt:(Lcom/sun/tools/javac/util/ByteBuffer;II)V
         1: .line 289
            return
        end local 1 // int index
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    2     1  index  I
    MethodParameters:
       Name  Flags
      index  

  int beginAttrs();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
         0: .line 295
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_0
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 296
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.length:I
            ireturn
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;

  void endAttrs(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // int index
        start local 2 // int count
         0: .line 302
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 1 /* index */
            iconst_2
            isub
            iload 2 /* count */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.putChar:(Lcom/sun/tools/javac/util/ByteBuffer;II)V
         1: .line 303
            return
        end local 2 // int count
        end local 1 // int index
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    2     1  index  I
            0    2     2  count  I
    MethodParameters:
       Name  Flags
      index  
      count  

  int writeEnclosingMethodAttribute(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 309
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.EnclosingMethod:Lcom/sun/tools/javac/util/Name;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeEnclosingMethodAttribute:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    1     1     c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
    MethodParameters:
      Name  Flags
      c     

  protected int writeEnclosingMethodAttribute(com.sun.tools.javac.util.Name, com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.Name attributeName
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 316
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 3
         1: .line 317
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.empty:Lcom/sun/tools/javac/util/Name;
            if_acmpeq 3
         2: .line 318
            iconst_0
            ireturn
         3: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* attributeName */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 3 /* alenIdx */
        start local 3 // int alenIdx
         4: .line 321
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.enclClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            astore 4 /* enclClass */
        start local 4 // com.sun.tools.javac.code.Symbol$ClassSymbol enclClass
         5: .line 323
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            ifnull 7
         6: .line 324
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 8
         7: .line 325
      StackMap locals: int com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aconst_null
            goto 9
         8: .line 326
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.originalEnclosingMethod:()Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
         9: .line 322
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$MethodSymbol
            astore 5 /* enclMethod */
        start local 5 // com.sun.tools.javac.code.Symbol$MethodSymbol enclMethod
        10: .line 327
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 4 /* enclClass */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        11: .line 328
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* enclMethod */
            ifnonnull 12
            iconst_0
            goto 13
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Name com.sun.tools.javac.code.Symbol$ClassSymbol int com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        12: aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* enclMethod */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putNameAndType:(Lcom/sun/tools/javac/code/Symbol;)I
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Name com.sun.tools.javac.code.Symbol$ClassSymbol int com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
        13: invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        14: .line 329
            aload 0 /* this */
            iload 3 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 330
            iconst_1
            ireturn
        end local 5 // com.sun.tools.javac.code.Symbol$MethodSymbol enclMethod
        end local 4 // com.sun.tools.javac.code.Symbol$ClassSymbol enclClass
        end local 3 // int alenIdx
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 1 // com.sun.tools.javac.util.Name attributeName
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   16     0           this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   16     1  attributeName  Lcom/sun/tools/javac/util/Name;
            0   16     2              c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            4   16     3        alenIdx  I
            5   16     4      enclClass  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           10   16     5     enclMethod  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
    MethodParameters:
               Name  Flags
      attributeName  
      c              

  int writeFlagAttrs(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // long flags
         0: .line 336
            iconst_0
            istore 3 /* acount */
        start local 3 // int acount
         1: .line 337
            lload 1 /* flags */
            ldc 131072
            land
            lconst_0
            lcmp
            ifeq 5
         2: .line 338
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.Deprecated:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 4 /* alenIdx */
        start local 4 // int alenIdx
         3: .line 339
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         4: .line 340
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
         5: .line 342
      StackMap locals: int
      StackMap stack:
            iload 3 /* acount */
            ireturn
        end local 3 // int acount
        end local 1 // long flags
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    6     1    flags  J
            1    6     3   acount  I
            3    5     4  alenIdx  I
    MethodParameters:
       Name  Flags
      flags  

  int writeMemberAttrs(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol sym
         0: .line 349
            aload 0 /* this */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeFlagAttrs:(J)I
            istore 2 /* acount */
        start local 2 // int acount
         1: .line 350
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            lstore 3 /* flags */
        start local 3 // long flags
         2: .line 351
            lload 3 /* flags */
            ldc 2147487744
            land
            ldc 4096
            lcmp
            ifeq 10
         3: .line 352
            lload 3 /* flags */
            ldc 536870912
            land
            lconst_0
            lcmp
            ifne 10
         4: .line 353
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            aload 1 /* sym */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol.erasure:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifeq 6
         5: .line 354
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.signatureGen:Lcom/sun/tools/javac/jvm/PoolWriter$SharedSignatureGenerator;
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter$SharedSignatureGenerator.hasTypeVar:(Lcom/sun/tools/javac/util/List;)Z
            ifeq 10
         6: .line 357
      StackMap locals: int long
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.Signature:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* alenIdx */
        start local 5 // int alenIdx
         7: .line 358
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putSignature:(Lcom/sun/tools/javac/code/Symbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 359
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         9: .line 360
            iinc 2 /* acount */ 1
        end local 5 // int alenIdx
        10: .line 362
      StackMap locals:
      StackMap stack:
            iload 2 /* acount */
            aload 0 /* this */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.getRawAttributes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations:(Lcom/sun/tools/javac/util/List;)I
            iadd
            istore 2 /* acount */
        11: .line 363
            iload 2 /* acount */
            aload 0 /* this */
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.getRawTypeAttributes:()Lcom/sun/tools/javac/util/List;
            iconst_0
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeTypeAnnotations:(Lcom/sun/tools/javac/util/List;Z)I
            iadd
            istore 2 /* acount */
        12: .line 364
            iload 2 /* acount */
            ireturn
        end local 3 // long flags
        end local 2 // int acount
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   13     1      sym  Lcom/sun/tools/javac/code/Symbol;
            1   13     2   acount  I
            2   13     3    flags  J
            7   10     5  alenIdx  I
    MethodParameters:
      Name  Flags
      sym   

  int writeMethodParametersAttr(com.sun.tools.javac.code.Symbol$MethodSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
         0: .line 371
            aload 1 /* m */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.externalType:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.asMethodType:()Lcom/sun/tools/javac/code/Type$MethodType;
            astore 2 /* ty */
        start local 2 // com.sun.tools.javac.code.Type$MethodType ty
         1: .line 372
            aload 2 /* ty */
            getfield com.sun.tools.javac.code.Type$MethodType.argtypes:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.size:()I
            istore 3 /* allparams */
        start local 3 // int allparams
         2: .line 373
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            ifnull 34
            iload 3 /* allparams */
            ifeq 34
         3: .line 374
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.MethodParameters:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 4 /* attrIndex */
        start local 4 // int attrIndex
         4: .line 375
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 3 /* allparams */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
         5: .line 377
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.extraParams:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 13
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.code.Type$MethodType int int top java.util.Iterator
      StackMap stack:
         6: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 5 /* s */
        start local 5 // com.sun.tools.javac.code.Symbol$VarSymbol s
         7: .line 379
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
         8: .line 380
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
         9: .line 379
            ior
        10: .line 378
            istore 7 /* flags */
        start local 7 // int flags
        11: .line 381
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* s */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        12: .line 382
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 7 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 7 // int flags
        end local 5 // com.sun.tools.javac.code.Symbol$VarSymbol s
        13: .line 377
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        14: .line 385
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 22
      StackMap locals:
      StackMap stack:
        15: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 5 /* s */
        start local 5 // com.sun.tools.javac.code.Symbol$VarSymbol s
        16: .line 387
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
        17: .line 388
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
        18: .line 387
            ior
        19: .line 386
            istore 7 /* flags */
        start local 7 // int flags
        20: .line 389
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* s */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        21: .line 390
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 7 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 7 // int flags
        end local 5 // com.sun.tools.javac.code.Symbol$VarSymbol s
        22: .line 385
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        23: .line 393
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.capturedLocals:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 31
      StackMap locals:
      StackMap stack:
        24: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 5 /* s */
        start local 5 // com.sun.tools.javac.code.Symbol$VarSymbol s
        25: .line 395
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
        26: .line 396
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
        27: .line 395
            ior
        28: .line 394
            istore 7 /* flags */
        start local 7 // int flags
        29: .line 397
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* s */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        30: .line 398
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 7 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 7 // int flags
        end local 5 // com.sun.tools.javac.code.Symbol$VarSymbol s
        31: .line 393
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        32: .line 400
            aload 0 /* this */
            iload 4 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        33: .line 401
            iconst_1
            ireturn
        end local 4 // int attrIndex
        34: .line 403
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.code.Type$MethodType int
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // int allparams
        end local 2 // com.sun.tools.javac.code.Type$MethodType ty
        end local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   35     0       this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   35     1          m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            1   35     2         ty  Lcom/sun/tools/javac/code/Type$MethodType;
            2   35     3  allparams  I
            4   34     4  attrIndex  I
            7   13     5          s  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           11   13     7      flags  I
           16   22     5          s  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           20   22     7      flags  I
           25   31     5          s  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           29   31     7      flags  I
    MethodParameters:
      Name  Flags
      m     

  private void writeParamAnnotations(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Symbol$VarSymbol>, com.sun.tools.javac.code.Attribute$RetentionPolicy);
    descriptor: (Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=8, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.List params
        start local 2 // com.sun.tools.javac.code.Attribute$RetentionPolicy retention
         0: .line 409
            aload 1 /* params */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 13
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.code.Attribute$RetentionPolicy top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 3 /* s */
        start local 3 // com.sun.tools.javac.code.Symbol$VarSymbol s
         2: .line 410
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 5 /* buf */
        start local 5 // com.sun.tools.javac.util.ListBuffer buf
         3: .line 411
            aload 3 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getRawAttributes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 7
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.code.Attribute$RetentionPolicy com.sun.tools.javac.code.Symbol$VarSymbol java.util.Iterator com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         4: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.code.Attribute$Compound a
         5: .line 412
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.code.Types.getRetention:(Lcom/sun/tools/javac/code/Attribute$Compound;)Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            aload 2 /* retention */
            if_acmpne 7
         6: .line 413
            aload 5 /* buf */
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
         7: .line 411
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 414
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* buf */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         9: .line 415
            aload 5 /* buf */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 7
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.code.Attribute$Compound a
        11: .line 416
            aload 0 /* this */
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute:(Lcom/sun/tools/javac/code/Attribute$Compound;)V
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
        12: .line 415
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        end local 5 // com.sun.tools.javac.util.ListBuffer buf
        end local 3 // com.sun.tools.javac.code.Symbol$VarSymbol s
        13: .line 409
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.code.Attribute$RetentionPolicy top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        14: .line 419
            return
        end local 2 // com.sun.tools.javac.code.Attribute$RetentionPolicy retention
        end local 1 // com.sun.tools.javac.util.List params
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   15     1     params  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$VarSymbol;>;
            0   15     2  retention  Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            2   13     3          s  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            3   13     5        buf  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Attribute$Compound;>;
            5    7     6          a  Lcom/sun/tools/javac/code/Attribute$Compound;
           11   12     6          a  Lcom/sun/tools/javac/code/Attribute$Compound;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$VarSymbol;>;Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;)V
    MethodParameters:
           Name  Flags
      params     
      retention  

  private void writeParamAnnotations(com.sun.tools.javac.code.Symbol$MethodSymbol, com.sun.tools.javac.code.Attribute$RetentionPolicy);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$MethodSymbol;Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        start local 2 // com.sun.tools.javac.code.Attribute$RetentionPolicy retention
         0: .line 423
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
         1: .line 424
            aload 0 /* this */
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            aload 2 /* retention */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeParamAnnotations:(Lcom/sun/tools/javac/util/List;Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;)V
         2: .line 425
            return
        end local 2 // com.sun.tools.javac.code.Attribute$RetentionPolicy retention
        end local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    3     1          m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            0    3     2  retention  Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
    MethodParameters:
           Name  Flags
      m          
      retention  

  int writeParameterAttrs(com.sun.tools.javac.code.Symbol$MethodSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
         0: .line 431
            iconst_0
            istore 2 /* hasVisible */
        start local 2 // boolean hasVisible
         1: .line 432
            iconst_0
            istore 3 /* hasInvisible */
        start local 3 // boolean hasInvisible
         2: .line 433
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            ifnull 13
         3: .line 434
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 12
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol int int top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 4 /* s */
        start local 4 // com.sun.tools.javac.code.Symbol$VarSymbol s
         5: .line 435
            aload 4 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getRawAttributes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 11
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol int int com.sun.tools.javac.code.Symbol$VarSymbol java.util.Iterator top java.util.Iterator
      StackMap stack:
         6: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.code.Attribute$Compound a
         7: .line 436
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy:()[I
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.code.Types.getRetention:(Lcom/sun/tools/javac/code/Attribute$Compound;)Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.code.Attribute$RetentionPolicy.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 8
                    2: 9
                    3: 10
              default: 11
          }
         8: .line 437
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol int int com.sun.tools.javac.code.Symbol$VarSymbol java.util.Iterator com.sun.tools.javac.code.Attribute$Compound java.util.Iterator
      StackMap stack:
            goto 11
         9: .line 438
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* hasInvisible */
            goto 11
        10: .line 439
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* hasVisible */
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
        11: .line 435
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol int int com.sun.tools.javac.code.Symbol$VarSymbol java.util.Iterator top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        end local 4 // com.sun.tools.javac.code.Symbol$VarSymbol s
        12: .line 434
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        13: .line 446
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$MethodSymbol int int
      StackMap stack:
            iconst_0
            istore 4 /* attrCount */
        start local 4 // int attrCount
        14: .line 447
            iload 2 /* hasVisible */
            ifeq 19
        15: .line 448
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.RuntimeVisibleParameterAnnotations:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* attrIndex */
        start local 5 // int attrIndex
        16: .line 449
            aload 0 /* this */
            aload 1 /* m */
            getstatic com.sun.tools.javac.code.Attribute$RetentionPolicy.RUNTIME:Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeParamAnnotations:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;)V
        17: .line 450
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        18: .line 451
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        19: .line 453
      StackMap locals: int
      StackMap stack:
            iload 3 /* hasInvisible */
            ifeq 24
        20: .line 454
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.RuntimeInvisibleParameterAnnotations:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* attrIndex */
        start local 5 // int attrIndex
        21: .line 455
            aload 0 /* this */
            aload 1 /* m */
            getstatic com.sun.tools.javac.code.Attribute$RetentionPolicy.CLASS:Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeParamAnnotations:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;)V
        22: .line 456
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        23: .line 457
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        24: .line 459
      StackMap locals:
      StackMap stack:
            iload 4 /* attrCount */
            ireturn
        end local 4 // int attrCount
        end local 3 // boolean hasInvisible
        end local 2 // boolean hasVisible
        end local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   25     1             m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            1   25     2    hasVisible  Z
            2   25     3  hasInvisible  Z
            5   12     4             s  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            7   11     6             a  Lcom/sun/tools/javac/code/Attribute$Compound;
           14   25     4     attrCount  I
           16   19     5     attrIndex  I
           21   24     5     attrIndex  I
    MethodParameters:
      Name  Flags
      m     

  int writeJavaAnnotations(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Attribute$Compound>);
    descriptor: (Lcom/sun/tools/javac/util/List;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.List attrs
         0: .line 470
            aload 1 /* attrs */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 471
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 2 /* visibles */
        start local 2 // com.sun.tools.javac.util.ListBuffer visibles
         2: .line 472
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 3 /* invisibles */
        start local 3 // com.sun.tools.javac.util.ListBuffer invisibles
         3: .line 473
            aload 1 /* attrs */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 9
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 4 /* a */
        start local 4 // com.sun.tools.javac.code.Attribute$Compound a
         5: .line 474
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy:()[I
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 4 /* a */
            invokevirtual com.sun.tools.javac.code.Types.getRetention:(Lcom/sun/tools/javac/code/Attribute$Compound;)Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.code.Attribute$RetentionPolicy.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 6
                    2: 7
                    3: 8
              default: 9
          }
         6: .line 475
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Attribute$Compound java.util.Iterator
      StackMap stack:
            goto 9
         7: .line 476
      StackMap locals:
      StackMap stack:
            aload 3 /* invisibles */
            aload 4 /* a */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
            goto 9
         8: .line 477
      StackMap locals:
      StackMap stack:
            aload 2 /* visibles */
            aload 4 /* a */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        end local 4 // com.sun.tools.javac.code.Attribute$Compound a
         9: .line 473
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 482
            iconst_0
            istore 4 /* attrCount */
        start local 4 // int attrCount
        11: .line 483
            aload 2 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 20
        12: .line 484
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.RuntimeVisibleAnnotations:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* attrIndex */
        start local 5 // int attrIndex
        13: .line 485
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        14: .line 486
            aload 2 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 7
            goto 17
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int int top java.util.Iterator
      StackMap stack:
        15: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.code.Attribute$Compound a
        16: .line 487
            aload 0 /* this */
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute:(Lcom/sun/tools/javac/code/Attribute$Compound;)V
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
        17: .line 486
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 488
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        19: .line 489
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        20: .line 491
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int
      StackMap stack:
            aload 3 /* invisibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 29
        21: .line 492
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.RuntimeInvisibleAnnotations:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* attrIndex */
        start local 5 // int attrIndex
        22: .line 493
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 3 /* invisibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        23: .line 494
            aload 3 /* invisibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 7
            goto 26
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int int top java.util.Iterator
      StackMap stack:
        24: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$Compound
            astore 6 /* a */
        start local 6 // com.sun.tools.javac.code.Attribute$Compound a
        25: .line 495
            aload 0 /* this */
            aload 6 /* a */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute:(Lcom/sun/tools/javac/code/Attribute$Compound;)V
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
        26: .line 494
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        27: .line 496
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        28: .line 497
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        29: .line 499
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int
      StackMap stack:
            iload 4 /* attrCount */
            ireturn
        end local 4 // int attrCount
        end local 3 // com.sun.tools.javac.util.ListBuffer invisibles
        end local 2 // com.sun.tools.javac.util.ListBuffer visibles
        end local 1 // com.sun.tools.javac.util.List attrs
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   30     1       attrs  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute$Compound;>;
            2   30     2    visibles  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Attribute$Compound;>;
            3   30     3  invisibles  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Attribute$Compound;>;
            5    9     4           a  Lcom/sun/tools/javac/code/Attribute$Compound;
           11   30     4   attrCount  I
           13   20     5   attrIndex  I
           16   17     6           a  Lcom/sun/tools/javac/code/Attribute$Compound;
           22   29     5   attrIndex  I
           25   26     6           a  Lcom/sun/tools/javac/code/Attribute$Compound;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute$Compound;>;)I
    MethodParameters:
       Name  Flags
      attrs  

  int writeTypeAnnotations(com.sun.tools.javac.util.List<com.sun.tools.javac.code.Attribute$TypeCompound>, );
    descriptor: (Lcom/sun/tools/javac/util/List;Z)I
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.util.List typeAnnos
        start local 2 // boolean inCode
         0: .line 503
            aload 1 /* typeAnnos */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 505
      StackMap locals:
      StackMap stack:
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 3 /* visibles */
        start local 3 // com.sun.tools.javac.util.ListBuffer visibles
         2: .line 506
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 4 /* invisibles */
        start local 4 // com.sun.tools.javac.util.ListBuffer invisibles
         3: .line 508
            aload 1 /* typeAnnos */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 19
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         4: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$TypeCompound
            astore 5 /* tc */
        start local 5 // com.sun.tools.javac.code.Attribute$TypeCompound tc
         5: .line 509
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Attribute$TypeCompound.hasUnknownPosition:()Z
            ifeq 11
         6: .line 510
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Attribute$TypeCompound.tryFixPosition:()Z
            istore 7 /* fixed */
        start local 7 // boolean fixed
         7: .line 513
            iload 7 /* fixed */
            ifne 11
         8: .line 518
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.Log$WriterKind.ERROR:Lcom/sun/tools/javac/util/Log$WriterKind;
            invokevirtual com.sun.tools.javac.util.Log.getWriter:(Lcom/sun/tools/javac/util/Log$WriterKind;)Ljava/io/PrintWriter;
            astore 8 /* pw */
        start local 8 // java.io.PrintWriter pw
         9: .line 519
            aload 8 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "ClassWriter: Position UNKNOWN in type annotation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* tc */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        10: .line 520
            goto 19
        end local 8 // java.io.PrintWriter pw
        end local 7 // boolean fixed
        11: .line 524
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Attribute$TypeCompound java.util.Iterator
      StackMap stack:
            aload 5 /* tc */
            getfield com.sun.tools.javac.code.Attribute$TypeCompound.position:Lcom/sun/tools/javac/code/TypeAnnotationPosition;
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.type:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.isLocal:()Z
            iload 2 /* inCode */
            if_icmpeq 13
        12: .line 525
            goto 19
        13: .line 526
      StackMap locals:
      StackMap stack:
            aload 5 /* tc */
            getfield com.sun.tools.javac.code.Attribute$TypeCompound.position:Lcom/sun/tools/javac/code/TypeAnnotationPosition;
            invokevirtual com.sun.tools.javac.code.TypeAnnotationPosition.emitToClassfile:()Z
            ifne 15
        14: .line 527
            goto 19
        15: .line 528
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy:()[I
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Types.getRetention:(Lcom/sun/tools/javac/code/Attribute$Compound;)Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.code.Attribute$RetentionPolicy.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 16
                    2: 17
                    3: 18
              default: 19
          }
        16: .line 529
      StackMap locals:
      StackMap stack:
            goto 19
        17: .line 530
      StackMap locals:
      StackMap stack:
            aload 4 /* invisibles */
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
            goto 19
        18: .line 531
      StackMap locals:
      StackMap stack:
            aload 3 /* visibles */
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        end local 5 // com.sun.tools.javac.code.Attribute$TypeCompound tc
        19: .line 508
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        20: .line 536
            iconst_0
            istore 5 /* attrCount */
        start local 5 // int attrCount
        21: .line 537
            aload 3 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 30
        22: .line 538
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.RuntimeVisibleTypeAnnotations:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 6 /* attrIndex */
        start local 6 // int attrIndex
        23: .line 539
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 3 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        24: .line 540
            aload 3 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 8
            goto 27
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int int top java.util.Iterator
      StackMap stack:
        25: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$TypeCompound
            astore 7 /* p */
        start local 7 // com.sun.tools.javac.code.Attribute$TypeCompound p
        26: .line 541
            aload 0 /* this */
            aload 7 /* p */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeTypeAnnotation:(Lcom/sun/tools/javac/code/Attribute$TypeCompound;)V
        end local 7 // com.sun.tools.javac.code.Attribute$TypeCompound p
        27: .line 540
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        28: .line 542
            aload 0 /* this */
            iload 6 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        29: .line 543
            iinc 5 /* attrCount */ 1
        end local 6 // int attrIndex
        30: .line 546
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int
      StackMap stack:
            aload 4 /* invisibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 39
        31: .line 547
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.RuntimeInvisibleTypeAnnotations:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 6 /* attrIndex */
        start local 6 // int attrIndex
        32: .line 548
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* invisibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        33: .line 549
            aload 4 /* invisibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 8
            goto 36
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int int top java.util.Iterator
      StackMap stack:
        34: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute$TypeCompound
            astore 7 /* p */
        start local 7 // com.sun.tools.javac.code.Attribute$TypeCompound p
        35: .line 550
            aload 0 /* this */
            aload 7 /* p */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeTypeAnnotation:(Lcom/sun/tools/javac/code/Attribute$TypeCompound;)V
        end local 7 // com.sun.tools.javac.code.Attribute$TypeCompound p
        36: .line 549
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 34
        37: .line 551
            aload 0 /* this */
            iload 6 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        38: .line 552
            iinc 5 /* attrCount */ 1
        end local 6 // int attrIndex
        39: .line 555
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.List int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.ListBuffer int
      StackMap stack:
            iload 5 /* attrCount */
            ireturn
        end local 5 // int attrCount
        end local 4 // com.sun.tools.javac.util.ListBuffer invisibles
        end local 3 // com.sun.tools.javac.util.ListBuffer visibles
        end local 2 // boolean inCode
        end local 1 // com.sun.tools.javac.util.List typeAnnos
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   40     1   typeAnnos  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute$TypeCompound;>;
            0   40     2      inCode  Z
            2   40     3    visibles  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Attribute$TypeCompound;>;
            3   40     4  invisibles  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Attribute$TypeCompound;>;
            5   19     5          tc  Lcom/sun/tools/javac/code/Attribute$TypeCompound;
            7   11     7       fixed  Z
            9   11     8          pw  Ljava/io/PrintWriter;
           21   40     5   attrCount  I
           23   30     6   attrIndex  I
           26   27     7           p  Lcom/sun/tools/javac/code/Attribute$TypeCompound;
           32   39     6   attrIndex  I
           35   36     7           p  Lcom/sun/tools/javac/code/Attribute$TypeCompound;
    Signature: (Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Attribute$TypeCompound;>;Z)I
    MethodParameters:
           Name  Flags
      typeAnnos  
      inCode     

  void writeCompoundAttribute(com.sun.tools.javac.code.Attribute$Compound);
    descriptor: (Lcom/sun/tools/javac/code/Attribute$Compound;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Attribute$Compound c
         0: .line 628
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Attribute$Compound.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putDescriptor:(Lcom/sun/tools/javac/code/Type;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 629
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Attribute$Compound.values:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 630
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Attribute$Compound.values:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Attribute$Compound top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.util.Pair
            astore 2 /* p */
        start local 2 // com.sun.tools.javac.util.Pair p
         4: .line 631
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* p */
            getfield com.sun.tools.javac.util.Pair.fst:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         5: .line 632
            aload 2 /* p */
            getfield com.sun.tools.javac.util.Pair.snd:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Attribute
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.awriter:Lcom/sun/tools/javac/jvm/ClassWriter$AttributeWriter;
            invokevirtual com.sun.tools.javac.code.Attribute.accept:(Lcom/sun/tools/javac/code/Attribute$Visitor;)V
        end local 2 // com.sun.tools.javac.util.Pair p
         6: .line 630
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 634
            return
        end local 1 // com.sun.tools.javac.code.Attribute$Compound c
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    8     1     c  Lcom/sun/tools/javac/code/Attribute$Compound;
            4    6     2     p  Lcom/sun/tools/javac/util/Pair<Lcom/sun/tools/javac/code/Symbol$MethodSymbol;Lcom/sun/tools/javac/code/Attribute;>;
    MethodParameters:
      Name  Flags
      c     

  void writeTypeAnnotation(com.sun.tools.javac.code.Attribute$TypeCompound);
    descriptor: (Lcom/sun/tools/javac/code/Attribute$TypeCompound;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Attribute$TypeCompound c
         0: .line 637
            aload 0 /* this */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Attribute$TypeCompound.position:Lcom/sun/tools/javac/code/TypeAnnotationPosition;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writePosition:(Lcom/sun/tools/javac/code/TypeAnnotationPosition;)V
         1: .line 638
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute:(Lcom/sun/tools/javac/code/Attribute$Compound;)V
         2: .line 639
            return
        end local 1 // com.sun.tools.javac.code.Attribute$TypeCompound c
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    3     1     c  Lcom/sun/tools/javac/code/Attribute$TypeCompound;
    MethodParameters:
      Name  Flags
      c     

  void writePosition(com.sun.tools.javac.code.TypeAnnotationPosition);
    descriptor: (Lcom/sun/tools/javac/code/TypeAnnotationPosition;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.TypeAnnotationPosition p
         0: .line 642
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.type:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.targetTypeValue:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
         1: .line 643
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$TargetType:()[I
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.type:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            iaload
            tableswitch { // 1 - 23
                    1: 16
                    2: 16
                    3: 21
                    4: 18
                    5: 18
                    6: 30
                    7: 30
                    8: 15
                    9: 25
                   10: 23
                   11: 4
                   12: 4
                   13: 13
                   14: 2
                   15: 2
                   16: 2
                   17: 2
                   18: 27
                   19: 27
                   20: 27
                   21: 27
                   22: 27
                   23: 31
              default: 32
          }
         2: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.offset:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         3: .line 652
            goto 33
         4: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.lvarOffset:[I
            arraylength
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         5: .line 658
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 11
         7: .line 659
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.lvarOffset:[I
            iload 2 /* i */
            iaload
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 660
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.lvarLength:[I
            iload 2 /* i */
            iaload
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         9: .line 661
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.lvarIndex:[I
            iload 2 /* i */
            iaload
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        10: .line 658
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.lvarOffset:[I
            arraylength
            if_icmplt 7
        end local 2 // int i
        12: .line 663
            goto 33
        13: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            invokevirtual com.sun.tools.javac.code.TypeAnnotationPosition.getExceptionIndex:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        14: .line 667
            goto 33
        15: .line 671
      StackMap locals:
      StackMap stack:
            goto 33
        16: .line 675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.parameter_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        17: .line 676
            goto 33
        18: .line 680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.parameter_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        19: .line 681
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.bound_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        20: .line 682
            goto 33
        21: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.type_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        22: .line 686
            goto 33
        23: .line 689
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.type_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        24: .line 690
            goto 33
        25: .line 693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.parameter_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        26: .line 694
            goto 33
        27: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.offset:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        28: .line 703
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.type_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        29: .line 704
            goto 33
        30: .line 708
      StackMap locals:
      StackMap stack:
            goto 33
        31: .line 710
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "jvm.ClassWriter: UNKNOWN target type should never occur!"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        32: .line 712
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "jvm.ClassWriter: Unknown target type for position: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* p */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        33: .line 716
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.location:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        34: .line 717
            aload 1 /* p */
            getfield com.sun.tools.javac.code.TypeAnnotationPosition.location:Lcom/sun/tools/javac/util/List;
            invokestatic com.sun.tools.javac.code.TypeAnnotationPosition.getBinaryFromTypePath:(Ljava/util/List;)Lcom/sun/tools/javac/util/List;
            astore 2 /* loc */
        start local 2 // java.util.List loc
        35: .line 718
            aload 2 /* loc */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 38
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.TypeAnnotationPosition java.util.List top java.util.Iterator
      StackMap stack:
        36: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 3 /* i */
        start local 3 // int i
        37: .line 719
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 3 /* i */
            i2b
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        end local 3 // int i
        38: .line 718
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 36
        end local 2 // java.util.List loc
        39: .line 721
            return
        end local 1 // com.sun.tools.javac.code.TypeAnnotationPosition p
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   40     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   40     1     p  Lcom/sun/tools/javac/code/TypeAnnotationPosition;
            6   12     2     i  I
           35   39     2   loc  Ljava/util/List<Ljava/lang/Integer;>;
           37   38     3     i  I
    MethodParameters:
      Name  Flags
      p     

  int writeModuleAttribute(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=11, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 731
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$ModuleSymbol
            astore 2 /* m */
        start local 2 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
         1: .line 733
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.Module:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 3 /* alenIdx */
        start local 3 // int alenIdx
         2: .line 735
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putModule:(Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         3: .line 736
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.flags:Ljava/util/Set;
            invokestatic com.sun.tools.javac.code.Symbol$ModuleFlags.value:(Ljava/util/Set;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         4: .line 737
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.version:Lcom/sun/tools/javac/util/Name;
            ifnull 5
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.version:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            goto 6
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
         5: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
         6: invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         7: .line 739
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 4 /* requires */
        start local 4 // com.sun.tools.javac.util.ListBuffer requires
         8: .line 740
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.requires:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 12
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
         9: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Directive$RequiresDirective
            astore 5 /* r */
        start local 5 // com.sun.tools.javac.code.Directive$RequiresDirective r
        10: .line 741
            aload 5 /* r */
            getfield com.sun.tools.javac.code.Directive$RequiresDirective.flags:Ljava/util/Set;
            getstatic com.sun.tools.javac.code.Directive$RequiresFlag.EXTRA:Lcom/sun/tools/javac/code/Directive$RequiresFlag;
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 742
            aload 4 /* requires */
            aload 5 /* r */
            invokevirtual com.sun.tools.javac.util.ListBuffer.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.tools.javac.code.Directive$RequiresDirective r
        12: .line 740
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 744
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* requires */
            invokevirtual com.sun.tools.javac.util.ListBuffer.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        14: .line 745
            aload 4 /* requires */
            invokevirtual com.sun.tools.javac.util.ListBuffer.iterator:()Ljava/util/Iterator;
            astore 6
            goto 21
      StackMap locals:
      StackMap stack:
        15: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Directive$RequiresDirective
            astore 5 /* r */
        start local 5 // com.sun.tools.javac.code.Directive$RequiresDirective r
        16: .line 746
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* r */
            getfield com.sun.tools.javac.code.Directive$RequiresDirective.module:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putModule:(Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        17: .line 747
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* r */
            getfield com.sun.tools.javac.code.Directive$RequiresDirective.flags:Ljava/util/Set;
            invokestatic com.sun.tools.javac.code.Directive$RequiresFlag.value:(Ljava/util/Set;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        18: .line 748
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* r */
            getfield com.sun.tools.javac.code.Directive$RequiresDirective.module:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.version:Lcom/sun/tools/javac/util/Name;
            ifnull 19
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* r */
            getfield com.sun.tools.javac.code.Directive$RequiresDirective.module:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.version:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            goto 20
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Directive$RequiresDirective java.util.Iterator
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        19: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Directive$RequiresDirective java.util.Iterator
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
        20: invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.code.Directive$RequiresDirective r
        21: .line 745
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        22: .line 751
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.exports:Lcom/sun/tools/javac/util/List;
            astore 5 /* exports */
        start local 5 // com.sun.tools.javac.util.List exports
        23: .line 752
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* exports */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        24: .line 753
            aload 5 /* exports */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 36
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        25: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Directive$ExportsDirective
            astore 6 /* e */
        start local 6 // com.sun.tools.javac.code.Directive$ExportsDirective e
        26: .line 754
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.packge:Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putPackage:(Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        27: .line 755
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.flags:Ljava/util/Set;
            invokestatic com.sun.tools.javac.code.Directive$ExportsFlag.value:(Ljava/util/Set;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        28: .line 756
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.modules:Lcom/sun/tools/javac/util/List;
            ifnonnull 31
        29: .line 757
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_0
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        30: .line 758
            goto 36
        31: .line 759
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.code.Directive$ExportsDirective java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.modules:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        32: .line 760
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.modules:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 35
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.code.Directive$ExportsDirective java.util.Iterator top java.util.Iterator
      StackMap stack:
        33: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ModuleSymbol
            astore 8 /* msym */
        start local 8 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        34: .line 761
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 8 /* msym */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putModule:(Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 8 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        35: .line 760
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 33
        end local 6 // com.sun.tools.javac.code.Directive$ExportsDirective e
        36: .line 753
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        37: .line 766
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.opens:Lcom/sun/tools/javac/util/List;
            astore 6 /* opens */
        start local 6 // com.sun.tools.javac.util.List opens
        38: .line 767
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 6 /* opens */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        39: .line 768
            aload 6 /* opens */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 8
            goto 51
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        40: aload 8
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Directive$OpensDirective
            astore 7 /* o */
        start local 7 // com.sun.tools.javac.code.Directive$OpensDirective o
        41: .line 769
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.packge:Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putPackage:(Lcom/sun/tools/javac/code/Symbol$PackageSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        42: .line 770
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.flags:Ljava/util/Set;
            invokestatic com.sun.tools.javac.code.Directive$OpensFlag.value:(Ljava/util/Set;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        43: .line 771
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.modules:Lcom/sun/tools/javac/util/List;
            ifnonnull 46
        44: .line 772
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_0
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        45: .line 773
            goto 51
        46: .line 774
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Directive$OpensDirective java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.modules:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        47: .line 775
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.modules:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 50
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.code.Directive$OpensDirective java.util.Iterator top java.util.Iterator
      StackMap stack:
        48: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ModuleSymbol
            astore 9 /* msym */
        start local 9 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        49: .line 776
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 9 /* msym */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putModule:(Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 9 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        50: .line 775
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 48
        end local 7 // com.sun.tools.javac.code.Directive$OpensDirective o
        51: .line 768
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 40
        52: .line 781
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.uses:Lcom/sun/tools/javac/util/List;
            astore 7 /* uses */
        start local 7 // com.sun.tools.javac.util.List uses
        53: .line 782
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 7 /* uses */
            invokevirtual com.sun.tools.javac.util.List.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        54: .line 783
            aload 7 /* uses */
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 57
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
        55: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Directive$UsesDirective
            astore 8 /* s */
        start local 8 // com.sun.tools.javac.code.Directive$UsesDirective s
        56: .line 784
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 8 /* s */
            getfield com.sun.tools.javac.code.Directive$UsesDirective.service:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 8 // com.sun.tools.javac.code.Directive$UsesDirective s
        57: .line 783
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 55
        58: .line 790
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 8 /* mergedProvides */
        start local 8 // java.util.Map mergedProvides
        59: .line 791
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.provides:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 62
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Symbol$ModuleSymbol int com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.util.List com.sun.tools.javac.util.List com.sun.tools.javac.util.List java.util.Map top java.util.Iterator
      StackMap stack:
        60: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Directive$ProvidesDirective
            astore 9 /* p */
        start local 9 // com.sun.tools.javac.code.Directive$ProvidesDirective p
        61: .line 792
            aload 8 /* mergedProvides */
            aload 9 /* p */
            getfield com.sun.tools.javac.code.Directive$ProvidesDirective.service:Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  com/sun/tools/javac/jvm/ClassWriter.lambda$0(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)Ljava/util/Set; (6)
                  (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)Ljava/util/Set;
            invokeinterface java.util.Map.computeIfAbsent:(Ljava/lang/Object;Ljava/util/function/Function;)Ljava/lang/Object;
            checkcast java.util.Set
            aload 9 /* p */
            getfield com.sun.tools.javac.code.Directive$ProvidesDirective.impls:Lcom/sun/tools/javac/util/List;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            pop
        end local 9 // com.sun.tools.javac.code.Directive$ProvidesDirective p
        62: .line 791
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 60
        63: .line 794
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 8 /* mergedProvides */
            invokeinterface java.util.Map.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        64: .line 795
            aload 8 /* mergedProvides */
            aload 0 /* this */
            invokedynamic accept(Lcom/sun/tools/javac/jvm/ClassWriter;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  com/sun/tools/javac/jvm/ClassWriter.lambda$1(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Ljava/util/Set;)V (7)
                  (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Ljava/util/Set;)V
            invokeinterface java.util.Map.forEach:(Ljava/util/function/BiConsumer;)V
        65: .line 801
            aload 0 /* this */
            iload 3 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        66: .line 802
            iconst_1
            ireturn
        end local 8 // java.util.Map mergedProvides
        end local 7 // com.sun.tools.javac.util.List uses
        end local 6 // com.sun.tools.javac.util.List opens
        end local 5 // com.sun.tools.javac.util.List exports
        end local 4 // com.sun.tools.javac.util.ListBuffer requires
        end local 3 // int alenIdx
        end local 2 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   67     0            this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   67     1               c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            1   67     2               m  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
            2   67     3         alenIdx  I
            8   67     4        requires  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Directive$RequiresDirective;>;
           10   12     5               r  Lcom/sun/tools/javac/code/Directive$RequiresDirective;
           16   21     5               r  Lcom/sun/tools/javac/code/Directive$RequiresDirective;
           23   67     5         exports  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Directive$ExportsDirective;>;
           26   36     6               e  Lcom/sun/tools/javac/code/Directive$ExportsDirective;
           34   35     8            msym  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
           38   67     6           opens  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Directive$OpensDirective;>;
           41   51     7               o  Lcom/sun/tools/javac/code/Directive$OpensDirective;
           49   50     9            msym  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
           53   67     7            uses  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Directive$UsesDirective;>;
           56   57     8               s  Lcom/sun/tools/javac/code/Directive$UsesDirective;
           59   67     8  mergedProvides  Ljava/util/Map<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Ljava/util/Set<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;>;
           61   62     9               p  Lcom/sun/tools/javac/code/Directive$ProvidesDirective;
    MethodParameters:
      Name  Flags
      c     

  void writeInnerClasses();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
         0: .line 812
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.InnerClasses:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 1 /* alenIdx */
        start local 1 // int alenIdx
         1: .line 813
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.innerClasses:Ljava/util/LinkedHashSet;
            invokevirtual java.util.LinkedHashSet.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 814
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.innerClasses:Ljava/util/LinkedHashSet;
            invokevirtual java.util.LinkedHashSet.iterator:()Ljava/util/Iterator;
            astore 3
            goto 22
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 2 /* inner */
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol inner
         4: .line 815
            aload 2 /* inner */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.markAbstractIfNeeded:(Lcom/sun/tools/javac/code/Types;)V
         5: .line 816
            aload 0 /* this */
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flags_field:J
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.adjustFlags:(J)I
            i2c
            istore 4 /* flags */
        start local 4 // char flags
         6: .line 817
            iload 4 /* flags */
            sipush 512
            iand
            ifeq 7
            iload 4 /* flags */
            sipush 1024
            ior
            i2c
            istore 4 /* flags */
         7: .line 818
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Iterator int
      StackMap stack:
            iload 4 /* flags */
            sipush -2049
            iand
            i2c
            istore 4 /* flags */
         8: .line 819
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpInnerClassModifiers:Z
            ifeq 12
         9: .line 820
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.Log$WriterKind.ERROR:Lcom/sun/tools/javac/util/Log$WriterKind;
            invokevirtual com.sun.tools.javac.util.Log.getWriter:(Lcom/sun/tools/javac/util/Log$WriterKind;)Ljava/io/PrintWriter;
            astore 5 /* pw */
        start local 5 // java.io.PrintWriter pw
        10: .line 821
            aload 5 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "INNERCLASS  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        11: .line 822
            aload 5 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "---"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 4 /* flags */
            i2l
            invokestatic com.sun.tools.javac.jvm.ClassWriter.flagNames:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        end local 5 // java.io.PrintWriter pw
        12: .line 824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* inner */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        13: .line 825
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
        14: .line 826
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 15
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.isEmpty:()Z
            ifne 15
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            goto 16
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        15: iconst_0
        16: .line 825
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Iterator int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        17: .line 827
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
        18: .line 828
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.isEmpty:()Z
            ifne 19
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            goto 20
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        19: iconst_0
        20: .line 827
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int com.sun.tools.javac.code.Symbol$ClassSymbol java.util.Iterator int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        21: .line 829
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 4 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 4 // char flags
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol inner
        22: .line 814
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        23: .line 831
            aload 0 /* this */
            iload 1 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        24: .line 832
            return
        end local 1 // int alenIdx
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   25     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            1   25     1  alenIdx  I
            4   22     2    inner  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            6   22     4    flags  C
           10   12     5       pw  Ljava/io/PrintWriter;

  int writeNestMembersIfNeeded(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
         0: .line 838
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            astore 2 /* nested */
        start local 2 // com.sun.tools.javac.util.ListBuffer nested
         1: .line 839
            aload 0 /* this */
            aload 1 /* csym */
            aload 2 /* nested */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.listNested:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/ListBuffer;)V
         2: .line 840
            new java.util.LinkedHashSet
            dup
            aload 2 /* nested */
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            astore 3 /* nestedUnique */
        start local 3 // java.util.Set nestedUnique
         3: .line 841
            aload 1 /* csym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 12
            aload 3 /* nestedUnique */
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 12
         4: .line 842
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.NestMembers:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 4 /* alenIdx */
        start local 4 // int alenIdx
         5: .line 843
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 3 /* nestedUnique */
            invokeinterface java.util.Set.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         6: .line 844
            aload 3 /* nestedUnique */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 9
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.util.ListBuffer java.util.Set int top java.util.Iterator
      StackMap stack:
         7: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 5 /* s */
        start local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol s
         8: .line 845
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol s
         9: .line 844
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 847
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        11: .line 848
            iconst_1
            ireturn
        end local 4 // int alenIdx
        12: .line 850
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.util.ListBuffer java.util.Set
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.util.Set nestedUnique
        end local 2 // com.sun.tools.javac.util.ListBuffer nested
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   13     1          csym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            1   13     2        nested  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;
            3   13     3  nestedUnique  Ljava/util/Set<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;
            5   12     4       alenIdx  I
            8    9     5             s  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
    MethodParameters:
      Name  Flags
      csym  

  int writeNestHostIfNeeded(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
         0: .line 857
            aload 1 /* csym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 5
         1: .line 858
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.NestHost:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 2 /* alenIdx */
        start local 2 // int alenIdx
         2: .line 859
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* csym */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.outermostClass:()Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         3: .line 860
            aload 0 /* this */
            iload 2 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         4: .line 861
            iconst_1
            ireturn
        end local 2 // int alenIdx
         5: .line 863
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    6     1     csym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            2    5     2  alenIdx  I
    MethodParameters:
      Name  Flags
      csym  

  private void listNested(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Symbol$ClassSymbol>);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/ListBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol sym
        start local 2 // com.sun.tools.javac.util.ListBuffer seen
         0: .line 867
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 1
            return
         1: .line 868
      StackMap locals:
      StackMap stack:
            aload 1 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 3 /* csym */
        start local 3 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
         2: .line 869
            aload 3 /* csym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 4
         3: .line 870
            aload 2 /* seen */
            aload 3 /* csym */
            invokevirtual com.sun.tools.javac.util.ListBuffer.add:(Ljava/lang/Object;)Z
            pop
         4: .line 872
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aload 3 /* csym */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            ifnull 9
         5: .line 873
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbols:()Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Symbol$ClassSymbol top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 4 /* s */
        start local 4 // com.sun.tools.javac.code.Symbol s
         7: .line 874
            aload 0 /* this */
            aload 4 /* s */
            aload 2 /* seen */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.listNested:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/ListBuffer;)V
        end local 4 // com.sun.tools.javac.code.Symbol s
         8: .line 873
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 877
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aload 3 /* csym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.trans_local:Lcom/sun/tools/javac/util/List;
            ifnull 14
        10: .line 878
            aload 3 /* csym */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.trans_local:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 13
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Symbol$ClassSymbol top java.util.Iterator
      StackMap stack:
        11: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 4 /* s */
        start local 4 // com.sun.tools.javac.code.Symbol s
        12: .line 879
            aload 0 /* this */
            aload 4 /* s */
            aload 2 /* seen */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.listNested:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/ListBuffer;)V
        end local 4 // com.sun.tools.javac.code.Symbol s
        13: .line 878
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 882
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol com.sun.tools.javac.util.ListBuffer com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            return
        end local 3 // com.sun.tools.javac.code.Symbol$ClassSymbol csym
        end local 2 // com.sun.tools.javac.util.ListBuffer seen
        end local 1 // com.sun.tools.javac.code.Symbol sym
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   15     1   sym  Lcom/sun/tools/javac/code/Symbol;
            0   15     2  seen  Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;
            2   15     3  csym  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            7    8     4     s  Lcom/sun/tools/javac/code/Symbol;
           12   13     4     s  Lcom/sun/tools/javac/code/Symbol;
    Signature: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;)V
    MethodParameters:
      Name  Flags
      sym   
      seen  

  void writeBootstrapMethods();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
         0: .line 887
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.BootstrapMethods:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 1 /* alenIdx */
        start local 1 // int alenIdx
         1: .line 888
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 889
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey
            astore 2 /* bsmKey */
        start local 2 // com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey bsmKey
         4: .line 891
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* bsmKey */
            getfield com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey.bsm:Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putConstant:(Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         5: .line 892
            aload 2 /* bsmKey */
            getfield com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey.staticArgs:[Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
            astore 4 /* uniqueArgs */
        start local 4 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant[] uniqueArgs
         6: .line 894
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* uniqueArgs */
            arraylength
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         7: .line 896
            aload 4 /* uniqueArgs */
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 11
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey java.util.Iterator com.sun.tools.javac.jvm.PoolConstant$LoadableConstant[] top int int com.sun.tools.javac.jvm.PoolConstant$LoadableConstant[]
      StackMap stack:
         8: aload 8
            iload 6
            aaload
            astore 5 /* arg */
        start local 5 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant arg
         9: .line 897
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 5 /* arg */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putConstant:(Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant arg
        10: .line 896
            iinc 6 1
      StackMap locals:
      StackMap stack:
        11: iload 6
            iload 7
            if_icmplt 8
        end local 4 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant[] uniqueArgs
        end local 2 // com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey bsmKey
        12: .line 889
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        13: .line 900
            aload 0 /* this */
            iload 1 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        14: .line 901
            return
        end local 1 // int alenIdx
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lcom/sun/tools/javac/jvm/ClassWriter;
            1   15     1     alenIdx  I
            4   12     2      bsmKey  Lcom/sun/tools/javac/jvm/PoolConstant$Dynamic$BsmKey;
            6   12     4  uniqueArgs  [Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;
            9   10     5         arg  Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant;

  void writeField(com.sun.tools.javac.code.Symbol$VarSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$VarSymbol;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$VarSymbol v
         0: .line 906
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.adjustFlags:(J)I
            istore 2 /* flags */
        start local 2 // int flags
         1: .line 907
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 2 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 908
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpFieldModifiers:Z
            ifeq 6
         3: .line 909
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.Log$WriterKind.ERROR:Lcom/sun/tools/javac/util/Log$WriterKind;
            invokevirtual com.sun.tools.javac.util.Log.getWriter:(Lcom/sun/tools/javac/util/Log$WriterKind;)Ljava/io/PrintWriter;
            astore 3 /* pw */
        start local 3 // java.io.PrintWriter pw
         4: .line 910
            aload 3 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "FIELD  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         5: .line 911
            aload 3 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "---"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            invokestatic com.sun.tools.javac.jvm.ClassWriter.flagNames:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        end local 3 // java.io.PrintWriter pw
         6: .line 913
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         7: .line 914
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putDescriptor:(Lcom/sun/tools/javac/code/Symbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 915
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 3 /* acountIdx */
        start local 3 // int acountIdx
         9: .line 916
            iconst_0
            istore 4 /* acount */
        start local 4 // int acount
        10: .line 917
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnull 15
        11: .line 918
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.ConstantValue:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* alenIdx */
        start local 5 // int alenIdx
        12: .line 919
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putConstant:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        13: .line 920
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        14: .line 921
            iinc 4 /* acount */ 1
        end local 5 // int alenIdx
        15: .line 923
      StackMap locals: int int
      StackMap stack:
            iload 4 /* acount */
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeMemberAttrs:(Lcom/sun/tools/javac/code/Symbol;)I
            iadd
            istore 4 /* acount */
        16: .line 924
            aload 0 /* this */
            iload 3 /* acountIdx */
            iload 4 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        17: .line 925
            return
        end local 4 // int acount
        end local 3 // int acountIdx
        end local 2 // int flags
        end local 1 // com.sun.tools.javac.code.Symbol$VarSymbol v
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   18     1          v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            1   18     2      flags  I
            4    6     3         pw  Ljava/io/PrintWriter;
            9   18     3  acountIdx  I
           10   18     4     acount  I
           12   15     5    alenIdx  I
    MethodParameters:
      Name  Flags
      v     

  void writeMethod(com.sun.tools.javac.code.Symbol$MethodSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
         0: .line 930
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.adjustFlags:(J)I
            istore 2 /* flags */
        start local 2 // int flags
         1: .line 931
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 2 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 932
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpMethodModifiers:Z
            ifeq 6
         3: .line 933
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.Log$WriterKind.ERROR:Lcom/sun/tools/javac/util/Log$WriterKind;
            invokevirtual com.sun.tools.javac.util.Log.getWriter:(Lcom/sun/tools/javac/util/Log$WriterKind;)Ljava/io/PrintWriter;
            astore 3 /* pw */
        start local 3 // java.io.PrintWriter pw
         4: .line 934
            aload 3 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "METHOD  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
         5: .line 935
            aload 3 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "---"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            invokestatic com.sun.tools.javac.jvm.ClassWriter.flagNames:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        end local 3 // java.io.PrintWriter pw
         6: .line 937
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         7: .line 938
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putDescriptor:(Lcom/sun/tools/javac/code/Symbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 939
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 3 /* acountIdx */
        start local 3 // int acountIdx
         9: .line 940
            iconst_0
            istore 4 /* acount */
        start local 4 // int acount
        10: .line 941
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
            ifnull 16
        11: .line 942
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.Code:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* alenIdx */
        start local 5 // int alenIdx
        12: .line 943
            aload 0 /* this */
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCode:(Lcom/sun/tools/javac/jvm/Code;)V
        13: .line 944
            aload 1 /* m */
            aconst_null
            putfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
        14: .line 945
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 946
            iinc 4 /* acount */ 1
        end local 5 // int alenIdx
        16: .line 948
      StackMap locals: int int
      StackMap stack:
            aload 1 /* m */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.erasure:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getThrownTypes:()Lcom/sun/tools/javac/util/List;
            astore 5 /* thrown */
        start local 5 // com.sun.tools.javac.util.List thrown
        17: .line 949
            aload 5 /* thrown */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 27
        18: .line 950
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.Exceptions:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 6 /* alenIdx */
        start local 6 // int alenIdx
        19: .line 951
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* thrown */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        20: .line 952
            aload 5 /* thrown */
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        21: goto 24
        22: .line 953
      StackMap locals: com.sun.tools.javac.util.List int com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Type;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        23: .line 952
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
      StackMap locals:
      StackMap stack:
        24: aload 7 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 22
        end local 7 // com.sun.tools.javac.util.List l
        25: .line 954
            aload 0 /* this */
            iload 6 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        26: .line 955
            iinc 4 /* acount */ 1
        end local 6 // int alenIdx
        27: .line 957
      StackMap locals:
      StackMap stack:
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.defaultValue:Lcom/sun/tools/javac/code/Attribute;
            ifnull 32
        28: .line 958
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.AnnotationDefault:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 6 /* alenIdx */
        start local 6 // int alenIdx
        29: .line 959
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.defaultValue:Lcom/sun/tools/javac/code/Attribute;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.awriter:Lcom/sun/tools/javac/jvm/ClassWriter$AttributeWriter;
            invokevirtual com.sun.tools.javac.code.Attribute.accept:(Lcom/sun/tools/javac/code/Attribute$Visitor;)V
        30: .line 960
            aload 0 /* this */
            iload 6 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        31: .line 961
            iinc 4 /* acount */ 1
        end local 6 // int alenIdx
        32: .line 963
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.options:Lcom/sun/tools/javac/util/Options;
            getstatic com.sun.tools.javac.main.Option.PARAMETERS:Lcom/sun/tools/javac/main/Option;
            invokevirtual com.sun.tools.javac.util.Options.isSet:(Lcom/sun/tools/javac/main/Option;)Z
            ifeq 35
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.target:Lcom/sun/tools/javac/jvm/Target;
            invokevirtual com.sun.tools.javac.jvm.Target.hasMethodParameters:()Z
            ifeq 35
        33: .line 964
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isLambdaMethod:()Z
            ifne 35
        34: .line 965
            iload 4 /* acount */
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeMethodParametersAttr:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)I
            iadd
            istore 4 /* acount */
        35: .line 967
      StackMap locals:
      StackMap stack:
            iload 4 /* acount */
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeMemberAttrs:(Lcom/sun/tools/javac/code/Symbol;)I
            iadd
            istore 4 /* acount */
        36: .line 968
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isLambdaMethod:()Z
            ifne 38
        37: .line 969
            iload 4 /* acount */
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeParameterAttrs:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)I
            iadd
            istore 4 /* acount */
        38: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* acountIdx */
            iload 4 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        39: .line 971
            return
        end local 5 // com.sun.tools.javac.util.List thrown
        end local 4 // int acount
        end local 3 // int acountIdx
        end local 2 // int flags
        end local 1 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   40     0       this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   40     1          m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            1   40     2      flags  I
            4    6     3         pw  Ljava/io/PrintWriter;
            9   40     3  acountIdx  I
           10   40     4     acount  I
           12   16     5    alenIdx  I
           17   40     5     thrown  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           19   27     6    alenIdx  I
           21   25     7          l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           29   32     6    alenIdx  I
    MethodParameters:
      Name  Flags
      m     

  void writeCode(com.sun.tools.javac.jvm.Code);
    descriptor: (Lcom/sun/tools/javac/jvm/Code;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.jvm.Code code
         0: .line 976
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.max_stack:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 977
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.max_locals:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 978
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.cp:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendInt:(I)V
         3: .line 979
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.code:[B
            iconst_0
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.cp:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendBytes:([BII)V
         4: .line 980
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.catchInfo:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         5: .line 981
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.catchInfo:Lcom/sun/tools/javac/util/ListBuffer;
            invokevirtual com.sun.tools.javac.util.ListBuffer.toList:()Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        start local 2 // com.sun.tools.javac.util.List l
         6: .line 982
            goto 13
         7: .line 984
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 985
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast char[]
            iload 3 /* i */
            caload
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        10: .line 984
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast char[]
            arraylength
            if_icmplt 9
        end local 3 // int i
        12: .line 983
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        13: .line 982
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 7
        end local 2 // com.sun.tools.javac.util.List l
        14: .line 987
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 2 /* acountIdx */
        start local 2 // int acountIdx
        15: .line 988
            iconst_0
            istore 3 /* acount */
        start local 3 // int acount
        16: .line 990
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.lineInfo:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 30
        17: .line 991
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.LineNumberTable:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 4 /* alenIdx */
        start local 4 // int alenIdx
        18: .line 992
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.lineInfo:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        19: .line 993
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.lineInfo:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.reverse:()Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        start local 5 // com.sun.tools.javac.util.List l
        20: .line 994
            goto 27
        21: .line 996
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int com.sun.tools.javac.util.List
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        22: goto 25
        23: .line 997
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast char[]
            iload 6 /* i */
            caload
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        24: .line 996
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 6 /* i */
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast char[]
            arraylength
            if_icmplt 23
        end local 6 // int i
        26: .line 995
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        27: .line 994
      StackMap locals:
      StackMap stack:
            aload 5 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 21
        end local 5 // com.sun.tools.javac.util.List l
        28: .line 998
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        29: .line 999
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
        30: .line 1002
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.genCrt:Z
            ifeq 38
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.crt:Lcom/sun/tools/javac/jvm/CRTable;
            ifnull 38
        31: .line 1003
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.crt:Lcom/sun/tools/javac/jvm/CRTable;
            astore 4 /* crt */
        start local 4 // com.sun.tools.javac.jvm.CRTable crt
        32: .line 1004
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.CharacterRangeTable:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* alenIdx */
        start local 5 // int alenIdx
        33: .line 1005
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 6 /* crtIdx */
        start local 6 // int crtIdx
        34: .line 1006
            aload 4 /* crt */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.lineMap:Lcom/sun/tools/javac/util/Position$LineMap;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            invokevirtual com.sun.tools.javac.jvm.CRTable.writeCRT:(Lcom/sun/tools/javac/util/ByteBuffer;Lcom/sun/tools/javac/util/Position$LineMap;Lcom/sun/tools/javac/util/Log;)I
            istore 7 /* crtEntries */
        start local 7 // int crtEntries
        35: .line 1007
            aload 0 /* this */
            iload 6 /* crtIdx */
            iload 7 /* crtEntries */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        36: .line 1008
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        37: .line 1009
            iinc 3 /* acount */ 1
        end local 7 // int crtEntries
        end local 6 // int crtIdx
        end local 5 // int alenIdx
        end local 4 // com.sun.tools.javac.jvm.CRTable crt
        38: .line 1013
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varDebugInfo:Z
            ifeq 94
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBufferSize:I
            ifle 94
        39: .line 1014
            iconst_0
            istore 4 /* nGenericVars */
        start local 4 // int nGenericVars
        40: .line 1015
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.LocalVariableTable:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* alenIdx */
        start local 5 // int alenIdx
        41: .line 1016
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* code */
            invokevirtual com.sun.tools.javac.jvm.Code.getLVTSize:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        42: .line 1017
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        43: goto 65
        44: .line 1018
      StackMap locals: int int int
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBuffer:[Lcom/sun/tools/javac/jvm/Code$LocalVar;
            iload 6 /* i */
            aaload
            astore 7 /* var */
        start local 7 // com.sun.tools.javac.jvm.Code$LocalVar var
        45: .line 1020
            aload 7 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.aliveRanges:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 9
            goto 63
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int int int com.sun.tools.javac.jvm.Code$LocalVar top java.util.Iterator
      StackMap stack:
        46: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.Code$LocalVar$Range
            astore 8 /* r */
        start local 8 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        47: .line 1022
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            iflt 49
        48: .line 1023
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.cp:I
            if_icmpgt 49
            iconst_1
            goto 50
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int int int com.sun.tools.javac.jvm.Code$LocalVar com.sun.tools.javac.jvm.Code$LocalVar$Range java.util.Iterator
      StackMap stack:
        49: iconst_0
        50: .line 1022
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        51: .line 1024
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        52: .line 1025
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.length:C
            ifle 54
        53: .line 1026
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.length:C
            iadd
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.cp:I
            if_icmpgt 54
            iconst_1
            goto 55
      StackMap locals:
      StackMap stack:
        54: iconst_0
        55: .line 1025
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        56: .line 1027
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.length:C
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        57: .line 1028
            aload 7 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            astore 10 /* sym */
        start local 10 // com.sun.tools.javac.code.Symbol$VarSymbol sym
        58: .line 1029
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 10 /* sym */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        59: .line 1030
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 10 /* sym */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putDescriptor:(Lcom/sun/tools/javac/code/Symbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        60: .line 1031
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 7 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.reg:C
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        61: .line 1032
            aload 0 /* this */
            aload 7 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.needsLocalVariableTypeEntry:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 63
        62: .line 1033
            iinc 4 /* nGenericVars */ 1
        end local 10 // com.sun.tools.javac.code.Symbol$VarSymbol sym
        end local 8 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        63: .line 1020
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int int int com.sun.tools.javac.jvm.Code$LocalVar top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 46
        end local 7 // com.sun.tools.javac.jvm.Code$LocalVar var
        64: .line 1017
            iinc 6 /* i */ 1
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int int int
      StackMap stack:
        65: iload 6 /* i */
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBufferSize:I
            if_icmplt 44
        end local 6 // int i
        66: .line 1037
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        67: .line 1038
            iinc 3 /* acount */ 1
        68: .line 1040
            iload 4 /* nGenericVars */
            ifle 94
        69: .line 1041
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.LocalVariableTypeTable:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 5 /* alenIdx */
        70: .line 1042
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 4 /* nGenericVars */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        71: .line 1043
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        72: .line 1045
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        73: goto 88
        74: .line 1046
      StackMap locals: int
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBuffer:[Lcom/sun/tools/javac/jvm/Code$LocalVar;
            iload 7 /* i */
            aaload
            astore 8 /* var */
        start local 8 // com.sun.tools.javac.jvm.Code$LocalVar var
        75: .line 1047
            aload 8 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.sym:Lcom/sun/tools/javac/code/Symbol$VarSymbol;
            astore 9 /* sym */
        start local 9 // com.sun.tools.javac.code.Symbol$VarSymbol sym
        76: .line 1048
            aload 0 /* this */
            aload 9 /* sym */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.needsLocalVariableTypeEntry:(Lcom/sun/tools/javac/code/Type;)Z
            ifne 78
        77: .line 1049
            goto 87
        78: .line 1050
      StackMap locals: com.sun.tools.javac.jvm.Code$LocalVar com.sun.tools.javac.code.Symbol$VarSymbol
      StackMap stack:
            aload 8 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.aliveRanges:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 11
            goto 86
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int int int int com.sun.tools.javac.jvm.Code$LocalVar com.sun.tools.javac.code.Symbol$VarSymbol top java.util.Iterator
      StackMap stack:
        79: aload 11
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.Code$LocalVar$Range
            astore 10 /* r */
        start local 10 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        80: .line 1052
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 10 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        81: .line 1053
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 10 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.length:C
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        82: .line 1054
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 9 /* sym */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        83: .line 1055
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 9 /* sym */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putSignature:(Lcom/sun/tools/javac/code/Symbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        84: .line 1056
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 8 /* var */
            getfield com.sun.tools.javac.jvm.Code$LocalVar.reg:C
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        85: .line 1057
            iinc 6 /* count */ 1
        end local 10 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        86: .line 1050
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 79
        end local 9 // com.sun.tools.javac.code.Symbol$VarSymbol sym
        end local 8 // com.sun.tools.javac.jvm.Code$LocalVar var
        87: .line 1045
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int int int int int
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        88: iload 7 /* i */
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBufferSize:I
            if_icmplt 74
        end local 7 // int i
        89: .line 1060
            iload 6 /* count */
            iload 4 /* nGenericVars */
            if_icmpne 90
            iconst_1
            goto 91
      StackMap locals:
      StackMap stack:
        90: iconst_0
      StackMap locals:
      StackMap stack: int
        91: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        92: .line 1061
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        93: .line 1062
            iinc 3 /* acount */ 1
        end local 6 // int count
        end local 5 // int alenIdx
        end local 4 // int nGenericVars
        94: .line 1066
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBufferSize:I
            ifle 100
        95: .line 1067
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 96
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Stack map for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.meth:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            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
        96: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMap:Lcom/sun/tools/javac/jvm/Code$StackMapFormat;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            invokevirtual com.sun.tools.javac.jvm.Code$StackMapFormat.getAttributeName:(Lcom/sun/tools/javac/util/Names;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 4 /* alenIdx */
        start local 4 // int alenIdx
        97: .line 1069
            aload 0 /* this */
            aload 1 /* code */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeStackMap:(Lcom/sun/tools/javac/jvm/Code;)V
        98: .line 1070
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        99: .line 1071
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
       100: .line 1074
      StackMap locals:
      StackMap stack:
            iload 3 /* acount */
            aload 0 /* this */
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.meth:Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.getRawTypeAttributes:()Lcom/sun/tools/javac/util/List;
            iconst_1
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeTypeAnnotations:(Lcom/sun/tools/javac/util/List;Z)I
            iadd
            istore 3 /* acount */
       101: .line 1076
            aload 0 /* this */
            iload 2 /* acountIdx */
            iload 3 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
       102: .line 1077
            return
        end local 3 // int acount
        end local 2 // int acountIdx
        end local 1 // com.sun.tools.javac.jvm.Code code
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  103     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0  103     1          code  Lcom/sun/tools/javac/jvm/Code;
            6   14     2             l  Lcom/sun/tools/javac/util/List<[C>;
            8   12     3             i  I
           15  103     2     acountIdx  I
           16  103     3        acount  I
           18   30     4       alenIdx  I
           20   28     5             l  Lcom/sun/tools/javac/util/List<[C>;
           22   26     6             i  I
           32   38     4           crt  Lcom/sun/tools/javac/jvm/CRTable;
           33   38     5       alenIdx  I
           34   38     6        crtIdx  I
           35   38     7    crtEntries  I
           40   94     4  nGenericVars  I
           41   94     5       alenIdx  I
           43   66     6             i  I
           45   64     7           var  Lcom/sun/tools/javac/jvm/Code$LocalVar;
           47   63     8             r  Lcom/sun/tools/javac/jvm/Code$LocalVar$Range;
           58   63    10           sym  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           72   94     6         count  I
           73   89     7             i  I
           75   87     8           var  Lcom/sun/tools/javac/jvm/Code$LocalVar;
           76   87     9           sym  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           80   86    10             r  Lcom/sun/tools/javac/jvm/Code$LocalVar$Range;
           97  100     4       alenIdx  I
    MethodParameters:
      Name  Flags
      code  

  private boolean needsLocalVariableTypeEntry(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 1083
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.isSameType:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Type;)Z
            ifne 3
         1: .line 1084
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.check:Lcom/sun/tools/javac/comp/Check;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.comp.Check.checkDenotable:(Lcom/sun/tools/javac/code/Type;)Z
            ifeq 3
         2: .line 1083
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    4     1     t  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      t     

  void writeStackMap(com.sun.tools.javac.jvm.Code);
    descriptor: (Lcom/sun/tools/javac/jvm/Code;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.jvm.Code code
         0: .line 1088
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBufferSize:I
            istore 2 /* nframes */
        start local 2 // int nframes
         1: .line 1089
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 2
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " nframes = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* nframes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 1090
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 2 /* nframes */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         3: .line 1092
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$jvm$Code$StackMapFormat:()[I
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMap:Lcom/sun/tools/javac/jvm/Code$StackMapFormat;
            invokevirtual com.sun.tools.javac.jvm.Code$StackMapFormat.ordinal:()I
            iaload
            tableswitch { // 2 - 3
                    2: 4
                    3: 46
              default: 56
          }
         4: .line 1094
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 44
         6: .line 1095
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 7
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         7: .line 1096
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBuffer:[Lcom/sun/tools/javac/jvm/Code$StackMapFrame;
            iload 3 /* i */
            aaload
            astore 4 /* frame */
        start local 4 // com.sun.tools.javac.jvm.Code$StackMapFrame frame
         8: .line 1099
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 9
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " pc="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.pc:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         9: .line 1100
      StackMap locals: com.sun.tools.javac.jvm.Code$StackMapFrame
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.pc:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        10: .line 1103
            iconst_0
            istore 5 /* localCount */
        start local 5 // int localCount
        11: .line 1104
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        12: goto 15
        13: .line 1106
      StackMap locals: int int
      StackMap stack:
            iinc 5 /* localCount */ 1
        14: .line 1105
            iload 6 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.locals:[Lcom/sun/tools/javac/code/Type;
            iload 6 /* j */
            aaload
            invokestatic com.sun.tools.javac.jvm.Code.width:(Lcom/sun/tools/javac/code/Type;)I
            iadd
            istore 6 /* j */
        15: .line 1104
      StackMap locals:
      StackMap stack:
            iload 6 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.locals:[Lcom/sun/tools/javac/code/Type;
            arraylength
            if_icmplt 13
        end local 6 // int j
        16: .line 1108
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 19
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " nlocals="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        17: .line 1109
            iload 5 /* localCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 1108
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        19: .line 1110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 5 /* localCount */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        20: .line 1111
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        21: goto 25
        22: .line 1113
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 23
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " local["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* j */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        23: .line 1114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.locals:[Lcom/sun/tools/javac/code/Type;
            iload 6 /* j */
            aaload
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeStackMapType:(Lcom/sun/tools/javac/code/Type;)V
        24: .line 1112
            iload 6 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.locals:[Lcom/sun/tools/javac/code/Type;
            iload 6 /* j */
            aaload
            invokestatic com.sun.tools.javac.jvm.Code.width:(Lcom/sun/tools/javac/code/Type;)I
            iadd
            istore 6 /* j */
        25: .line 1111
      StackMap locals:
      StackMap stack:
            iload 6 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.locals:[Lcom/sun/tools/javac/code/Type;
            arraylength
            if_icmplt 22
        end local 6 // int j
        26: .line 1118
            iconst_0
            istore 6 /* stackCount */
        start local 6 // int stackCount
        27: .line 1119
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        28: goto 31
        29: .line 1121
      StackMap locals: int
      StackMap stack:
            iinc 6 /* stackCount */ 1
        30: .line 1120
            iload 7 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.stack:[Lcom/sun/tools/javac/code/Type;
            iload 7 /* j */
            aaload
            invokestatic com.sun.tools.javac.jvm.Code.width:(Lcom/sun/tools/javac/code/Type;)I
            iadd
            istore 7 /* j */
        31: .line 1119
      StackMap locals:
      StackMap stack:
            iload 7 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.stack:[Lcom/sun/tools/javac/code/Type;
            arraylength
            if_icmplt 29
        end local 7 // int j
        32: .line 1123
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 35
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " nstack="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        33: .line 1124
            iload 6 /* stackCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 1123
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        35: .line 1125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 6 /* stackCount */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        36: .line 1126
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        37: goto 41
        38: .line 1128
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 39
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc " stack["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 7 /* j */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        39: .line 1129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.stack:[Lcom/sun/tools/javac/code/Type;
            iload 7 /* j */
            aaload
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeStackMapType:(Lcom/sun/tools/javac/code/Type;)V
        40: .line 1127
            iload 7 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.stack:[Lcom/sun/tools/javac/code/Type;
            iload 7 /* j */
            aaload
            invokestatic com.sun.tools.javac.jvm.Code.width:(Lcom/sun/tools/javac/code/Type;)I
            iadd
            istore 7 /* j */
        41: .line 1126
      StackMap locals:
      StackMap stack:
            iload 7 /* j */
            aload 4 /* frame */
            getfield com.sun.tools.javac.jvm.Code$StackMapFrame.stack:[Lcom/sun/tools/javac/code/Type;
            arraylength
            if_icmplt 38
        end local 7 // int j
        42: .line 1131
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 43
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        end local 6 // int stackCount
        end local 5 // int localCount
        end local 4 // com.sun.tools.javac.jvm.Code$StackMapFrame frame
        43: .line 1094
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Code int int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        44: iload 3 /* i */
            iload 2 /* nframes */
            if_icmplt 6
        end local 3 // int i
        45: .line 1133
            goto 57
        46: .line 1135
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBuffer:[Lcom/sun/tools/javac/jvm/Code$StackMapFrame;
            invokestatic com.sun.tools.javac.util.Assert.checkNull:(Ljava/lang/Object;)V
        47: .line 1136
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        48: goto 54
        49: .line 1137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 50
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 3 /* i */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        50: .line 1138
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapTableBuffer:[Lcom/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame;
            iload 3 /* i */
            aaload
            astore 4 /* frame */
        start local 4 // com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame frame
        51: .line 1139
            aload 4 /* frame */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame.write:(Lcom/sun/tools/javac/jvm/ClassWriter;)V
        52: .line 1140
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 53
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
        end local 4 // com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame frame
        53: .line 1136
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        54: iload 3 /* i */
            iload 2 /* nframes */
            if_icmplt 49
        end local 3 // int i
        55: .line 1142
            goto 57
        56: .line 1145
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            ldc "Unexpected stackmap format value"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        57: .line 1147
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int nframes
        end local 1 // com.sun.tools.javac.jvm.Code code
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   58     0        this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   58     1        code  Lcom/sun/tools/javac/jvm/Code;
            1   58     2     nframes  I
            5   45     3           i  I
            8   43     4       frame  Lcom/sun/tools/javac/jvm/Code$StackMapFrame;
           11   43     5  localCount  I
           12   16     6           j  I
           21   26     6           j  I
           27   43     6  stackCount  I
           28   32     7           j  I
           37   42     7           j  I
           48   55     3           i  I
           51   53     4       frame  Lcom/sun/tools/javac/jvm/ClassWriter$StackMapTableFrame;
    MethodParameters:
      Name  Flags
      code  

  void writeStackMapType(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Type t
         0: .line 1151
            aload 1 /* t */
            ifnonnull 4
         1: .line 1152
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 2
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "empty"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 1153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_0
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
         3: .line 1154
            goto 33
         4: .line 1155
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:()[I
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.getTag:()Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iaload
            tableswitch { // 1 - 25
                    1: 5
                    2: 5
                    3: 5
                    4: 14
                    5: 8
                    6: 5
                    7: 11
                    8: 5
                    9: 32
                   10: 20
                   11: 20
                   12: 32
                   13: 32
                   14: 32
                   15: 20
                   16: 32
                   17: 32
                   18: 32
                   19: 17
                   20: 32
                   21: 32
                   22: 32
                   23: 32
                   24: 24
                   25: 27
              default: 32
          }
         5: .line 1161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 6
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "int"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         6: .line 1162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_1
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
         7: .line 1163
            goto 33
         8: .line 1165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 9
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "float"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         9: .line 1166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_2
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        10: .line 1167
            goto 33
        11: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 12
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "double"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        12: .line 1170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_3
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        13: .line 1171
            goto 33
        14: .line 1173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 15
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "long"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        15: .line 1174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_4
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        16: .line 1175
            goto 33
        17: .line 1177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 18
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "null"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        18: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_5
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        19: .line 1179
            goto 33
        20: .line 1183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 21
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "object("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        21: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 7
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        22: .line 1185
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Types.erasure:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Type;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        23: .line 1186
            goto 33
        24: .line 1188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 25
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "uninit_this"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        25: .line 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 6
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        26: .line 1190
            goto 33
        27: .line 1192
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            checkcast com.sun.tools.javac.jvm.UninitializedType
            astore 2 /* uninitType */
        start local 2 // com.sun.tools.javac.jvm.UninitializedType uninitType
        28: .line 1193
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 8
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        29: .line 1194
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 30
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "uninit_object@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* uninitType */
            getfield com.sun.tools.javac.jvm.UninitializedType.offset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        30: .line 1195
      StackMap locals: com.sun.tools.javac.jvm.UninitializedType
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* uninitType */
            getfield com.sun.tools.javac.jvm.UninitializedType.offset:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 2 // com.sun.tools.javac.jvm.UninitializedType uninitType
        31: .line 1197
            goto 33
        32: .line 1199
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        33: .line 1201
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.tools.javac.code.Type t
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   34     0        this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   34     1           t  Lcom/sun/tools/javac/code/Type;
           28   31     2  uninitType  Lcom/sun/tools/javac/jvm/UninitializedType;
    MethodParameters:
      Name  Flags
      t     

  void writeFields(com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Scope s
         0: .line 1416
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 2 /* vars */
        start local 2 // com.sun.tools.javac.util.List vars
         1: .line 1417
            aload 1 /* s */
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Scope com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 3 /* sym */
        start local 3 // com.sun.tools.javac.code.Symbol sym
         3: .line 1418
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 4
            aload 2 /* vars */
            aload 3 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 2 /* vars */
        end local 3 // com.sun.tools.javac.code.Symbol sym
         4: .line 1417
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1420
            goto 8
         6: .line 1421
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Scope com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* vars */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeField:(Lcom/sun/tools/javac/code/Symbol$VarSymbol;)V
         7: .line 1422
            aload 2 /* vars */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* vars */
         8: .line 1420
      StackMap locals:
      StackMap stack:
            aload 2 /* vars */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 6
         9: .line 1424
            return
        end local 2 // com.sun.tools.javac.util.List vars
        end local 1 // com.sun.tools.javac.code.Scope s
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   10     1     s  Lcom/sun/tools/javac/code/Scope;
            1   10     2  vars  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$VarSymbol;>;
            3    4     3   sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      s     

  void writeMethods(com.sun.tools.javac.code.Scope);
    descriptor: (Lcom/sun/tools/javac/code/Scope;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Scope s
         0: .line 1427
            invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
            astore 2 /* methods */
        start local 2 // com.sun.tools.javac.util.List methods
         1: .line 1428
            aload 1 /* s */
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Scope com.sun.tools.javac.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 3 /* sym */
        start local 3 // com.sun.tools.javac.code.Symbol sym
         3: .line 1429
            aload 3 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 5
            aload 3 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 137438953472
            land
            lconst_0
            lcmp
            ifne 5
         4: .line 1430
            aload 2 /* methods */
            aload 3 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
            astore 2 /* methods */
        end local 3 // com.sun.tools.javac.code.Symbol sym
         5: .line 1428
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 1432
            goto 9
         7: .line 1433
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Scope com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* methods */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeMethod:(Lcom/sun/tools/javac/code/Symbol$MethodSymbol;)V
         8: .line 1434
            aload 2 /* methods */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* methods */
         9: .line 1432
      StackMap locals:
      StackMap stack:
            aload 2 /* methods */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 7
        10: .line 1436
            return
        end local 2 // com.sun.tools.javac.util.List methods
        end local 1 // com.sun.tools.javac.code.Scope s
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   11     1        s  Lcom/sun/tools/javac/code/Scope;
            1   11     2  methods  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$MethodSymbol;>;
            3    5     3      sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      s     

  public javax.tools.JavaFileObject writeClass(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)Ljavax/tools/JavaFileObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 1444
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 1
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flatname:Lcom/sun/tools/javac/util/Name;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.Name
         2: invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            astore 2 /* name */
        start local 2 // java.lang.String name
         3: .line 1446
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.multiModuleMode:Z
            ifeq 9
         4: .line 1447
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 5
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$ModuleSymbol
            goto 6
      StackMap locals: java.lang.String
      StackMap stack:
         5: aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.packge:()Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.modle:Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$ModuleSymbol
         6: astore 4 /* msym */
        start local 4 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
         7: .line 1448
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.fileManager:Ljavax/tools/JavaFileManager;
            getstatic javax.tools.StandardLocation.CLASS_OUTPUT:Ljavax/tools/StandardLocation;
            aload 4 /* msym */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.util.Name.toString:()Ljava/lang/String;
            invokeinterface javax.tools.JavaFileManager.getLocationForModule:(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;)Ljavax/tools/JavaFileManager$Location;
            astore 3 /* outLocn */
        end local 4 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        start local 3 // javax.tools.JavaFileManager$Location outLocn
         8: .line 1449
            goto 10
        end local 3 // javax.tools.JavaFileManager$Location outLocn
         9: .line 1450
      StackMap locals:
      StackMap stack:
            getstatic javax.tools.StandardLocation.CLASS_OUTPUT:Ljavax/tools/StandardLocation;
            astore 3 /* outLocn */
        start local 3 // javax.tools.JavaFileManager$Location outLocn
        10: .line 1453
      StackMap locals: javax.tools.JavaFileManager$Location
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.fileManager:Ljavax/tools/JavaFileManager;
            aload 3 /* outLocn */
        11: .line 1454
            aload 2 /* name */
        12: .line 1455
            getstatic javax.tools.JavaFileObject$Kind.CLASS:Ljavax/tools/JavaFileObject$Kind;
        13: .line 1456
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
        14: .line 1453
            invokeinterface javax.tools.JavaFileManager.getJavaFileForOutput:(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;Ljavax/tools/FileObject;)Ljavax/tools/JavaFileObject;
        15: .line 1452
            astore 4 /* outFile */
        start local 4 // javax.tools.JavaFileObject outFile
        16: .line 1457
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.openOutputStream:()Ljava/io/OutputStream;
            astore 5 /* out */
        start local 5 // java.io.OutputStream out
        17: .line 1459
            aload 0 /* this */
            aload 5 /* out */
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeClassFile:(Ljava/io/OutputStream;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        18: .line 1460
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.verbose:Z
            ifeq 20
        19: .line 1461
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            ldc "wrote.file"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.tools.javac.util.Log.printVerbose:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 1462
      StackMap locals: javax.tools.JavaFileObject java.io.OutputStream
      StackMap stack:
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        21: .line 1463
            aconst_null
            astore 5 /* out */
        22: .line 1464
            goto 35
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Types$SignatureGenerator$InvalidSignatureException
        23: astore 6 /* ex */
        start local 6 // com.sun.tools.javac.code.Types$SignatureGenerator$InvalidSignatureException ex
        24: .line 1465
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            aload 1 /* c */
            aload 1 /* c */
            aload 6 /* ex */
            invokevirtual com.sun.tools.javac.code.Types$SignatureGenerator$InvalidSignatureException.type:()Lcom/sun/tools/javac/code/Type;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Fragments.IllegalSignature:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;
            invokestatic com.sun.tools.javac.resources.CompilerProperties$Errors.CannotGenerateClass:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/util/JCDiagnostic$Fragment;)Lcom/sun/tools/javac/util/JCDiagnostic$Error;
            invokevirtual com.sun.tools.javac.util.Log.error:(Lcom/sun/tools/javac/util/JCDiagnostic$Error;)V
        end local 6 // com.sun.tools.javac.code.Types$SignatureGenerator$InvalidSignatureException ex
        25: .line 1467
            aload 5 /* out */
            ifnull 39
        26: .line 1469
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        27: .line 1470
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        28: .line 1471
            aconst_null
            astore 4 /* outFile */
            goto 39
        29: .line 1466
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        30: .line 1467
            aload 5 /* out */
            ifnull 34
        31: .line 1469
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        32: .line 1470
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        33: .line 1471
            aconst_null
            astore 4 /* outFile */
        34: .line 1473
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol java.lang.String javax.tools.JavaFileManager$Location javax.tools.JavaFileObject java.io.OutputStream top java.lang.Throwable
      StackMap stack:
            aload 7
            athrow
        35: .line 1467
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.code.Symbol$ClassSymbol java.lang.String javax.tools.JavaFileManager$Location javax.tools.JavaFileObject java.io.OutputStream
      StackMap stack:
            aload 5 /* out */
            ifnull 39
        36: .line 1469
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        37: .line 1470
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        38: .line 1471
            aconst_null
            astore 4 /* outFile */
        39: .line 1474
      StackMap locals:
      StackMap stack:
            aload 4 /* outFile */
            areturn
        end local 5 // java.io.OutputStream out
        end local 4 // javax.tools.JavaFileObject outFile
        end local 3 // javax.tools.JavaFileManager$Location outLocn
        end local 2 // java.lang.String name
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   40     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   40     1        c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            3   40     2     name  Ljava/lang/String;
            8    9     3  outLocn  Ljavax/tools/JavaFileManager$Location;
           10   40     3  outLocn  Ljavax/tools/JavaFileManager$Location;
            7    8     4     msym  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
           16   40     4  outFile  Ljavax/tools/JavaFileObject;
           17   40     5      out  Ljava/io/OutputStream;
           24   25     6       ex  Lcom/sun/tools/javac/code/Types$SignatureGenerator$InvalidSignatureException;
      Exception table:
        from    to  target  type
          17    22      23  Class com.sun.tools.javac.code.Types$SignatureGenerator$InvalidSignatureException
          17    25      29  any
    Exceptions:
      throws java.io.IOException, com.sun.tools.javac.jvm.ClassWriter$PoolOverflow, com.sun.tools.javac.jvm.ClassWriter$StringOverflow
    MethodParameters:
      Name  Flags
      c     

  public void writeClassFile(java.io.OutputStream, com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Ljava/io/OutputStream;Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=14, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // java.io.OutputStream out
        start local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 1481
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc 16777216
            land
            lconst_0
            lcmp
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         3: .line 1482
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            invokevirtual com.sun.tools.javac.util.ByteBuffer.reset:()V
         4: .line 1483
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            invokevirtual com.sun.tools.javac.util.ByteBuffer.reset:()V
         5: .line 1485
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.supertype:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/code/Type;
            astore 3 /* supertype */
        start local 3 // com.sun.tools.javac.code.Type supertype
         6: .line 1486
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Types.interfaces:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/List;
            astore 4 /* interfaces */
        start local 4 // com.sun.tools.javac.util.List interfaces
         7: .line 1487
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.getTypeArguments:()Lcom/sun/tools/javac/util/List;
            astore 5 /* typarams */
        start local 5 // com.sun.tools.javac.util.List typarams
         8: .line 1490
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 11
         9: .line 1491
            ldc 32768
            istore 6 /* flags */
        start local 6 // int flags
        10: .line 1492
            goto 15
        end local 6 // int flags
        11: .line 1493
      StackMap locals: com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            ldc -8796093022209
            land
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.adjustFlags:(J)I
            istore 6 /* flags */
        start local 6 // int flags
        12: .line 1494
            iload 6 /* flags */
            iconst_4
            iand
            ifeq 13
            iload 6 /* flags */
            iconst_1
            ior
            istore 6 /* flags */
        13: .line 1495
      StackMap locals: int
      StackMap stack:
            iload 6 /* flags */
            sipush 32273
            iand
            sipush -2049
            iand
            istore 6 /* flags */
        14: .line 1496
            iload 6 /* flags */
            sipush 512
            iand
            ifne 15
            iload 6 /* flags */
            bipush 32
            ior
            istore 6 /* flags */
        15: .line 1499
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpClassModifiers:Z
            ifeq 20
        16: .line 1500
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.log:Lcom/sun/tools/javac/util/Log;
            getstatic com.sun.tools.javac.util.Log$WriterKind.ERROR:Lcom/sun/tools/javac/util/Log$WriterKind;
            invokevirtual com.sun.tools.javac.util.Log.getWriter:(Lcom/sun/tools/javac/util/Log$WriterKind;)Ljava/io/PrintWriter;
            astore 7 /* pw */
        start local 7 // java.io.PrintWriter pw
        17: .line 1501
            aload 7 /* pw */
            invokevirtual java.io.PrintWriter.println:()V
        18: .line 1502
            aload 7 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "CLASSFILE  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.getQualifiedName:()Lcom/sun/tools/javac/util/Name;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        19: .line 1503
            aload 7 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "---"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 6 /* flags */
            i2l
            invokestatic com.sun.tools.javac.jvm.ClassWriter.flagNames:(J)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintWriter.println:(Ljava/lang/String;)V
        end local 7 // java.io.PrintWriter pw
        20: .line 1505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 6 /* flags */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        21: .line 1507
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 26
        22: .line 1508
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            checkcast com.sun.tools.javac.code.Symbol$ModuleSymbol
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.unnamedPackage:Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
            astore 7 /* unnamed */
        start local 7 // com.sun.tools.javac.code.Symbol$PackageSymbol unnamed
        23: .line 1509
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
        24: new com.sun.tools.javac.code.Symbol$ClassSymbol
            dup
            lconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.module_info:Lcom/sun/tools/javac/util/Name;
            aload 7 /* unnamed */
            invokespecial com.sun.tools.javac.code.Symbol$ClassSymbol.<init>:(JLcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Symbol;)V
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 7 // com.sun.tools.javac.code.Symbol$PackageSymbol unnamed
        25: .line 1510
            goto 27
        26: .line 1511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        27: .line 1513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 3 /* supertype */
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 28
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 3 /* supertype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            goto 29
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        28: iconst_0
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter java.io.OutputStream com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
        29: invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        30: .line 1514
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* interfaces */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        31: .line 1515
            aload 4 /* interfaces */
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        32: goto 35
        33: .line 1516
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        34: .line 1515
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
      StackMap locals:
      StackMap stack:
        35: aload 7 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 33
        end local 7 // com.sun.tools.javac.util.List l
        36: .line 1517
            iconst_0
            istore 7 /* fieldsCount */
        start local 7 // int fieldsCount
        37: .line 1518
            iconst_0
            istore 8 /* methodsCount */
        start local 8 // int methodsCount
        38: .line 1519
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
            invokevirtual com.sun.tools.javac.code.Scope$WriteableScope.getSymbols:(Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            astore 10
            goto 46
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter java.io.OutputStream com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int int top java.util.Iterator
      StackMap stack:
        39: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol
            astore 9 /* sym */
        start local 9 // com.sun.tools.javac.code.Symbol sym
        40: .line 1520
            invokestatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:()[I
            aload 9 /* sym */
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iaload
            tableswitch { // 3 - 5
                    3: 44
                    4: 41
                    5: 42
              default: 45
          }
        41: .line 1521
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter java.io.OutputStream com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int int com.sun.tools.javac.code.Symbol java.util.Iterator
      StackMap stack:
            iinc 7 /* fieldsCount */ 1
            goto 46
        42: .line 1522
      StackMap locals:
      StackMap stack:
            aload 9 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 137438953472
            land
            lconst_0
            lcmp
            ifne 46
            iinc 8 /* methodsCount */ 1
        43: .line 1523
            goto 46
        44: .line 1524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 9 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.enterInner:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
            goto 46
        45: .line 1525
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.Assert.error:()V
        end local 9 // com.sun.tools.javac.code.Symbol sym
        46: .line 1519
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter java.io.OutputStream com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 39
        47: .line 1529
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.trans_local:Lcom/sun/tools/javac/util/List;
            ifnull 52
        48: .line 1530
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.trans_local:Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 51
      StackMap locals:
      StackMap stack:
        49: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 9 /* local */
        start local 9 // com.sun.tools.javac.code.Symbol$ClassSymbol local
        50: .line 1531
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 9 /* local */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.enterInner:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        end local 9 // com.sun.tools.javac.code.Symbol$ClassSymbol local
        51: .line 1530
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 49
        52: .line 1535
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter java.io.OutputStream com.sun.tools.javac.code.Symbol$ClassSymbol com.sun.tools.javac.code.Type com.sun.tools.javac.util.List com.sun.tools.javac.util.List int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 7 /* fieldsCount */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        53: .line 1536
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeFields:(Lcom/sun/tools/javac/code/Scope;)V
        54: .line 1537
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 8 /* methodsCount */
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        55: .line 1538
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.members:()Lcom/sun/tools/javac/code/Scope$WriteableScope;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeMethods:(Lcom/sun/tools/javac/code/Scope;)V
        56: .line 1540
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 9 /* acountIdx */
        start local 9 // int acountIdx
        57: .line 1541
            iconst_0
            istore 10 /* acount */
        start local 10 // int acount
        58: .line 1544
            aload 5 /* typarams */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifne 60
            aload 3 /* supertype */
            invokevirtual com.sun.tools.javac.code.Type.allparams:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifne 60
        59: .line 1543
            iconst_0
            goto 61
      StackMap locals: int int
      StackMap stack:
        60: iconst_1
      StackMap locals:
      StackMap stack: int
        61: istore 11 /* sigReq */
        start local 11 // boolean sigReq
        62: .line 1545
            aload 4 /* interfaces */
            astore 12 /* l */
        start local 12 // com.sun.tools.javac.util.List l
        63: goto 68
        64: .line 1546
      StackMap locals: int com.sun.tools.javac.util.List
      StackMap stack:
            aload 12 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Type
            invokevirtual com.sun.tools.javac.code.Type.allparams:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifeq 65
            iconst_1
            goto 66
      StackMap locals:
      StackMap stack:
        65: iconst_0
      StackMap locals:
      StackMap stack: int
        66: istore 11 /* sigReq */
        67: .line 1545
            aload 12 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 12 /* l */
      StackMap locals:
      StackMap stack:
        68: iload 11 /* sigReq */
            ifne 69
            aload 12 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 64
        end local 12 // com.sun.tools.javac.util.List l
        69: .line 1547
      StackMap locals:
      StackMap stack:
            iload 11 /* sigReq */
            ifeq 74
        70: .line 1548
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.Signature:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 12 /* alenIdx */
        start local 12 // int alenIdx
        71: .line 1549
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putSignature:(Lcom/sun/tools/javac/code/Symbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        72: .line 1550
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        73: .line 1551
            iinc 10 /* acount */ 1
        end local 12 // int alenIdx
        74: .line 1554
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
            ifnull 80
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.emitSourceFile:Z
            ifeq 80
        75: .line 1555
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.SourceFile:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 12 /* alenIdx */
        start local 12 // int alenIdx
        76: .line 1559
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
            invokestatic com.sun.tools.javac.file.PathFileObject.getSimpleName:(Ljavax/tools/FileObject;)Ljava/lang/String;
            astore 13 /* simpleName */
        start local 13 // java.lang.String simpleName
        77: .line 1560
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            aload 13 /* simpleName */
            invokevirtual com.sun.tools.javac.util.Names.fromString:(Ljava/lang/String;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        78: .line 1561
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        79: .line 1562
            iinc 10 /* acount */ 1
        end local 13 // java.lang.String simpleName
        end local 12 // int alenIdx
        80: .line 1565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.genCrt:Z
            ifeq 89
        81: .line 1567
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.SourceID:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 12 /* alenIdx */
        start local 12 // int alenIdx
        82: .line 1568
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            aload 0 /* this */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.getLastModified:(Ljavax/tools/FileObject;)J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.util.Names.fromString:(Ljava/lang/String;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        83: .line 1569
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        84: .line 1570
            iinc 10 /* acount */ 1
        85: .line 1572
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            getfield com.sun.tools.javac.util.Names.CompilationID:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeAttr:(Lcom/sun/tools/javac/util/Name;)I
            istore 12 /* alenIdx */
        86: .line 1573
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            invokestatic java.lang.System.currentTimeMillis:()J
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual com.sun.tools.javac.util.Names.fromString:(Ljava/lang/String;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putName:(Lcom/sun/tools/javac/util/Name;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        87: .line 1574
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        88: .line 1575
            iinc 10 /* acount */ 1
        end local 12 // int alenIdx
        89: .line 1578
      StackMap locals:
      StackMap stack:
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.flags:()J
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeFlagAttrs:(J)I
            iadd
            istore 10 /* acount */
        90: .line 1579
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.getRawAttributes:()Lcom/sun/tools/javac/util/List;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations:(Lcom/sun/tools/javac/util/List;)I
            iadd
            istore 10 /* acount */
        91: .line 1580
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.getRawTypeAttributes:()Lcom/sun/tools/javac/util/List;
            iconst_0
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeTypeAnnotations:(Lcom/sun/tools/javac/util/List;Z)I
            iadd
            istore 10 /* acount */
        92: .line 1581
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeEnclosingMethodAttribute:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            iadd
            istore 10 /* acount */
        93: .line 1582
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 96
        94: .line 1583
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeModuleAttribute:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            iadd
            istore 10 /* acount */
        95: .line 1584
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc -131073
            land
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeFlagAttrs:(J)I
            iadd
            istore 10 /* acount */
        96: .line 1586
      StackMap locals:
      StackMap stack:
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeExtraClassAttributes:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            iadd
            istore 10 /* acount */
        97: .line 1588
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            ldc -889275714
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendInt:(I)V
        98: .line 1589
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.preview:Lcom/sun/tools/javac/code/Preview;
            invokevirtual com.sun.tools.javac.code.Preview.isEnabled:()Z
            ifeq 101
        99: .line 1590
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            ldc 65535
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
       100: .line 1591
            goto 102
       101: .line 1592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.target:Lcom/sun/tools/javac/jvm/Target;
            getfield com.sun.tools.javac.jvm.Target.minorVersion:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
       102: .line 1594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.target:Lcom/sun/tools/javac/jvm/Target;
            getfield com.sun.tools.javac.jvm.Target.majorVersion:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
       103: .line 1596
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpeq 107
       104: .line 1597
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.target:Lcom/sun/tools/javac/jvm/Target;
            invokevirtual com.sun.tools.javac.jvm.Target.hasNestmateAccess:()Z
            ifeq 107
       105: .line 1598
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeNestMembersIfNeeded:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            iadd
            istore 10 /* acount */
       106: .line 1599
            iload 10 /* acount */
            aload 0 /* this */
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeNestHostIfNeeded:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            iadd
            istore 10 /* acount */
       107: .line 1603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 110
       108: .line 1604
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeBootstrapMethods:()V
       109: .line 1605
            iinc 10 /* acount */ 1
       110: .line 1608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            getfield com.sun.tools.javac.jvm.PoolWriter.innerClasses:Ljava/util/LinkedHashSet;
            invokevirtual java.util.LinkedHashSet.isEmpty:()Z
            ifne 113
       111: .line 1609
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeInnerClasses:()V
       112: .line 1610
            iinc 10 /* acount */ 1
       113: .line 1613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* acountIdx */
            iload 10 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
       114: .line 1615
            aload 1 /* out */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.length:I
            invokevirtual java.io.OutputStream.write:([BII)V
       115: .line 1617
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* out */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.writePool:(Ljava/io/OutputStream;)V
       116: .line 1618
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.reset:()V
       117: .line 1620
            aload 1 /* out */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.elems:[B
            iconst_0
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            getfield com.sun.tools.javac.util.ByteBuffer.length:I
            invokevirtual java.io.OutputStream.write:([BII)V
       118: .line 1621
            return
        end local 11 // boolean sigReq
        end local 10 // int acount
        end local 9 // int acountIdx
        end local 8 // int methodsCount
        end local 7 // int fieldsCount
        end local 6 // int flags
        end local 5 // com.sun.tools.javac.util.List typarams
        end local 4 // com.sun.tools.javac.util.List interfaces
        end local 3 // com.sun.tools.javac.code.Type supertype
        end local 2 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 1 // java.io.OutputStream out
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  119     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0  119     1           out  Ljava/io/OutputStream;
            0  119     2             c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            6  119     3     supertype  Lcom/sun/tools/javac/code/Type;
            7  119     4    interfaces  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
            8  119     5      typarams  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           10   11     6         flags  I
           12  119     6         flags  I
           17   20     7            pw  Ljava/io/PrintWriter;
           23   25     7       unnamed  Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
           32   36     7             l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           37  119     7   fieldsCount  I
           38  119     8  methodsCount  I
           40   46     9           sym  Lcom/sun/tools/javac/code/Symbol;
           50   51     9         local  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           57  119     9     acountIdx  I
           58  119    10        acount  I
           62  119    11        sigReq  Z
           63   69    12             l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           71   74    12       alenIdx  I
           76   80    12       alenIdx  I
           77   80    13    simpleName  Ljava/lang/String;
           82   89    12       alenIdx  I
    Exceptions:
      throws java.io.IOException, com.sun.tools.javac.jvm.ClassWriter$PoolOverflow, com.sun.tools.javac.jvm.ClassWriter$StringOverflow
    MethodParameters:
      Name  Flags
      out   
      c     

  protected int writeExtraClassAttributes(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
         0: .line 1628
            iconst_0
            ireturn
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    1     1     c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
    MethodParameters:
      Name  Flags
      c     

  int adjustFlags(long);
    descriptor: (J)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // long flags
         0: .line 1632
            lload 1 /* flags */
            l2i
            istore 3 /* result */
        start local 3 // int result
         1: .line 1634
            lload 1 /* flags */
            ldc 2147483648
            land
            lconst_0
            lcmp
            ifeq 3
         2: .line 1635
            iload 3 /* result */
            bipush 64
            ior
            istore 3 /* result */
         3: .line 1636
      StackMap locals: int
      StackMap stack:
            lload 1 /* flags */
            ldc 17179869184
            land
            lconst_0
            lcmp
            ifeq 5
         4: .line 1637
            iload 3 /* result */
            sipush 128
            ior
            istore 3 /* result */
         5: .line 1638
      StackMap locals:
      StackMap stack:
            lload 1 /* flags */
            ldc 8796093022208
            land
            lconst_0
            lcmp
            ifeq 7
         6: .line 1639
            iload 3 /* result */
            sipush -1025
            iand
            istore 3 /* result */
         7: .line 1640
      StackMap locals:
      StackMap stack:
            iload 3 /* result */
            ireturn
        end local 3 // int result
        end local 1 // long flags
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    8     1   flags  J
            1    8     3  result  I
    MethodParameters:
       Name  Flags
      flags  final

  long getLastModified(javax.tools.FileObject);
    descriptor: (Ljavax/tools/FileObject;)J
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // javax.tools.FileObject filename
         0: .line 1644
            lconst_0
            lstore 2 /* mod */
        start local 2 // long mod
         1: .line 1646
            aload 1 /* filename */
            invokeinterface javax.tools.FileObject.getLastModified:()J
            lstore 2 /* mod */
         2: .line 1647
            goto 5
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter javax.tools.FileObject long
      StackMap stack: java.lang.SecurityException
         3: astore 4 /* e */
        start local 4 // java.lang.SecurityException e
         4: .line 1648
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "CRT: couldn't get source file modification date: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* e */
            invokevirtual java.lang.SecurityException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 4 // java.lang.SecurityException e
         5: .line 1650
      StackMap locals:
      StackMap stack:
            lload 2 /* mod */
            lreturn
        end local 2 // long mod
        end local 1 // javax.tools.FileObject filename
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    6     1  filename  Ljavax/tools/FileObject;
            1    6     2       mod  J
            4    5     4         e  Ljava/lang/SecurityException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.SecurityException
    MethodParameters:
          Name  Flags
      filename  

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.Attribute$RetentionPolicy.values:()[Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.Attribute$RetentionPolicy.CLASS:Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.code.Attribute$RetentionPolicy.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.Attribute$RetentionPolicy.RUNTIME:Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.code.Attribute$RetentionPolicy.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.Attribute$RetentionPolicy.SOURCE:Lcom/sun/tools/javac/code/Attribute$RetentionPolicy;
            invokevirtual com.sun.tools.javac.code.Attribute$RetentionPolicy.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Attribute$RetentionPolicy:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$TargetType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$TargetType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.TargetType.values:()[Lcom/sun/tools/javac/code/TargetType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CAST:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 18
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CLASS_EXTENDS:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CLASS_TYPE_PARAMETER:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CLASS_TYPE_PARAMETER_BOUND:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 19
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CONSTRUCTOR_REFERENCE:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 16
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.TargetType.CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 21
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.TargetType.EXCEPTION_PARAMETER:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 13
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.TargetType.FIELD:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 6
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.TargetType.INSTANCEOF:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 14
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.TargetType.LOCAL_VARIABLE:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 11
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_FORMAL_PARAMETER:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 9
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_INVOCATION_TYPE_ARGUMENT:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 20
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_RECEIVER:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 8
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_REFERENCE:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 17
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_REFERENCE_TYPE_ARGUMENT:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 22
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_RETURN:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 7
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_TYPE_PARAMETER:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            iconst_2
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.code.TargetType.METHOD_TYPE_PARAMETER_BOUND:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            iconst_5
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.code.TargetType.NEW:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 15
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.code.TargetType.RESOURCE_VARIABLE:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 12
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.code.TargetType.THROWS:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 10
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.code.TargetType.UNKNOWN:Lcom/sun/tools/javac/code/TargetType;
            invokevirtual com.sun.tools.javac.code.TargetType.ordinal:()I
            bipush 23
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            dup
            putstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$TargetType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$jvm$Code$StackMapFormat();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$jvm$Code$StackMapFormat:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.jvm.Code$StackMapFormat.values:()[Lcom/sun/tools/javac/jvm/Code$StackMapFormat;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.jvm.Code$StackMapFormat.CLDC:Lcom/sun/tools/javac/jvm/Code$StackMapFormat;
            invokevirtual com.sun.tools.javac.jvm.Code$StackMapFormat.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.jvm.Code$StackMapFormat.JSR202:Lcom/sun/tools/javac/jvm/Code$StackMapFormat;
            invokevirtual com.sun.tools.javac.jvm.Code$StackMapFormat.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.jvm.Code$StackMapFormat.NONE:Lcom/sun/tools/javac/jvm/Code$StackMapFormat;
            invokevirtual com.sun.tools.javac.jvm.Code$StackMapFormat.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$jvm$Code$StackMapFormat:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$TypeTag();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.TypeTag.values:()[Lcom/sun/tools/javac/code/TypeTag;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 11
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOOLEAN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 8
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BOT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 19
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.BYTE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CHAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_2
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.CLASS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 10
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DEFERRED:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 18
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.DOUBLE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.ERROR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 21
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FLOAT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.FORALL:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 17
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.INT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 6
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.LONG:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_4
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 12
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.MODULE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 14
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.NONE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 20
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.PACKAGE:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 13
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.SHORT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            iconst_3
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.TYPEVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 15
            iastore
        57: goto 59
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        58: pop
      StackMap locals:
      StackMap stack:
        59: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNDETVAR:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 23
            iastore
        60: goto 62
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        61: pop
      StackMap locals:
      StackMap stack:
        62: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_OBJECT:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 25
            iastore
        63: goto 65
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        64: pop
      StackMap locals:
      StackMap stack:
        65: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNINITIALIZED_THIS:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 24
            iastore
        66: goto 68
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        67: pop
      StackMap locals:
      StackMap stack:
        68: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.UNKNOWN:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 22
            iastore
        69: goto 71
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        70: pop
      StackMap locals:
      StackMap stack:
        71: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.VOID:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 9
            iastore
        72: goto 74
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        73: pop
      StackMap locals:
      StackMap stack:
        74: aload 0
            getstatic com.sun.tools.javac.code.TypeTag.WILDCARD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.TypeTag.ordinal:()I
            bipush 16
            iastore
        75: goto 77
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        76: pop
      StackMap locals:
      StackMap stack:
        77: aload 0
            dup
            putstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$TypeTag:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError
          56    57      58  Class java.lang.NoSuchFieldError
          59    60      61  Class java.lang.NoSuchFieldError
          62    63      64  Class java.lang.NoSuchFieldError
          65    66      67  Class java.lang.NoSuchFieldError
          68    69      70  Class java.lang.NoSuchFieldError
          71    72      73  Class java.lang.NoSuchFieldError
          74    75      76  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 69
            getstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.sun.tools.javac.code.Kinds$Kind.values:()[Lcom/sun/tools/javac/code/Kinds$Kind;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ABSENT_MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 17
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ABSENT_TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 18
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ABSENT_VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 14
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.AMBIGUOUS:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 9
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.BAD_RESTRICTED_TYPE:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 13
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 8
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.HIDDEN:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 10
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 7
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.MISSING_ENCL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 12
            iastore
        27: goto 29
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        28: pop
      StackMap locals:
      StackMap stack:
        29: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_5
            iastore
        30: goto 32
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        31: pop
      StackMap locals:
      StackMap stack:
        32: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.NIL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_1
            iastore
        33: goto 35
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        34: pop
      StackMap locals:
      StackMap stack:
        35: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_2
            iastore
        36: goto 38
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        37: pop
      StackMap locals:
      StackMap stack:
        38: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.POLY:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 6
            iastore
        39: goto 41
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        40: pop
      StackMap locals:
      StackMap stack:
        41: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.STATICERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 11
            iastore
        42: goto 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        43: pop
      StackMap locals:
      StackMap stack:
        44: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_3
            iastore
        45: goto 47
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        46: pop
      StackMap locals:
      StackMap stack:
        47: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_4
            iastore
        48: goto 50
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        49: pop
      StackMap locals:
      StackMap stack:
        50: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.WRONG_MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 16
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: aload 0
            getstatic com.sun.tools.javac.code.Kinds$Kind.WRONG_MTHS:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 15
            iastore
        54: goto 56
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        55: pop
      StackMap locals:
      StackMap stack:
        56: aload 0
            dup
            putstatic com.sun.tools.javac.jvm.ClassWriter.$SWITCH_TABLE$com$sun$tools$javac$code$Kinds$Kind:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
          26    27      28  Class java.lang.NoSuchFieldError
          29    30      31  Class java.lang.NoSuchFieldError
          32    33      34  Class java.lang.NoSuchFieldError
          35    36      37  Class java.lang.NoSuchFieldError
          38    39      40  Class java.lang.NoSuchFieldError
          41    42      43  Class java.lang.NoSuchFieldError
          44    45      46  Class java.lang.NoSuchFieldError
          47    48      49  Class java.lang.NoSuchFieldError
          50    51      52  Class java.lang.NoSuchFieldError
          53    54      55  Class java.lang.NoSuchFieldError

  private static java.util.Set lambda$0(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)Ljava/util/Set;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Symbol$ClassSymbol s
         0: .line 792
            new java.util.LinkedHashSet
            dup
            invokespecial java.util.LinkedHashSet.<init>:()V
            areturn
        end local 0 // com.sun.tools.javac.code.Symbol$ClassSymbol s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;

  private void lambda$1(com.sun.tools.javac.code.Symbol$ClassSymbol, java.util.Set);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;Ljava/util/Set;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol srvc
        start local 2 // java.util.Set impls
         0: .line 796
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* srvc */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 797
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* impls */
            invokeinterface java.util.Set.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 798
            aload 2 /* impls */
            aload 0 /* this */
            invokedynamic accept(Lcom/sun/tools/javac/jvm/ClassWriter;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  com/sun/tools/javac/jvm/ClassWriter.lambda$2(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V (7)
                  (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
            invokeinterface java.util.Set.forEach:(Ljava/util/function/Consumer;)V
         3: .line 799
            return
        end local 2 // java.util.Set impls
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol srvc
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    4     1   srvc  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            0    4     2  impls  Ljava/util/Set<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;

  private void lambda$2(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol impl
         0: .line 798
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolWriter:Lcom/sun/tools/javac/jvm/PoolWriter;
            aload 1 /* impl */
            invokevirtual com.sun.tools.javac.jvm.PoolWriter.putClass:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
            return
        end local 1 // com.sun.tools.javac.code.Symbol$ClassSymbol impl
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    1     1  impl  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
}
SourceFile: "ClassWriter.java"
NestMembers:
  com.sun.tools.javac.jvm.ClassWriter$AttributeWriter  com.sun.tools.javac.jvm.ClassWriter$PoolOverflow  com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame  com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame$AppendFrame  com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame$ChopFrame  com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame$FullFrame  com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame$SameFrame  com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame$SameLocals1StackItemFrame  com.sun.tools.javac.jvm.ClassWriter$StringOverflow
InnerClasses:
  public Compound = com.sun.tools.javac.code.Attribute$Compound of com.sun.tools.javac.code.Attribute
  public final RetentionPolicy = com.sun.tools.javac.code.Attribute$RetentionPolicy of com.sun.tools.javac.code.Attribute
  public TypeCompound = com.sun.tools.javac.code.Attribute$TypeCompound of com.sun.tools.javac.code.Attribute
  public abstract Visitor = com.sun.tools.javac.code.Attribute$Visitor of com.sun.tools.javac.code.Attribute
  public ExportsDirective = com.sun.tools.javac.code.Directive$ExportsDirective of com.sun.tools.javac.code.Directive
  public final ExportsFlag = com.sun.tools.javac.code.Directive$ExportsFlag of com.sun.tools.javac.code.Directive
  public OpensDirective = com.sun.tools.javac.code.Directive$OpensDirective of com.sun.tools.javac.code.Directive
  public final OpensFlag = com.sun.tools.javac.code.Directive$OpensFlag of com.sun.tools.javac.code.Directive
  public ProvidesDirective = com.sun.tools.javac.code.Directive$ProvidesDirective of com.sun.tools.javac.code.Directive
  public RequiresDirective = com.sun.tools.javac.code.Directive$RequiresDirective of com.sun.tools.javac.code.Directive
  public final RequiresFlag = com.sun.tools.javac.code.Directive$RequiresFlag of com.sun.tools.javac.code.Directive
  public UsesDirective = com.sun.tools.javac.code.Directive$UsesDirective of com.sun.tools.javac.code.Directive
  public final Kind = com.sun.tools.javac.code.Kinds$Kind of com.sun.tools.javac.code.Kinds
  public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
  public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
  public ClassSymbol = com.sun.tools.javac.code.Symbol$ClassSymbol of com.sun.tools.javac.code.Symbol
  public MethodSymbol = com.sun.tools.javac.code.Symbol$MethodSymbol of com.sun.tools.javac.code.Symbol
  public final ModuleFlags = com.sun.tools.javac.code.Symbol$ModuleFlags of com.sun.tools.javac.code.Symbol
  public ModuleSymbol = com.sun.tools.javac.code.Symbol$ModuleSymbol of com.sun.tools.javac.code.Symbol
  public PackageSymbol = com.sun.tools.javac.code.Symbol$PackageSymbol of com.sun.tools.javac.code.Symbol
  public VarSymbol = com.sun.tools.javac.code.Symbol$VarSymbol of com.sun.tools.javac.code.Symbol
  public MethodType = com.sun.tools.javac.code.Type$MethodType of com.sun.tools.javac.code.Type
  public TypePathEntry = com.sun.tools.javac.code.TypeAnnotationPosition$TypePathEntry of com.sun.tools.javac.code.TypeAnnotationPosition
  public abstract SignatureGenerator = com.sun.tools.javac.code.Types$SignatureGenerator of com.sun.tools.javac.code.Types
  public InvalidSignatureException = com.sun.tools.javac.code.Types$SignatureGenerator$InvalidSignatureException of com.sun.tools.javac.code.Types$SignatureGenerator
  AttributeWriter = com.sun.tools.javac.jvm.ClassWriter$AttributeWriter of com.sun.tools.javac.jvm.ClassWriter
  public PoolOverflow = com.sun.tools.javac.jvm.ClassWriter$PoolOverflow of com.sun.tools.javac.jvm.ClassWriter
  abstract StackMapTableFrame = com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame of com.sun.tools.javac.jvm.ClassWriter
  public StringOverflow = com.sun.tools.javac.jvm.ClassWriter$StringOverflow of com.sun.tools.javac.jvm.ClassWriter
  LocalVar = com.sun.tools.javac.jvm.Code$LocalVar of com.sun.tools.javac.jvm.Code
  Range = com.sun.tools.javac.jvm.Code$LocalVar$Range of com.sun.tools.javac.jvm.Code$LocalVar
  public StackMapFormat = com.sun.tools.javac.jvm.Code$StackMapFormat of com.sun.tools.javac.jvm.Code
  StackMapFrame = com.sun.tools.javac.jvm.Code$StackMapFrame of com.sun.tools.javac.jvm.Code
  public abstract Dynamic = com.sun.tools.javac.jvm.PoolConstant$Dynamic of com.sun.tools.javac.jvm.PoolConstant
  public BsmKey = com.sun.tools.javac.jvm.PoolConstant$Dynamic$BsmKey of com.sun.tools.javac.jvm.PoolConstant$Dynamic
  public abstract LoadableConstant = com.sun.tools.javac.jvm.PoolConstant$LoadableConstant of com.sun.tools.javac.jvm.PoolConstant
  SharedSignatureGenerator = com.sun.tools.javac.jvm.PoolWriter$SharedSignatureGenerator of com.sun.tools.javac.jvm.PoolWriter
  public Errors = com.sun.tools.javac.resources.CompilerProperties$Errors of com.sun.tools.javac.resources.CompilerProperties
  public Fragments = com.sun.tools.javac.resources.CompilerProperties$Fragments of com.sun.tools.javac.resources.CompilerProperties
  public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context
  public final Error = com.sun.tools.javac.util.JCDiagnostic$Error of com.sun.tools.javac.util.JCDiagnostic
  public final Fragment = com.sun.tools.javac.util.JCDiagnostic$Fragment of com.sun.tools.javac.util.JCDiagnostic
  public final WriterKind = com.sun.tools.javac.util.Log$WriterKind of com.sun.tools.javac.util.Log
  public abstract LineMap = com.sun.tools.javac.util.Position$LineMap of com.sun.tools.javac.util.Position
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager
  public final Kind = javax.tools.JavaFileObject$Kind of javax.tools.JavaFileObject