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=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Object_wait01$TestClass this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        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=2, locals=3, args_size=1
        start local 0 // org.graalvm.compiler.jtt.threads.Object_wait01$TestClass this
         0: .line 36
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: .line 37
            goto 9
         2: .line 38
      StackMap locals: int
      StackMap stack:
            getstatic org.graalvm.compiler.jtt.threads.Object_wait01.object:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: .line 39
            getstatic org.graalvm.compiler.jtt.threads.Object_wait01.count:I
            iconst_1
            iadd
            putstatic org.graalvm.compiler.jtt.threads.Object_wait01.count:I
         4: .line 40
            getstatic org.graalvm.compiler.jtt.threads.Object_wait01.object:Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         5: .line 38
            aload 2
            monitorexit
         6: goto 9
      StackMap locals: org.graalvm.compiler.jtt.threads.Object_wait01$TestClass int java.lang.Object
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 37
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            iinc 1 /* i */ 1
            ldc 1000000
            if_icmpge 10
            getstatic org.graalvm.compiler.jtt.threads.Object_wait01.done:Z
            ifeq 2
        10: .line 43
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int i
        end local 0 // org.graalvm.compiler.jtt.threads.Object_wait01$TestClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/graalvm/compiler/jtt/threads/Object_wait01$TestClass;
            1   11     1     i  I
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
}
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