public class org.graalvm.compiler.jtt.threads.Thread_isInterrupted04 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_isInterrupted04
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/threads/Thread_isInterrupted04;
public static boolean test();
descriptor: ()Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=0
0: new org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
dup
invokespecial org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.<init>:()V
astore 0
start local 0 1: aload 0
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.start:()V
2: goto 4
3: StackMap locals: org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
StackMap stack:
ldc 10
invokestatic java.lang.Thread.sleep:(J)V
4: StackMap locals:
StackMap stack:
aload 0
getfield org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.running:Z
ifeq 3
5: ldc 100
invokestatic java.lang.Thread.sleep:(J)V
6: aload 0
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.interrupt:()V
7: aload 0
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.isInterrupted:()Z
istore 1
start local 1 8: aload 0
iconst_1
invokevirtual org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1.setStop:(Z)V
9: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
1 10 0 thread Lorg/graalvm/compiler/jtt/threads/Thread_isInterrupted04$Thread1;
8 10 1 result Z
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 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/threads/Thread_isInterrupted04;
Exceptions:
throws java.lang.Throwable
RuntimeInvisibleAnnotations:
Test()
}
SourceFile: "Thread_isInterrupted04.java"
NestMembers:
org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1
InnerClasses:
public Thread1 = org.graalvm.compiler.jtt.threads.Thread_isInterrupted04$Thread1 of org.graalvm.compiler.jtt.threads.Thread_isInterrupted04