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 start local 1 start local 2 start local 3 start local 4 0: aload 0
ldc 393216
invokespecial jdk.internal.org.objectweb.asm.ModuleVisitor.<init>:(I)V
1: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
2: aload 0
bipush 16
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
3: aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.ModuleWriter.name:I
4: aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.ModuleWriter.access:I
5: aload 0
iload 4
putfield jdk.internal.org.objectweb.asm.ModuleWriter.version:I
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
ifne 4
1: aload 0
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
3: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
bipush 8
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
4: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
putfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
5: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 5
1: aload 0
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: aload 0
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributeCount:I
4: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
bipush 8
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
5: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.packageCount:I
7: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
iconst_2
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.attributesSize:I
8: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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: iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
4: aload 3
ifnonnull 5
iconst_0
goto 6
StackMap locals:
StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
5: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.requireCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.requireCount:I
8: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
bipush 6
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
9: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: aload 3
ifnonnull 7
4: aload 0
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
bipush 6
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
6: goto 14
7: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 3
arraylength
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
8: aload 3
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
start local 4 10: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 4
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 11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 6
if_icmplt 9
13: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
bipush 6
iconst_2
aload 3
arraylength
imul
iadd
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
14: StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[]
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.exportCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.exportCount:I
15: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: aload 3
ifnonnull 7
4: aload 0
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
bipush 6
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
6: goto 14
7: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 3
arraylength
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
8: aload 3
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
start local 4 10: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 4
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 11: iinc 5 1
StackMap locals:
StackMap stack:
12: iload 5
iload 6
if_icmplt 9
13: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
bipush 6
iconst_2
aload 3
arraylength
imul
iadd
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
14: StackMap locals: jdk.internal.org.objectweb.asm.ModuleWriter java.lang.String int java.lang.String[]
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.openCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.openCount:I
15: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.useCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.useCount:I
4: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
iconst_2
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
5: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 2
arraylength
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: aload 2
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
start local 3 6: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
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 7: iinc 4 1
StackMap locals:
StackMap stack:
8: iload 4
iload 5
if_icmplt 5
9: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.provideCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.provideCount:I
10: aload 0
dup
getfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
iconst_4
iconst_2
aload 2
arraylength
imul
iadd
iadd
putfield jdk.internal.org.objectweb.asm.ModuleWriter.size:I
11: return
end local 2 end local 1 end local 0 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 0: return
end local 0 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 start local 1 0: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.mainClass:I
ifeq 2
1: aload 1
aload 0
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
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: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.packages:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 7
3: aload 1
aload 0
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: iconst_2
iconst_2
aload 0
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: aload 0
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: aload 0
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
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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 1
aload 0
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: aload 1
aload 0
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
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
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: aload 1
aload 0
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: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.requires:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 5
4: aload 1
aload 0
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
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: StackMap locals:
StackMap stack:
aload 1
aload 0
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: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.exports:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 8
7: aload 1
aload 0
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
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: StackMap locals:
StackMap stack:
aload 1
aload 0
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: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.opens:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 11
10: aload 1
aload 0
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
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: StackMap locals:
StackMap stack:
aload 1
aload 0
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: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.uses:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 14
13: aload 1
aload 0
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
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: StackMap locals:
StackMap stack:
aload 1
aload 0
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: aload 0
getfield jdk.internal.org.objectweb.asm.ModuleWriter.provides:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 17
16: aload 1
aload 0
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
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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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"