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.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 POOL_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) 

  com.sun.tools.javac.jvm.Pool pool;
    descriptor: Lcom/sun/tools/javac/jvm/Pool;
    flags: (0x0000) 

  java.util.Set<com.sun.tools.javac.code.Symbol$ClassSymbol> innerClasses;
    descriptor: Ljava/util/Set;
    flags: (0x0000) 
    Signature: Ljava/util/Set<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;

  com.sun.tools.javac.util.ListBuffer<com.sun.tools.javac.code.Symbol$ClassSymbol> innerClassesQueue;
    descriptor: Lcom/sun/tools/javac/util/ListBuffer;
    flags: (0x0000) 
    Signature: Lcom/sun/tools/javac/util/ListBuffer<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;

  java.util.Map<com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey, com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue> bootstrapMethods;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsKey;Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsValue;>;

  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

  private final com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator signatureGen;
    descriptor: Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
    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 72
            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 240
            bipush 12
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 241
            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 242
            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 243
            ldc "ABSTRACT"
            aastore
            dup
            bipush 11
            ldc "STRICTFP"
            aastore
         5: .line 240
            putstatic com.sun.tools.javac.jvm.ClassWriter.flagName:[Ljava/lang/String;
         6: .line 243
            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 167
            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 168
            aload 1 /* instance */
            ifnonnull 3
         2: .line 169
            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 170
      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=5, 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 175
            aload 0 /* this */
            invokespecial com.sun.tools.javac.jvm.ClassFile.<init>:()V
         1: .line 121
            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 125
            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 858
            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 176
            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 178
            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 179
            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 180
            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 181
            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;
         9: .line 182
            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;
        10: .line 183
            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;
        11: .line 184
            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;
        12: .line 185
            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;
        13: .line 186
            aload 0 /* this */
            new com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokespecial com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.<init>:(Lcom/sun/tools/javac/jvm/ClassWriter;Lcom/sun/tools/javac/code/Types;)V
            putfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
        14: .line 188
            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
        15: .line 189
            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
        16: .line 190
            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
        17: .line 192
            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 19
        18: .line 193
            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 19
            iconst_0
            goto 20
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        19: iconst_1
        20: .line 192
      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
        21: .line 195
            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
        22: .line 196
            aload 2 /* modifierFlags */
            ifnull 35
        23: .line 197
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 99
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 24
            iconst_1
            goto 25
      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
        24: 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
        25: putfield com.sun.tools.javac.jvm.ClassWriter.dumpClassModifiers:Z
        26: .line 198
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 102
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 27
            iconst_1
            goto 28
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        27: 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
        28: putfield com.sun.tools.javac.jvm.ClassWriter.dumpFieldModifiers:Z
        29: .line 199
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 105
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 30
            iconst_1
            goto 31
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        30: 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
        31: putfield com.sun.tools.javac.jvm.ClassWriter.dumpInnerClassModifiers:Z
        32: .line 200
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 109
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 33
            iconst_1
            goto 34
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        33: 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
        34: putfield com.sun.tools.javac.jvm.ClassWriter.dumpMethodModifiers:Z
        35: .line 202
      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   36     0           this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   36     1        context  Lcom/sun/tools/javac/util/Context;
           22   36     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 226
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sbuf */
        start local 2 // java.lang.StringBuilder sbuf
         1: .line 227
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: .line 228
            lload 0 /* flags */
            ldc 4095
            land
            lstore 4 /* f */
        start local 4 // long f
         3: .line 229
            goto 9
         4: .line 230
      StackMap locals: java.lang.StringBuilder int long
      StackMap stack:
            lload 4 /* f */
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 7
         5: .line 231
            aload 2 /* sbuf */
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 232
            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 234
      StackMap locals:
      StackMap stack:
            lload 4 /* f */
            iconst_1
            lshr
            lstore 4 /* f */
         8: .line 235
            iinc 3 /* i */ 1
         9: .line 229
      StackMap locals:
      StackMap stack:
            lload 4 /* f */
            lconst_0
            lcmp
            ifne 4
        10: .line 237
            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 253
            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 254
            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 255
            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 261
            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 262
            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 263
            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 264
            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 265
            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     

  com.sun.tools.javac.util.Name typeSig(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
    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.code.Type type
         0: .line 336
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.isEmpty:()Z
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
         1: .line 338
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            aload 1 /* type */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.assembleSig:(Lcom/sun/tools/javac/code/Type;)V
         2: .line 339
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.toName:()Lcom/sun/tools/javac/util/Name;
            astore 2 /* n */
        start local 2 // com.sun.tools.javac.util.Name n
         3: .line 340
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.reset:()V
         4: .line 342
            aload 2 /* n */
            areturn
        end local 2 // com.sun.tools.javac.util.Name n
        end local 1 // com.sun.tools.javac.code.Type type
        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  type  Lcom/sun/tools/javac/code/Type;
            3    5     2     n  Lcom/sun/tools/javac/util/Name;
    MethodParameters:
      Name  Flags
      type  

  public com.sun.tools.javac.util.Name xClassName(com.sun.tools.javac.code.Type);
    descriptor: (Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, 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 349
            aload 1 /* t */
            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 2
         1: .line 350
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            aload 1 /* t */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.code.Symbol$TypeSymbol.flatName:()Lcom/sun/tools/javac/util/Name;
            invokestatic com.sun.tools.javac.jvm.ClassWriter.externalize:(Lcom/sun/tools/javac/util/Name;)[B
            invokevirtual com.sun.tools.javac.util.Names.fromUtf:([B)Lcom/sun/tools/javac/util/Name;
            areturn
         2: .line 351
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 4
         3: .line 352
            aload 0 /* this */
            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.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            areturn
         4: .line 354
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "xClassName expects class or array type, got "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* t */
            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
        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    5     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    5     1     t  Lcom/sun/tools/javac/code/Type;
    MethodParameters:
      Name  Flags
      t     

  void writePool(com.sun.tools.javac.jvm.Pool);
    descriptor: (Lcom/sun/tools/javac/jvm/Pool;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=14, args_size=2
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
        start local 1 // com.sun.tools.javac.jvm.Pool pool
         0: .line 381
            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
            istore 2 /* poolCountIdx */
        start local 2 // int poolCountIdx
         1: .line 382
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_0
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 383
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         3: .line 384
            goto 116
         4: .line 385
      StackMap locals: int int
      StackMap stack:
            aload 1 /* pool */
            getfield com.sun.tools.javac.jvm.Pool.pool:[Ljava/lang/Object;
            iload 3 /* i */
            aaload
            astore 4 /* value */
        start local 4 // java.lang.Object value
         5: .line 386
            aload 4 /* value */
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 387
            aload 4 /* value */
            instanceof com.sun.tools.javac.jvm.Pool$Method
            ifne 7
            aload 4 /* value */
            instanceof com.sun.tools.javac.jvm.Pool$Variable
            ifeq 8
         7: .line 388
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Symbol$DelegatedSymbol
            invokevirtual com.sun.tools.javac.code.Symbol$DelegatedSymbol.getUnderlyingSymbol:()Lcom/sun/tools/javac/code/Symbol;
            astore 4 /* value */
         8: .line 390
      StackMap locals:
      StackMap stack:
            aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$MethodSymbol
            ifeq 37
         9: .line 391
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Symbol$MethodSymbol
            astore 5 /* m */
        start local 5 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        10: .line 392
            aload 5 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isDynamic:()Z
            ifne 18
        11: .line 393
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 512
            land
            lconst_0
            lcmp
            ifeq 13
        12: .line 394
            bipush 11
            goto 14
        13: .line 395
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Pool int int java.lang.Object com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
            bipush 10
        14: .line 393
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Pool int int java.lang.Object com.sun.tools.javac.code.Symbol$MethodSymbol
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        15: .line 396
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 5 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        16: .line 397
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 5 /* m */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.nameType:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/jvm/ClassFile$NameAndType;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        17: .line 398
            goto 115
        18: .line 400
      StackMap locals:
      StackMap stack:
            aload 5 /* m */
            checkcast com.sun.tools.javac.code.Symbol$DynamicMethodSymbol
            astore 6 /* dynSym */
        start local 6 // com.sun.tools.javac.code.Symbol$DynamicMethodSymbol dynSym
        19: .line 401
            new com.sun.tools.javac.jvm.Pool$MethodHandle
            dup
            aload 6 /* dynSym */
            getfield com.sun.tools.javac.code.Symbol$DynamicMethodSymbol.bsmKind:I
            aload 6 /* dynSym */
            getfield com.sun.tools.javac.code.Symbol$DynamicMethodSymbol.bsm:Lcom/sun/tools/javac/code/Symbol;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokespecial com.sun.tools.javac.jvm.Pool$MethodHandle.<init>:(ILcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Types;)V
            astore 7 /* handle */
        start local 7 // com.sun.tools.javac.jvm.Pool$MethodHandle handle
        20: .line 402
            new com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey
            dup
            aload 6 /* dynSym */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokespecial com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey.<init>:(Lcom/sun/tools/javac/code/Symbol$DynamicMethodSymbol;Lcom/sun/tools/javac/code/Types;)V
            astore 8 /* key */
        start local 8 // com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey key
        21: .line 405
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.bootstrapMethods:Ljava/util/Map;
            aload 8 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue
            astore 9 /* val */
        start local 9 // com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue val
        22: .line 406
            aload 9 /* val */
            ifnonnull 26
        23: .line 407
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            istore 10 /* index */
        start local 10 // int index
        24: .line 408
            new com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue
            dup
            aload 7 /* handle */
            iload 10 /* index */
            invokespecial com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue.<init>:(Lcom/sun/tools/javac/jvm/Pool$MethodHandle;I)V
            astore 9 /* val */
        25: .line 409
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.bootstrapMethods:Ljava/util/Map;
            aload 8 /* key */
            aload 9 /* val */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 10 // int index
        26: .line 413
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Pool int int java.lang.Object com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.code.Symbol$DynamicMethodSymbol com.sun.tools.javac.jvm.Pool$MethodHandle com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue
      StackMap stack:
            aload 1 /* pool */
            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.Pool.put:(Ljava/lang/Object;)I
            pop
        27: .line 414
            aload 1 /* pool */
            aload 7 /* handle */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            pop
        28: .line 415
            aload 6 /* dynSym */
            getfield com.sun.tools.javac.code.Symbol$DynamicMethodSymbol.staticArgs:[Ljava/lang/Object;
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 32
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Pool int int java.lang.Object com.sun.tools.javac.code.Symbol$MethodSymbol com.sun.tools.javac.code.Symbol$DynamicMethodSymbol com.sun.tools.javac.jvm.Pool$MethodHandle com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue top int int java.lang.Object[]
      StackMap stack:
        29: aload 13
            iload 11
            aaload
            astore 10 /* staticArg */
        start local 10 // java.lang.Object staticArg
        30: .line 416
            aload 1 /* pool */
            aload 10 /* staticArg */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            pop
        end local 10 // java.lang.Object staticArg
        31: .line 415
            iinc 11 1
      StackMap locals:
      StackMap stack:
        32: iload 11
            iload 12
            if_icmplt 29
        33: .line 418
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 18
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        34: .line 419
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 9 /* val */
            getfield com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue.index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        35: .line 420
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 6 /* dynSym */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.nameType:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/jvm/ClassFile$NameAndType;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 9 // com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue val
        end local 8 // com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey key
        end local 7 // com.sun.tools.javac.jvm.Pool$MethodHandle handle
        end local 6 // com.sun.tools.javac.code.Symbol$DynamicMethodSymbol dynSym
        end local 5 // com.sun.tools.javac.code.Symbol$MethodSymbol m
        36: .line 422
            goto 115
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.jvm.Pool int int java.lang.Object
      StackMap stack:
        37: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$VarSymbol
            ifeq 43
        38: .line 423
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Symbol$VarSymbol
            astore 5 /* v */
        start local 5 // com.sun.tools.javac.code.Symbol$VarSymbol v
        39: .line 424
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 9
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        40: .line 425
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 5 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        41: .line 426
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 5 /* v */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.nameType:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/jvm/ClassFile$NameAndType;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.code.Symbol$VarSymbol v
        42: .line 427
            goto 115
      StackMap locals:
      StackMap stack:
        43: aload 4 /* value */
            instanceof com.sun.tools.javac.util.Name
            ifeq 50
        44: .line 428
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_1
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        45: .line 429
            aload 4 /* value */
            checkcast com.sun.tools.javac.util.Name
            invokevirtual com.sun.tools.javac.util.Name.toUtf:()[B
            astore 5 /* bs */
        start local 5 // byte[] bs
        46: .line 430
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* bs */
            arraylength
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        47: .line 431
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* bs */
            iconst_0
            aload 5 /* bs */
            arraylength
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendBytes:([BII)V
        48: .line 432
            aload 5 /* bs */
            arraylength
            ldc 65535
            if_icmple 115
        49: .line 433
            new com.sun.tools.javac.jvm.ClassWriter$StringOverflow
            dup
            aload 4 /* value */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokespecial com.sun.tools.javac.jvm.ClassWriter$StringOverflow.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // byte[] bs
        50: .line 434
      StackMap locals:
      StackMap stack:
            aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$ClassSymbol
            ifeq 60
        51: .line 435
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 5 /* c */
        start local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        52: .line 436
            aload 5 /* 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.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            if_acmpne 53
            aload 1 /* pool */
            aload 5 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            pop
        53: .line 437
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 7
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        54: .line 438
            aload 5 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 57
        55: .line 439
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 5 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        56: .line 440
            goto 115
        57: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            aload 5 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.flatname:Lcom/sun/tools/javac/util/Name;
            invokestatic com.sun.tools.javac.jvm.ClassWriter.externalize:(Lcom/sun/tools/javac/util/Name;)[B
            invokevirtual com.sun.tools.javac.util.Names.fromUtf:([B)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        58: .line 442
            aload 0 /* this */
            aload 5 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.enterInner:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        end local 5 // com.sun.tools.javac.code.Symbol$ClassSymbol c
        59: .line 444
            goto 115
      StackMap locals:
      StackMap stack:
        60: aload 4 /* value */
            instanceof com.sun.tools.javac.jvm.ClassFile$NameAndType
            ifeq 66
        61: .line 445
            aload 4 /* value */
            checkcast com.sun.tools.javac.jvm.ClassFile$NameAndType
            astore 5 /* nt */
        start local 5 // com.sun.tools.javac.jvm.ClassFile$NameAndType nt
        62: .line 446
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 12
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        63: .line 447
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 5 /* nt */
            getfield com.sun.tools.javac.jvm.ClassFile$NameAndType.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        64: .line 448
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 5 /* nt */
            getfield com.sun.tools.javac.jvm.ClassFile$NameAndType.uniqueType:Lcom/sun/tools/javac/code/Types$UniqueType;
            getfield com.sun.tools.javac.code.Types$UniqueType.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.jvm.ClassFile$NameAndType nt
        65: .line 449
            goto 115
      StackMap locals:
      StackMap stack:
        66: aload 4 /* value */
            instanceof java.lang.Integer
            ifeq 70
        67: .line 450
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_3
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        68: .line 451
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* value */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendInt:(I)V
        69: .line 452
            goto 115
      StackMap locals:
      StackMap stack:
        70: aload 4 /* value */
            instanceof java.lang.Long
            ifeq 75
        71: .line 453
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_5
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        72: .line 454
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* value */
            checkcast java.lang.Long
            invokevirtual java.lang.Long.longValue:()J
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendLong:(J)V
        73: .line 455
            iinc 3 /* i */ 1
        74: .line 456
            goto 115
      StackMap locals:
      StackMap stack:
        75: aload 4 /* value */
            instanceof java.lang.Float
            ifeq 79
        76: .line 457
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iconst_4
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        77: .line 458
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* value */
            checkcast java.lang.Float
            invokevirtual java.lang.Float.floatValue:()F
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendFloat:(F)V
        78: .line 459
            goto 115
      StackMap locals:
      StackMap stack:
        79: aload 4 /* value */
            instanceof java.lang.Double
            ifeq 84
        80: .line 460
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 6
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        81: .line 461
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 4 /* value */
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendDouble:(D)V
        82: .line 462
            iinc 3 /* i */ 1
        83: .line 463
            goto 115
      StackMap locals:
      StackMap stack:
        84: aload 4 /* value */
            instanceof java.lang.String
            ifeq 88
        85: .line 464
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 8
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        86: .line 465
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            aload 4 /* value */
            checkcast java.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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        87: .line 466
            goto 115
      StackMap locals:
      StackMap stack:
        88: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Types$UniqueType
            ifeq 98
        89: .line 467
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Types$UniqueType
            getfield com.sun.tools.javac.code.Types$UniqueType.type:Lcom/sun/tools/javac/code/Type;
            astore 5 /* type */
        start local 5 // com.sun.tools.javac.code.Type type
        90: .line 468
            aload 5 /* type */
            getstatic com.sun.tools.javac.code.TypeTag.METHOD:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            ifeq 94
        91: .line 469
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 16
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        92: .line 470
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 5 /* type */
            checkcast com.sun.tools.javac.code.Type$MethodType
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        93: .line 471
            goto 115
        94: .line 472
      StackMap locals: com.sun.tools.javac.code.Type
      StackMap stack:
            aload 5 /* type */
            getstatic com.sun.tools.javac.code.TypeTag.ARRAY:Lcom/sun/tools/javac/code/TypeTag;
            invokevirtual com.sun.tools.javac.code.Type.hasTag:(Lcom/sun/tools/javac/code/TypeTag;)Z
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        95: .line 473
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 7
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        96: .line 474
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            aload 5 /* type */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.xClassName:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.code.Type type
        97: .line 476
            goto 115
      StackMap locals:
      StackMap stack:
        98: aload 4 /* value */
            instanceof com.sun.tools.javac.jvm.Pool$MethodHandle
            ifeq 104
        99: .line 477
            aload 4 /* value */
            checkcast com.sun.tools.javac.jvm.Pool$MethodHandle
            astore 5 /* ref */
        start local 5 // com.sun.tools.javac.jvm.Pool$MethodHandle ref
       100: .line 478
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 15
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
       101: .line 479
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* ref */
            getfield com.sun.tools.javac.jvm.Pool$MethodHandle.refKind:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
       102: .line 480
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 5 /* ref */
            getfield com.sun.tools.javac.jvm.Pool$MethodHandle.refSym:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.jvm.Pool$MethodHandle ref
       103: .line 481
            goto 115
      StackMap locals:
      StackMap stack:
       104: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$ModuleSymbol
            ifeq 109
       105: .line 482
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Symbol$ModuleSymbol
            astore 5 /* m */
        start local 5 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
       106: .line 483
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 19
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
       107: .line 484
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 5 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.code.Symbol$ModuleSymbol m
       108: .line 485
            goto 115
      StackMap locals:
      StackMap stack:
       109: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$PackageSymbol
            ifeq 114
       110: .line 486
            aload 4 /* value */
            checkcast com.sun.tools.javac.code.Symbol$PackageSymbol
            astore 5 /* m */
        start local 5 // com.sun.tools.javac.code.Symbol$PackageSymbol m
       111: .line 487
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 20
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
       112: .line 488
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 1 /* pool */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.names:Lcom/sun/tools/javac/util/Names;
            aload 5 /* m */
            getfield com.sun.tools.javac.code.Symbol$PackageSymbol.fullname:Lcom/sun/tools/javac/util/Name;
            invokestatic com.sun.tools.javac.jvm.ClassWriter.externalize:(Lcom/sun/tools/javac/util/Name;)[B
            invokevirtual com.sun.tools.javac.util.Names.fromUtf:([B)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 5 // com.sun.tools.javac.code.Symbol$PackageSymbol m
       113: .line 489
            goto 115
       114: .line 490
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "writePool "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
       115: .line 492
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 4 // java.lang.Object value
       116: .line 384
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            aload 1 /* pool */
            getfield com.sun.tools.javac.jvm.Pool.pp:I
            if_icmplt 4
       117: .line 494
            aload 1 /* pool */
            getfield com.sun.tools.javac.jvm.Pool.pp:I
            ldc 65535
            if_icmple 119
       118: .line 495
            new com.sun.tools.javac.jvm.ClassWriter$PoolOverflow
            dup
            invokespecial com.sun.tools.javac.jvm.ClassWriter$PoolOverflow.<init>:()V
            athrow
       119: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            iload 2 /* poolCountIdx */
            aload 1 /* pool */
            getfield com.sun.tools.javac.jvm.Pool.pp:I
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.putChar:(Lcom/sun/tools/javac/util/ByteBuffer;II)V
       120: .line 497
            return
        end local 3 // int i
        end local 2 // int poolCountIdx
        end local 1 // com.sun.tools.javac.jvm.Pool pool
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0  121     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0  121     1          pool  Lcom/sun/tools/javac/jvm/Pool;
            1  121     2  poolCountIdx  I
            3  121     3             i  I
            5  116     4         value  Ljava/lang/Object;
           10   36     5             m  Lcom/sun/tools/javac/code/Symbol$MethodSymbol;
           19   36     6        dynSym  Lcom/sun/tools/javac/code/Symbol$DynamicMethodSymbol;
           20   36     7        handle  Lcom/sun/tools/javac/jvm/Pool$MethodHandle;
           21   36     8           key  Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsKey;
           22   36     9           val  Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsValue;
           24   26    10         index  I
           30   31    10     staticArg  Ljava/lang/Object;
           39   42     5             v  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           46   50     5            bs  [B
           52   59     5             c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           62   65     5            nt  Lcom/sun/tools/javac/jvm/ClassFile$NameAndType;
           90   97     5          type  Lcom/sun/tools/javac/code/Type;
          100  103     5           ref  Lcom/sun/tools/javac/jvm/Pool$MethodHandle;
          106  108     5             m  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
          111  113     5             m  Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
    Exceptions:
      throws com.sun.tools.javac.jvm.ClassWriter$PoolOverflow, com.sun.tools.javac.jvm.ClassWriter$StringOverflow
    MethodParameters:
      Name  Flags
      pool  

  com.sun.tools.javac.jvm.ClassFile$NameAndType nameType(com.sun.tools.javac.code.Symbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/jvm/ClassFile$NameAndType;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, 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 502
            new com.sun.tools.javac.jvm.ClassFile$NameAndType
            dup
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
            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.externalType:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokespecial com.sun.tools.javac.jvm.ClassFile$NameAndType.<init>:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Types;)V
            areturn
        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    1     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    1     1   sym  Lcom/sun/tools/javac/code/Symbol;
    MethodParameters:
      Name  Flags
      sym   

  int writeAttr(com.sun.tools.javac.util.Name);
    descriptor: (Lcom/sun/tools/javac/util/Name;)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.util.Name attrName
         0: .line 515
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* attrName */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 516
            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
         2: .line 517
            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 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    3     0      this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0    3     1  attrName  Lcom/sun/tools/javac/util/Name;
    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 523
            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 524
            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 530
            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 531
            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 537
            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 538
            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 544
            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=4, 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 551
            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 552
            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 553
            iconst_0
            ireturn
         3: .line 555
      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 556
            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 558
            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 559
            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 560
      StackMap locals: int com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aconst_null
            goto 9
         8: .line 561
      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
         9: .line 557
      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 562
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 4 /* enclClass */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        11: .line 563
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.jvm.ClassWriter.nameType:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/jvm/ClassFile$NameAndType;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)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 564
            aload 0 /* this */
            iload 3 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 565
            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 571
            iconst_0
            istore 3 /* acount */
        start local 3 // int acount
         1: .line 572
            lload 1 /* flags */
            ldc 131072
            land
            lconst_0
            lcmp
            ifeq 5
         2: .line 573
            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 574
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         4: .line 575
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
         5: .line 577
      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 584
            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 585
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            lstore 3 /* flags */
        start local 3 // long flags
         2: .line 586
            lload 3 /* flags */
            ldc 2147487744
            land
            ldc 4096
            lcmp
            ifeq 10
         3: .line 587
            lload 3 /* flags */
            ldc 536870912
            land
            lconst_0
            lcmp
            ifne 10
         4: .line 588
            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 589
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            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.ClassWriter$CWSignatureGenerator.hasTypeVar:(Lcom/sun/tools/javac/util/List;)Z
            ifeq 10
         6: .line 592
      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 593
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 0 /* this */
            aload 1 /* sym */
            getfield com.sun.tools.javac.code.Symbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 594
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         9: .line 595
            iinc 2 /* acount */ 1
        end local 5 // int alenIdx
        10: .line 597
      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 598
            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 599
            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 606
            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 607
            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 608
            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 609
            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 610
            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 612
            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 614
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
         8: .line 615
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
         9: .line 614
            ior
        10: .line 613
            istore 7 /* flags */
        start local 7 // int flags
        11: .line 616
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 5 /* s */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        12: .line 617
            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 612
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        14: .line 620
            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 622
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
        17: .line 623
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
        18: .line 622
            ior
        19: .line 621
            istore 7 /* flags */
        start local 7 // int flags
        20: .line 624
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 5 /* s */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        21: .line 625
            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 620
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        23: .line 628
            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 630
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
        26: .line 631
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
        27: .line 630
            ior
        28: .line 629
            istore 7 /* flags */
        start local 7 // int flags
        29: .line 632
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 5 /* s */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        30: .line 633
            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 628
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        32: .line 635
            aload 0 /* this */
            iload 4 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        33: .line 636
            iconst_1
            ireturn
        end local 4 // int attrIndex
        34: .line 638
      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 644
            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 645
            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 646
            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 647
            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 648
            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 646
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 649
            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 650
            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 651
            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 650
      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 644
      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 654
            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 658
            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 659
            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 660
            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 666
            iconst_0
            istore 2 /* hasVisible */
        start local 2 // boolean hasVisible
         1: .line 667
            iconst_0
            istore 3 /* hasInvisible */
        start local 3 // boolean hasInvisible
         2: .line 668
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            ifnull 13
         3: .line 669
            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 670
            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 671
            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 672
      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 673
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* hasInvisible */
            goto 11
        10: .line 674
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* hasVisible */
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
        11: .line 670
      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 669
      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 681
      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 682
            iload 2 /* hasVisible */
            ifeq 19
        15: .line 683
            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 684
            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 685
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        18: .line 686
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        19: .line 688
      StackMap locals: int
      StackMap stack:
            iload 3 /* hasInvisible */
            ifeq 24
        20: .line 689
            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 690
            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 691
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        23: .line 692
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        24: .line 694
      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 705
            aload 1 /* attrs */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 706
      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 707
            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 708
            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 709
            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 710
      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 711
      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 712
      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 708
      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 717
            iconst_0
            istore 4 /* attrCount */
        start local 4 // int attrCount
        11: .line 718
            aload 2 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 20
        12: .line 719
            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 720
            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 721
            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 722
            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 721
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 723
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        19: .line 724
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        20: .line 726
      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 727
            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 728
            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 729
            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 730
            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 729
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        27: .line 731
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        28: .line 732
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        29: .line 734
      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 738
            aload 1 /* typeAnnos */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 740
      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 741
            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 743
            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 744
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Attribute$TypeCompound.hasUnknownPosition:()Z
            ifeq 11
         6: .line 745
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Attribute$TypeCompound.tryFixPosition:()Z
            istore 7 /* fixed */
        start local 7 // boolean fixed
         7: .line 748
            iload 7 /* fixed */
            ifne 11
         8: .line 753
            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 754
            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 755
            goto 19
        end local 8 // java.io.PrintWriter pw
        end local 7 // boolean fixed
        11: .line 759
      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 760
            goto 19
        13: .line 761
      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 762
            goto 19
        15: .line 763
      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 764
      StackMap locals:
      StackMap stack:
            goto 19
        17: .line 765
      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 766
      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 743
      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 771
            iconst_0
            istore 5 /* attrCount */
        start local 5 // int attrCount
        21: .line 772
            aload 3 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 30
        22: .line 773
            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 774
            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 775
            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 776
            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 775
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        28: .line 777
            aload 0 /* this */
            iload 6 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        29: .line 778
            iinc 5 /* attrCount */ 1
        end local 6 // int attrIndex
        30: .line 781
      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 782
            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 783
            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 784
            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 785
            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 784
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 34
        37: .line 786
            aload 0 /* this */
            iload 6 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        38: .line 787
            iinc 5 /* attrCount */ 1
        end local 6 // int attrIndex
        39: .line 790
      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=4, 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 862
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 0 /* this */
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Attribute$Compound.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 863
            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 864
            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 865
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         5: .line 866
            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 864
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 868
            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 871
            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 872
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute:(Lcom/sun/tools/javac/code/Attribute$Compound;)V
         2: .line 873
            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 876
            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 877
            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 885
      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 886
            goto 33
         4: .line 891
      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 892
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 11
         7: .line 893
      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 894
            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 895
            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 892
            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 897
            goto 33
        13: .line 900
      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 901
            goto 33
        15: .line 905
      StackMap locals:
      StackMap stack:
            goto 33
        16: .line 909
      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 910
            goto 33
        18: .line 914
      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 915
            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 916
            goto 33
        21: .line 919
      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 920
            goto 33
        23: .line 923
      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 924
            goto 33
        25: .line 927
      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 928
            goto 33
        27: .line 936
      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 937
            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 938
            goto 33
        30: .line 942
      StackMap locals:
      StackMap stack:
            goto 33
        31: .line 944
      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 946
      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 950
      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 951
            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 952
            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 953
            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 952
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 36
        end local 2 // java.util.List loc
        39: .line 955
            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 965
            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 967
            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 969
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 2 /* m */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         3: .line 970
            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 971
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 2 /* m */
            getfield com.sun.tools.javac.code.Symbol$ModuleSymbol.version:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)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 973
            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 974
            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 975
            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 976
            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 974
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 978
            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 979
            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 980
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        17: .line 981
            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 982
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)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 979
      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 985
            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 986
            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 987
            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 988
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        27: .line 989
            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 990
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.modules:Lcom/sun/tools/javac/util/List;
            ifnonnull 31
        29: .line 991
            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 992
            goto 36
        31: .line 993
      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 994
            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 995
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 8 /* msym */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 8 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        35: .line 994
      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 987
      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 1000
            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 1001
            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 1002
            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 1003
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        42: .line 1004
            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 1005
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.modules:Lcom/sun/tools/javac/util/List;
            ifnonnull 46
        44: .line 1006
            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 1007
            goto 51
        46: .line 1008
      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 1009
            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 1010
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 9 /* msym */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 9 // com.sun.tools.javac.code.Symbol$ModuleSymbol msym
        50: .line 1009
      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 1002
      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 1015
            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 1016
            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 1017
            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 1018
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 8 // com.sun.tools.javac.code.Directive$UsesDirective s
        57: .line 1017
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 55
        58: .line 1024
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 8 /* mergedProvides */
        start local 8 // java.util.Map mergedProvides
        59: .line 1025
            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 1026
            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 1025
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 60
        63: .line 1028
            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 1029
            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 1035
            aload 0 /* this */
            iload 3 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        66: .line 1036
            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 enterInner(com.sun.tools.javac.code.Symbol$ClassSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
    flags: (0x0000) 
    Code:
      stack=5, 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 c
         0: .line 1046
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.code.Type.isCompound:()Z
            ifeq 2
         1: .line 1047
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected intersection type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            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
         2: .line 1050
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.complete:()V
         3: .line 1051
            goto 7
      StackMap locals:
      StackMap stack: com.sun.tools.javac.code.Symbol$CompletionFailure
         4: astore 2 /* ex */
        start local 2 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         5: .line 1052
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* c */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* ex */
            invokevirtual com.sun.tools.javac.code.Symbol$CompletionFailure.getMessage:()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.PrintStream.println:(Ljava/lang/String;)V
         6: .line 1053
            aload 2 /* ex */
            athrow
        end local 2 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         7: .line 1055
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.type:Lcom/sun/tools/javac/code/Type;
            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
            ifne 8
            return
         8: .line 1056
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            ifnull 21
         9: .line 1057
            aload 1 /* 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;
            ifnull 21
        10: .line 1058
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            ifnull 11
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            aload 1 /* c */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 21
        11: .line 1060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* 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;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.enterInner:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        12: .line 1061
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            pop
        13: .line 1062
            aload 1 /* 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 15
        14: .line 1063
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            pop
        15: .line 1064
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            ifnonnull 19
        16: .line 1065
            aload 0 /* this */
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            putfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
        17: .line 1066
            aload 0 /* this */
            new com.sun.tools.javac.util.ListBuffer
            dup
            invokespecial com.sun.tools.javac.util.ListBuffer.<init>:()V
            putfield com.sun.tools.javac.jvm.ClassWriter.innerClassesQueue:Lcom/sun/tools/javac/util/ListBuffer;
        18: .line 1067
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            pop
        19: .line 1069
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            aload 1 /* c */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        20: .line 1070
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClassesQueue:Lcom/sun/tools/javac/util/ListBuffer;
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.util.ListBuffer.append:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/ListBuffer;
            pop
        21: .line 1072
      StackMap locals:
      StackMap stack:
            return
        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   22     0  this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   22     1     c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            5    7     2    ex  Lcom/sun/tools/javac/code/Symbol$CompletionFailure;
      Exception table:
        from    to  target  type
           2     3       4  Class com.sun.tools.javac.code.Symbol$CompletionFailure
    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 1077
            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 1078
            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.innerClassesQueue: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
         2: .line 1079
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClassesQueue: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
         3: .line 1080
            goto 24
         4: .line 1082
      StackMap locals: int com.sun.tools.javac.util.List
      StackMap stack:
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.head:Ljava/lang/Object;
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            astore 3 /* inner */
        start local 3 // com.sun.tools.javac.code.Symbol$ClassSymbol inner
         5: .line 1083
            aload 3 /* 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
         6: .line 1084
            aload 0 /* this */
            aload 3 /* 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
         7: .line 1085
            iload 4 /* flags */
            sipush 512
            iand
            ifeq 8
            iload 4 /* flags */
            sipush 1024
            ior
            i2c
            istore 4 /* flags */
         8: .line 1086
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol int
      StackMap stack:
            iload 4 /* flags */
            sipush -2049
            iand
            i2c
            istore 4 /* flags */
         9: .line 1087
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpInnerClassModifiers:Z
            ifeq 13
        10: .line 1088
            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
        11: .line 1089
            aload 5 /* pw */
            new java.lang.StringBuilder
            dup
            ldc "INNERCLASS  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* 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
        12: .line 1090
            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
        13: .line 1092
      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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 3 /* inner */
            invokevirtual com.sun.tools.javac.jvm.Pool.get:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        14: .line 1093
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
        15: .line 1094
            aload 3 /* 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 16
            aload 3 /* 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 16
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 3 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.owner:Lcom/sun/tools/javac/code/Symbol;
            invokevirtual com.sun.tools.javac.jvm.Pool.get:(Ljava/lang/Object;)I
            goto 17
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        16: iconst_0
        17: .line 1093
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol$ClassSymbol int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        18: .line 1095
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
        19: .line 1096
            aload 3 /* 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 20
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 3 /* inner */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.get:(Ljava/lang/Object;)I
            goto 21
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        20: iconst_0
        21: .line 1095
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int com.sun.tools.javac.util.List com.sun.tools.javac.code.Symbol$ClassSymbol int
      StackMap stack: com.sun.tools.javac.util.ByteBuffer int
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        22: .line 1097
            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 3 // com.sun.tools.javac.code.Symbol$ClassSymbol inner
        23: .line 1081
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        24: .line 1080
      StackMap locals:
      StackMap stack:
            aload 2 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 4
        end local 2 // com.sun.tools.javac.util.List l
        25: .line 1099
            aload 0 /* this */
            iload 1 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        26: .line 1100
            return
        end local 1 // int alenIdx
        end local 0 // com.sun.tools.javac.jvm.ClassWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   27     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            1   27     1  alenIdx  I
            3   25     2        l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol$ClassSymbol;>;
            5   23     3    inner  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            7   23     4    flags  C
           11   13     5       pw  Ljava/io/PrintWriter;

  void writeBootstrapMethods();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=1
        start local 0 // com.sun.tools.javac.jvm.ClassWriter this
         0: .line 1105
            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 1106
            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.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.size:()I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         2: .line 1107
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 13
      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 java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         4: .line 1108
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey
            astore 4 /* bsmKey */
        start local 4 // com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey bsmKey
         5: .line 1110
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue
            getfield com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue.mh:Lcom/sun/tools/javac/jvm/Pool$MethodHandle;
            invokevirtual com.sun.tools.javac.jvm.Pool.get:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         6: .line 1111
            aload 4 /* bsmKey */
            invokevirtual com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey.getUniqueArgs:()[Ljava/lang/Object;
            astore 5 /* uniqueArgs */
        start local 5 // java.lang.Object[] uniqueArgs
         7: .line 1113
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 5 /* uniqueArgs */
            arraylength
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 1115
            aload 5 /* uniqueArgs */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 12
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter int java.util.Map$Entry java.util.Iterator com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey java.lang.Object[] top int int java.lang.Object[]
      StackMap stack:
         9: aload 9
            iload 7
            aaload
            astore 6 /* o */
        start local 6 // java.lang.Object o
        10: .line 1116
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 6 /* o */
            invokevirtual com.sun.tools.javac.jvm.Pool.get:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 6 // java.lang.Object o
        11: .line 1115
            iinc 7 1
      StackMap locals:
      StackMap stack:
        12: iload 7
            iload 8
            if_icmplt 9
        end local 5 // java.lang.Object[] uniqueArgs
        end local 4 // com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey bsmKey
        end local 2 // java.util.Map$Entry entry
        13: .line 1107
      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
        14: .line 1119
            aload 0 /* this */
            iload 1 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 1120
            return
        end local 1 // int alenIdx
        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;
            1   16     1     alenIdx  I
            4   13     2       entry  Ljava/util/Map$Entry<Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsKey;Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsValue;>;
            5   13     4      bsmKey  Lcom/sun/tools/javac/jvm/Pool$DynamicMethod$BootstrapMethodsKey;
            7   13     5  uniqueArgs  [Ljava/lang/Object;
           10   11     6           o  Ljava/lang/Object;

  void writeField(com.sun.tools.javac.code.Symbol$VarSymbol);
    descriptor: (Lcom/sun/tools/javac/code/Symbol$VarSymbol;)V
    flags: (0x0000) 
    Code:
      stack=5, 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 1125
            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 1126
            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 1127
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpFieldModifiers:Z
            ifeq 6
         3: .line 1128
            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 1129
            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 1130
            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 1132
      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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* v */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         7: .line 1133
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 0 /* this */
            aload 1 /* v */
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.types:Lcom/sun/tools/javac/code/Types;
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.erasure:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 1134
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 3 /* acountIdx */
        start local 3 // int acountIdx
         9: .line 1135
            iconst_0
            istore 4 /* acount */
        start local 4 // int acount
        10: .line 1136
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnull 15
        11: .line 1137
            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 1138
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        13: .line 1139
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        14: .line 1140
            iinc 4 /* acount */ 1
        end local 5 // int alenIdx
        15: .line 1142
      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 1143
            aload 0 /* this */
            iload 3 /* acountIdx */
            iload 4 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        17: .line 1144
            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=5, 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 1149
            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 1150
            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 1151
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpMethodModifiers:Z
            ifeq 6
         3: .line 1152
            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 1153
            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 1154
            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 1156
      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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         7: .line 1157
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 0 /* this */
            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.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         8: .line 1158
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 3 /* acountIdx */
        start local 3 // int acountIdx
         9: .line 1159
            iconst_0
            istore 4 /* acount */
        start local 4 // int acount
        10: .line 1160
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
            ifnull 16
        11: .line 1161
            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 1162
            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 1163
            aload 1 /* m */
            aconst_null
            putfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
        14: .line 1164
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 1165
            iinc 4 /* acount */ 1
        end local 5 // int alenIdx
        16: .line 1167
      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 1168
            aload 5 /* thrown */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 27
        18: .line 1169
            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 1170
            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 1171
            aload 5 /* thrown */
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        21: goto 24
        22: .line 1172
      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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        23: .line 1171
            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 1173
            aload 0 /* this */
            iload 6 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        26: .line 1174
            iinc 4 /* acount */ 1
        end local 6 // int alenIdx
        27: .line 1176
      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 1177
            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 1178
            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 1179
            aload 0 /* this */
            iload 6 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        31: .line 1180
            iinc 4 /* acount */ 1
        end local 6 // int alenIdx
        32: .line 1182
      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
        33: .line 1183
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isLambdaMethod:()Z
            ifne 35
        34: .line 1184
            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 1186
      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 1187
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isLambdaMethod:()Z
            ifne 38
        37: .line 1188
            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 1189
      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 1190
            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 1195
            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 1196
            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 1197
            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 1198
            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 1199
            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 1200
            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 1201
            goto 13
         7: .line 1203
      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 1204
      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 1203
            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 1202
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        13: .line 1201
      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 1206
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 2 /* acountIdx */
        start local 2 // int acountIdx
        15: .line 1207
            iconst_0
            istore 3 /* acount */
        start local 3 // int acount
        16: .line 1209
            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 1210
            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 1211
            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 1212
            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 1213
            goto 27
        21: .line 1215
      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 1216
      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 1215
            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 1214
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        27: .line 1213
      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 1217
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        29: .line 1218
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
        30: .line 1221
      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 1222
            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 1223
            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 1224
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 6 /* crtIdx */
        start local 6 // int crtIdx
        34: .line 1225
            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 1226
            aload 0 /* this */
            iload 6 /* crtIdx */
            iload 7 /* crtEntries */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        36: .line 1227
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        37: .line 1228
            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 1232
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varDebugInfo:Z
            ifeq 95
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBufferSize:I
            ifle 95
        39: .line 1233
            iconst_0
            istore 4 /* nGenericVars */
        start local 4 // int nGenericVars
        40: .line 1234
            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 1235
            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 1236
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        43: goto 66
        44: .line 1237
      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 1239
            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 64
      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 1241
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            iflt 49
        48: .line 1242
            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 1241
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        51: .line 1243
            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 1244
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.length:C
            ifle 54
        53: .line 1245
            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 1244
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        56: .line 1246
            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 1247
            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 1248
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 10 /* sym */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        59: .line 1249
            aload 10 /* 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$VarSymbol.erasure:(Lcom/sun/tools/javac/code/Types;)Lcom/sun/tools/javac/code/Type;
            astore 11 /* vartype */
        start local 11 // com.sun.tools.javac.code.Type vartype
        60: .line 1250
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 0 /* this */
            aload 11 /* vartype */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        61: .line 1251
            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
        62: .line 1252
            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 64
        63: .line 1253
            iinc 4 /* nGenericVars */ 1
        end local 11 // com.sun.tools.javac.code.Type vartype
        end local 10 // com.sun.tools.javac.code.Symbol$VarSymbol sym
        end local 8 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        64: .line 1239
      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
        65: .line 1236
            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:
        66: iload 6 /* i */
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBufferSize:I
            if_icmplt 44
        end local 6 // int i
        67: .line 1257
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        68: .line 1258
            iinc 3 /* acount */ 1
        69: .line 1260
            iload 4 /* nGenericVars */
            ifle 95
        70: .line 1261
            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 */
        71: .line 1262
            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
        72: .line 1263
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        73: .line 1265
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        74: goto 89
        75: .line 1266
      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
        76: .line 1267
            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
        77: .line 1268
            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 79
        78: .line 1269
            goto 88
        79: .line 1270
      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 87
      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:
        80: 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
        81: .line 1272
            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
        82: .line 1273
            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
        83: .line 1274
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 9 /* sym */
            getfield com.sun.tools.javac.code.Symbol$VarSymbol.name:Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        84: .line 1275
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.typeSig:(Lcom/sun/tools/javac/code/Type;)Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        85: .line 1276
            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
        86: .line 1277
            iinc 6 /* count */ 1
        end local 10 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        87: .line 1270
      StackMap locals:
      StackMap stack:
            aload 11
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 80
        end local 9 // com.sun.tools.javac.code.Symbol$VarSymbol sym
        end local 8 // com.sun.tools.javac.jvm.Code$LocalVar var
        88: .line 1265
      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:
        89: iload 7 /* i */
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.varBufferSize:I
            if_icmplt 75
        end local 7 // int i
        90: .line 1280
            iload 6 /* count */
            iload 4 /* nGenericVars */
            if_icmpne 91
            iconst_1
            goto 92
      StackMap locals:
      StackMap stack:
        91: iconst_0
      StackMap locals:
      StackMap stack: int
        92: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        93: .line 1281
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        94: .line 1282
            iinc 3 /* acount */ 1
        end local 6 // int count
        end local 5 // int alenIdx
        end local 4 // int nGenericVars
        95: .line 1286
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBufferSize:I
            ifle 101
        96: .line 1287
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 97
            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
        97: .line 1288
      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
        98: .line 1289
            aload 0 /* this */
            aload 1 /* code */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeStackMap:(Lcom/sun/tools/javac/jvm/Code;)V
        99: .line 1290
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
       100: .line 1291
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
       101: .line 1294
      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 */
       102: .line 1296
            aload 0 /* this */
            iload 2 /* acountIdx */
            iload 3 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
       103: .line 1297
            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  104     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0  104     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  104     2     acountIdx  I
           16  104     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   95     4  nGenericVars  I
           41   95     5       alenIdx  I
           43   67     6             i  I
           45   65     7           var  Lcom/sun/tools/javac/jvm/Code$LocalVar;
           47   64     8             r  Lcom/sun/tools/javac/jvm/Code$LocalVar$Range;
           58   64    10           sym  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           60   64    11       vartype  Lcom/sun/tools/javac/code/Type;
           73   95     6         count  I
           74   90     7             i  I
           76   88     8           var  Lcom/sun/tools/javac/jvm/Code$LocalVar;
           77   88     9           sym  Lcom/sun/tools/javac/code/Symbol$VarSymbol;
           81   87    10             r  Lcom/sun/tools/javac/jvm/Code$LocalVar$Range;
           98  101     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 1303
            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 1304
            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 1303
            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 1308
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBufferSize:I
            istore 2 /* nframes */
        start local 2 // int nframes
         1: .line 1309
            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 1310
      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 1312
            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 1314
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 44
         6: .line 1315
      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 1316
      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 1319
            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 1320
      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 1323
            iconst_0
            istore 5 /* localCount */
        start local 5 // int localCount
        11: .line 1324
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        12: goto 15
        13: .line 1326
      StackMap locals: int int
      StackMap stack:
            iinc 5 /* localCount */ 1
        14: .line 1325
            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 1324
      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 1328
            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 1329
            iload 5 /* localCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 1328
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        19: .line 1330
      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 1331
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        21: goto 25
        22: .line 1333
      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 1334
      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 1332
            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 1331
      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 1338
            iconst_0
            istore 6 /* stackCount */
        start local 6 // int stackCount
        27: .line 1339
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        28: goto 31
        29: .line 1341
      StackMap locals: int
      StackMap stack:
            iinc 6 /* stackCount */ 1
        30: .line 1340
            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 1339
      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 1343
            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 1344
            iload 6 /* stackCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 1343
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        35: .line 1345
      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 1346
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        37: goto 41
        38: .line 1348
      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 1349
      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 1347
            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 1346
      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 1351
            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 1314
      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 1353
            goto 57
        46: .line 1355
      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 1356
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        48: goto 54
        49: .line 1357
      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 1358
      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 1359
            aload 4 /* frame */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame.write:(Lcom/sun/tools/javac/jvm/ClassWriter;)V
        52: .line 1360
            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 1356
      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 1362
            goto 57
        56: .line 1365
      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 1367
      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 1371
            aload 1 /* t */
            ifnonnull 4
         1: .line 1372
            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 1373
      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 1374
            goto 37
         4: .line 1375
      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: 36
                   10: 20
                   11: 20
                   12: 36
                   13: 36
                   14: 36
                   15: 24
                   16: 36
                   17: 36
                   18: 36
                   19: 17
                   20: 36
                   21: 36
                   22: 36
                   23: 36
                   24: 28
                   25: 31
              default: 36
          }
         5: .line 1381
      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 1382
      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 1383
            goto 37
         8: .line 1385
      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 1386
      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 1387
            goto 37
        11: .line 1389
      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 1390
      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 1391
            goto 37
        14: .line 1393
      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 1394
      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 1395
            goto 37
        17: .line 1397
      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 1398
      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 1399
            goto 37
        20: .line 1402
      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 1 /* t */
            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 1403
      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 1404
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        23: .line 1405
            goto 37
        24: .line 1407
      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;
            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
        25: .line 1408
      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
        26: .line 1409
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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 com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        27: .line 1410
            goto 37
        28: .line 1412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 29
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "uninit_this"
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        29: .line 1413
      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
        30: .line 1414
            goto 37
        31: .line 1416
      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
        32: .line 1417
            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
        33: .line 1418
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.debugstackmap:Z
            ifeq 34
            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
        34: .line 1419
      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
        35: .line 1421
            goto 37
        36: .line 1423
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        37: .line 1425
      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   38     0        this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   38     1           t  Lcom/sun/tools/javac/code/Type;
           32   35     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 1640
            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 1641
            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 1642
            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 1641
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1644
            goto 8
         6: .line 1645
      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 1646
            aload 2 /* vars */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* vars */
         8: .line 1644
      StackMap locals:
      StackMap stack:
            aload 2 /* vars */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 6
         9: .line 1648
            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 1651
            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 1652
            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 1653
            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 1654
            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 1652
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 1656
            goto 9
         7: .line 1657
      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 1658
            aload 2 /* methods */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* methods */
         9: .line 1656
      StackMap locals:
      StackMap stack:
            aload 2 /* methods */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 7
        10: .line 1660
            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=7, 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 1668
            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 1670
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.multiModuleMode:Z
            ifeq 9
         4: .line 1671
            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 1672
            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 1673
            goto 10
        end local 3 // javax.tools.JavaFileManager$Location outLocn
         9: .line 1674
      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 1677
      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 1678
            aload 2 /* name */
        12: .line 1679
            getstatic javax.tools.JavaFileObject$Kind.CLASS:Ljavax/tools/JavaFileObject$Kind;
        13: .line 1680
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
        14: .line 1677
            invokeinterface javax.tools.JavaFileManager.getJavaFileForOutput:(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;Ljavax/tools/FileObject;)Ljavax/tools/JavaFileObject;
        15: .line 1676
            astore 4 /* outFile */
        start local 4 // javax.tools.JavaFileObject outFile
        16: .line 1681
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.openOutputStream:()Ljava/io/OutputStream;
            astore 5 /* out */
        start local 5 // java.io.OutputStream out
        17: .line 1683
            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 1684
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.verbose:Z
            ifeq 20
        19: .line 1685
            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 */
            aastore
            invokevirtual com.sun.tools.javac.util.Log.printVerbose:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 1686
      StackMap locals: javax.tools.JavaFileObject java.io.OutputStream
      StackMap stack:
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        21: .line 1687
            aconst_null
            astore 5 /* out */
        22: .line 1688
            goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 6
        24: .line 1689
            aload 5 /* out */
            ifnull 28
        25: .line 1691
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        26: .line 1692
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        27: .line 1693
            aconst_null
            astore 4 /* outFile */
        28: .line 1695
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 6
            athrow
        29: .line 1689
      StackMap locals:
      StackMap stack:
            aload 5 /* out */
            ifnull 33
        30: .line 1691
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        31: .line 1692
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        32: .line 1693
            aconst_null
            astore 4 /* outFile */
        33: .line 1696
      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   34     0     this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   34     1        c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
            3   34     2     name  Ljava/lang/String;
            8    9     3  outLocn  Ljavax/tools/JavaFileManager$Location;
           10   34     3  outLocn  Ljavax/tools/JavaFileManager$Location;
            7    8     4     msym  Lcom/sun/tools/javac/code/Symbol$ModuleSymbol;
           16   34     4  outFile  Ljavax/tools/JavaFileObject;
           17   34     5      out  Ljava/io/OutputStream;
      Exception table:
        from    to  target  type
          17    23      23  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 1703
            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 1704
            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 1705
            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 1706
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.reset:()V
         6: .line 1707
            aload 0 /* this */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.pool:Lcom/sun/tools/javac/jvm/Pool;
            putfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
         7: .line 1708
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
         8: .line 1709
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.jvm.ClassWriter.innerClassesQueue:Lcom/sun/tools/javac/util/ListBuffer;
         9: .line 1710
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield com.sun.tools.javac.jvm.ClassWriter.bootstrapMethods:Ljava/util/Map;
        10: .line 1712
            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
        11: .line 1713
            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
        12: .line 1714
            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
        13: .line 1717
            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 16
        14: .line 1718
            ldc 32768
            istore 6 /* flags */
        start local 6 // int flags
        15: .line 1719
            goto 20
        end local 6 // int flags
        16: .line 1720
      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
        17: .line 1721
            iload 6 /* flags */
            iconst_4
            iand
            ifeq 18
            iload 6 /* flags */
            iconst_1
            ior
            istore 6 /* flags */
        18: .line 1722
      StackMap locals: int
      StackMap stack:
            iload 6 /* flags */
            sipush 32273
            iand
            sipush -2049
            iand
            istore 6 /* flags */
        19: .line 1723
            iload 6 /* flags */
            sipush 512
            iand
            ifne 20
            iload 6 /* flags */
            bipush 32
            ior
            istore 6 /* flags */
        20: .line 1726
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpClassModifiers:Z
            ifeq 25
        21: .line 1727
            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
        22: .line 1728
            aload 7 /* pw */
            invokevirtual java.io.PrintWriter.println:()V
        23: .line 1729
            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
        24: .line 1730
            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
        25: .line 1732
      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
        26: .line 1734
            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 30
        27: .line 1735
            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
        28: .line 1736
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        end local 7 // com.sun.tools.javac.code.Symbol$PackageSymbol unnamed
        29: .line 1737
            goto 31
        30: .line 1738
      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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 2 /* c */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        31: .line 1740
      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 32
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 3 /* supertype */
            getfield com.sun.tools.javac.code.Type.tsym:Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            goto 33
      StackMap locals:
      StackMap stack: com.sun.tools.javac.util.ByteBuffer
        32: 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
        33: invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        34: .line 1741
            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
        35: .line 1742
            aload 4 /* interfaces */
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        36: goto 39
        37: .line 1743
      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.pool:Lcom/sun/tools/javac/jvm/Pool;
            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;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        38: .line 1742
            aload 7 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 7 /* l */
      StackMap locals:
      StackMap stack:
        39: aload 7 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 37
        end local 7 // com.sun.tools.javac.util.List l
        40: .line 1744
            iconst_0
            istore 7 /* fieldsCount */
        start local 7 // int fieldsCount
        41: .line 1745
            iconst_0
            istore 8 /* methodsCount */
        start local 8 // int methodsCount
        42: .line 1746
            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 50
      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:
        43: 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
        44: .line 1747
            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: 48
                    4: 45
                    5: 46
              default: 49
          }
        45: .line 1748
      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 50
        46: .line 1749
      StackMap locals:
      StackMap stack:
            aload 9 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            ldc 137438953472
            land
            lconst_0
            lcmp
            ifne 50
            iinc 8 /* methodsCount */ 1
        47: .line 1750
            goto 50
        48: .line 1751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 9 /* sym */
            checkcast com.sun.tools.javac.code.Symbol$ClassSymbol
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.enterInner:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
            goto 50
        49: .line 1752
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.tools.javac.util.Assert.error:()V
        end local 9 // com.sun.tools.javac.code.Symbol sym
        50: .line 1746
      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 43
        51: .line 1756
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.trans_local:Lcom/sun/tools/javac/util/List;
            ifnull 56
        52: .line 1757
            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 55
      StackMap locals:
      StackMap stack:
        53: 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
        54: .line 1758
            aload 0 /* this */
            aload 9 /* local */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.enterInner:(Lcom/sun/tools/javac/code/Symbol$ClassSymbol;)V
        end local 9 // com.sun.tools.javac.code.Symbol$ClassSymbol local
        55: .line 1757
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 53
        56: .line 1762
      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
        57: .line 1763
            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
        58: .line 1764
            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
        59: .line 1765
            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
        60: .line 1767
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 9 /* acountIdx */
        start local 9 // int acountIdx
        61: .line 1768
            iconst_0
            istore 10 /* acount */
        start local 10 // int acount
        62: .line 1771
            aload 5 /* typarams */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifne 64
            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 64
        63: .line 1770
            iconst_0
            goto 65
      StackMap locals: int int
      StackMap stack:
        64: iconst_1
      StackMap locals:
      StackMap stack: int
        65: istore 11 /* sigReq */
        start local 11 // boolean sigReq
        66: .line 1772
            aload 4 /* interfaces */
            astore 12 /* l */
        start local 12 // com.sun.tools.javac.util.List l
        67: goto 72
        68: .line 1773
      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 69
            iconst_1
            goto 70
      StackMap locals:
      StackMap stack:
        69: iconst_0
      StackMap locals:
      StackMap stack: int
        70: istore 11 /* sigReq */
        71: .line 1772
            aload 12 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 12 /* l */
      StackMap locals:
      StackMap stack:
        72: iload 11 /* sigReq */
            ifne 73
            aload 12 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 68
        end local 12 // com.sun.tools.javac.util.List l
        73: .line 1774
      StackMap locals:
      StackMap stack:
            iload 11 /* sigReq */
            ifeq 86
        74: .line 1775
            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
        75: .line 1776
            aload 5 /* typarams */
            invokevirtual com.sun.tools.javac.util.List.length:()I
            ifeq 76
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            aload 5 /* typarams */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.assembleParamsSig:(Lcom/sun/tools/javac/util/List;)V
        76: .line 1777
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            aload 3 /* supertype */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.assembleSig:(Lcom/sun/tools/javac/code/Type;)V
        77: .line 1778
            aload 4 /* interfaces */
            astore 13 /* l */
        start local 13 // com.sun.tools.javac.util.List l
        78: goto 81
        79: .line 1779
      StackMap locals: com.sun.tools.javac.util.List
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            aload 13 /* 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.ClassWriter$CWSignatureGenerator.assembleSig:(Lcom/sun/tools/javac/code/Type;)V
        80: .line 1778
            aload 13 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 13 /* l */
      StackMap locals:
      StackMap stack:
        81: aload 13 /* l */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 79
        end local 13 // com.sun.tools.javac.util.List l
        82: .line 1780
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.toName:()Lcom/sun/tools/javac/util/Name;
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        83: .line 1781
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.signatureGen:Lcom/sun/tools/javac/jvm/ClassWriter$CWSignatureGenerator;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator.reset:()V
        84: .line 1782
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        85: .line 1783
            iinc 10 /* acount */ 1
        end local 12 // int alenIdx
        86: .line 1786
      StackMap locals:
      StackMap stack:
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
            ifnull 92
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.emitSourceFile:Z
            ifeq 92
        87: .line 1787
            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
        88: .line 1792
            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
        89: .line 1793
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        90: .line 1794
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        91: .line 1795
            iinc 10 /* acount */ 1
        end local 13 // java.lang.String simpleName
        end local 12 // int alenIdx
        92: .line 1798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.genCrt:Z
            ifeq 101
        93: .line 1800
            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
        94: .line 1801
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        95: .line 1802
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        96: .line 1803
            iinc 10 /* acount */ 1
        97: .line 1805
            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 */
        98: .line 1806
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.pool:Lcom/sun/tools/javac/jvm/Pool;
            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.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
        99: .line 1807
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
       100: .line 1808
            iinc 10 /* acount */ 1
        end local 12 // int alenIdx
       101: .line 1811
      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 */
       102: .line 1812
            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 */
       103: .line 1813
            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 */
       104: .line 1814
            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 */
       105: .line 1815
            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 108
       106: .line 1816
            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 */
       107: .line 1817
            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 */
       108: .line 1819
      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 */
       109: .line 1821
            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
       110: .line 1822
            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
       111: .line 1823
            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
       112: .line 1825
            aload 0 /* this */
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.pool:Lcom/sun/tools/javac/jvm/Pool;
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writePool:(Lcom/sun/tools/javac/jvm/Pool;)V
       113: .line 1827
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            ifnull 116
       114: .line 1828
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeInnerClasses:()V
       115: .line 1829
            iinc 10 /* acount */ 1
       116: .line 1832
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.bootstrapMethods:Ljava/util/Map;
            invokeinterface java.util.Map.isEmpty:()Z
            ifne 119
       117: .line 1833
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeBootstrapMethods:()V
       118: .line 1834
            iinc 10 /* acount */ 1
       119: .line 1837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* acountIdx */
            iload 10 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
       120: .line 1839
            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.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 com.sun.tools.javac.util.ByteBuffer.appendBytes:([BII)V
       121: .line 1840
            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
       122: .line 1842
            aload 0 /* this */
            aload 2 /* c */
            aconst_null
            dup_x1
            putfield com.sun.tools.javac.code.Symbol$ClassSymbol.pool:Lcom/sun/tools/javac/jvm/Pool;
            putfield com.sun.tools.javac.jvm.ClassWriter.pool:Lcom/sun/tools/javac/jvm/Pool;
       123: .line 1843
            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  124     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0  124     1           out  Ljava/io/OutputStream;
            0  124     2             c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           11  124     3     supertype  Lcom/sun/tools/javac/code/Type;
           12  124     4    interfaces  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           13  124     5      typarams  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           15   16     6         flags  I
           17  124     6         flags  I
           22   25     7            pw  Ljava/io/PrintWriter;
           28   29     7       unnamed  Lcom/sun/tools/javac/code/Symbol$PackageSymbol;
           36   40     7             l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           41  124     7   fieldsCount  I
           42  124     8  methodsCount  I
           44   50     9           sym  Lcom/sun/tools/javac/code/Symbol;
           54   55     9         local  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           61  124     9     acountIdx  I
           62  124    10        acount  I
           66  124    11        sigReq  Z
           67   73    12             l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           75   86    12       alenIdx  I
           78   82    13             l  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           88   92    12       alenIdx  I
           89   92    13    simpleName  Ljava/lang/String;
           94  101    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 1850
            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 1854
            lload 1 /* flags */
            l2i
            istore 3 /* result */
        start local 3 // int result
         1: .line 1856
            lload 1 /* flags */
            ldc 2147483648
            land
            lconst_0
            lcmp
            ifeq 3
         2: .line 1857
            iload 3 /* result */
            bipush 64
            ior
            istore 3 /* result */
         3: .line 1858
      StackMap locals: int
      StackMap stack:
            lload 1 /* flags */
            ldc 17179869184
            land
            lconst_0
            lcmp
            ifeq 5
         4: .line 1859
            iload 3 /* result */
            sipush 128
            ior
            istore 3 /* result */
         5: .line 1860
      StackMap locals:
      StackMap stack:
            lload 1 /* flags */
            ldc 8796093022208
            land
            lconst_0
            lcmp
            ifeq 7
         6: .line 1861
            iload 3 /* result */
            sipush -1025
            iand
            istore 3 /* result */
         7: .line 1862
      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 1866
            lconst_0
            lstore 2 /* mod */
        start local 2 // long mod
         1: .line 1868
            aload 1 /* filename */
            invokeinterface javax.tools.FileObject.getLastModified:()J
            lstore 2 /* mod */
         2: .line 1869
            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 1870
            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 1872
      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 71
            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 71
            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 71
            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 71
            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 71
            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_VAR: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 1026
            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 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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* srvc */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
         1: .line 1031
            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 1032
            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 1033
            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 1032
            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.pool:Lcom/sun/tools/javac/jvm/Pool;
            aload 1 /* impl */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)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$CWSignatureGenerator  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 CompletionFailure = com.sun.tools.javac.code.Symbol$CompletionFailure of com.sun.tools.javac.code.Symbol
  public DelegatedSymbol = com.sun.tools.javac.code.Symbol$DelegatedSymbol of com.sun.tools.javac.code.Symbol
  public DynamicMethodSymbol = com.sun.tools.javac.code.Symbol$DynamicMethodSymbol 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 abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol 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 UniqueType = com.sun.tools.javac.code.Types$UniqueType of com.sun.tools.javac.code.Types
  public NameAndType = com.sun.tools.javac.jvm.ClassFile$NameAndType of com.sun.tools.javac.jvm.ClassFile
  AttributeWriter = com.sun.tools.javac.jvm.ClassWriter$AttributeWriter of com.sun.tools.javac.jvm.ClassWriter
  private CWSignatureGenerator = com.sun.tools.javac.jvm.ClassWriter$CWSignatureGenerator 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
  DynamicMethod = com.sun.tools.javac.jvm.Pool$DynamicMethod of com.sun.tools.javac.jvm.Pool
  BootstrapMethodsKey = com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsKey of com.sun.tools.javac.jvm.Pool$DynamicMethod
  BootstrapMethodsValue = com.sun.tools.javac.jvm.Pool$DynamicMethod$BootstrapMethodsValue of com.sun.tools.javac.jvm.Pool$DynamicMethod
  Method = com.sun.tools.javac.jvm.Pool$Method of com.sun.tools.javac.jvm.Pool
  public MethodHandle = com.sun.tools.javac.jvm.Pool$MethodHandle of com.sun.tools.javac.jvm.Pool
  Variable = com.sun.tools.javac.jvm.Pool$Variable of com.sun.tools.javac.jvm.Pool
  public Key = com.sun.tools.javac.util.Context$Key of com.sun.tools.javac.util.Context
  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 Entry = java.util.Map$Entry of java.util.Map
  public abstract Location = javax.tools.JavaFileManager$Location of javax.tools.JavaFileManager
  public final Kind = javax.tools.JavaFileObject$Kind of javax.tools.JavaFileObject