public class org.graalvm.compiler.jtt.hotspot.Test6186134 extends org.graalvm.compiler.jtt.JTTTest
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.graalvm.compiler.jtt.hotspot.Test6186134
super_class: org.graalvm.compiler.jtt.JTTTest
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/hotspot/Test6186134;
public static int test(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 7
2: StackMap locals: int
StackMap stack:
new org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
dup
bipush 10
invokespecial org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.<init>:(I)V
astore 2
start local 2 3: aload 2
invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass.test1:()Lorg/graalvm/compiler/jtt/hotspot/Test6186134$MyArrayList;
invokevirtual org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList.size:()I
istore 3
start local 3 4: iload 3
bipush 10
if_icmpeq 6
5: bipush 97
ireturn
end local 3 end local 2 6: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
7: iload 1
iload 0
if_icmplt 2
end local 1 8: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 n I
1 8 1 i I
3 6 2 t Lorg/graalvm/compiler/jtt/hotspot/Test6186134$TestClass;
4 6 3 size I
MethodParameters:
Name Flags
n
public void run0();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tTest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/hotspot/Test6186134;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Test6186134.java"
NestMembers:
org.graalvm.compiler.jtt.hotspot.Test6186134$MyArrayList org.graalvm.compiler.jtt.hotspot.Test6186134$TestClass
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