public class org.graalvm.compiler.jtt.threads.Thread_isInterrupted05 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.threads.Thread_isInterrupted05
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 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05 this
0: .line 33
aload 0 /* this */
invokespecial org.graalvm.compiler.jtt.JTTTest.<init>:()V
return
end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted05;
public static boolean test();
descriptor: ()Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=0
0: .line 36
new org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee
dup
invokespecial org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee.<init>:()V
astore 0 /* waitInterruptee */
start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee waitInterruptee
1: .line 37
aload 0 /* waitInterruptee */
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee.start:()V
2: .line 38
aload 0 /* waitInterruptee */
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee.interrupt:()V
3: .line 39
aload 0 /* waitInterruptee */
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee.join:()V
4: .line 41
aload 0 /* waitInterruptee */
getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee.throwable:Ljava/lang/Throwable;
ifnull 6
5: .line 42
new java.lang.RuntimeException
dup
aload 0 /* waitInterruptee */
getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee.throwable:Ljava/lang/Throwable;
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
athrow
6: .line 44
StackMap locals: org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee
StackMap stack:
iconst_1
ireturn
end local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee waitInterruptee
LocalVariableTable:
Start End Slot Name Signature
1 7 0 waitInterruptee Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted05$WaitInterruptee;
Exceptions:
throws java.lang.InterruptedException
public void run0();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05 this
0: .line 70
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 // org.graalvm.compiler.jtt.threads.Thread_isInterrupted05 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted05;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Thread_isInterrupted05.java"
NestMembers:
org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee
InnerClasses:
WaitInterruptee = org.graalvm.compiler.jtt.threads.Thread_isInterrupted05$WaitInterruptee of org.graalvm.compiler.jtt.threads.Thread_isInterrupted05