public class org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
super_class: java.lang.Object
{
int num;
descriptor: I
flags: (0x0000)
public void <init>(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_0
putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
2: aload 0
iload 1
putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
0 4 1 n I
MethodParameters:
Name Flags
n
public boolean more();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
dup
getfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
dup_x1
iconst_1
isub
putfield org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.num:I
ifle 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
public org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList<?> test1();
descriptor: ()Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=1
start local 0 0: new org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList
dup
invokespecial org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList.<init>:()V
astore 1
start local 1 1: ldc 2147483647
istore 2
start local 2 2: iconst_0
istore 3
start local 3 3: aload 0
invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.more:()Z
istore 4
start local 4 4: goto 7
5: StackMap locals: org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList int int int
StackMap stack:
aload 1
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList.add:(Ljava/lang/Object;)Z
pop
6: aload 0
invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.more:()Z
istore 4
7: StackMap locals:
StackMap stack:
iload 3
iinc 3 1
iload 2
if_icmpge 8
iload 4
ifne 5
8: StackMap locals:
StackMap stack:
aload 1
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
1 9 1 res Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList<Ljava/lang/Object;>;
2 9 2 maxResults I
3 9 3 n I
4 9 4 more Z
Signature: ()Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList<*>;
}
SourceFile: "Test6186134.java"
NestHost: org.graalvm.compiler.jtt.hotspot.Test6186134
InnerClasses:
public final MyArrayList = org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList of org.graalvm.compiler.jtt.hotspot.Test6186134
public TestClass = org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass of org.graalvm.compiler.jtt.hotspot.Test6186134