class org.graalvm.compiler.jtt.threads.Object_wait03$CompilationTimeout extends java.lang.Thread implements org.graalvm.compiler.nodes.Cancellable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.jtt.threads.Object_wait03$CompilationTimeout
super_class: java.lang.Thread
{
boolean timedOut;
descriptor: Z
flags: (0x0000)
final long durationMS;
descriptor: J
flags: (0x0010) ACC_FINAL
void <init>(long);
descriptor: (J)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tThe import org.junit cannot be resolved\n\tRule cannot be resolved to a type\n\tTestRule cannot be resolved to a type\n\tThe method createTimeoutMillis(long) from the type GraalTest refers to the missing type TestRule\n\tTest cannot be resolved to a type\n\tTest cannot be resolved to a type\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/Object_wait03$CompilationTimeout;
MethodParameters:
Name Flags
durationMS
public void run();
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"
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/Object_wait03$CompilationTimeout;
public boolean isCancelled();
descriptor: ()Z
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"
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/Object_wait03$CompilationTimeout;
}
SourceFile: "Object_wait03.java"
NestHost: org.graalvm.compiler.jtt.threads.Object_wait03
InnerClasses:
CompilationTimeout = org.graalvm.compiler.jtt.threads.Object_wait03$CompilationTimeout of org.graalvm.compiler.jtt.threads.Object_wait03