public class org.graalvm.compiler.jtt.except.Catch_Unresolved02 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.except.Catch_Unresolved02
super_class: org.graalvm.compiler.jtt.JTTTest
{
public static boolean executed;
descriptor: Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
public static int value;
descriptor: I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
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/except/Catch_Unresolved02;
public static int test(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: iconst_0
putstatic org.graalvm.compiler.jtt.except.Catch_Unresolved02.executed:Z
1: iconst_0
istore 1
start local 1 2: getstatic org.graalvm.compiler.jtt.except.Catch_Unresolved02.value:I
iload 0
invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved02.helper1:(I)I
iadd
iload 0
invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved02.helper2:(I)I
iadd
istore 1
3: goto 8
StackMap locals: int int
StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception1
4: pop
5: iconst_1
iload 1
iadd
ireturn
6: StackMap locals:
StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception2
pop
7: iconst_2
iload 1
iadd
ireturn
8: StackMap locals:
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 arg I
2 9 1 result I
Exception table:
from to target type
2 3 4 Class org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception1
2 3 6 Class org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception2
MethodParameters:
Name Flags
arg
private static int helper1(int);
descriptor: (I)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: getstatic org.graalvm.compiler.jtt.except.Catch_Unresolved02.executed:Z
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "helper1 may only be called once"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
iconst_1
putstatic org.graalvm.compiler.jtt.except.Catch_Unresolved02.executed:Z
3: iload 0
iconst_1
if_icmpne 5
4: new org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception1
dup
invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception1.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
iload 0
iconst_2
if_icmpne 7
6: new org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception2
dup
invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved02_Exception2.<init>:()V
athrow
7: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 arg I
MethodParameters:
Name Flags
arg
private static int helper2(int);
descriptor: (I)I
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: iload 0
ifeq 2
1: new java.lang.IllegalStateException
dup
ldc "helper2 can only be called if arg==0"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 arg I
MethodParameters:
Name Flags
arg
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/except/Catch_Unresolved02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run1();
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/except/Catch_Unresolved02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
public void run2();
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/except/Catch_Unresolved02;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Catch_Unresolved02.java"