public class org.graalvm.compiler.jtt.loop.Loop17 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.loop.Loop17
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/loop/Loop17;
public static int test(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=6, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: StackMap locals: int
StackMap stack:
new org.graalvm.compiler.jtt.loop.Loop17$L
dup
iload 1
iload 1
iconst_1
iadd
iload 1
iconst_2
iadd
invokespecial org.graalvm.compiler.jtt.loop.Loop17$L.<init>:(III)V
astore 2
start local 2 2: iinc 1 1
iload 1
iload 0
3: if_icmplt 1
4: aload 2
getfield org.graalvm.compiler.jtt.loop.Loop17$L.a:I
aload 2
getfield org.graalvm.compiler.jtt.loop.Loop17$L.b:I
bipush 10
imul
iadd
aload 2
getfield org.graalvm.compiler.jtt.loop.Loop17$L.c:I
bipush 100
imul
iadd
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 count I
1 5 1 i I
2 5 2 l Lorg/graalvm/compiler/jtt/loop/Loop17$L;
MethodParameters:
Name Flags
count
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/loop/Loop17;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Loop17.java"
NestMembers:
org.graalvm.compiler.jtt.loop.Loop17$L
InnerClasses:
private L = org.graalvm.compiler.jtt.loop.Loop17$L of org.graalvm.compiler.jtt.loop.Loop17