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.SymbolTable symbolTable;
    descriptor: Ljdk/internal/org/objectweb/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  private final jdk.internal.org.objectweb.asm.ByteVector requires;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final jdk.internal.org.objectweb.asm.ByteVector exports;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final jdk.internal.org.objectweb.asm.ByteVector opens;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final jdk.internal.org.objectweb.asm.ByteVector usesIndex;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final jdk.internal.org.objectweb.asm.ByteVector provides;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final jdk.internal.org.objectweb.asm.ByteVector packageIndex;
    descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(jdk.internal.org.objectweb.asm.SymbolTable, int, int, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/SymbolTable;III)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        start local 2 // int name
        start local 3 // int access
        start local 4 // int version
         0: .line 128
            aload 0 /* this */
            ldc 458752
            invokespecial jdk.internal.org.objectweb.asm.ModuleVisitor.<init>:(I)V
         1: .line 129
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
         2: .line 130
            aload 0 /* this */
            iload 2 /* name */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.moduleNameIndex:I
         3: .line 131
            aload 0 /* this */
            iload 3 /* access */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.moduleFlags:I
         4: .line 132
            aload 0 /* this */
            iload 4 /* version */
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.moduleVersionIndex:I
         5: .line 133
            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;
         6: .line 134
            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;
         7: .line 135
            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;
         8: .line 136
            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.usesIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
         9: .line 137
            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;
        10: .line 138
            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.packageIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
        11: .line 139
            return
        end local 4 // int version
        end local 3 // int access
        end local 2 // int name
        end local 1 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        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  symbolTable  Ljdk/internal/org/objectweb/asm/SymbolTable;
            0   12     2         name  I
            0   12     3       access  I
            0   12     4      version  I
    MethodParameters:
             Name  Flags
      symbolTable  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 143
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* mainClass */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClassIndex:I
         1: .line 144
            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    2     0       this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    2     1  mainClass  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      mainClass  final

  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 148
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* packaze */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantPackage:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         1: .line 149
            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
         2: .line 150
            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    3     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    3     1  packaze  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  final

  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 154
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
         1: .line 155
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* module */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         2: .line 156
            iload 2 /* access */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         3: .line 157
            aload 3 /* version */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
         4: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* version */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(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
         5: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         6: .line 158
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requiresCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.requiresCount:I
         7: .line 159
            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    8     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    8     1   module  Ljava/lang/String;
            0    8     2   access  I
            0    8     3  version  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      module   final
      access   final
      version  final

  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=3, 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 163
            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.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* packaze */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantPackage:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index: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
         1: .line 164
            aload 3 /* modules */
            ifnonnull 4
         2: .line 165
            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
         3: .line 166
            goto 10
         4: .line 167
      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
         5: .line 168
            aload 3 /* modules */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 9
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* module */
        start local 4 // java.lang.String module
         7: .line 169
            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.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 4 /* module */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 4 // java.lang.String module
         8: .line 168
            iinc 5 1
      StackMap locals:
      StackMap stack:
         9: iload 5
            iload 6
            if_icmplt 6
        10: .line 172
      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.exportsCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.exportsCount:I
        11: .line 173
            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   12     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   12     1  packaze  Ljava/lang/String;
            0   12     2   access  I
            0   12     3  modules  [Ljava/lang/String;
            7    8     4   module  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  final
      access   final
      modules  final

  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=3, 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 177
            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.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* packaze */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantPackage:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index: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
         1: .line 178
            aload 3 /* modules */
            ifnonnull 4
         2: .line 179
            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
         3: .line 180
            goto 10
         4: .line 181
      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
         5: .line 182
            aload 3 /* modules */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 9
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* module */
        start local 4 // java.lang.String module
         7: .line 183
            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.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 4 /* module */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantModule:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 4 // java.lang.String module
         8: .line 182
            iinc 5 1
      StackMap locals:
      StackMap stack:
         9: iload 5
            iload 6
            if_icmplt 6
        10: .line 186
      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.opensCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.opensCount:I
        11: .line 187
            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   12     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   12     1  packaze  Ljava/lang/String;
            0   12     2   access  I
            0   12     3  modules  [Ljava/lang/String;
            7    8     4   module  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      packaze  final
      access   final
      modules  final

  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 191
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.usesIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* service */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         1: .line 192
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.usesCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.usesCount:I
         2: .line 193
            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    3     0     this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    3     1  service  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      service  final

  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=3, 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 197
            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.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 1 /* service */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         1: .line 198
            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
         2: .line 199
            aload 2 /* providers */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String java.lang.String[] top int int java.lang.String[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* provider */
        start local 3 // java.lang.String provider
         4: .line 200
            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.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            aload 3 /* provider */
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantClass:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Symbol;
            getfield jdk.internal.org.objectweb.asm.Symbol.index:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        end local 3 // java.lang.String provider
         5: .line 199
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 3
         7: .line 202
            aload 0 /* this */
            dup
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.providesCount:I
            iconst_1
            iadd
            putfield jdk.internal.org.objectweb.asm.ModuleWriter.providesCount:I
         8: .line 203
            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    9     0       this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0    9     1    service  Ljava/lang/String;
            0    9     2  providers  [Ljava/lang/String;
            4    5     3   provider  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      service    final
      providers  final

  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 208
            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;

  int getAttributeCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
         0: .line 217
            iconst_1
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter
      StackMap stack: int int
         2: iadd
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClassIndex:I
            ifle 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_0
      StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter
      StackMap stack: int int
         4: iadd
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/internal/org/objectweb/asm/ModuleWriter;

  int computeAttributesSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
         0: .line 227
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Module"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         1: .line 230
            bipush 22
            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
            iadd
            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
            iadd
            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
            iadd
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.usesIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            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
            iadd
         2: .line 229
            istore 1 /* size */
        start local 1 // int size
         3: .line 231
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
            ifle 6
         4: .line 232
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "ModulePackages"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         5: .line 234
            iload 1 /* size */
            bipush 8
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            iadd
            istore 1 /* size */
         6: .line 236
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClassIndex:I
            ifle 9
         7: .line 237
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "ModuleMainClass"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         8: .line 239
            iinc 1 /* size */ 8
         9: .line 241
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        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;
            3   10     1  size  I

  void putAttributes(jdk.internal.org.objectweb.asm.ByteVector);
    descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
        start local 1 // jdk.internal.org.objectweb.asm.ByteVector output
         0: .line 253
            bipush 16
            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
            iadd
            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
            iadd
            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
            iadd
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.usesIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            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
            iadd
         1: .line 252
            istore 2 /* moduleAttributeLength */
        start local 2 // int moduleAttributeLength
         2: .line 254
            aload 1 /* output */
         3: .line 255
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "Module"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         4: .line 256
            iload 2 /* moduleAttributeLength */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         5: .line 257
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.moduleNameIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         6: .line 258
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.moduleFlags:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         7: .line 259
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.moduleVersionIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         8: .line 260
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.requiresCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
         9: .line 261
            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;
        10: .line 262
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.exportsCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        11: .line 263
            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;
        12: .line 264
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.opensCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        13: .line 265
            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;
        14: .line 266
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.usesCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        15: .line 267
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.usesIndex: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.usesIndex: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;
        16: .line 268
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.providesCount:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        17: .line 269
            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
        18: .line 270
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
            ifle 24
        19: .line 271
            aload 1 /* output */
        20: .line 272
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "ModulePackages"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        21: .line 273
            iconst_2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageIndex:Ljdk/internal/org/objectweb/asm/ByteVector;
            getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
            iadd
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        22: .line 274
            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;
        23: .line 275
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageIndex: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.packageIndex: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
        24: .line 277
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClassIndex:I
            ifle 29
        25: .line 278
            aload 1 /* output */
        26: .line 279
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.symbolTable:Ljdk/internal/org/objectweb/asm/SymbolTable;
            ldc "ModuleMainClass"
            invokevirtual jdk.internal.org.objectweb.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        27: .line 280
            iconst_2
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
        28: .line 281
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClassIndex:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
        29: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int moduleAttributeLength
        end local 1 // jdk.internal.org.objectweb.asm.ByteVector output
        end local 0 // jdk.internal.org.objectweb.asm.ModuleWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   30     0                   this  Ljdk/internal/org/objectweb/asm/ModuleWriter;
            0   30     1                 output  Ljdk/internal/org/objectweb/asm/ByteVector;
            2   30     2  moduleAttributeLength  I
    MethodParameters:
        Name  Flags
      output  final
}
SourceFile: "ModuleWriter.java"