class jdk.internal.org.objectweb.asm.MethodWriter extends jdk.internal.org.objectweb.asm.MethodVisitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.internal.org.objectweb.asm.MethodWriter
super_class: jdk.internal.org.objectweb.asm.MethodVisitor
{
static final int ACC_CONSTRUCTOR;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 524288
static final int SAME_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 0
static final int SAME_LOCALS_1_STACK_ITEM_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 64
static final int RESERVED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 128
static final int SAME_LOCALS_1_STACK_ITEM_FRAME_EXTENDED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 247
static final int CHOP_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 248
static final int SAME_FRAME_EXTENDED;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 251
static final int APPEND_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 252
static final int FULL_FRAME;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 255
static final int FRAMES;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 0
static final int INSERTED_FRAMES;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 1
static final int MAXS;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 2
static final int NOTHING;
descriptor: I
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 3
final jdk.internal.org.objectweb.asm.ClassWriter cw;
descriptor: Ljdk/internal/org/objectweb/asm/ClassWriter;
flags: (0x0010) ACC_FINAL
private int access;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final int name;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int desc;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.String descriptor;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
java.lang.String signature;
descriptor: Ljava/lang/String;
flags: (0x0000)
int classReaderOffset;
descriptor: I
flags: (0x0000)
int classReaderLength;
descriptor: I
flags: (0x0000)
int exceptionCount;
descriptor: I
flags: (0x0000)
int[] exceptions;
descriptor: [I
flags: (0x0000)
private jdk.internal.org.objectweb.asm.ByteVector annd;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter anns;
descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter ianns;
descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter tanns;
descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter itanns;
descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter[] panns;
descriptor: [Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter[] ipanns;
descriptor: [Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private int synthetics;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.Attribute attrs;
descriptor: Ljdk/internal/org/objectweb/asm/Attribute;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.ByteVector code;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int maxStack;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxLocals;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int currentLocals;
descriptor: I
flags: (0x0002) ACC_PRIVATE
int frameCount;
descriptor: I
flags: (0x0000)
private jdk.internal.org.objectweb.asm.ByteVector stackMap;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int previousFrameOffset;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int[] previousFrame;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int[] frame;
descriptor: [I
flags: (0x0002) ACC_PRIVATE
private int handlerCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.Handler firstHandler;
descriptor: Ljdk/internal/org/objectweb/asm/Handler;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.Handler lastHandler;
descriptor: Ljdk/internal/org/objectweb/asm/Handler;
flags: (0x0002) ACC_PRIVATE
private int methodParametersCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.ByteVector methodParameters;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int localVarCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.ByteVector localVar;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int localVarTypeCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.ByteVector localVarType;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int lineNumberCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.ByteVector lineNumber;
descriptor: Ljdk/internal/org/objectweb/asm/ByteVector;
flags: (0x0002) ACC_PRIVATE
private int lastCodeOffset;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter ctanns;
descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.AnnotationWriter ictanns;
descriptor: Ljdk/internal/org/objectweb/asm/AnnotationWriter;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.Attribute cattrs;
descriptor: Ljdk/internal/org/objectweb/asm/Attribute;
flags: (0x0002) ACC_PRIVATE
private int subroutines;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private final int compute;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private jdk.internal.org.objectweb.asm.Label labels;
descriptor: Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.Label previousBlock;
descriptor: Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0002) ACC_PRIVATE
private jdk.internal.org.objectweb.asm.Label currentBlock;
descriptor: Ljdk/internal/org/objectweb/asm/Label;
flags: (0x0002) ACC_PRIVATE
private int stackSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int maxStackSize;
descriptor: I
flags: (0x0002) ACC_PRIVATE
void <init>(jdk.internal.org.objectweb.asm.ClassWriter, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String[], int);
descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)V
flags: (0x0000)
Code:
stack=5, locals=9, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
ldc 393216
invokespecial jdk.internal.org.objectweb.asm.MethodVisitor.<init>:(I)V
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.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
2: aload 1
getfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
ifnonnull 5
3: aload 1
aload 0
putfield jdk.internal.org.objectweb.asm.ClassWriter.firstMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
4: goto 6
5: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ClassWriter int java.lang.String java.lang.String java.lang.String java.lang.String[] int
StackMap stack:
aload 1
getfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
aload 0
putfield jdk.internal.org.objectweb.asm.MethodWriter.mv:Ljdk/internal/org/objectweb/asm/MethodVisitor;
6: StackMap locals:
StackMap stack:
aload 1
aload 0
putfield jdk.internal.org.objectweb.asm.ClassWriter.lastMethod:Ljdk/internal/org/objectweb/asm/MethodWriter;
7: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
8: aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
9: ldc "<init>"
aload 3
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 11
10: aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 524288
ior
putfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
11: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 3
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield jdk.internal.org.objectweb.asm.MethodWriter.name:I
12: aload 0
aload 1
aload 4
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
putfield jdk.internal.org.objectweb.asm.MethodWriter.desc:I
13: aload 0
aload 4
putfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
14: aload 0
aload 5
putfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
15: aload 6
ifnull 23
aload 6
arraylength
ifle 23
16: aload 0
aload 6
arraylength
putfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
17: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
newarray 10
putfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
18: iconst_0
istore 8
start local 8 19: goto 22
20: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
iload 8
aload 1
aload 6
iload 8
aaload
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
iastore
21: iinc 8 1
StackMap locals:
StackMap stack:
22: iload 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
if_icmplt 20
end local 8 23: StackMap locals:
StackMap stack:
aload 0
iload 7
putfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
24: iload 7
iconst_3
if_icmpeq 33
25: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
iconst_2
ishr
istore 8
start local 8 26: iload 2
bipush 8
iand
ifeq 28
27: iinc 8 -1
28: StackMap locals: int
StackMap stack:
aload 0
iload 8
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
29: aload 0
iload 8
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
30: aload 0
new jdk.internal.org.objectweb.asm.Label
dup
invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
putfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
31: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 8
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
32: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
end local 8 33: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 34 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 34 1 cw Ljdk/internal/org/objectweb/asm/ClassWriter;
0 34 2 access I
0 34 3 name Ljava/lang/String;
0 34 4 desc Ljava/lang/String;
0 34 5 signature Ljava/lang/String;
0 34 6 exceptions [Ljava/lang/String;
0 34 7 compute I
19 23 8 i I
26 33 8 size I
MethodParameters:
Name Flags
cw final
access final
name final
desc final
signature final
exceptions final
compute final
public void visitParameter(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters: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.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 1
ifnonnull 4
iconst_0
goto 5
StackMap locals:
StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter java.lang.String int
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;
6: iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 8 1 name Ljava/lang/String;
0 8 2 access I
MethodParameters:
Name Flags
name
access
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotationDefault();
descriptor: ()Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: 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.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
1: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
aconst_null
iconst_0
invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=3
start local 0 start local 1 start local 2 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
astore 3
start local 3 1: aload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
2: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
aload 3
aload 3
iconst_2
invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
astore 4
start local 4 3: iload 2
ifeq 7
4: aload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
5: aload 0
aload 4
putfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
6: goto 9
7: StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
8: aload 0
aload 4
putfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
9: StackMap locals:
StackMap stack:
aload 4
areturn
end local 4 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/MethodWriter;
0 10 1 desc Ljava/lang/String;
0 10 2 visible Z
1 10 3 bv Ljdk/internal/org/objectweb/asm/ByteVector;
3 10 4 aw Ljdk/internal/org/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
desc final
visible final
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTypeAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
astore 5
start local 5 1: iload 1
aload 2
aload 5
invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putTarget:(ILjdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
2: aload 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
aload 5
aload 5
4: aload 5
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
isub
5: invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
astore 6
start local 6 6: iload 4
ifeq 10
7: aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
8: aload 0
aload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
9: goto 12
10: StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
11: aload 0
aload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
12: StackMap locals:
StackMap stack:
aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 13 1 typeRef I
0 13 2 typePath Ljdk/internal/org/objectweb/asm/TypePath;
0 13 3 desc Ljava/lang/String;
0 13 4 visible Z
1 13 5 bv Ljdk/internal/org/objectweb/asm/ByteVector;
6 13 6 aw Ljdk/internal/org/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
typeRef final
typePath final
desc final
visible final
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitParameterAnnotation(int, java.lang.String, boolean);
descriptor: (ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
astore 4
start local 4 1: ldc "Ljava/lang/Synthetic;"
aload 2
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 4
2: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
iload 1
iconst_1
iadd
invokestatic java.lang.Math.max:(II)I
putfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
3: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_0
aload 4
aconst_null
iconst_0
invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
areturn
4: StackMap locals: jdk.internal.org.objectweb.asm.ByteVector
StackMap stack:
aload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 2
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
5: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
aload 4
aload 4
iconst_2
invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
astore 5
start local 5 6: iload 3
ifeq 12
7: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnonnull 9
8: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
arraylength
anewarray jdk.internal.org.objectweb.asm.AnnotationWriter
putfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
9: StackMap locals: jdk.internal.org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 1
aaload
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
10: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 1
aload 5
aastore
11: goto 16
12: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnonnull 14
13: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
arraylength
anewarray jdk.internal.org.objectweb.asm.AnnotationWriter
putfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
14: StackMap locals:
StackMap stack:
aload 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 1
aaload
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
15: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 1
aload 5
aastore
16: StackMap locals:
StackMap stack:
aload 5
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 17 1 parameter I
0 17 2 desc Ljava/lang/String;
0 17 3 visible Z
1 17 4 bv Ljdk/internal/org/objectweb/asm/ByteVector;
6 17 5 aw Ljdk/internal/org/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
parameter final
desc final
visible final
public void visitAttribute(jdk.internal.org.objectweb.asm.Attribute);
descriptor: (Ljdk/internal/org/objectweb/asm/Attribute;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual jdk.internal.org.objectweb.asm.Attribute.isCodeAttribute:()Z
ifeq 4
1: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
2: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
3: goto 6
4: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
putfield jdk.internal.org.objectweb.asm.Attribute.next:Ljdk/internal/org/objectweb/asm/Attribute;
5: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 7 1 attr Ljdk/internal/org/objectweb/asm/Attribute;
MethodParameters:
Name Flags
attr final
public void visitCode();
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/MethodWriter;
public void visitFrame(int, int, java.lang.Object[], int, java.lang.Object[]);
descriptor: (II[Ljava/lang/Object;I[Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 15
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
ifnonnull 11
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
new jdk.internal.org.objectweb.asm.CurrentFrame
dup
invokespecial jdk.internal.org.objectweb.asm.CurrentFrame.<init>:()V
putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
5: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
6: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
7: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
iload 2
8: invokevirtual jdk.internal.org.objectweb.asm.Frame.initInputFrame:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljdk/internal/org/objectweb/asm/Type;I)V
9: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
10: goto 102
11: StackMap locals:
StackMap stack:
iload 1
iconst_m1
if_icmpne 13
12: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iload 2
aload 3
iload 4
aload 5
invokevirtual jdk.internal.org.objectweb.asm.Frame.set:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljava/lang/Object;I[Ljava/lang/Object;)V
13: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
14: goto 102
StackMap locals:
StackMap stack:
15: iload 1
iconst_m1
if_icmpne 54
16: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
ifnonnull 18
17: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitImplicitFirstFrame:()V
18: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
19: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iload 2
iload 4
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 6
start local 6 20: iconst_0
istore 7
start local 7 21: goto 35
22: StackMap locals: int int
StackMap stack:
aload 3
iload 7
aaload
instanceof java.lang.String
ifeq 26
23: aload 3
iload 7
aaload
checkcast java.lang.String
invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
astore 8
start local 8 24: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 8
invokestatic jdk.internal.org.objectweb.asm.Frame.type:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljava/lang/String;)I
iastore
end local 8 25: goto 34
StackMap locals:
StackMap stack:
26: aload 3
iload 7
aaload
instanceof java.lang.Integer
ifeq 29
27: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 16777216
aload 3
iload 7
aaload
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
ior
iastore
28: goto 34
29: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 25165824
30: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc ""
31: aload 3
iload 7
aaload
checkcast jdk.internal.org.objectweb.asm.Label
getfield jdk.internal.org.objectweb.asm.Label.position:I
32: invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
ior
33: iastore
34: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
35: iload 7
iload 2
if_icmplt 22
end local 7 36: iconst_0
istore 7
start local 7 37: goto 51
38: StackMap locals:
StackMap stack:
aload 5
iload 7
aaload
instanceof java.lang.String
ifeq 42
39: aload 5
iload 7
aaload
checkcast java.lang.String
invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
astore 8
start local 8 40: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 8
invokestatic jdk.internal.org.objectweb.asm.Frame.type:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljava/lang/String;)I
iastore
end local 8 41: goto 50
StackMap locals:
StackMap stack:
42: aload 5
iload 7
aaload
instanceof java.lang.Integer
ifeq 45
43: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 16777216
aload 5
iload 7
aaload
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
ior
iastore
44: goto 50
45: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 6
iinc 6 1
ldc 25165824
46: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc ""
47: aload 5
iload 7
aaload
checkcast jdk.internal.org.objectweb.asm.Label
getfield jdk.internal.org.objectweb.asm.Label.position:I
48: invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addUninitializedType:(Ljava/lang/String;I)I
ior
49: iastore
50: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
51: iload 7
iload 4
if_icmplt 38
end local 7 52: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
end local 6 53: goto 102
54: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 58
55: 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.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
56: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
istore 6
start local 6 57: goto 63
end local 6 58: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrameOffset:I
isub
iconst_1
isub
istore 6
start local 6 59: iload 6
ifge 63
60: iload 1
iconst_3
if_icmpne 62
61: return
62: StackMap locals: int
StackMap stack:
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
63: StackMap locals:
StackMap stack:
iload 1
tableswitch { // 0 - 4
0: 64
1: 78
2: 86
3: 89
4: 94
default: 100
}
64: StackMap locals:
StackMap stack:
aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
65: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 255
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
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
66: iconst_0
istore 7
start local 7 67: goto 70
68: StackMap locals: int
StackMap stack:
aload 0
aload 3
iload 7
aaload
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
69: iinc 7 1
StackMap locals:
StackMap stack:
70: iload 7
iload 2
if_icmplt 68
end local 7 71: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 4
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
72: iconst_0
istore 7
start local 7 73: goto 76
74: StackMap locals:
StackMap stack:
aload 0
aload 5
iload 7
aaload
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
75: iinc 7 1
StackMap locals:
StackMap stack:
76: iload 7
iload 4
if_icmplt 74
end local 7 77: goto 100
78: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
iload 2
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
79: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 251
iload 2
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
80: iconst_0
istore 7
start local 7 81: goto 84
82: StackMap locals: int
StackMap stack:
aload 0
aload 3
iload 7
aaload
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
83: iinc 7 1
StackMap locals:
StackMap stack:
84: iload 7
iload 2
if_icmplt 82
end local 7 85: goto 100
86: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
iload 2
isub
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
87: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 251
iload 2
isub
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
88: goto 100
89: StackMap locals:
StackMap stack:
iload 6
bipush 64
if_icmpge 92
90: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
91: goto 100
92: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 251
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
93: goto 100
94: StackMap locals:
StackMap stack:
iload 6
bipush 64
if_icmpge 97
95: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 64
iload 6
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
96: goto 99
97: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 247
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
98: iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
99: StackMap locals:
StackMap stack:
aload 0
aload 5
iconst_0
aaload
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameType:(Ljava/lang/Object;)V
100: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrameOffset:I
101: aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
end local 6 102: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
iload 4
invokestatic java.lang.Math.max:(II)I
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
103: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentLocals:I
invokestatic java.lang.Math.max:(II)I
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
104: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 105 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 105 1 type I
0 105 2 nLocal I
0 105 3 local [Ljava/lang/Object;
0 105 4 nStack I
0 105 5 stack [Ljava/lang/Object;
20 53 6 frameIndex I
21 36 7 i I
24 25 8 desc Ljava/lang/String;
37 52 7 i I
40 41 8 desc Ljava/lang/String;
57 58 6 delta I
59 102 6 delta I
67 71 7 i I
73 77 7 i I
81 85 7 i I
MethodParameters:
Name Flags
type final
nLocal final
local final
nStack final
stack final
public void visitInsn(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 13
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 6
4: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iconst_0
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
5: goto 10
6: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
getstatic jdk.internal.org.objectweb.asm.Frame.SIZE:[I
iload 1
iaload
iadd
istore 2
start local 2 7: iload 2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 9
8: aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
9: StackMap locals: int
StackMap stack:
aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 2 10: StackMap locals:
StackMap stack:
iload 1
sipush 172
if_icmplt 11
iload 1
sipush 177
if_icmple 12
11: StackMap locals:
StackMap stack:
iload 1
sipush 191
if_icmpne 13
12: StackMap locals:
StackMap stack:
aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
13: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 14 1 opcode I
7 10 2 size I
MethodParameters:
Name Flags
opcode final
public void visitIntInsn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 10
2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 5
3: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iload 2
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
4: goto 10
StackMap locals:
StackMap stack:
5: iload 1
sipush 188
if_icmpeq 10
6: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
istore 3
start local 3 7: iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 9
8: aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
9: StackMap locals: int
StackMap stack:
aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 3 10: StackMap locals:
StackMap stack:
iload 1
bipush 17
if_icmpne 13
11: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
12: goto 14
13: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
14: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 15 1 opcode I
0 15 2 operand I
7 10 3 size I
MethodParameters:
Name Flags
opcode final
operand final
public void visitVarInsn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 14
2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 5
3: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iload 2
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
4: goto 14
5: StackMap locals:
StackMap stack:
iload 1
sipush 169
if_icmpne 10
6: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 256
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
7: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
putfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
8: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
9: goto 14
10: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
getstatic jdk.internal.org.objectweb.asm.Frame.SIZE:[I
iload 1
iaload
iadd
istore 3
start local 3 11: iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 13
12: aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
13: StackMap locals: int
StackMap stack:
aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 3 14: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_3
if_icmpeq 22
15: iload 1
bipush 22
if_icmpeq 17
iload 1
bipush 24
if_icmpeq 17
16: iload 1
bipush 55
if_icmpeq 17
iload 1
bipush 57
if_icmpne 19
17: StackMap locals:
StackMap stack:
iload 2
iconst_2
iadd
istore 3
start local 3 18: goto 20
end local 3 19: StackMap locals:
StackMap stack:
iload 2
iconst_1
iadd
istore 3
start local 3 20: StackMap locals: int
StackMap stack:
iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
if_icmple 22
21: aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
end local 3 22: StackMap locals:
StackMap stack:
iload 2
iconst_4
if_icmpge 29
iload 1
sipush 169
if_icmpeq 29
23: iload 1
bipush 54
if_icmpge 26
24: bipush 26
iload 1
bipush 21
isub
iconst_2
ishl
iadd
iload 2
iadd
istore 3
start local 3 25: goto 27
end local 3 26: StackMap locals:
StackMap stack:
bipush 59
iload 1
bipush 54
isub
iconst_2
ishl
iadd
iload 2
iadd
istore 3
start local 3 27: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 3
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
end local 3 28: goto 33
StackMap locals:
StackMap stack:
29: iload 2
sipush 256
if_icmplt 32
30: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 196
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
31: goto 33
32: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
33: StackMap locals:
StackMap stack:
iload 1
bipush 54
if_icmplt 35
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 35
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
ifle 35
34: aload 0
new jdk.internal.org.objectweb.asm.Label
dup
invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
35: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 36 1 opcode I
0 36 2 var I
11 14 3 size I
18 19 3 n I
20 22 3 n I
25 26 3 opt I
27 28 3 opt I
MethodParameters:
Name Flags
opcode final
var final
public void visitTypeInsn(int, java.lang.String);
descriptor: (ILjava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
bipush 7
aload 2
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newStringishItem:(ILjava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
astore 3
start local 3 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 11
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 6
4: StackMap locals: jdk.internal.org.objectweb.asm.Item
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
5: goto 11
StackMap locals:
StackMap stack:
6: iload 1
sipush 187
if_icmpne 11
7: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
istore 4
start local 4 8: iload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 10
9: aload 0
iload 4
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
10: StackMap locals: int
StackMap stack:
aload 0
iload 4
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 4 11: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
aload 3
getfield jdk.internal.org.objectweb.asm.Item.index:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
12: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 13 1 opcode I
0 13 2 type Ljava/lang/String;
2 13 3 i Ljdk/internal/org/objectweb/asm/Item;
8 11 4 size I
MethodParameters:
Name Flags
opcode final
type final
public void visitFieldInsn(int, java.lang.String, java.lang.String, java.lang.String);
descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 2
aload 3
aload 4
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newFieldItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
astore 5
start local 5 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 30
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 6
4: StackMap locals: jdk.internal.org.objectweb.asm.Item
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 5
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
5: goto 30
6: StackMap locals:
StackMap stack:
aload 4
iconst_0
invokevirtual java.lang.String.charAt:(I)C
istore 7
start local 7 7: iload 1
tableswitch { // 178 - 180
178: 8
179: 13
180: 18
default: 23
}
8: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 9
iload 7
bipush 74
if_icmpne 10
StackMap locals:
StackMap stack: int
9: iconst_2
goto 11
StackMap locals:
StackMap stack: int
10: iconst_1
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
StackMap stack: int int
11: iadd
istore 6
start local 6 12: goto 27
end local 6 13: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 14
iload 7
bipush 74
if_icmpne 15
StackMap locals:
StackMap stack: int
14: bipush -2
goto 16
StackMap locals:
StackMap stack: int
15: iconst_m1
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
StackMap stack: int int
16: iadd
istore 6
start local 6 17: goto 27
end local 6 18: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 19
iload 7
bipush 74
if_icmpne 20
StackMap locals:
StackMap stack: int
19: iconst_1
goto 21
StackMap locals:
StackMap stack: int
20: iconst_0
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
StackMap stack: int int
21: iadd
istore 6
start local 6 22: goto 27
end local 6 23: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 7
bipush 68
if_icmpeq 24
iload 7
bipush 74
if_icmpne 25
StackMap locals:
StackMap stack: int
24: bipush -3
goto 26
StackMap locals:
StackMap stack: int
25: bipush -2
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item top int
StackMap stack: int int
26: iadd
istore 6
start local 6 27: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Item int int
StackMap stack:
iload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 29
28: aload 0
iload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
29: StackMap locals:
StackMap stack:
aload 0
iload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 7 end local 6 30: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
aload 5
getfield jdk.internal.org.objectweb.asm.Item.index:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
31: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 32 1 opcode I
0 32 2 owner Ljava/lang/String;
0 32 3 name Ljava/lang/String;
0 32 4 desc Ljava/lang/String;
2 32 5 i Ljdk/internal/org/objectweb/asm/Item;
12 13 6 size I
17 18 6 size I
22 23 6 size I
27 30 6 size I
7 30 7 c C
MethodParameters:
Name Flags
opcode final
owner final
name final
desc final
public void visitMethodInsn(int, java.lang.String, java.lang.String, java.lang.String, boolean);
descriptor: (ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 2
aload 3
aload 4
iload 5
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newMethodItem:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/Item;
astore 6
start local 6 2: aload 6
getfield jdk.internal.org.objectweb.asm.Item.intVal:I
istore 7
start local 7 3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 17
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 7
5: StackMap locals: jdk.internal.org.objectweb.asm.Item int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 6
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
6: goto 17
7: StackMap locals:
StackMap stack:
iload 7
ifne 10
8: aload 4
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
istore 7
9: aload 6
iload 7
putfield jdk.internal.org.objectweb.asm.Item.intVal:I
10: StackMap locals:
StackMap stack:
iload 1
sipush 184
if_icmpne 13
11: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 7
iconst_2
ishr
isub
iload 7
iconst_3
iand
iadd
iconst_1
iadd
istore 8
start local 8 12: goto 14
end local 8 13: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 7
iconst_2
ishr
isub
iload 7
iconst_3
iand
iadd
istore 8
start local 8 14: StackMap locals: int
StackMap stack:
iload 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 16
15: aload 0
iload 8
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
16: StackMap locals:
StackMap stack:
aload 0
iload 8
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 8 17: StackMap locals:
StackMap stack:
iload 1
sipush 185
if_icmpne 23
18: iload 7
ifne 21
19: aload 4
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
istore 7
20: aload 6
iload 7
putfield jdk.internal.org.objectweb.asm.Item.intVal:I
21: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 185
aload 6
getfield jdk.internal.org.objectweb.asm.Item.index:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 7
iconst_2
ishr
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
22: goto 24
23: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
aload 6
getfield jdk.internal.org.objectweb.asm.Item.index:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
24: StackMap locals:
StackMap stack:
return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 25 1 opcode I
0 25 2 owner Ljava/lang/String;
0 25 3 name Ljava/lang/String;
0 25 4 desc Ljava/lang/String;
0 25 5 itf Z
2 25 6 i Ljdk/internal/org/objectweb/asm/Item;
3 25 7 argSize I
12 13 8 size I
14 17 8 size I
MethodParameters:
Name Flags
opcode final
owner final
name final
desc final
itf final
public void visitInvokeDynamicInsn(java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Handle, java.lang.Object[]);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=5, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
aload 2
aload 3
aload 4
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newInvokeDynamicItem:(Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Handle;[Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Item;
astore 5
start local 5 2: aload 5
getfield jdk.internal.org.objectweb.asm.Item.intVal:I
istore 6
start local 6 3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 14
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 7
5: StackMap locals: jdk.internal.org.objectweb.asm.Item int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
sipush 186
iconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 5
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
6: goto 14
7: StackMap locals:
StackMap stack:
iload 6
ifne 10
8: aload 2
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I
istore 6
9: aload 5
iload 6
putfield jdk.internal.org.objectweb.asm.Item.intVal:I
10: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iload 6
iconst_2
ishr
isub
iload 6
iconst_3
iand
iadd
iconst_1
iadd
istore 7
start local 7 11: iload 7
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 13
12: aload 0
iload 7
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
13: StackMap locals: int
StackMap stack:
aload 0
iload 7
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 7 14: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 186
aload 5
getfield jdk.internal.org.objectweb.asm.Item.index:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
15: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
16: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 17 1 name Ljava/lang/String;
0 17 2 desc Ljava/lang/String;
0 17 3 bsm Ljdk/internal/org/objectweb/asm/Handle;
0 17 4 bsmArgs [Ljava/lang/Object;
2 17 5 i Ljdk/internal/org/objectweb/asm/Item;
3 17 6 argSize I
11 14 7 size I
MethodParameters:
Name Flags
name final
desc final
bsm final
bsmArgs final
public void visitJumpInsn(int, jdk.internal.org.objectweb.asm.Label);
descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: iload 1
sipush 200
if_icmplt 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 3
start local 3 3: iload 3
ifeq 4
iload 1
bipush 33
isub
goto 5
StackMap locals: int
StackMap stack:
4: iload 1
StackMap locals:
StackMap stack: int
5: istore 1
6: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
7: aconst_null
astore 4
start local 4 8: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 29
9: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 16
10: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iconst_0
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
11: aload 2
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
12: aload 0
iconst_0
aload 2
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
13: iload 1
sipush 167
if_icmpeq 29
14: new jdk.internal.org.objectweb.asm.Label
dup
invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
astore 4
15: goto 29
StackMap locals: jdk.internal.org.objectweb.asm.Label
StackMap stack:
16: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 19
17: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
iload 1
iconst_0
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
18: goto 29
19: StackMap locals:
StackMap stack:
iload 1
sipush 168
if_icmpne 27
20: aload 2
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 512
iand
ifne 23
21: aload 2
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 512
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
22: aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
23: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 128
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
24: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
aload 2
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
25: new jdk.internal.org.objectweb.asm.Label
dup
invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
astore 4
26: goto 29
27: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
getstatic jdk.internal.org.objectweb.asm.Frame.SIZE:[I
iload 1
iaload
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
28: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
aload 2
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
29: StackMap locals:
StackMap stack:
aload 2
getfield jdk.internal.org.objectweb.asm.Label.status:I
iconst_2
iand
ifeq 47
30: aload 2
getfield jdk.internal.org.objectweb.asm.Label.position:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
isub
sipush -32768
if_icmpge 47
31: iload 1
sipush 167
if_icmpne 34
32: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 200
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
33: goto 45
StackMap locals:
StackMap stack:
34: iload 1
sipush 168
if_icmpne 37
35: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 201
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
36: goto 45
37: StackMap locals:
StackMap stack:
aload 4
ifnull 39
38: aload 4
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
39: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
sipush 166
if_icmpgt 40
iload 1
iconst_1
iadd
iconst_1
ixor
iconst_1
isub
goto 41
40: StackMap locals:
StackMap stack: jdk.internal.org.objectweb.asm.ByteVector
iload 1
iconst_1
ixor
41: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int jdk.internal.org.objectweb.asm.Label int jdk.internal.org.objectweb.asm.Label
StackMap stack: jdk.internal.org.objectweb.asm.ByteVector int
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
42: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 8
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
43: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 220
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
44: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
putfield jdk.internal.org.objectweb.asm.ClassWriter.hasAsmInsns:Z
45: StackMap locals:
StackMap stack:
aload 2
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_1
isub
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
46: goto 53
StackMap locals:
StackMap stack:
47: iload 3
ifeq 51
48: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
bipush 33
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
49: aload 2
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_1
isub
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
50: goto 53
51: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
52: aload 2
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_1
isub
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
53: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 58
54: aload 4
ifnull 56
55: aload 0
aload 4
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitLabel:(Ljdk/internal/org/objectweb/asm/Label;)V
56: StackMap locals:
StackMap stack:
iload 1
sipush 167
if_icmpne 58
57: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
58: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 59 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 59 1 opcode I
0 59 2 label Ljdk/internal/org/objectweb/asm/Label;
3 59 3 isWide Z
8 59 4 nextInsn Ljdk/internal/org/objectweb/asm/Label;
MethodParameters:
Name Flags
opcode
label final
public void visitLabel(jdk.internal.org.objectweb.asm.Label);
descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
dup
getfield jdk.internal.org.objectweb.asm.ClassWriter.hasAsmInsns:Z
aload 1
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
invokevirtual jdk.internal.org.objectweb.asm.Label.resolve:(Ljdk/internal/org/objectweb/asm/MethodWriter;I[B)Z
ior
putfield jdk.internal.org.objectweb.asm.ClassWriter.hasAsmInsns:Z
1: aload 1
getfield jdk.internal.org.objectweb.asm.Label.status:I
iconst_1
iand
ifeq 3
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 23
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 10
5: aload 1
getfield jdk.internal.org.objectweb.asm.Label.position:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.position:I
if_icmpne 9
6: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
aload 1
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
iand
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
7: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
8: return
9: StackMap locals:
StackMap stack:
aload 0
iconst_0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
10: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
11: aload 1
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
ifnonnull 14
12: aload 1
new jdk.internal.org.objectweb.asm.Frame
dup
invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:()V
putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
13: aload 1
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 1
putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
14: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 21
15: aload 1
getfield jdk.internal.org.objectweb.asm.Label.position:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.position:I
if_icmpne 20
16: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
aload 1
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
iand
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
17: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
18: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
19: return
20: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 1
putfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
21: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
22: goto 39
StackMap locals:
StackMap stack:
23: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 29
24: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnonnull 27
25: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
26: goto 39
27: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 1
putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
28: goto 39
StackMap locals:
StackMap stack:
29: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_2
if_icmpne 39
30: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 33
31: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
putfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
32: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
aload 1
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
33: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
34: aload 0
iconst_0
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
35: aload 0
iconst_0
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
36: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 38
37: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 1
putfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
38: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
39: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 40 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 40 1 label Ljdk/internal/org/objectweb/asm/Label;
MethodParameters:
Name Flags
label final
public void visitLdcInsn(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newConstItem:(Ljava/lang/Object;)Ljdk/internal/org/objectweb/asm/Item;
astore 2
start local 2 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 13
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 6
4: StackMap locals: jdk.internal.org.objectweb.asm.Item
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
bipush 18
iconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 2
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
5: goto 13
6: StackMap locals:
StackMap stack:
aload 2
getfield jdk.internal.org.objectweb.asm.Item.type:I
iconst_5
if_icmpeq 7
aload 2
getfield jdk.internal.org.objectweb.asm.Item.type:I
bipush 6
if_icmpne 9
7: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_2
iadd
istore 3
start local 3 8: goto 10
end local 3 9: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iadd
istore 3
start local 3 10: StackMap locals: int
StackMap stack:
iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
if_icmple 12
11: aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
12: StackMap locals:
StackMap stack:
aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
end local 3 13: StackMap locals:
StackMap stack:
aload 2
getfield jdk.internal.org.objectweb.asm.Item.index:I
istore 3
start local 3 14: aload 2
getfield jdk.internal.org.objectweb.asm.Item.type:I
iconst_5
if_icmpeq 15
aload 2
getfield jdk.internal.org.objectweb.asm.Item.type:I
bipush 6
if_icmpne 17
15: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 20
iload 3
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
16: goto 21
StackMap locals:
StackMap stack:
17: iload 3
sipush 256
if_icmplt 20
18: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 19
iload 3
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
19: goto 21
20: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 18
iload 3
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
21: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 22 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 22 1 cst Ljava/lang/Object;
2 22 2 i Ljdk/internal/org/objectweb/asm/Item;
8 9 3 size I
10 13 3 size I
14 22 3 index I
MethodParameters:
Name Flags
cst final
public void visitIincInsn(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 4
2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 4
3: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
sipush 132
iload 1
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
4: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_3
if_icmpeq 8
5: iload 1
iconst_1
iadd
istore 3
start local 3 6: iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
if_icmple 8
7: aload 0
iload 3
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
end local 3 8: StackMap locals:
StackMap stack:
iload 1
sipush 255
if_icmpgt 9
iload 2
bipush 127
if_icmpgt 9
iload 2
bipush -128
if_icmpge 12
9: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 196
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 132
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
10: iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
11: goto 13
12: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 132
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put11:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
13: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 14 1 var I
0 14 2 increment I
6 8 3 n I
MethodParameters:
Name Flags
var final
increment final
public void visitTableSwitchInsn(int, int, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label[]);
descriptor: (IILjdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=6, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
istore 5
start local 5 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 170
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aconst_null
iconst_0
iconst_4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_4
irem
isub
iconst_4
irem
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: aload 3
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 5
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
5: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
6: iconst_0
istore 6
start local 6 7: goto 10
8: StackMap locals: int int
StackMap stack:
aload 4
iload 6
aaload
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 5
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
9: iinc 6 1
StackMap locals:
StackMap stack:
10: iload 6
aload 4
arraylength
if_icmplt 8
end local 6 11: aload 0
aload 3
aload 4
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
12: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 13 1 min I
0 13 2 max I
0 13 3 dflt Ljdk/internal/org/objectweb/asm/Label;
0 13 4 labels [Ljdk/internal/org/objectweb/asm/Label;
2 13 5 source I
7 11 6 i I
MethodParameters:
Name Flags
min final
max final
dflt final
labels final
public void visitLookupSwitchInsn(jdk.internal.org.objectweb.asm.Label, int[], jdk.internal.org.objectweb.asm.Label[]);
descriptor: (Ljdk/internal/org/objectweb/asm/Label;[I[Ljdk/internal/org/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
istore 4
start local 4 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 171
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aconst_null
iconst_0
iconst_4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_4
irem
isub
iconst_4
irem
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: aload 1
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 4
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
5: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 3
arraylength
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
6: iconst_0
istore 5
start local 5 7: goto 11
8: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 2
iload 5
iaload
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
9: aload 3
iload 5
aaload
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 4
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.Label.put:(Ljdk/internal/org/objectweb/asm/MethodWriter;Ljdk/internal/org/objectweb/asm/ByteVector;IZ)V
10: iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
aload 3
arraylength
if_icmplt 8
end local 5 12: aload 0
aload 1
aload 3
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitSwitchInsn:(Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
13: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 14 1 dflt Ljdk/internal/org/objectweb/asm/Label;
0 14 2 keys [I
0 14 3 labels [Ljdk/internal/org/objectweb/asm/Label;
2 14 4 source I
7 12 5 i I
MethodParameters:
Name Flags
dflt final
keys final
labels final
private void visitSwitchInsn(jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label[]);
descriptor: (Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 20
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 12
2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
sipush 171
iconst_0
aconst_null
aconst_null
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
3: aload 0
iconst_0
aload 1
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
4: aload 1
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
5: iconst_0
istore 3
start local 3 6: goto 10
7: StackMap locals: int
StackMap stack:
aload 0
iconst_0
aload 2
iload 3
aaload
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
8: aload 2
iload 3
aaload
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
9: iinc 3 1
StackMap locals:
StackMap stack:
10: iload 3
aload 2
arraylength
if_icmplt 7
end local 3 11: goto 19
12: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
isub
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
13: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
aload 1
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
14: iconst_0
istore 3
start local 3 15: goto 18
16: StackMap locals: int
StackMap stack:
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
aload 2
iload 3
aaload
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.addSuccessor:(ILjdk/internal/org/objectweb/asm/Label;)V
17: iinc 3 1
StackMap locals:
StackMap stack:
18: iload 3
aload 2
arraylength
if_icmplt 16
end local 3 19: StackMap locals:
StackMap stack:
aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.noSuccessor:()V
20: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 21 1 dflt Ljdk/internal/org/objectweb/asm/Label;
0 21 2 labels [Ljdk/internal/org/objectweb/asm/Label;
6 11 3 i I
15 19 3 i I
MethodParameters:
Name Flags
dflt final
labels final
public void visitMultiANewArrayInsn(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
bipush 7
aload 1
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newStringishItem:(ILjava/lang/String;)Ljdk/internal/org/objectweb/asm/Item;
astore 3
start local 3 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
ifnull 7
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifeq 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpne 6
4: StackMap locals: jdk.internal.org.objectweb.asm.Item
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
sipush 197
iload 2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
invokevirtual jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Item;)V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
iconst_1
iload 2
isub
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.stackSize:I
7: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 197
aload 3
getfield jdk.internal.org.objectweb.asm.Item.index:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.put12:(II)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 9 1 desc Ljava/lang/String;
0 9 2 dims I
2 9 3 i Ljdk/internal/org/objectweb/asm/Item;
MethodParameters:
Name Flags
desc final
dims final
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitInsnAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
astore 5
start local 5 1: iload 1
ldc -16776961
iand
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lastCodeOffset:I
bipush 8
ishl
ior
istore 1
2: iload 1
aload 2
aload 5
invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putTarget:(ILjdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
3: aload 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
aload 5
aload 5
5: aload 5
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
isub
6: invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
astore 6
start local 6 7: iload 4
ifeq 11
8: aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
9: aload 0
aload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
10: goto 13
11: StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
12: aload 0
aload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
13: StackMap locals:
StackMap stack:
aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 14 1 typeRef I
0 14 2 typePath Ljdk/internal/org/objectweb/asm/TypePath;
0 14 3 desc Ljava/lang/String;
0 14 4 visible Z
1 14 5 bv Ljdk/internal/org/objectweb/asm/ByteVector;
7 14 6 aw Ljdk/internal/org/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
typeRef
typePath
desc
visible
public void visitTryCatchBlock(jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, java.lang.String);
descriptor: (Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
1: new jdk.internal.org.objectweb.asm.Handler
dup
invokespecial jdk.internal.org.objectweb.asm.Handler.<init>:()V
astore 5
start local 5 2: aload 5
aload 1
putfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
3: aload 5
aload 2
putfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
4: aload 5
aload 3
putfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
5: aload 5
aload 4
putfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
6: aload 5
aload 4
ifnull 7
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 4
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
goto 8
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label java.lang.String jdk.internal.org.objectweb.asm.Handler
StackMap stack: jdk.internal.org.objectweb.asm.Handler
7: iconst_0
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label java.lang.String jdk.internal.org.objectweb.asm.Handler
StackMap stack: jdk.internal.org.objectweb.asm.Handler int
8: putfield jdk.internal.org.objectweb.asm.Handler.type:I
9: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
ifnonnull 12
10: aload 0
aload 5
putfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
11: goto 13
12: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
aload 5
putfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
13: StackMap locals:
StackMap stack:
aload 0
aload 5
putfield jdk.internal.org.objectweb.asm.MethodWriter.lastHandler:Ljdk/internal/org/objectweb/asm/Handler;
14: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 15 1 start Ljdk/internal/org/objectweb/asm/Label;
0 15 2 end Ljdk/internal/org/objectweb/asm/Label;
0 15 3 handler Ljdk/internal/org/objectweb/asm/Label;
0 15 4 type Ljava/lang/String;
2 15 5 h Ljdk/internal/org/objectweb/asm/Handler;
MethodParameters:
Name Flags
start final
end final
handler final
type final
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitTryCatchAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, java.lang.String, boolean);
descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
astore 5
start local 5 1: iload 1
aload 2
aload 5
invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.putTarget:(ILjdk/internal/org/objectweb/asm/TypePath;Ljdk/internal/org/objectweb/asm/ByteVector;)V
2: aload 5
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
3: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
aload 5
aload 5
4: aload 5
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
isub
5: invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
astore 6
start local 6 6: iload 4
ifeq 10
7: aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
8: aload 0
aload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
9: goto 12
10: StackMap locals: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
11: aload 0
aload 6
putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
12: StackMap locals:
StackMap stack:
aload 6
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 13 1 typeRef I
0 13 2 typePath Ljdk/internal/org/objectweb/asm/TypePath;
0 13 3 desc Ljava/lang/String;
0 13 4 visible Z
1 13 5 bv Ljdk/internal/org/objectweb/asm/ByteVector;
6 13 6 aw Ljdk/internal/org/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
typeRef
typePath
desc
visible
public void visitLocalVariable(java.lang.String, java.lang.String, java.lang.String, jdk.internal.org.objectweb.asm.Label, jdk.internal.org.objectweb.asm.Label, int);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 3
ifnull 8
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 3
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.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
3: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarTypeCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.localVarTypeCount:I
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 4
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
5: aload 5
getfield jdk.internal.org.objectweb.asm.Label.position:I
aload 4
getfield jdk.internal.org.objectweb.asm.Label.position:I
isub
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
6: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 3
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;
7: iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
8: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 10
9: 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.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
10: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.localVarCount:I
11: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 4
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
12: aload 5
getfield jdk.internal.org.objectweb.asm.Label.position:I
aload 4
getfield jdk.internal.org.objectweb.asm.Label.position:I
isub
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
13: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
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;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 2
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;
14: iload 6
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.MethodWriter.compute:I
iconst_3
if_icmpeq 23
16: aload 2
iconst_0
invokevirtual java.lang.String.charAt:(I)C
istore 7
start local 7 17: iload 6
iload 7
bipush 74
if_icmpeq 18
iload 7
bipush 68
if_icmpne 19
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int
StackMap stack: int
18: iconst_2
goto 20
StackMap locals:
StackMap stack: int
19: iconst_1
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter java.lang.String java.lang.String java.lang.String jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int
StackMap stack: int int
20: iadd
istore 8
start local 8 21: iload 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
if_icmple 23
22: aload 0
iload 8
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
end local 8 end local 7 23: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 24 1 name Ljava/lang/String;
0 24 2 desc Ljava/lang/String;
0 24 3 signature Ljava/lang/String;
0 24 4 start Ljdk/internal/org/objectweb/asm/Label;
0 24 5 end Ljdk/internal/org/objectweb/asm/Label;
0 24 6 index I
17 23 7 c C
21 23 8 n I
MethodParameters:
Name Flags
name final
desc final
signature final
start final
end final
index final
public jdk.internal.org.objectweb.asm.AnnotationVisitor visitLocalVariableAnnotation(int, jdk.internal.org.objectweb.asm.TypePath, jdk.internal.org.objectweb.asm.Label[], jdk.internal.org.objectweb.asm.Label[], int[], java.lang.String, boolean);
descriptor: (ILjdk/internal/org/objectweb/asm/TypePath;[Ljdk/internal/org/objectweb/asm/Label;[Ljdk/internal/org/objectweb/asm/Label;[ILjava/lang/String;Z)Ljdk/internal/org/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=10, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: new jdk.internal.org.objectweb.asm.ByteVector
dup
invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
astore 8
start local 8 1: aload 8
iload 1
bipush 24
iushr
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)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
2: iconst_0
istore 9
start local 9 3: goto 8
4: StackMap locals: jdk.internal.org.objectweb.asm.ByteVector int
StackMap stack:
aload 8
aload 3
iload 9
aaload
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
5: aload 4
iload 9
aaload
getfield jdk.internal.org.objectweb.asm.Label.position:I
aload 3
iload 9
aaload
getfield jdk.internal.org.objectweb.asm.Label.position:I
isub
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
6: aload 5
iload 9
iaload
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
7: iinc 9 1
StackMap locals:
StackMap stack:
8: iload 9
aload 3
arraylength
if_icmplt 4
end local 9 9: aload 2
ifnonnull 12
10: aload 8
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
11: goto 14
12: StackMap locals:
StackMap stack:
aload 2
getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
aload 2
getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
baload
iconst_2
imul
iconst_1
iadd
istore 9
start local 9 13: aload 8
aload 2
getfield jdk.internal.org.objectweb.asm.TypePath.b:[B
aload 2
getfield jdk.internal.org.objectweb.asm.TypePath.offset:I
iload 9
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
end local 9 14: StackMap locals:
StackMap stack:
aload 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 6
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
15: new jdk.internal.org.objectweb.asm.AnnotationWriter
dup
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iconst_1
aload 8
aload 8
16: aload 8
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
isub
17: invokespecial jdk.internal.org.objectweb.asm.AnnotationWriter.<init>:(Ljdk/internal/org/objectweb/asm/ClassWriter;ZLjdk/internal/org/objectweb/asm/ByteVector;Ljdk/internal/org/objectweb/asm/ByteVector;I)V
astore 9
start local 9 18: iload 7
ifeq 22
19: aload 9
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
20: aload 0
aload 9
putfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
21: goto 24
22: StackMap locals: jdk.internal.org.objectweb.asm.AnnotationWriter
StackMap stack:
aload 9
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
putfield jdk.internal.org.objectweb.asm.AnnotationWriter.next:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
23: aload 0
aload 9
putfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
24: StackMap locals:
StackMap stack:
aload 9
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 25 1 typeRef I
0 25 2 typePath Ljdk/internal/org/objectweb/asm/TypePath;
0 25 3 start [Ljdk/internal/org/objectweb/asm/Label;
0 25 4 end [Ljdk/internal/org/objectweb/asm/Label;
0 25 5 index [I
0 25 6 desc Ljava/lang/String;
0 25 7 visible Z
1 25 8 bv Ljdk/internal/org/objectweb/asm/ByteVector;
3 9 9 i I
13 14 9 length I
18 25 9 aw Ljdk/internal/org/objectweb/asm/AnnotationWriter;
MethodParameters:
Name Flags
typeRef
typePath
start
end
index
desc
visible
public void visitLineNumber(int, jdk.internal.org.objectweb.asm.Label);
descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber: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.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
2: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumberCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumberCount:I
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 2
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 6 1 line I
0 6 2 start Ljdk/internal/org/objectweb/asm/Label;
MethodParameters:
Name Flags
line final
start final
public void visitMaxs(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=12, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 84
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
astore 3
start local 3 2: goto 20
3: StackMap locals: jdk.internal.org.objectweb.asm.Handler
StackMap stack:
aload 3
getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
astore 4
start local 4 4: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
astore 5
start local 5 5: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
astore 6
start local 6 6: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
ifnonnull 7
ldc "java/lang/Throwable"
goto 8
7: StackMap locals: jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 3
getfield jdk.internal.org.objectweb.asm.Handler.desc:Ljava/lang/String;
8: StackMap locals:
StackMap stack: java.lang.String
astore 7
start local 7 9: ldc 24117248
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 7
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
istore 8
start local 8 10: aload 5
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
11: goto 18
12: StackMap locals: java.lang.String int
StackMap stack:
new jdk.internal.org.objectweb.asm.Edge
dup
invokespecial jdk.internal.org.objectweb.asm.Edge.<init>:()V
astore 9
start local 9 13: aload 9
iload 8
putfield jdk.internal.org.objectweb.asm.Edge.info:I
14: aload 9
aload 5
putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
15: aload 9
aload 4
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
16: aload 4
aload 9
putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
17: aload 4
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 4
end local 9 18: StackMap locals:
StackMap stack:
aload 4
aload 6
if_acmpne 12
19: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
astore 3
end local 8 end local 7 end local 6 end local 5 end local 4 20: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler
StackMap stack:
aload 3
ifnonnull 3
21: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
astore 4
start local 4 22: aload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Type.getArgumentTypes:(Ljava/lang/String;)[Ljdk/internal/org/objectweb/asm/Type;
23: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
24: invokevirtual jdk.internal.org.objectweb.asm.Frame.initInputFrame:(Ljdk/internal/org/objectweb/asm/ClassWriter;I[Ljdk/internal/org/objectweb/asm/Type;I)V
25: aload 0
aload 4
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
26: iconst_0
istore 5
start local 5 27: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
astore 6
start local 6 28: goto 48
29: StackMap locals: jdk.internal.org.objectweb.asm.Frame int jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 6
astore 7
start local 7 30: aload 6
getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
astore 6
31: aload 7
aconst_null
putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
32: aload 7
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
astore 4
33: aload 7
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 16
iand
ifeq 35
34: aload 7
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 32
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
35: StackMap locals: jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 7
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 64
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
36: aload 4
getfield jdk.internal.org.objectweb.asm.Frame.inputStack:[I
arraylength
aload 7
getfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
iadd
istore 8
start local 8 37: iload 8
iload 5
if_icmple 39
38: iload 8
istore 5
39: StackMap locals: int
StackMap stack:
aload 7
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
astore 9
start local 9 40: goto 47
41: StackMap locals: jdk.internal.org.objectweb.asm.Edge
StackMap stack:
aload 9
getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
invokevirtual jdk.internal.org.objectweb.asm.Label.getFirst:()Ljdk/internal/org/objectweb/asm/Label;
astore 10
start local 10 42: aload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 10
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 9
getfield jdk.internal.org.objectweb.asm.Edge.info:I
invokevirtual jdk.internal.org.objectweb.asm.Frame.merge:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljdk/internal/org/objectweb/asm/Frame;I)Z
istore 11
start local 11 43: iload 11
ifeq 46
aload 10
getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
ifnonnull 46
44: aload 10
aload 6
putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
45: aload 10
astore 6
46: StackMap locals: jdk.internal.org.objectweb.asm.Label int
StackMap stack:
aload 9
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
astore 9
end local 11 end local 10 47: StackMap locals:
StackMap stack:
aload 9
ifnonnull 41
end local 9 end local 8 end local 7 48: StackMap locals:
StackMap stack:
aload 6
ifnonnull 29
49: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
astore 7
start local 7 50: goto 75
51: StackMap locals: jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 7
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
astore 4
52: aload 7
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 32
iand
ifeq 54
53: aload 0
aload 4
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.visitFrame:(Ljdk/internal/org/objectweb/asm/Frame;)V
54: StackMap locals:
StackMap stack:
aload 7
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 64
iand
ifne 74
55: aload 7
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 8
start local 8 56: aload 7
getfield jdk.internal.org.objectweb.asm.Label.position:I
istore 9
start local 9 57: aload 8
ifnonnull 58
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
goto 59
StackMap locals: jdk.internal.org.objectweb.asm.Label int
StackMap stack:
58: aload 8
getfield jdk.internal.org.objectweb.asm.Label.position:I
StackMap locals:
StackMap stack: int
59: iconst_1
isub
istore 10
start local 10 60: iload 10
iload 9
if_icmplt 74
61: iload 5
iconst_1
invokestatic java.lang.Math.max:(II)I
istore 5
62: iload 9
istore 11
start local 11 63: goto 66
64: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
iload 11
iconst_0
bastore
65: iinc 11 1
StackMap locals:
StackMap stack:
66: iload 11
iload 10
if_icmplt 64
end local 11 67: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
iload 10
bipush -65
bastore
68: aload 0
iload 9
iconst_0
iconst_1
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 11
start local 11 69: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 11
ldc 24117248
70: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "java/lang/Throwable"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
71: iastore
72: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
73: aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
aload 7
aload 8
invokestatic jdk.internal.org.objectweb.asm.Handler.remove:(Ljdk/internal/org/objectweb/asm/Handler;Ljdk/internal/org/objectweb/asm/Label;Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Handler;
putfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
end local 11 end local 10 end local 9 end local 8 74: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler jdk.internal.org.objectweb.asm.Frame int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 7
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 7
75: StackMap locals:
StackMap stack:
aload 7
ifnonnull 51
76: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
astore 3
77: aload 0
iconst_0
putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
78: goto 81
79: StackMap locals:
StackMap stack:
aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
80: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
astore 3
81: StackMap locals:
StackMap stack:
aload 3
ifnonnull 79
82: aload 0
iload 5
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
end local 7 end local 6 end local 5 end local 4 end local 3 83: goto 159
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
StackMap stack:
84: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_2
if_icmpne 157
85: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
astore 3
start local 3 86: goto 103
87: StackMap locals: jdk.internal.org.objectweb.asm.Handler
StackMap stack:
aload 3
getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
astore 4
start local 4 88: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
astore 5
start local 5 89: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
astore 6
start local 6 90: goto 101
91: StackMap locals: jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label
StackMap stack:
new jdk.internal.org.objectweb.asm.Edge
dup
invokespecial jdk.internal.org.objectweb.asm.Edge.<init>:()V
astore 7
start local 7 92: aload 7
ldc 2147483647
putfield jdk.internal.org.objectweb.asm.Edge.info:I
93: aload 7
aload 5
putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
94: aload 4
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 128
iand
ifne 98
95: aload 7
aload 4
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
96: aload 4
aload 7
putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
97: goto 100
98: StackMap locals: jdk.internal.org.objectweb.asm.Edge
StackMap stack:
aload 7
aload 4
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
99: aload 4
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
aload 7
putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
100: StackMap locals:
StackMap stack:
aload 4
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 4
end local 7 101: StackMap locals:
StackMap stack:
aload 4
aload 6
if_acmpne 91
102: aload 3
getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
astore 3
end local 6 end local 5 end local 4 103: StackMap locals:
StackMap stack:
aload 3
ifnonnull 87
104: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
ifle 130
105: iconst_0
istore 4
start local 4 106: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
aconst_null
lconst_1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
invokevirtual jdk.internal.org.objectweb.asm.Label.visitSubroutine:(Ljdk/internal/org/objectweb/asm/Label;JI)V
107: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
astore 5
start local 5 108: goto 117
109: StackMap locals: int jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 5
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 128
iand
ifeq 116
110: aload 5
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 6
start local 6 111: aload 6
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 1024
iand
ifne 116
112: iinc 4 1
113: aload 6
aconst_null
iload 4
i2l
ldc 32
ldiv
bipush 32
lshl
114: lconst_1
iload 4
bipush 32
irem
lshl
lor
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
115: invokevirtual jdk.internal.org.objectweb.asm.Label.visitSubroutine:(Ljdk/internal/org/objectweb/asm/Label;JI)V
end local 6 116: StackMap locals:
StackMap stack:
aload 5
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 5
117: StackMap locals:
StackMap stack:
aload 5
ifnonnull 109
118: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
astore 5
119: goto 129
120: StackMap locals:
StackMap stack:
aload 5
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 128
iand
ifeq 128
121: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
astore 6
start local 6 122: goto 125
123: StackMap locals: jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 6
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush -2049
iand
putfield jdk.internal.org.objectweb.asm.Label.status:I
124: aload 6
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 6
125: StackMap locals:
StackMap stack:
aload 6
ifnonnull 123
126: aload 5
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 7
start local 7 127: aload 7
aload 5
lconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.subroutines:I
invokevirtual jdk.internal.org.objectweb.asm.Label.visitSubroutine:(Ljdk/internal/org/objectweb/asm/Label;JI)V
end local 7 end local 6 128: StackMap locals:
StackMap stack:
aload 5
getfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 5
129: StackMap locals:
StackMap stack:
aload 5
ifnonnull 120
end local 5 end local 4 130: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 131: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.labels:Ljdk/internal/org/objectweb/asm/Label;
astore 5
start local 5 132: goto 154
133: StackMap locals: int jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 5
astore 6
start local 6 134: aload 5
getfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
astore 5
135: aload 6
getfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
istore 7
start local 7 136: iload 7
aload 6
getfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
iadd
istore 8
start local 8 137: iload 8
iload 4
if_icmple 139
138: iload 8
istore 4
139: StackMap locals: jdk.internal.org.objectweb.asm.Label int int
StackMap stack:
aload 6
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
astore 9
start local 9 140: aload 6
getfield jdk.internal.org.objectweb.asm.Label.status:I
sipush 128
iand
ifeq 153
141: aload 9
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
astore 9
142: goto 153
143: StackMap locals: jdk.internal.org.objectweb.asm.Edge
StackMap stack:
aload 9
getfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
astore 6
144: aload 6
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 8
iand
ifne 152
145: aload 6
aload 9
getfield jdk.internal.org.objectweb.asm.Edge.info:I
ldc 2147483647
if_icmpne 146
iconst_1
goto 148
StackMap locals:
StackMap stack: jdk.internal.org.objectweb.asm.Label
146: iload 7
147: aload 9
getfield jdk.internal.org.objectweb.asm.Edge.info:I
iadd
148: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler int jdk.internal.org.objectweb.asm.Label jdk.internal.org.objectweb.asm.Label int int jdk.internal.org.objectweb.asm.Edge
StackMap stack: jdk.internal.org.objectweb.asm.Label int
putfield jdk.internal.org.objectweb.asm.Label.inputStackTop:I
149: aload 6
dup
getfield jdk.internal.org.objectweb.asm.Label.status:I
bipush 8
ior
putfield jdk.internal.org.objectweb.asm.Label.status:I
150: aload 6
aload 5
putfield jdk.internal.org.objectweb.asm.Label.next:Ljdk/internal/org/objectweb/asm/Label;
151: aload 6
astore 5
152: StackMap locals:
StackMap stack:
aload 9
getfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
astore 9
153: StackMap locals:
StackMap stack:
aload 9
ifnonnull 143
end local 9 end local 8 end local 7 end local 6 154: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int jdk.internal.org.objectweb.asm.Handler int jdk.internal.org.objectweb.asm.Label
StackMap stack:
aload 5
ifnonnull 133
155: aload 0
iload 1
iload 4
invokestatic java.lang.Math.max:(II)I
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
end local 5 end local 4 end local 3 156: goto 159
157: StackMap locals:
StackMap stack:
aload 0
iload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
158: aload 0
iload 2
putfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
159: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 160 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 160 1 maxStack I
0 160 2 maxLocals I
2 83 3 handler Ljdk/internal/org/objectweb/asm/Handler;
4 20 4 l Ljdk/internal/org/objectweb/asm/Label;
5 20 5 h Ljdk/internal/org/objectweb/asm/Label;
6 20 6 e Ljdk/internal/org/objectweb/asm/Label;
9 20 7 t Ljava/lang/String;
10 20 8 kind I
13 18 9 b Ljdk/internal/org/objectweb/asm/Edge;
22 83 4 f Ljdk/internal/org/objectweb/asm/Frame;
27 83 5 max I
28 83 6 changed Ljdk/internal/org/objectweb/asm/Label;
30 48 7 l Ljdk/internal/org/objectweb/asm/Label;
37 48 8 blockMax I
40 48 9 e Ljdk/internal/org/objectweb/asm/Edge;
42 47 10 n Ljdk/internal/org/objectweb/asm/Label;
43 47 11 change Z
50 83 7 l Ljdk/internal/org/objectweb/asm/Label;
56 74 8 k Ljdk/internal/org/objectweb/asm/Label;
57 74 9 start I
60 74 10 end I
63 67 11 i I
69 74 11 frameIndex I
86 156 3 handler Ljdk/internal/org/objectweb/asm/Handler;
88 103 4 l Ljdk/internal/org/objectweb/asm/Label;
89 103 5 h Ljdk/internal/org/objectweb/asm/Label;
90 103 6 e Ljdk/internal/org/objectweb/asm/Label;
92 101 7 b Ljdk/internal/org/objectweb/asm/Edge;
106 130 4 id I
108 130 5 l Ljdk/internal/org/objectweb/asm/Label;
111 116 6 subroutine Ljdk/internal/org/objectweb/asm/Label;
122 128 6 L Ljdk/internal/org/objectweb/asm/Label;
127 128 7 subroutine Ljdk/internal/org/objectweb/asm/Label;
131 156 4 max I
132 156 5 stack Ljdk/internal/org/objectweb/asm/Label;
134 154 6 l Ljdk/internal/org/objectweb/asm/Label;
136 154 7 start I
137 154 8 blockMax I
140 154 9 b Ljdk/internal/org/objectweb/asm/Edge;
MethodParameters:
Name Flags
maxStack final
maxLocals final
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/MethodWriter;
private void addSuccessor(int, jdk.internal.org.objectweb.asm.Label);
descriptor: (ILjdk/internal/org/objectweb/asm/Label;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new jdk.internal.org.objectweb.asm.Edge
dup
invokespecial jdk.internal.org.objectweb.asm.Edge.<init>:()V
astore 3
start local 3 1: aload 3
iload 1
putfield jdk.internal.org.objectweb.asm.Edge.info:I
2: aload 3
aload 2
putfield jdk.internal.org.objectweb.asm.Edge.successor:Ljdk/internal/org/objectweb/asm/Label;
3: aload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
putfield jdk.internal.org.objectweb.asm.Edge.next:Ljdk/internal/org/objectweb/asm/Edge;
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 3
putfield jdk.internal.org.objectweb.asm.Label.successors:Ljdk/internal/org/objectweb/asm/Edge;
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 6 1 info I
0 6 2 successor Ljdk/internal/org/objectweb/asm/Label;
1 6 3 b Ljdk/internal/org/objectweb/asm/Edge;
MethodParameters:
Name Flags
info final
successor final
private void noSuccessor();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
ifne 8
1: new jdk.internal.org.objectweb.asm.Label
dup
invokespecial jdk.internal.org.objectweb.asm.Label.<init>:()V
astore 1
start local 1 2: aload 1
new jdk.internal.org.objectweb.asm.Frame
dup
invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:()V
putfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
3: aload 1
getfield jdk.internal.org.objectweb.asm.Label.frame:Ljdk/internal/org/objectweb/asm/Frame;
aload 1
putfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
4: aload 1
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
invokevirtual jdk.internal.org.objectweb.asm.Label.resolve:(Ljdk/internal/org/objectweb/asm/MethodWriter;I[B)Z
pop
5: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 1
putfield jdk.internal.org.objectweb.asm.Label.successor:Ljdk/internal/org/objectweb/asm/Label;
6: aload 0
aload 1
putfield jdk.internal.org.objectweb.asm.MethodWriter.previousBlock:Ljdk/internal/org/objectweb/asm/Label;
end local 1 7: goto 9
8: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStackSize:I
putfield jdk.internal.org.objectweb.asm.Label.outputStackMax:I
9: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.compute:I
iconst_1
if_icmpeq 11
10: aload 0
aconst_null
putfield jdk.internal.org.objectweb.asm.MethodWriter.currentBlock:Ljdk/internal/org/objectweb/asm/Label;
11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
2 7 1 l Ljdk/internal/org/objectweb/asm/Label;
private void visitFrame(jdk.internal.org.objectweb.asm.Frame);
descriptor: (Ljdk/internal/org/objectweb/asm/Frame;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=10, args_size=2
start local 0 start local 1 0: iconst_0
istore 4
start local 4 1: iconst_0
istore 5
start local 5 2: iconst_0
istore 6
start local 6 3: aload 1
getfield jdk.internal.org.objectweb.asm.Frame.inputLocals:[I
astore 7
start local 7 4: aload 1
getfield jdk.internal.org.objectweb.asm.Frame.inputStack:[I
astore 8
start local 8 5: iconst_0
istore 2
start local 2 6: goto 16
7: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[]
StackMap stack:
aload 7
iload 2
iaload
istore 3
start local 3 8: iload 3
ldc 16777216
if_icmpne 11
9: iinc 4 1
10: goto 13
11: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[]
StackMap stack:
iload 5
iload 4
iconst_1
iadd
iadd
istore 5
12: iconst_0
istore 4
13: StackMap locals:
StackMap stack:
iload 3
ldc 16777220
if_icmpeq 14
iload 3
ldc 16777219
if_icmpne 15
14: StackMap locals:
StackMap stack:
iinc 2 1
15: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[]
StackMap stack:
16: iload 2
aload 7
arraylength
if_icmplt 7
17: iconst_0
istore 2
goto 23
18: StackMap locals:
StackMap stack:
aload 8
iload 2
iaload
istore 3
start local 3 19: iinc 6 1
20: iload 3
ldc 16777220
if_icmpeq 21
iload 3
ldc 16777219
if_icmpne 22
21: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[]
StackMap stack:
iinc 2 1
22: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[]
StackMap stack:
23: iload 2
aload 8
arraylength
if_icmplt 18
24: aload 0
aload 1
getfield jdk.internal.org.objectweb.asm.Frame.owner:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.position:I
iload 5
iload 6
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 9
start local 9 25: iconst_0
istore 2
goto 31
26: StackMap locals: int
StackMap stack:
aload 7
iload 2
iaload
istore 3
start local 3 27: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 9
iinc 9 1
iload 3
iastore
28: iload 3
ldc 16777220
if_icmpeq 29
iload 3
ldc 16777219
if_icmpne 30
29: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[] int
StackMap stack:
iinc 2 1
30: StackMap locals:
StackMap stack:
iinc 2 1
iinc 5 -1
end local 3 StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[] int
StackMap stack:
31: iload 5
ifgt 26
32: iconst_0
istore 2
goto 38
33: StackMap locals:
StackMap stack:
aload 8
iload 2
iaload
istore 3
start local 3 34: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 9
iinc 9 1
iload 3
iastore
35: iload 3
ldc 16777220
if_icmpeq 36
iload 3
ldc 16777219
if_icmpne 37
36: StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int int int int int int[] int[] int
StackMap stack:
iinc 2 1
37: StackMap locals:
StackMap stack:
iinc 2 1
end local 3 StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.Frame int top int int int int[] int[] int
StackMap stack:
38: iload 2
aload 8
arraylength
if_icmplt 33
39: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
40: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 41 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 41 1 f Ljdk/internal/org/objectweb/asm/Frame;
6 41 2 i I
8 16 3 t I
19 23 3 t I
27 31 3 t I
34 38 3 t I
1 41 4 nTop I
2 41 5 nLocal I
3 41 6 nStack I
4 41 7 locals [I
5 41 8 stacks [I
25 41 9 frameIndex I
MethodParameters:
Name Flags
f final
private void visitImplicitFirstFrame();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=4, args_size=1
start local 0 0: aload 0
iconst_0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iconst_1
iadd
iconst_0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.startFrame:(III)I
istore 1
start local 1 1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
bipush 8
iand
ifne 6
2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 524288
iand
ifne 5
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 24117248
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.thisName:Ljava/lang/String;
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
iastore
4: goto 6
5: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 16777222
iastore
6: StackMap locals:
StackMap stack:
iconst_1
istore 2
start local 2 7: StackMap locals: int
StackMap stack:
iload 2
istore 3
start local 3 8: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
iinc 2 1
invokevirtual java.lang.String.charAt:(I)C
lookupswitch { // 10
66: 9
67: 9
68: 15
70: 11
73: 9
74: 13
76: 27
83: 9
90: 9
91: 17
default: 34
}
9: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 16777217
iastore
10: goto 7
11: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 16777218
iastore
12: goto 7
13: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 16777220
iastore
14: goto 7
15: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 16777219
iastore
16: goto 7
17: StackMap locals:
StackMap stack:
goto 19
18: StackMap locals:
StackMap stack:
iinc 2 1
19: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 91
if_icmpeq 18
20: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 76
if_icmpne 25
21: iinc 2 1
22: goto 24
23: StackMap locals:
StackMap stack:
iinc 2 1
24: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 59
if_icmpne 23
25: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 3
iinc 2 1
iload 2
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokestatic jdk.internal.org.objectweb.asm.Frame.type:(Ljdk/internal/org/objectweb/asm/ClassWriter;Ljava/lang/String;)I
iastore
26: goto 7
27: StackMap locals:
StackMap stack:
goto 29
28: StackMap locals:
StackMap stack:
iinc 2 1
29: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 2
invokevirtual java.lang.String.charAt:(I)C
bipush 59
if_icmpne 28
30: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 1
iinc 1 1
ldc 24117248
31: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.descriptor:Ljava/lang/String;
iload 3
iconst_1
iadd
iload 2
iinc 2 1
invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.addType:(Ljava/lang/String;)I
ior
32: iastore
33: goto 7
end local 3 34: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_1
iload 1
iconst_3
isub
iastore
35: aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.endFrame:()V
36: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
1 37 1 frameIndex I
7 37 2 i I
8 34 3 j I
private int startFrame(int, int, int);
descriptor: (III)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_3
iload 2
iadd
iload 3
iadd
istore 4
start local 4 1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
ifnull 2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
arraylength
iload 4
if_icmpge 3
2: StackMap locals: int
StackMap stack:
aload 0
iload 4
newarray 10
putfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
3: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iload 1
iastore
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_1
iload 2
iastore
5: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_2
iload 3
iastore
6: iconst_3
ireturn
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/MethodWriter;
0 7 1 offset I
0 7 2 nLocal I
0 7 3 nStack I
1 7 4 n I
MethodParameters:
Name Flags
offset final
nLocal final
nStack final
private void endFrame();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
ifnull 5
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnonnull 3
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.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrame:()V
4: aload 0
dup
getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
iconst_1
iadd
putfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
5: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
putfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
6: aload 0
aconst_null
putfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
private void writeFrame();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=9, args_size=1
start local 0 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_1
iaload
istore 1
start local 1 1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_2
iaload
istore 2
start local 2 2: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 50
if_icmpge 8
3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iaload
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: aload 0
iconst_3
iconst_3
iload 1
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
5: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
6: aload 0
iconst_3
iload 1
iadd
iconst_3
iload 1
iadd
iload 2
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
7: return
8: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
iconst_1
iaload
istore 3
start local 3 9: sipush 255
istore 4
start local 4 10: iconst_0
istore 5
start local 5 11: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
ifne 14
12: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iaload
istore 6
start local 6 13: goto 15
end local 6 14: StackMap locals: int int int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iconst_0
iaload
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
iconst_0
iaload
isub
iconst_1
isub
istore 6
start local 6 15: StackMap locals: int
StackMap stack:
iload 2
ifne 27
16: iload 1
iload 3
isub
istore 5
17: iload 5
tableswitch { // -3 - 3
-3: 18
-2: 18
-1: 18
0: 21
1: 25
2: 25
3: 25
default: 26
}
18: StackMap locals:
StackMap stack:
sipush 248
istore 4
19: iload 1
istore 3
20: goto 31
21: StackMap locals:
StackMap stack:
iload 6
bipush 64
if_icmpge 22
iconst_0
goto 23
StackMap locals:
StackMap stack:
22: sipush 251
StackMap locals:
StackMap stack: int
23: istore 4
24: goto 31
25: StackMap locals:
StackMap stack:
sipush 252
istore 4
26: StackMap locals:
StackMap stack:
goto 31
StackMap locals:
StackMap stack:
27: iload 1
iload 3
if_icmpne 31
iload 2
iconst_1
if_icmpne 31
28: iload 6
bipush 63
if_icmpge 29
bipush 64
goto 30
29: StackMap locals:
StackMap stack:
sipush 247
30: StackMap locals:
StackMap stack: int
istore 4
31: StackMap locals:
StackMap stack:
iload 4
sipush 255
if_icmpeq 41
32: iconst_3
istore 7
start local 7 33: iconst_0
istore 8
start local 8 34: goto 40
35: StackMap locals: int int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 7
iaload
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.previousFrame:[I
iload 7
iaload
if_icmpeq 38
36: sipush 255
istore 4
37: goto 41
38: StackMap locals:
StackMap stack:
iinc 7 1
39: iinc 8 1
StackMap locals:
StackMap stack:
40: iload 8
iload 3
if_icmplt 35
end local 8 end local 7 41: StackMap locals:
StackMap stack:
iload 4
lookupswitch { // 6
0: 42
64: 44
247: 47
248: 54
251: 52
252: 56
default: 59
}
42: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
43: goto 63
44: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 64
iload 6
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
45: aload 0
iconst_3
iload 1
iadd
iconst_4
iload 1
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
46: goto 63
47: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 247
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
48: iload 6
49: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
50: aload 0
iconst_3
iload 1
iadd
iconst_4
iload 1
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
51: goto 63
52: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 251
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
53: goto 63
54: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 251
iload 5
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
55: goto 63
56: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 251
iload 5
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
57: aload 0
iconst_3
iload 3
iadd
iconst_3
iload 1
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
58: goto 63
59: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
sipush 255
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
iload 1
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
60: aload 0
iconst_3
iconst_3
iload 1
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
61: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 2
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
62: aload 0
iconst_3
iload 1
iadd
iconst_3
iload 1
iadd
iload 2
iadd
invokevirtual jdk.internal.org.objectweb.asm.MethodWriter.writeFrameTypes:(II)V
63: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 64 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
1 64 1 clocalsSize I
2 64 2 cstackSize I
9 64 3 localsSize I
10 64 4 type I
11 64 5 k I
13 14 6 delta I
15 64 6 delta I
33 41 7 l I
34 41 8 j I
private void writeFrameTypes(int, int);
descriptor: (II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=7, args_size=3
start local 0 start local 1 start local 2 0: iload 1
istore 3
start local 3 1: goto 43
2: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frame:[I
iload 3
iaload
istore 4
start local 4 3: iload 4
ldc -268435456
iand
istore 5
start local 5 4: iload 5
ifne 15
5: iload 4
ldc 1048575
iand
istore 6
start local 6 6: iload 4
ldc 267386880
iand
lookupswitch { // 2
24117248: 7
25165824: 11
default: 13
}
7: StackMap locals: int int int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 7
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
8: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.typeTable:[Ljdk/internal/org/objectweb/asm/Item;
iload 6
aaload
getfield jdk.internal.org.objectweb.asm.Item.strVal1:Ljava/lang/String;
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newClass:(Ljava/lang/String;)I
9: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
10: goto 42
11: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 8
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.typeTable:[Ljdk/internal/org/objectweb/asm/Item;
iload 6
aaload
getfield jdk.internal.org.objectweb.asm.Item.intVal:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
12: goto 42
13: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
iload 6
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
end local 6 14: goto 42
15: StackMap locals:
StackMap stack:
new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 6
start local 6 16: iload 5
bipush 28
ishr
istore 5
17: goto 19
18: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 6
bipush 91
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
19: StackMap locals:
StackMap stack:
iload 5
iinc 5 -1
ifgt 18
20: iload 4
ldc 267386880
iand
ldc 24117248
if_icmpne 25
21: aload 6
bipush 76
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
22: aload 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.typeTable:[Ljdk/internal/org/objectweb/asm/Item;
iload 4
ldc 1048575
iand
aaload
getfield jdk.internal.org.objectweb.asm.Item.strVal1:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
23: aload 6
bipush 59
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
24: goto 41
25: StackMap locals:
StackMap stack:
iload 4
bipush 15
iand
tableswitch { // 1 - 12
1: 26
2: 28
3: 30
4: 40
5: 40
6: 40
7: 40
8: 40
9: 32
10: 34
11: 36
12: 38
default: 40
}
26: StackMap locals:
StackMap stack:
aload 6
bipush 73
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
27: goto 41
28: StackMap locals:
StackMap stack:
aload 6
bipush 70
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
29: goto 41
30: StackMap locals:
StackMap stack:
aload 6
bipush 68
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
31: goto 41
32: StackMap locals:
StackMap stack:
aload 6
bipush 90
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
33: goto 41
34: StackMap locals:
StackMap stack:
aload 6
bipush 66
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
35: goto 41
36: StackMap locals:
StackMap stack:
aload 6
bipush 67
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
37: goto 41
38: StackMap locals:
StackMap stack:
aload 6
bipush 83
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
39: goto 41
40: StackMap locals:
StackMap stack:
aload 6
bipush 74
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
41: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 7
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 6
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
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 6 end local 5 end local 4 42: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
43: iload 3
iload 2
if_icmplt 2
end local 3 44: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 45 1 start I
0 45 2 end I
1 44 3 i I
3 42 4 t I
4 42 5 d I
6 14 6 v I
16 42 6 sb Ljava/lang/StringBuilder;
MethodParameters:
Name Flags
start final
end final
private void writeFrameType(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.lang.String
ifeq 3
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 7
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 1
checkcast java.lang.String
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
2: goto 7
StackMap locals:
StackMap stack:
3: aload 1
instanceof java.lang.Integer
ifeq 6
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
aload 1
checkcast java.lang.Integer
invokevirtual java.lang.Integer.intValue:()I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
bipush 8
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 1
checkcast jdk.internal.org.objectweb.asm.Label
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)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/MethodWriter;
0 8 1 type Ljava/lang/Object;
MethodParameters:
Name Flags
type final
final int getSize();
descriptor: ()I
flags: (0x0010) ACC_FINAL
Code:
stack=7, locals=3, args_size=1
start local 0 0: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
ifeq 2
1: bipush 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderLength:I
iadd
ireturn
2: StackMap locals:
StackMap stack:
bipush 8
istore 1
start local 1 3: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
ifle 35
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
ldc 65535
if_icmple 6
5: new java.lang.RuntimeException
dup
ldc "Method code too large!"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Code"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
7: iload 1
bipush 18
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
imul
iadd
iadd
istore 1
8: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 11
9: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "LocalVariableTable"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
10: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
11: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 14
12: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "LocalVariableTypeTable"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
13: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
14: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 17
15: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "LineNumberTable"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
16: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
17: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 25
18: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 50
if_icmplt 19
iconst_1
goto 20
StackMap locals:
StackMap stack:
19: iconst_0
StackMap locals:
StackMap stack: int
20: istore 2
start local 2 21: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iload 2
ifeq 22
ldc "StackMapTable"
goto 23
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter
22: ldc "StackMap"
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
StackMap stack: jdk.internal.org.objectweb.asm.ClassWriter java.lang.String
23: invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
24: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
end local 2 25: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 28
26: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleTypeAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
27: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
28: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 31
29: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleTypeAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
30: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
31: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 35
32: iload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
33: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
34: invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 1
35: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
ifle 38
36: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Exceptions"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
37: iload 1
bipush 8
iconst_2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
imul
iadd
iadd
istore 1
38: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
sipush 4096
iand
ifeq 43
39: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 41
40: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
ifeq 43
41: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Synthetic"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
42: iinc 1 6
43: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 131072
iand
ifeq 46
44: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Deprecated"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
45: iinc 1 6
46: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
ifnull 50
47: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Signature"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
48: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
49: iinc 1 8
50: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 53
51: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "MethodParameters"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
52: iload 1
bipush 7
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
53: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 56
54: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "AnnotationDefault"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
55: iload 1
bipush 6
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 1
56: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 59
57: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
58: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
59: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 62
60: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
61: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
62: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 65
63: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleTypeAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
64: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
65: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 68
66: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleTypeAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
67: iload 1
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 1
68: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 78
69: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleParameterAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
70: iload 1
bipush 7
iconst_2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
arraylength
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
isub
imul
iadd
iadd
istore 1
71: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
arraylength
iconst_1
isub
istore 2
start local 2 72: goto 77
73: StackMap locals: int
StackMap stack:
iload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 2
aaload
ifnonnull 74
iconst_0
goto 75
StackMap locals:
StackMap stack: int
74: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 2
aaload
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
StackMap stack: int int
75: iadd
istore 1
76: iinc 2 -1
StackMap locals:
StackMap stack:
77: iload 2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
if_icmpge 73
end local 2 78: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 88
79: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleParameterAnnotations"
invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
pop
80: iload 1
bipush 7
iconst_2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
arraylength
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
isub
imul
iadd
iadd
istore 1
81: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
arraylength
iconst_1
isub
istore 2
start local 2 82: goto 87
83: StackMap locals: int
StackMap stack:
iload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 2
aaload
ifnonnull 84
iconst_0
goto 85
StackMap locals:
StackMap stack: int
84: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
iload 2
aaload
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter int int
StackMap stack: int int
85: iadd
istore 1
86: iinc 2 -1
StackMap locals:
StackMap stack:
87: iload 2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
if_icmpge 83
end local 2 88: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 90
89: iload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aconst_null
iconst_0
iconst_m1
iconst_m1
invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 1
90: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 91 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
3 91 1 size I
21 25 2 zip Z
72 78 2 i I
82 88 2 i I
final void put(jdk.internal.org.objectweb.asm.ByteVector);
descriptor: (Ljdk/internal/org/objectweb/asm/ByteVector;)V
flags: (0x0010) ACC_FINAL
Code:
stack=7, locals=6, args_size=2
start local 0 start local 1 0: ldc 917504
1: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
bipush 64
idiv
2: ior
istore 2
start local 2 3: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
iload 2
iconst_m1
ixor
iand
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.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.MethodWriter.desc:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
4: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
ifeq 7
5: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.cr:Ljdk/internal/org/objectweb/asm/ClassReader;
getfield jdk.internal.org.objectweb.asm.ClassReader.b:[B
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderOffset:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.classReaderLength:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByteArray:([BII)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
6: return
7: StackMap locals: int
StackMap stack:
iconst_0
istore 3
start local 3 8: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
ifle 10
9: iinc 3 1
10: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
ifle 12
11: iinc 3 1
12: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
sipush 4096
iand
ifeq 16
13: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 15
14: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
ifeq 16
15: StackMap locals:
StackMap stack:
iinc 3 1
16: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 131072
iand
ifeq 18
17: iinc 3 1
18: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
ifnull 20
19: iinc 3 1
20: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 22
21: iinc 3 1
22: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 24
23: iinc 3 1
24: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 26
25: iinc 3 1
26: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 28
27: iinc 3 1
28: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 30
29: iinc 3 1
30: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 32
31: iinc 3 1
32: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 34
33: iinc 3 1
34: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 36
35: iinc 3 1
36: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 38
37: iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
invokevirtual jdk.internal.org.objectweb.asm.Attribute.getCount:()I
iadd
istore 3
38: StackMap locals:
StackMap stack:
aload 1
iload 3
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
39: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
ifle 113
40: bipush 12
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
imul
iadd
istore 4
start local 4 41: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 43
42: iload 4
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
43: StackMap locals: int
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 45
44: iload 4
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
45: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 47
46: iload 4
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
47: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 49
48: iload 4
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iadd
iadd
istore 4
49: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 51
50: iload 4
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 4
51: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 53
52: iload 4
bipush 8
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.getSize:()I
iadd
iadd
istore 4
53: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 57
54: iload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
55: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
56: invokevirtual jdk.internal.org.objectweb.asm.Attribute.getSize:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)I
iadd
istore 4
57: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Code"
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;
iload 4
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
58: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
59: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code: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.MethodWriter.code: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
60: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
61: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.handlerCount:I
ifle 68
62: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.firstHandler:Ljdk/internal/org/objectweb/asm/Handler;
astore 5
start local 5 63: goto 67
64: StackMap locals: jdk.internal.org.objectweb.asm.Handler
StackMap stack:
aload 1
aload 5
getfield jdk.internal.org.objectweb.asm.Handler.start:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 5
getfield jdk.internal.org.objectweb.asm.Handler.end:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
65: aload 5
getfield jdk.internal.org.objectweb.asm.Handler.handler:Ljdk/internal/org/objectweb/asm/Label;
getfield jdk.internal.org.objectweb.asm.Label.position:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 5
getfield jdk.internal.org.objectweb.asm.Handler.type:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
66: aload 5
getfield jdk.internal.org.objectweb.asm.Handler.next:Ljdk/internal/org/objectweb/asm/Handler;
astore 5
67: StackMap locals:
StackMap stack:
aload 5
ifnonnull 64
end local 5 68: StackMap locals:
StackMap stack:
iconst_0
istore 3
69: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 71
70: iinc 3 1
71: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 73
72: iinc 3 1
73: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 75
74: iinc 3 1
75: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 77
76: iinc 3 1
77: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 79
78: iinc 3 1
79: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 81
80: iinc 3 1
81: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 83
82: iload 3
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
invokevirtual jdk.internal.org.objectweb.asm.Attribute.getCount:()I
iadd
istore 3
83: StackMap locals:
StackMap stack:
aload 1
iload 3
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
84: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 88
85: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "LocalVariableTable"
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;
pop
86: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarCount:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
87: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVar: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.MethodWriter.localVar: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
88: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 92
89: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "LocalVariableTypeTable"
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;
pop
90: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarTypeCount:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
91: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.localVarType: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.MethodWriter.localVarType: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
92: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 96
93: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "LineNumberTable"
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;
pop
94: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumberCount:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
95: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.lineNumber: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.MethodWriter.lineNumber: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
96: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 105
97: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 50
if_icmplt 98
iconst_1
goto 99
StackMap locals:
StackMap stack:
98: iconst_0
StackMap locals:
StackMap stack: int
99: istore 5
start local 5 100: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
iload 5
ifeq 101
ldc "StackMapTable"
goto 102
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ByteVector int int int int
StackMap stack: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.ClassWriter
101: ldc "StackMap"
StackMap locals: jdk.internal.org.objectweb.asm.MethodWriter jdk.internal.org.objectweb.asm.ByteVector int int int int
StackMap stack: jdk.internal.org.objectweb.asm.ByteVector jdk.internal.org.objectweb.asm.ClassWriter java.lang.String
102: 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;
pop
103: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_2
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.frameCount:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
104: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.stackMap: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.MethodWriter.stackMap: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
end local 5 105: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 108
106: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleTypeAnnotations"
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;
pop
107: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ctanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
108: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 111
109: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleTypeAnnotations"
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;
pop
110: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ictanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
111: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 113
112: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cattrs:Ljdk/internal/org/objectweb/asm/Attribute;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.data:[B
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.code:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxLocals:I
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.maxStack:I
aload 1
invokevirtual jdk.internal.org.objectweb.asm.Attribute.put:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIIILjdk/internal/org/objectweb/asm/ByteVector;)V
end local 4 113: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
ifle 123
114: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Exceptions"
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;
115: iconst_2
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
imul
iconst_2
iadd
116: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
117: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
118: iconst_0
istore 4
start local 4 119: goto 122
120: StackMap locals: int
StackMap stack:
aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptions:[I
iload 4
iaload
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
121: iinc 4 1
StackMap locals:
StackMap stack:
122: iload 4
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.exceptionCount:I
if_icmplt 120
end local 4 123: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
sipush 4096
iand
ifeq 127
124: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
getfield jdk.internal.org.objectweb.asm.ClassWriter.version:I
ldc 65535
iand
bipush 49
if_icmplt 126
125: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 262144
iand
ifeq 127
126: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Synthetic"
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
127: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.access:I
ldc 131072
iand
ifeq 129
128: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Deprecated"
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_0
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
129: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
ifnull 132
130: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "Signature"
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;
131: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.signature:Ljava/lang/String;
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;
pop
132: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 138
133: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "MethodParameters"
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;
pop
134: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
iconst_1
iadd
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
135: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParametersCount:I
136: invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putByte:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
137: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.methodParameters: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.MethodWriter.methodParameters: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
138: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
ifnull 142
139: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "AnnotationDefault"
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;
pop
140: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd:Ljdk/internal/org/objectweb/asm/ByteVector;
getfield jdk.internal.org.objectweb.asm.ByteVector.length:I
invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putInt:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
pop
141: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.annd: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.MethodWriter.annd: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
142: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 145
143: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleAnnotations"
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;
pop
144: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.anns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
145: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 148
146: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleAnnotations"
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;
pop
147: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ianns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
148: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 151
149: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleTypeAnnotations"
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;
pop
150: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.tanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
151: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 154
152: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleTypeAnnotations"
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;
pop
153: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.itanns:Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 1
invokevirtual jdk.internal.org.objectweb.asm.AnnotationWriter.put:(Ljdk/internal/org/objectweb/asm/ByteVector;)V
154: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 157
155: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeVisibleParameterAnnotations"
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;
pop
156: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.panns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
aload 1
invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.put:([Ljdk/internal/org/objectweb/asm/AnnotationWriter;ILjdk/internal/org/objectweb/asm/ByteVector;)V
157: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
ifnull 160
158: aload 1
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
ldc "RuntimeInvisibleParameterAnnotations"
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;
pop
159: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.ipanns:[Ljdk/internal/org/objectweb/asm/AnnotationWriter;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.synthetics:I
aload 1
invokestatic jdk.internal.org.objectweb.asm.AnnotationWriter.put:([Ljdk/internal/org/objectweb/asm/AnnotationWriter;ILjdk/internal/org/objectweb/asm/ByteVector;)V
160: StackMap locals:
StackMap stack:
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
ifnull 162
161: aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.attrs:Ljdk/internal/org/objectweb/asm/Attribute;
aload 0
getfield jdk.internal.org.objectweb.asm.MethodWriter.cw:Ljdk/internal/org/objectweb/asm/ClassWriter;
aconst_null
iconst_0
iconst_m1
iconst_m1
aload 1
invokevirtual jdk.internal.org.objectweb.asm.Attribute.put:(Ljdk/internal/org/objectweb/asm/ClassWriter;[BIIILjdk/internal/org/objectweb/asm/ByteVector;)V
162: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 163 0 this Ljdk/internal/org/objectweb/asm/MethodWriter;
0 163 1 out Ljdk/internal/org/objectweb/asm/ByteVector;
3 163 2 mask I
8 163 3 attributeCount I
41 113 4 size I
63 68 5 h Ljdk/internal/org/objectweb/asm/Handler;
100 105 5 zip Z
119 123 4 i I
MethodParameters:
Name Flags
out final
}
SourceFile: "MethodWriter.java"