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

  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 71
            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 236
            bipush 12
            anewarray java.lang.String
            dup
            iconst_0
         2: .line 237
            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 238
            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 239
            ldc "ABSTRACT"
            aastore
            dup
            bipush 11
            ldc "STRICTFP"
            aastore
         5: .line 236
            putstatic com.sun.tools.javac.jvm.ClassWriter.flagName:[Ljava/lang/String;
         6: .line 239
            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 164
            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 165
            aload 1 /* instance */
            ifnonnull 3
         2: .line 166
            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 167
      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 172
            aload 0 /* this */
            invokespecial com.sun.tools.javac.jvm.ClassFile.<init>:()V
         1: .line 118
            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 122
            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 854
            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 173
            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 175
            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 176
            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 177
            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 178
            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 179
            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 180
            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 181
            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;
        12: .line 182
            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;
        13: .line 184
            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
        14: .line 185
            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
        15: .line 186
            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
        16: .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.G_CUSTOM:Lcom/sun/tools/javac/main/Option;
            invokevirtual com.sun.tools.javac.util.Options.isUnset:(Lcom/sun/tools/javac/main/Option;)Z
            ifne 18
        17: .line 189
            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 18
            iconst_0
            goto 19
      StackMap locals: com.sun.tools.javac.jvm.ClassWriter com.sun.tools.javac.util.Context
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        18: iconst_1
        19: .line 188
      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
        20: .line 191
            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
        21: .line 192
            aload 2 /* modifierFlags */
            ifnull 34
        22: .line 193
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 99
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 23
            iconst_1
            goto 24
      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
        23: 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
        24: putfield com.sun.tools.javac.jvm.ClassWriter.dumpClassModifiers:Z
        25: .line 194
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 102
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 26
            iconst_1
            goto 27
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        26: 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
        27: putfield com.sun.tools.javac.jvm.ClassWriter.dumpFieldModifiers:Z
        28: .line 195
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 105
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 29
            iconst_1
            goto 30
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        29: 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
        30: putfield com.sun.tools.javac.jvm.ClassWriter.dumpInnerClassModifiers:Z
        31: .line 196
            aload 0 /* this */
            aload 2 /* modifierFlags */
            bipush 109
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 32
            iconst_1
            goto 33
      StackMap locals:
      StackMap stack: com.sun.tools.javac.jvm.ClassWriter
        32: 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
        33: putfield com.sun.tools.javac.jvm.ClassWriter.dumpMethodModifiers:Z
        34: .line 198
      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   35     0           this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0   35     1        context  Lcom/sun/tools/javac/util/Context;
           21   35     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 222
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sbuf */
        start local 2 // java.lang.StringBuilder sbuf
         1: .line 223
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: .line 224
            lload 0 /* flags */
            ldc 4095
            land
            lstore 4 /* f */
        start local 4 // long f
         3: .line 225
            goto 9
         4: .line 226
      StackMap locals: java.lang.StringBuilder int long
      StackMap stack:
            lload 4 /* f */
            lconst_1
            land
            lconst_0
            lcmp
            ifeq 7
         5: .line 227
            aload 2 /* sbuf */
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 228
            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 230
      StackMap locals:
      StackMap stack:
            lload 4 /* f */
            iconst_1
            lshr
            lstore 4 /* f */
         8: .line 231
            iinc 3 /* i */ 1
         9: .line 225
      StackMap locals:
      StackMap stack:
            lload 4 /* f */
            lconst_0
            lcmp
            ifne 4
        10: .line 233
            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 249
            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 250
            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 251
            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 257
            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 258
            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 259
            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 260
            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 261
            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 332
            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 334
            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 335
            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 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.reset:()V
         4: .line 338
            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 345
            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 346
            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 347
      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 348
            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 350
      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 377
            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 378
            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 379
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         3: .line 380
            goto 116
         4: .line 381
      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 382
            aload 4 /* value */
            invokestatic com.sun.tools.javac.util.Assert.checkNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 383
            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 384
      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 386
      StackMap locals:
      StackMap stack:
            aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$MethodSymbol
            ifeq 37
         9: .line 387
            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 388
            aload 5 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isDynamic:()Z
            ifne 18
        11: .line 389
            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 390
            bipush 11
            goto 14
        13: .line 391
      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 389
      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 392
            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 393
            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 394
            goto 115
        18: .line 396
      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 397
            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 398
            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 401
            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 402
            aload 9 /* val */
            ifnonnull 26
        23: .line 403
            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 404
            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 405
            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 409
      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 410
            aload 1 /* pool */
            aload 7 /* handle */
            invokevirtual com.sun.tools.javac.jvm.Pool.put:(Ljava/lang/Object;)I
            pop
        28: .line 411
            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 412
            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 411
            iinc 11 1
      StackMap locals:
      StackMap stack:
        32: iload 11
            iload 12
            if_icmplt 29
        33: .line 414
            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 415
            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 416
            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 418
            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 419
            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 420
            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 421
            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 422
            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 423
            goto 115
      StackMap locals:
      StackMap stack:
        43: aload 4 /* value */
            instanceof com.sun.tools.javac.util.Name
            ifeq 50
        44: .line 424
            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 425
            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 426
            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 427
            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 428
            aload 5 /* bs */
            arraylength
            ldc 65535
            if_icmple 115
        49: .line 429
            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 430
      StackMap locals:
      StackMap stack:
            aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$ClassSymbol
            ifeq 60
        51: .line 431
            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 432
            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 433
      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 434
            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 435
            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 436
            goto 115
        57: .line 437
      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 438
            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 440
            goto 115
      StackMap locals:
      StackMap stack:
        60: aload 4 /* value */
            instanceof com.sun.tools.javac.jvm.ClassFile$NameAndType
            ifeq 66
        61: .line 441
            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 442
            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 443
            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 444
            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 445
            goto 115
      StackMap locals:
      StackMap stack:
        66: aload 4 /* value */
            instanceof java.lang.Integer
            ifeq 70
        67: .line 446
            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 447
            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 448
            goto 115
      StackMap locals:
      StackMap stack:
        70: aload 4 /* value */
            instanceof java.lang.Long
            ifeq 75
        71: .line 449
            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 450
            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 451
            iinc 3 /* i */ 1
        74: .line 452
            goto 115
      StackMap locals:
      StackMap stack:
        75: aload 4 /* value */
            instanceof java.lang.Float
            ifeq 79
        76: .line 453
            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 454
            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 455
            goto 115
      StackMap locals:
      StackMap stack:
        79: aload 4 /* value */
            instanceof java.lang.Double
            ifeq 84
        80: .line 456
            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 457
            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 458
            iinc 3 /* i */ 1
        83: .line 459
            goto 115
      StackMap locals:
      StackMap stack:
        84: aload 4 /* value */
            instanceof java.lang.String
            ifeq 88
        85: .line 460
            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 461
            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 462
            goto 115
      StackMap locals:
      StackMap stack:
        88: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Types$UniqueType
            ifeq 98
        89: .line 463
            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 464
            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 465
            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 466
            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 467
            goto 115
        94: .line 468
      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 469
            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 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 */
            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 472
            goto 115
      StackMap locals:
      StackMap stack:
        98: aload 4 /* value */
            instanceof com.sun.tools.javac.jvm.Pool$MethodHandle
            ifeq 104
        99: .line 473
            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 474
            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 475
            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 476
            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 477
            goto 115
      StackMap locals:
      StackMap stack:
       104: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$ModuleSymbol
            ifeq 109
       105: .line 478
            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 479
            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 480
            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 481
            goto 115
      StackMap locals:
      StackMap stack:
       109: aload 4 /* value */
            instanceof com.sun.tools.javac.code.Symbol$PackageSymbol
            ifeq 114
       110: .line 482
            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 483
            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 484
            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 485
            goto 115
       114: .line 486
      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 488
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 4 // java.lang.Object value
       116: .line 380
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            aload 1 /* pool */
            getfield com.sun.tools.javac.jvm.Pool.pp:I
            if_icmplt 4
       117: .line 490
            aload 1 /* pool */
            getfield com.sun.tools.javac.jvm.Pool.pp:I
            ldc 65535
            if_icmple 119
       118: .line 491
            new com.sun.tools.javac.jvm.ClassWriter$PoolOverflow
            dup
            invokespecial com.sun.tools.javac.jvm.ClassWriter$PoolOverflow.<init>:()V
            athrow
       119: .line 492
      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 493
            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 498
            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 511
            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 512
            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 513
            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 519
            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 520
            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 526
            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 527
            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 533
            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 534
            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 540
            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 547
            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 548
            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 549
            iconst_0
            ireturn
         3: .line 551
      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 552
            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 554
            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 555
            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 556
      StackMap locals: int com.sun.tools.javac.code.Symbol$ClassSymbol
      StackMap stack:
            aconst_null
            goto 9
         8: .line 557
      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 553
      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 558
            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 559
            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 560
            aload 0 /* this */
            iload 3 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 561
            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 567
            iconst_0
            istore 3 /* acount */
        start local 3 // int acount
         1: .line 568
            lload 1 /* flags */
            ldc 131072
            land
            lconst_0
            lcmp
            ifeq 5
         2: .line 569
            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 570
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         4: .line 571
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
         5: .line 573
      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 580
            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 581
            aload 1 /* sym */
            invokevirtual com.sun.tools.javac.code.Symbol.flags:()J
            lstore 3 /* flags */
        start local 3 // long flags
         2: .line 582
            lload 3 /* flags */
            ldc 2147487744
            land
            ldc 4096
            lcmp
            ifeq 10
         3: .line 583
            lload 3 /* flags */
            ldc 536870912
            land
            lconst_0
            lcmp
            ifne 10
         4: .line 584
            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 585
            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 588
      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 589
            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 590
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
         9: .line 591
            iinc 2 /* acount */ 1
        end local 5 // int alenIdx
        10: .line 593
      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 594
            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 595
            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 602
            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 603
            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 604
            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 605
            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 606
            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 608
            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 610
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
         8: .line 611
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
         9: .line 610
            ior
        10: .line 609
            istore 7 /* flags */
        start local 7 // int flags
        11: .line 612
            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 613
            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 608
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        14: .line 616
            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 618
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
        17: .line 619
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
        18: .line 618
            ior
        19: .line 617
            istore 7 /* flags */
        start local 7 // int flags
        20: .line 620
            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 621
            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 616
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        23: .line 624
            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 626
            aload 5 /* s */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.flags:()J
            l2i
            ldc 36880
            iand
        26: .line 627
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.flags:()J
            l2i
            sipush 4096
            iand
        27: .line 626
            ior
        28: .line 625
            istore 7 /* flags */
        start local 7 // int flags
        29: .line 628
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.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 629
            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 624
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        32: .line 631
            aload 0 /* this */
            iload 4 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        33: .line 632
            iconst_1
            ireturn
        end local 4 // int attrIndex
        34: .line 634
      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 640
            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 641
            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 642
            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 643
            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 644
            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 642
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         8: .line 645
            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 646
            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 647
            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 646
      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 640
      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 650
            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 654
            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 655
            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 656
            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 662
            iconst_0
            istore 2 /* hasVisible */
        start local 2 // boolean hasVisible
         1: .line 663
            iconst_0
            istore 3 /* hasInvisible */
        start local 3 // boolean hasInvisible
         2: .line 664
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.params:Lcom/sun/tools/javac/util/List;
            ifnull 13
         3: .line 665
            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 666
            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 667
            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 668
      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 669
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* hasInvisible */
            goto 11
        10: .line 670
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* hasVisible */
        end local 6 // com.sun.tools.javac.code.Attribute$Compound a
        11: .line 666
      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 665
      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 677
      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 678
            iload 2 /* hasVisible */
            ifeq 19
        15: .line 679
            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 680
            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 681
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        18: .line 682
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        19: .line 684
      StackMap locals: int
      StackMap stack:
            iload 3 /* hasInvisible */
            ifeq 24
        20: .line 685
            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 686
            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 687
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        23: .line 688
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        24: .line 690
      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 701
            aload 1 /* attrs */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 702
      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 703
            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 704
            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 705
            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 706
      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 707
      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 708
      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 704
      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 713
            iconst_0
            istore 4 /* attrCount */
        start local 4 // int attrCount
        11: .line 714
            aload 2 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 20
        12: .line 715
            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 716
            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 717
            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 718
            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 717
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 719
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        19: .line 720
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        20: .line 722
      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 723
            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 724
            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 725
            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 726
            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 725
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 24
        27: .line 727
            aload 0 /* this */
            iload 5 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        28: .line 728
            iinc 4 /* attrCount */ 1
        end local 5 // int attrIndex
        29: .line 730
      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 734
            aload 1 /* typeAnnos */
            invokevirtual com.sun.tools.javac.util.List.isEmpty:()Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 736
      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 737
            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 739
            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 740
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Attribute$TypeCompound.hasUnknownPosition:()Z
            ifeq 11
         6: .line 741
            aload 5 /* tc */
            invokevirtual com.sun.tools.javac.code.Attribute$TypeCompound.tryFixPosition:()Z
            istore 7 /* fixed */
        start local 7 // boolean fixed
         7: .line 744
            iload 7 /* fixed */
            ifne 11
         8: .line 749
            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 750
            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 751
            goto 19
        end local 8 // java.io.PrintWriter pw
        end local 7 // boolean fixed
        11: .line 755
      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 756
            goto 19
        13: .line 757
      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 758
            goto 19
        15: .line 759
      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 760
      StackMap locals:
      StackMap stack:
            goto 19
        17: .line 761
      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 762
      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 739
      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 767
            iconst_0
            istore 5 /* attrCount */
        start local 5 // int attrCount
        21: .line 768
            aload 3 /* visibles */
            invokevirtual com.sun.tools.javac.util.ListBuffer.length:()I
            ifeq 30
        22: .line 769
            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 770
            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 771
            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 772
            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 771
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 25
        28: .line 773
            aload 0 /* this */
            iload 6 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        29: .line 774
            iinc 5 /* attrCount */ 1
        end local 6 // int attrIndex
        30: .line 777
      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 778
            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 779
            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 780
            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 781
            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 780
      StackMap locals:
      StackMap stack:
            aload 8
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 34
        37: .line 782
            aload 0 /* this */
            iload 6 /* attrIndex */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        38: .line 783
            iinc 5 /* attrCount */ 1
        end local 6 // int attrIndex
        39: .line 786
      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 858
            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 859
            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 860
            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 861
            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 862
            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 860
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 864
            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 867
            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 868
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute:(Lcom/sun/tools/javac/code/Attribute$Compound;)V
         2: .line 869
            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 872
            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 873
            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 881
      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 882
            goto 33
         4: .line 887
      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 888
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         6: goto 11
         7: .line 889
      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 890
            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 891
            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 888
            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 893
            goto 33
        13: .line 896
      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 897
            goto 33
        15: .line 901
      StackMap locals:
      StackMap stack:
            goto 33
        16: .line 905
      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 906
            goto 33
        18: .line 910
      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 911
            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 912
            goto 33
        21: .line 915
      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 916
            goto 33
        23: .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
        24: .line 920
            goto 33
        25: .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.parameter_index:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendByte:(I)V
        26: .line 924
            goto 33
        27: .line 932
      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 933
            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 934
            goto 33
        30: .line 938
      StackMap locals:
      StackMap stack:
            goto 33
        31: .line 940
      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 942
      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 946
      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 947
            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 948
            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 949
            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 948
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 36
        end local 2 // java.util.List loc
        39: .line 951
            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 961
            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 963
            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 965
            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 966
            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 967
            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 969
            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 970
            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 971
            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 972
            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 970
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 974
            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 975
            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 976
            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 977
            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 978
            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 975
      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 981
            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 982
            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 983
            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 984
            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 985
            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 986
            aload 6 /* e */
            getfield com.sun.tools.javac.code.Directive$ExportsDirective.modules:Lcom/sun/tools/javac/util/List;
            ifnonnull 31
        29: .line 987
            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 988
            goto 36
        31: .line 989
      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 990
            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 991
            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 990
      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 983
      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 996
            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 997
            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 998
            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 999
            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 1000
            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 1001
            aload 7 /* o */
            getfield com.sun.tools.javac.code.Directive$OpensDirective.modules:Lcom/sun/tools/javac/util/List;
            ifnonnull 46
        44: .line 1002
            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 1003
            goto 51
        46: .line 1004
      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 1005
            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 1006
            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 1005
      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 998
      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 1011
            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 1012
            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 1013
            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 1014
            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 1013
      StackMap locals:
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 55
        58: .line 1020
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 8 /* mergedProvides */
        start local 8 // java.util.Map mergedProvides
        59: .line 1021
            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 1022
            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 1021
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 60
        63: .line 1024
            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 1025
            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 1031
            aload 0 /* this */
            iload 3 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        66: .line 1032
            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 1042
            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 1043
            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 1046
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual com.sun.tools.javac.code.Symbol$ClassSymbol.complete:()V
         3: .line 1047
            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 1048
            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 1049
            aload 2 /* ex */
            athrow
        end local 2 // com.sun.tools.javac.code.Symbol$CompletionFailure ex
         7: .line 1051
      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 1052
      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 1053
            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 1054
            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 1056
      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 1057
            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 1058
            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 1059
            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 1060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            ifnonnull 19
        16: .line 1061
            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 1062
            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 1063
            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 1065
      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 1066
            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 1068
      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 1073
            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 1074
            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 1075
            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 1076
            goto 24
         4: .line 1078
      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 1079
            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 1080
            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 1081
            iload 4 /* flags */
            sipush 512
            iand
            ifeq 8
            iload 4 /* flags */
            sipush 1024
            ior
            i2c
            istore 4 /* flags */
         8: .line 1082
      StackMap locals: com.sun.tools.javac.code.Symbol$ClassSymbol int
      StackMap stack:
            iload 4 /* flags */
            sipush -2049
            iand
            i2c
            istore 4 /* flags */
         9: .line 1083
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpInnerClassModifiers:Z
            ifeq 13
        10: .line 1084
            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 1085
            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 1086
            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 1088
      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 1089
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
        15: .line 1090
            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 1089
      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 1091
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.databuf:Lcom/sun/tools/javac/util/ByteBuffer;
        19: .line 1092
            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 1091
      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 1093
            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 1077
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        24: .line 1076
      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 1095
            aload 0 /* this */
            iload 1 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        26: .line 1096
            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 1101
            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 1102
            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 1103
            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 1104
            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 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.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 1107
            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 1109
            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 1111
            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 1112
            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 1111
            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 1103
      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 1115
            aload 0 /* this */
            iload 1 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 1116
            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 1121
            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 1122
            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 1123
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpFieldModifiers:Z
            ifeq 6
         3: .line 1124
            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 1125
            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 1126
            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 1128
      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 1129
            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 1130
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 3 /* acountIdx */
        start local 3 // int acountIdx
         9: .line 1131
            iconst_0
            istore 4 /* acount */
        start local 4 // int acount
        10: .line 1132
            aload 1 /* v */
            invokevirtual com.sun.tools.javac.code.Symbol$VarSymbol.getConstValue:()Ljava/lang/Object;
            ifnull 15
        11: .line 1133
            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 1134
            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 1135
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        14: .line 1136
            iinc 4 /* acount */ 1
        end local 5 // int alenIdx
        15: .line 1138
      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 1139
            aload 0 /* this */
            iload 3 /* acountIdx */
            iload 4 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        17: .line 1140
            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 1145
            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 1146
            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 1147
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpMethodModifiers:Z
            ifeq 6
         3: .line 1148
            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 1149
            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 1150
            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 1152
      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 1153
            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 1154
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 3 /* acountIdx */
        start local 3 // int acountIdx
         9: .line 1155
            iconst_0
            istore 4 /* acount */
        start local 4 // int acount
        10: .line 1156
            aload 1 /* m */
            getfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
            ifnull 16
        11: .line 1157
            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 1158
            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 1159
            aload 1 /* m */
            aconst_null
            putfield com.sun.tools.javac.code.Symbol$MethodSymbol.code:Lcom/sun/tools/javac/jvm/Code;
        14: .line 1160
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        15: .line 1161
            iinc 4 /* acount */ 1
        end local 5 // int alenIdx
        16: .line 1163
      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 1164
            aload 5 /* thrown */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifeq 27
        18: .line 1165
            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 1166
            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 1167
            aload 5 /* thrown */
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        21: goto 24
        22: .line 1168
      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 1167
            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 1169
            aload 0 /* this */
            iload 6 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        26: .line 1170
            iinc 4 /* acount */ 1
        end local 6 // int alenIdx
        27: .line 1172
      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 1173
            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 1174
            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 1175
            aload 0 /* this */
            iload 6 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        31: .line 1176
            iinc 4 /* acount */ 1
        end local 6 // int alenIdx
        32: .line 1178
      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 1179
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isLambdaMethod:()Z
            ifne 35
        34: .line 1180
            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 1182
      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 1183
            aload 1 /* m */
            invokevirtual com.sun.tools.javac.code.Symbol$MethodSymbol.isLambdaMethod:()Z
            ifne 38
        37: .line 1184
            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 1185
      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 1186
            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 1191
            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 1192
            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 1193
            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 1194
            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 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.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 1196
            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 1197
            goto 13
         7: .line 1199
      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 1200
      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 1199
            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 1198
            aload 2 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* l */
        13: .line 1197
      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 1202
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 2 /* acountIdx */
        start local 2 // int acountIdx
        15: .line 1203
            iconst_0
            istore 3 /* acount */
        start local 3 // int acount
        16: .line 1205
            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 1206
            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 1207
            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 1208
            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 1209
            goto 27
        21: .line 1211
      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 1212
      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 1211
            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 1210
            aload 5 /* l */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 5 /* l */
        27: .line 1209
      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 1213
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        29: .line 1214
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
        30: .line 1217
      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 1218
            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 1219
            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 1220
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 6 /* crtIdx */
        start local 6 // int crtIdx
        34: .line 1221
            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 1222
            aload 0 /* this */
            iload 6 /* crtIdx */
            iload 7 /* crtEntries */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
        36: .line 1223
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        37: .line 1224
            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 1228
      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 1229
            iconst_0
            istore 4 /* nGenericVars */
        start local 4 // int nGenericVars
        40: .line 1230
            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 1231
            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 1232
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        43: goto 66
        44: .line 1233
      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 1235
            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 1237
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.start_pc:C
            iflt 49
        48: .line 1238
            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 1237
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        51: .line 1239
            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 1240
            aload 8 /* r */
            getfield com.sun.tools.javac.jvm.Code$LocalVar$Range.length:C
            ifle 54
        53: .line 1241
            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 1240
      StackMap locals:
      StackMap stack: int
            invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
        56: .line 1242
            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 1243
            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 1244
            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 1245
            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 1246
            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 1247
            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 1248
            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 1249
            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 1235
      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 1232
            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 1253
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        68: .line 1254
            iinc 3 /* acount */ 1
        69: .line 1256
            iload 4 /* nGenericVars */
            ifle 95
        70: .line 1257
            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 1258
            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 1259
            iconst_0
            istore 6 /* count */
        start local 6 // int count
        73: .line 1261
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        74: goto 89
        75: .line 1262
      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 1263
            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 1264
            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 1265
            goto 88
        79: .line 1266
      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 1268
            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 1269
            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 1270
            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 1271
            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 1272
            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 1273
            iinc 6 /* count */ 1
        end local 10 // com.sun.tools.javac.jvm.Code$LocalVar$Range r
        87: .line 1266
      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 1261
      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 1276
            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 1277
            aload 0 /* this */
            iload 5 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        94: .line 1278
            iinc 3 /* acount */ 1
        end local 6 // int count
        end local 5 // int alenIdx
        end local 4 // int nGenericVars
        95: .line 1282
      StackMap locals:
      StackMap stack:
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBufferSize:I
            ifle 101
        96: .line 1283
            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 1284
      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 1285
            aload 0 /* this */
            aload 1 /* code */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeStackMap:(Lcom/sun/tools/javac/jvm/Code;)V
        99: .line 1286
            aload 0 /* this */
            iload 4 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
       100: .line 1287
            iinc 3 /* acount */ 1
        end local 4 // int alenIdx
       101: .line 1290
      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 1292
            aload 0 /* this */
            iload 2 /* acountIdx */
            iload 3 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
       103: .line 1293
            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 1299
            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 1300
            aload 1 /* t */
            invokevirtual com.sun.tools.javac.code.Type.isCompound:()Z
            ifne 3
         2: .line 1299
            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 1304
            aload 1 /* code */
            getfield com.sun.tools.javac.jvm.Code.stackMapBufferSize:I
            istore 2 /* nframes */
        start local 2 // int nframes
         1: .line 1305
            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 1306
      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 1308
            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 1310
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 44
         6: .line 1311
      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 1312
      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 1315
            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 1316
      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 1319
            iconst_0
            istore 5 /* localCount */
        start local 5 // int localCount
        11: .line 1320
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        12: goto 15
        13: .line 1322
      StackMap locals: int int
      StackMap stack:
            iinc 5 /* localCount */ 1
        14: .line 1321
            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 1320
      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 1324
            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 1325
            iload 5 /* localCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        18: .line 1324
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        19: .line 1326
      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 1327
            iconst_0
            istore 6 /* j */
        start local 6 // int j
        21: goto 25
        22: .line 1329
      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 1330
      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 1328
            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 1327
      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 1334
            iconst_0
            istore 6 /* stackCount */
        start local 6 // int stackCount
        27: .line 1335
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        28: goto 31
        29: .line 1337
      StackMap locals: int
      StackMap stack:
            iinc 6 /* stackCount */ 1
        30: .line 1336
            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 1335
      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 1339
            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 1340
            iload 6 /* stackCount */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        34: .line 1339
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
        35: .line 1341
      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 1342
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        37: goto 41
        38: .line 1344
      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 1345
      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 1343
            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 1342
      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 1347
            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 1310
      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 1349
            goto 57
        46: .line 1351
      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 1352
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        48: goto 54
        49: .line 1353
      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 1354
      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 1355
            aload 4 /* frame */
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter$StackMapTableFrame.write:(Lcom/sun/tools/javac/jvm/ClassWriter;)V
        52: .line 1356
            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 1352
      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 1358
            goto 57
        56: .line 1361
      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 1363
      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 1367
            aload 1 /* t */
            ifnonnull 4
         1: .line 1368
            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 1369
      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 1370
            goto 37
         4: .line 1371
      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 1377
      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 1378
      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 1379
            goto 37
         8: .line 1381
      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 1382
      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 1383
            goto 37
        11: .line 1385
      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 1386
      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 1387
            goto 37
        14: .line 1389
      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 1390
      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 1391
            goto 37
        17: .line 1393
      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 1394
      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 1395
            goto 37
        20: .line 1398
      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 1399
      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 1400
            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 1401
            goto 37
        24: .line 1403
      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 1404
      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 1405
            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 1406
            goto 37
        28: .line 1408
      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 1409
      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 1410
            goto 37
        31: .line 1412
      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 1413
            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 1414
            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 1415
      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 1417
            goto 37
        36: .line 1419
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        37: .line 1421
      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 1636
            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 1637
            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 1638
            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 1637
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1640
            goto 8
         6: .line 1641
      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 1642
            aload 2 /* vars */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* vars */
         8: .line 1640
      StackMap locals:
      StackMap stack:
            aload 2 /* vars */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 6
         9: .line 1644
            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 1647
            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 1648
            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 1649
            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 1650
            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 1648
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 1652
            goto 9
         7: .line 1653
      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 1654
            aload 2 /* methods */
            getfield com.sun.tools.javac.util.List.tail:Lcom/sun/tools/javac/util/List;
            astore 2 /* methods */
         9: .line 1652
      StackMap locals:
      StackMap stack:
            aload 2 /* methods */
            invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
            ifne 7
        10: .line 1656
            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 1664
            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 1666
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.multiModuleMode:Z
            ifeq 9
         4: .line 1667
            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 1668
            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 1669
            goto 10
        end local 3 // javax.tools.JavaFileManager$Location outLocn
         9: .line 1670
      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 1673
      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 1674
            aload 2 /* name */
        12: .line 1675
            getstatic javax.tools.JavaFileObject$Kind.CLASS:Ljavax/tools/JavaFileObject$Kind;
        13: .line 1676
            aload 1 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.sourcefile:Ljavax/tools/JavaFileObject;
        14: .line 1673
            invokeinterface javax.tools.JavaFileManager.getJavaFileForOutput:(Ljavax/tools/JavaFileManager$Location;Ljava/lang/String;Ljavax/tools/JavaFileObject$Kind;Ljavax/tools/FileObject;)Ljavax/tools/JavaFileObject;
        15: .line 1672
            astore 4 /* outFile */
        start local 4 // javax.tools.JavaFileObject outFile
        16: .line 1677
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.openOutputStream:()Ljava/io/OutputStream;
            astore 5 /* out */
        start local 5 // java.io.OutputStream out
        17: .line 1679
            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 1680
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.verbose:Z
            ifeq 20
        19: .line 1681
            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 1682
      StackMap locals: javax.tools.JavaFileObject java.io.OutputStream
      StackMap stack:
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        21: .line 1683
            aconst_null
            astore 5 /* out */
        22: .line 1684
            goto 29
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 6
        24: .line 1685
            aload 5 /* out */
            ifnull 28
        25: .line 1687
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        26: .line 1688
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        27: .line 1689
            aconst_null
            astore 4 /* outFile */
        28: .line 1691
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 6
            athrow
        29: .line 1685
      StackMap locals:
      StackMap stack:
            aload 5 /* out */
            ifnull 33
        30: .line 1687
            aload 5 /* out */
            invokevirtual java.io.OutputStream.close:()V
        31: .line 1688
            aload 4 /* outFile */
            invokeinterface javax.tools.JavaFileObject.delete:()Z
            pop
        32: .line 1689
            aconst_null
            astore 4 /* outFile */
        33: .line 1692
      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 1699
            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 1700
            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 1701
            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 1702
            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 1703
            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 1704
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
         8: .line 1705
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.javac.jvm.ClassWriter.innerClassesQueue:Lcom/sun/tools/javac/util/ListBuffer;
         9: .line 1706
            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 1708
            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 1709
            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 1710
            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 1713
            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 1714
            ldc 32768
            istore 6 /* flags */
        start local 6 // int flags
        15: .line 1715
            goto 20
        end local 6 // int flags
        16: .line 1716
      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 1717
            iload 6 /* flags */
            iconst_4
            iand
            ifeq 18
            iload 6 /* flags */
            iconst_1
            ior
            istore 6 /* flags */
        18: .line 1718
      StackMap locals: int
      StackMap stack:
            iload 6 /* flags */
            sipush 32273
            iand
            sipush -2049
            iand
            istore 6 /* flags */
        19: .line 1719
            iload 6 /* flags */
            sipush 512
            iand
            ifne 20
            iload 6 /* flags */
            bipush 32
            ior
            istore 6 /* flags */
        20: .line 1722
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.dumpClassModifiers:Z
            ifeq 25
        21: .line 1723
            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 1724
            aload 7 /* pw */
            invokevirtual java.io.PrintWriter.println:()V
        23: .line 1725
            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 1726
            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 1728
      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 1730
            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 1731
            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 1732
            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 1733
            goto 31
        30: .line 1734
      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 1736
      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 1737
            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 1738
            aload 4 /* interfaces */
            astore 7 /* l */
        start local 7 // com.sun.tools.javac.util.List l
        36: goto 39
        37: .line 1739
      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 1738
            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 1740
            iconst_0
            istore 7 /* fieldsCount */
        start local 7 // int fieldsCount
        41: .line 1741
            iconst_0
            istore 8 /* methodsCount */
        start local 8 // int methodsCount
        42: .line 1742
            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 1743
            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 1744
      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 1745
      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 1746
            goto 50
        48: .line 1747
      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 1748
      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 1742
      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 1752
            aload 2 /* c */
            getfield com.sun.tools.javac.code.Symbol$ClassSymbol.trans_local:Lcom/sun/tools/javac/util/List;
            ifnull 56
        52: .line 1753
            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 1754
            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 1753
      StackMap locals:
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 53
        56: .line 1758
      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 1759
            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 1760
            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 1761
            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 1763
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.beginAttrs:()I
            istore 9 /* acountIdx */
        start local 9 // int acountIdx
        61: .line 1764
            iconst_0
            istore 10 /* acount */
        start local 10 // int acount
        62: .line 1767
            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 1766
            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 1768
            aload 4 /* interfaces */
            astore 12 /* l */
        start local 12 // com.sun.tools.javac.util.List l
        67: goto 72
        68: .line 1769
      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 1768
            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 1770
      StackMap locals:
      StackMap stack:
            iload 11 /* sigReq */
            ifeq 86
        74: .line 1771
            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 1772
            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 1773
      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 1774
            aload 4 /* interfaces */
            astore 13 /* l */
        start local 13 // com.sun.tools.javac.util.List l
        78: goto 81
        79: .line 1775
      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 1774
            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 1776
            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 1777
            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 1778
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        85: .line 1779
            iinc 10 /* acount */ 1
        end local 12 // int alenIdx
        86: .line 1782
      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 1783
            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 1788
            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 1789
            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 1790
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        91: .line 1791
            iinc 10 /* acount */ 1
        end local 13 // java.lang.String simpleName
        end local 12 // int alenIdx
        92: .line 1794
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.genCrt:Z
            ifeq 101
        93: .line 1796
            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 1797
            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 1798
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
        96: .line 1799
            iinc 10 /* acount */ 1
        97: .line 1801
            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 1802
            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 1803
            aload 0 /* this */
            iload 12 /* alenIdx */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttr:(I)V
       100: .line 1804
            iinc 10 /* acount */ 1
        end local 12 // int alenIdx
       101: .line 1807
      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 1808
            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 1809
            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 1810
            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 1811
            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 1812
            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 1813
            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 1815
      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 1817
            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 1819
            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 114
       111: .line 1821
            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
       112: .line 1822
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            bipush 53
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
       113: .line 1823
            goto 116
       114: .line 1824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.poolbuf:Lcom/sun/tools/javac/util/ByteBuffer;
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.target:Lcom/sun/tools/javac/jvm/Target;
            getfield com.sun.tools.javac.jvm.Target.minorVersion:I
            invokevirtual com.sun.tools.javac.util.ByteBuffer.appendChar:(I)V
       115: .line 1825
            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
       116: .line 1828
      StackMap locals:
      StackMap stack:
            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
       117: .line 1830
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.ClassWriter.innerClasses:Ljava/util/Set;
            ifnull 120
       118: .line 1831
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeInnerClasses:()V
       119: .line 1832
            iinc 10 /* acount */ 1
       120: .line 1835
      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 123
       121: .line 1836
            aload 0 /* this */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.writeBootstrapMethods:()V
       122: .line 1837
            iinc 10 /* acount */ 1
       123: .line 1840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 9 /* acountIdx */
            iload 10 /* acount */
            invokevirtual com.sun.tools.javac.jvm.ClassWriter.endAttrs:(II)V
       124: .line 1842
            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
       125: .line 1843
            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
       126: .line 1845
            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;
       127: .line 1846
            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  128     0          this  Lcom/sun/tools/javac/jvm/ClassWriter;
            0  128     1           out  Ljava/io/OutputStream;
            0  128     2             c  Lcom/sun/tools/javac/code/Symbol$ClassSymbol;
           11  128     3     supertype  Lcom/sun/tools/javac/code/Type;
           12  128     4    interfaces  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           13  128     5      typarams  Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Type;>;
           15   16     6         flags  I
           17  128     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  128     7   fieldsCount  I
           42  128     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  128     9     acountIdx  I
           62  128    10        acount  I
           66  128    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 1853
            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 1857
            lload 1 /* flags */
            l2i
            istore 3 /* result */
        start local 3 // int result
         1: .line 1859
            lload 1 /* flags */
            ldc 2147483648
            land
            lconst_0
            lcmp
            ifeq 3
         2: .line 1860
            iload 3 /* result */
            bipush 64
            ior
            istore 3 /* result */
         3: .line 1861
      StackMap locals: int
      StackMap stack:
            lload 1 /* flags */
            ldc 17179869184
            land
            lconst_0
            lcmp
            ifeq 5
         4: .line 1862
            iload 3 /* result */
            sipush 128
            ior
            istore 3 /* result */
         5: .line 1863
      StackMap locals:
      StackMap stack:
            lload 1 /* flags */
            ldc 8796093022208
            land
            lconst_0
            lcmp
            ifeq 7
         6: .line 1864
            iload 3 /* result */
            sipush -1025
            iand
            istore 3 /* result */
         7: .line 1865
      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 1869
            lconst_0
            lstore 2 /* mod */
        start local 2 // long mod
         1: .line 1871
            aload 1 /* filename */
            invokeinterface javax.tools.FileObject.getLastModified:()J
            lstore 2 /* mod */
         2: .line 1872
            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 1873
            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 1875
      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 70
            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 70
            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 70
            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 70
            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 70
            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 16
            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 17
            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 13
            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.ERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 8
            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.HIDDEN:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.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.Kinds$Kind.MDL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 7
            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.MISSING_ENCL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 12
            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.MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_5
            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.NIL:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_1
            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.PCK:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_2
            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.POLY:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.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.Kinds$Kind.STATICERR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 11
            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.TYP:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_3
            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.VAR:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            iconst_4
            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.WRONG_MTH:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 15
            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_MTHS:Lcom/sun/tools/javac/code/Kinds$Kind;
            invokevirtual com.sun.tools.javac.code.Kinds$Kind.ordinal:()I
            bipush 14
            iastore
        51: goto 53
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        52: pop
      StackMap locals:
      StackMap stack:
        53: 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

  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 1022
            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 1026
            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 1027
            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 1028
            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 1029
            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 1028
            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