public class org.graalvm.compiler.jtt.except.Catch_Unresolved 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_Unresolved
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_Unresolved;
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_Unresolved.executed:Z
1: iload 0
invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved.helper1:(I)V
2: iload 0
invokestatic org.graalvm.compiler.jtt.except.Catch_Unresolved.helper2:(I)V
3: goto 8
StackMap locals:
StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1
4: pop
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack: org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2
pop
7: iconst_2
ireturn
8: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 arg I
Exception table:
from to target type
1 3 4 Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1
1 3 6 Class org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2
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_Unresolved.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_Unresolved.executed:Z
3: iload 0
iconst_1
if_icmpne 5
4: new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1
dup
invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception1.<init>:()V
athrow
5: StackMap locals:
StackMap stack:
iload 0
iconst_2
if_icmpne 7
6: new org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2
dup
invokespecial org.graalvm.compiler.jtt.except.Catch_Unresolved_Exception2.<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
private static void helper2(int);
descriptor: (I)V
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:
return
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_Unresolved;
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_Unresolved;
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_Unresolved;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Catch_Unresolved.java"