public class org.graalvm.compiler.jtt.except.Catch_Unresolved01 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_Unresolved01
super_class: org.graalvm.compiler.jtt.JTTTest
{
public static boolean executed;
descriptor: Z
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_Unresolved01;
public static int test(int);
descriptor: (I)I
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
putstatic org.graalvm.compiler.jtt.except.Catch_Unresolved01.executed:Z
1: iload 0
invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved01.helper1:(I)V
2: goto 7
StackMap locals:
StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3
3: pop
4: iconst_1
ireturn
5: StackMap locals:
StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4
pop
6: iconst_2
ireturn
7: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 arg I
Exception table:
from to target type
1 2 3 Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3
1 2 5 Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4
MethodParameters:
Name Flags
arg
private static void helper1(int);
descriptor: (I)V
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_Unresolved01.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_Unresolved01.executed:Z
3: iload 0
iconst_1
if_icmpne 5
4: new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3
dup
invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception3.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
iload 0
iconst_2
if_icmpne 7
6: new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4
dup
invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception4.<init>:()V
athrow
7: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 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_Unresolved01;
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_Unresolved01;
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_Unresolved01;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Catch_Unresolved01.java"