class com.sun.tools.jdi.EventQueueImpl$TimerThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.EventQueueImpl$TimerThread
  super_class: java.lang.Thread
{
  private boolean timedOut;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private long timeout;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  final com.sun.tools.jdi.EventQueueImpl this$0;
    descriptor: Lcom/sun/tools/jdi/EventQueueImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdi.EventQueueImpl, long);
    descriptor: (Lcom/sun/tools/jdi/EventQueueImpl;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.EventQueueImpl$TimerThread this
        start local 2 // long timeout
         0: .line 221
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.EventQueueImpl$TimerThread.this$0:Lcom/sun/tools/jdi/EventQueueImpl;
         1: .line 222
            aload 0 /* this */
            aload 1
            getfield com.sun.tools.jdi.EventQueueImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.threadGroupForJDI:()Ljava/lang/ThreadGroup;
            ldc "JDI Event Queue Timer"
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/String;)V
         2: .line 218
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.EventQueueImpl$TimerThread.timedOut:Z
         3: .line 223
            aload 0 /* this */
            lload 2 /* timeout */
            putfield com.sun.tools.jdi.EventQueueImpl$TimerThread.timeout:J
         4: .line 224
            return
        end local 2 // long timeout
        end local 0 // com.sun.tools.jdi.EventQueueImpl$TimerThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/sun/tools/jdi/EventQueueImpl$TimerThread;
            0    5     2  timeout  J
    MethodParameters:
         Name  Flags
      this$0   final
      timeout  

  boolean timedOut();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.EventQueueImpl$TimerThread this
         0: .line 227
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventQueueImpl$TimerThread.timedOut:Z
            ireturn
        end local 0 // com.sun.tools.jdi.EventQueueImpl$TimerThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/EventQueueImpl$TimerThread;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.EventQueueImpl$TimerThread this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventQueueImpl$TimerThread.timeout:J
            invokestatic java.lang.Thread.sleep:(J)V
         1: .line 233
            aload 0 /* this */
            getfield com.sun.tools.jdi.EventQueueImpl$TimerThread.this$0:Lcom/sun/tools/jdi/EventQueueImpl;
            astore 1 /* queue */
        start local 1 // com.sun.tools.jdi.EventQueueImpl queue
         2: .line 234
            aload 1 /* queue */
            dup
            astore 2
            monitorenter
         3: .line 235
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.EventQueueImpl$TimerThread.timedOut:Z
         4: .line 236
            aload 1 /* queue */
            invokevirtual java.lang.Object.notifyAll:()V
         5: .line 234
            aload 2
            monitorexit
         6: goto 10
      StackMap locals: com.sun.tools.jdi.EventQueueImpl$TimerThread com.sun.tools.jdi.EventQueueImpl com.sun.tools.jdi.EventQueueImpl
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
        end local 1 // com.sun.tools.jdi.EventQueueImpl queue
         9: .line 238
      StackMap locals: com.sun.tools.jdi.EventQueueImpl$TimerThread
      StackMap stack: java.lang.InterruptedException
            pop
        10: .line 241
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.EventQueueImpl$TimerThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lcom/sun/tools/jdi/EventQueueImpl$TimerThread;
            2    9     1  queue  Lcom/sun/tools/jdi/EventQueueImpl;
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
           0     9       9  Class java.lang.InterruptedException
}
SourceFile: "EventQueueImpl.java"
NestHost: com.sun.tools.jdi.EventQueueImpl
InnerClasses:
  private TimerThread = com.sun.tools.jdi.EventQueueImpl$TimerThread of com.sun.tools.jdi.EventQueueImpl