class org.graalvm.compiler.jtt.threads.Object_wait01$TestClass implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.jtt.threads.Object_wait01$TestClass
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Object_wait01$TestClass this
         0: .line 30
            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 createTimeoutSeconds(int) 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\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.Object_wait01$TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Object_wait01$TestClass;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Object_wait01$TestClass this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.graalvm.compiler.jtt.threads.Object_wait01$TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/jtt/threads/Object_wait01$TestClass;
}
SourceFile: "Object_wait01.java"
NestHost: org.graalvm.compiler.jtt.threads.Object_wait01
InnerClasses:
  private TestClass = org.graalvm.compiler.jtt.threads.Object_wait01$TestClass of org.graalvm.compiler.jtt.threads.Object_wait01