final class jdk.internal.org.objectweb.asm.ModuleWriter extends jdk.internal.org.objectweb.asm.ModuleVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.ModuleWriter
  super_class: jdk.internal.org.objectweb.asm.ModuleVisitor
{
  private final jdk.internal.org.objectweb.asm.ClassWriter cw;
    descriptor: Ljdk/internal/org/objectweb/asm/ClassWriter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private final int name;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int access;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int version;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private jdk.internal.org.objectweb.asm.ByteVector packages;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private jdk.internal.org.objectweb.asm.ByteVector requires;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private jdk.internal.org.objectweb.asm.ByteVector exports;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private jdk.internal.org.objectweb.asm.ByteVector opens;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private jdk.internal.org.objectweb.asm.ByteVector uses;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

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

  private jdk.internal.org.objectweb.asm.ByteVector provides;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0002) ACC_PRIVATE

  void <init>(jdk.internal.org.objectweb.asm.ClassWriter, int, int, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        start local 2 // int name
        start local 3 // int access
        start local 4 // int version
         0: .line 175
            aload 0 /* this */
            ldc 393216
            invokespecial jdk.internal.org.objectweb.asm.ModuleVisitor.<init>:(I)V
         1: .line 176
            aload 0 /* this */
            aload 1 /* cw */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
         2: .line 177
            aload 0 /* this */
            bipush 16
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
         3: .line 178
            aload 0 /* this */
            iload 2 /* name */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.name:I
         4: .line 179
            aload 0 /* this */
            iload 3 /* access */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.access:I
         5: .line 180
            aload 0 /* this */
            iload 4 /* version */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.version:I
         6: .line 181
            return
        end local 4 // int version
        end local 3 // int access
        end local 2 // int name
        end local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    7     1       cw  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    7     2     name  I
            0    7     3   access  I
            0    7     4  version  I
    MethodParameters:
         Name  Flags
      cw       final
      name     final
      access   final
      version  final

  public void visitMainClass(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String mainClass
         0: .line 185
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
            ifne 4
         1: .line 186
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "ModuleMainClass"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
         2: .line 187
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
         3: .line 188
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
            bipush 8
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
         4: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* mainClass */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
         5: .line 191
            return
        end local 1 // java.lang.String mainClass
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    6     1  mainClass  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      mainClass  

  public void visitPackage(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String packaze
         0: .line 195
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 5
         1: .line 197
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "ModulePackages"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            pop
         2: .line 198
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
         3: .line 199
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
         4: .line 200
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
            bipush 8
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
         5: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* packaze */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newPackage:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 203
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
         7: .line 204
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
            iconst_2
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
         8: .line 205
            return
        end local 1 // java.lang.String packaze
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    9     1  packaze  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  

  public void visitRequire(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String module
        start local 2 // int access
        start local 3 // java.lang.String version
         0: .line 209
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 210
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* module */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newModule:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         3: .line 213
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         4: .line 214
            aload 3 /* version */
            ifnonnull 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
         5: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* version */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector int
         6: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 215
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requireCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.requireCount:I
         8: .line 216
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            bipush 6
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
         9: .line 217
            return
        end local 3 // java.lang.String version
        end local 2 // int access
        end local 1 // java.lang.String module
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   10     1   module  Ljava/lang/String;
            0   10     2   access  I
            0   10     3  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      module   
      access   
      version  

  public void visitExport(java.lang.String, int, java.lang.String[]);
    descriptor: (Ljava/lang/String;I[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String packaze
        start local 2 // int access
        start local 3 // java.lang.String[] modules
         0: .line 221
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 222
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* packaze */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newPackage:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 225
            aload 3 /* modules */
            ifnonnull 7
         4: .line 226
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 227
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            bipush 6
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
         6: .line 228
            goto 14
         7: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 3 /* modules */
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         8: .line 230
            aload 3 /* modules */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 12
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         9: aload 7
            iload 5
            aaload
            astore 4 /* module */
        start local 4 // java.lang.String module
        10: .line 231
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 4 /* module */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newModule:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 4 // java.lang.String module
        11: .line 230
            iinc 5 1
      StackMap locals:
      StackMap stack:
        12: iload 5
            iload 6
            if_icmplt 9
        13: .line 233
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            bipush 6
            iconst_2
            aload 3 /* modules */
            arraylength
            imul
            iadd
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
        14: .line 235
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exportCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.exportCount:I
        15: .line 236
            return
        end local 3 // java.lang.String[] modules
        end local 2 // int access
        end local 1 // java.lang.String packaze
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   16     1  packaze  Ljava/lang/String;
            0   16     2   access  I
            0   16     3  modules  [Ljava/lang/String;
           10   11     4   module  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  
      access   
      modules  

  public void visitOpen(java.lang.String, int, java.lang.String[]);
    descriptor: (Ljava/lang/String;I[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String packaze
        start local 2 // int access
        start local 3 // java.lang.String[] modules
         0: .line 240
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 241
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* packaze */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newPackage:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 244
            aload 3 /* modules */
            ifnonnull 7
         4: .line 245
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 246
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            bipush 6
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
         6: .line 247
            goto 14
         7: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 3 /* modules */
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         8: .line 249
            aload 3 /* modules */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 12
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         9: aload 7
            iload 5
            aaload
            astore 4 /* module */
        start local 4 // java.lang.String module
        10: .line 250
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 4 /* module */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newModule:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 4 // java.lang.String module
        11: .line 249
            iinc 5 1
      StackMap locals:
      StackMap stack:
        12: iload 5
            iload 6
            if_icmplt 9
        13: .line 252
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            bipush 6
            iconst_2
            aload 3 /* modules */
            arraylength
            imul
            iadd
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
        14: .line 254
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.openCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.openCount:I
        15: .line 255
            return
        end local 3 // java.lang.String[] modules
        end local 2 // int access
        end local 1 // java.lang.String packaze
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   16     1  packaze  Ljava/lang/String;
            0   16     2   access  I
            0   16     3  modules  [Ljava/lang/String;
           10   11     4   module  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  
      access   
      modules  

  public void visitUse(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String service
         0: .line 259
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 260
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* service */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 263
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.useCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.useCount:I
         4: .line 264
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            iconst_2
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
         5: .line 265
            return
        end local 1 // java.lang.String service
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    6     1  service  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      service  

  public void visitProvide(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // java.lang.String service
        start local 2 // java.lang.String[] providers
         0: .line 269
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnonnull 2
         1: .line 270
            aload 0 /* this */
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 1 /* service */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 273
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 2 /* providers */
            arraylength
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         4: .line 274
            aload 2 /* providers */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 8
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         5: aload 6
            iload 4
            aaload
            astore 3 /* provider */
        start local 3 // java.lang.String provider
         6: .line 275
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            aload 3 /* provider */
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 3 // java.lang.String provider
         7: .line 274
            iinc 4 1
      StackMap locals:
      StackMap stack:
         8: iload 4
            iload 5
            if_icmplt 5
         9: .line 277
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provideCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.provideCount:I
        10: .line 278
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            iconst_4
            iconst_2
            aload 2 /* providers */
            arraylength
            imul
            iadd
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
        11: .line 279
            return
        end local 2 // java.lang.String[] providers
        end local 1 // java.lang.String service
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   12     1    service  Ljava/lang/String;
            0   12     2  providers  [Ljava/lang/String;
            6    7     3   provider  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      service    
      providers  

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
         0: .line 284
            return
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/ModuleWriter;

  void putAttributes(jdk.internal.org.objectweb.asm.ByteVector);
    descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ByteVector out
         0: .line 287
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
            ifeq 2
         1: .line 288
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "ModuleMainClass"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 7
         3: .line 291
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
            ldc "ModulePackages"
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         4: .line 292
            iconst_2
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
            imul
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         5: .line 293
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         6: .line 294
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         7: .line 296
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.ByteVector out
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    8     1   out  Ljdk/internal/org/objectweb/asm/ByteVector;
    MethodParameters:
      Name  Flags
      out   

  void put(jdk.internal.org.objectweb.asm.ByteVector);
    descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ByteVector out
         0: .line 299
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         1: .line 300
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.name:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.access:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.version:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 301
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requireCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         3: .line 302
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 5
         4: .line 303
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 305
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exportCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 306
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 8
         7: .line 307
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         8: .line 309
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.openCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         9: .line 310
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 11
        10: .line 311
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        11: .line 313
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.useCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        12: .line 314
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 14
        13: .line 315
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        14: .line 317
      StackMap locals:
      StackMap stack:
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provideCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        15: .line 318
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            ifnull 17
        16: .line 319
            aload 1 /* out */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        17: .line 321
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.internal.org.objectweb.asm.ByteVector out
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   18     1   out  Ljdk/internal/org/objectweb/asm/ByteVector;
    MethodParameters:
      Name  Flags
      out   
}
SourceFile: "ModuleWriter.java"