class sun.misc.TimerTickThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.misc.TimerTickThread
  super_class: java.lang.Thread
{
  static final int MAX_POOL_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  static int curPoolSize;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static sun.misc.TimerTickThread pool;
    descriptor: Lsun/misc/TimerTickThread;
    flags: (0x0008) ACC_STATIC

  sun.misc.TimerTickThread next;
    descriptor: Lsun/misc/TimerTickThread;
    flags: (0x0000) 

  sun.misc.Timer timer;
    descriptor: Lsun/misc/Timer;
    flags: (0x0000) 

  long lastSleepUntil;
    descriptor: J
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 549
            iconst_0
            putstatic sun.misc.TimerTickThread.curPoolSize:I
         1: .line 554
            aconst_null
            putstatic sun.misc.TimerTickThread.pool:Lsun/misc/TimerTickThread;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.TimerTickThread this
         0: .line 540
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
         1: .line 559
            aload 0 /* this */
            aconst_null
            putfield sun.misc.TimerTickThread.next:Lsun/misc/TimerTickThread;
         2: .line 540
            return
        end local 0 // sun.misc.TimerTickThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/misc/TimerTickThread;

  protected static synchronized sun.misc.TimerTickThread call(sun.misc.Timer, long);
    descriptor: (Lsun/misc/Timer;J)Lsun/misc/TimerTickThread;
    flags: (0x002c) ACC_PROTECTED, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.misc.Timer timer
        start local 1 // long sleepUntil
         0: .line 583
            getstatic sun.misc.TimerTickThread.pool:Lsun/misc/TimerTickThread;
            astore 3 /* thread */
        start local 3 // sun.misc.TimerTickThread thread
         1: .line 585
            aload 3 /* thread */
            ifnonnull 7
         2: .line 587
            new sun.misc.TimerTickThread
            dup
            invokespecial sun.misc.TimerTickThread.<init>:()V
            astore 3 /* thread */
         3: .line 588
            aload 3 /* thread */
            aload 0 /* timer */
            putfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
         4: .line 589
            aload 3 /* thread */
            lload 1 /* sleepUntil */
            putfield sun.misc.TimerTickThread.lastSleepUntil:J
         5: .line 590
            aload 3 /* thread */
            invokevirtual sun.misc.TimerTickThread.start:()V
         6: .line 591
            goto 16
         7: .line 592
      StackMap locals: sun.misc.TimerTickThread
      StackMap stack:
            getstatic sun.misc.TimerTickThread.pool:Lsun/misc/TimerTickThread;
            getfield sun.misc.TimerTickThread.next:Lsun/misc/TimerTickThread;
            putstatic sun.misc.TimerTickThread.pool:Lsun/misc/TimerTickThread;
         8: .line 593
            aload 3 /* thread */
            aload 0 /* timer */
            putfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
         9: .line 594
            aload 3 /* thread */
            lload 1 /* sleepUntil */
            putfield sun.misc.TimerTickThread.lastSleepUntil:J
        10: .line 595
            aload 3 /* thread */
            dup
            astore 4
            monitorenter
        11: .line 596
            aload 3 /* thread */
            invokevirtual java.lang.Object.notify:()V
        12: .line 595
            aload 4
            monitorexit
        13: goto 16
      StackMap locals: sun.misc.Timer long sun.misc.TimerTickThread sun.misc.TimerTickThread
      StackMap stack: java.lang.Throwable
        14: aload 4
            monitorexit
        15: athrow
        16: .line 599
      StackMap locals:
      StackMap stack:
            aload 3 /* thread */
            areturn
        end local 3 // sun.misc.TimerTickThread thread
        end local 1 // long sleepUntil
        end local 0 // sun.misc.Timer timer
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0       timer  Lsun/misc/Timer;
            0   17     1  sleepUntil  J
            1   17     3      thread  Lsun/misc/TimerTickThread;
      Exception table:
        from    to  target  type
          11    13      14  any
          14    15      14  any
    MethodParameters:
            Name  Flags
      timer       
      sleepUntil  

  private boolean returnToPool();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.misc.TimerTickThread this
         0: .line 611
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            dup
            astore 1
            monitorenter
         1: .line 612
            getstatic sun.misc.TimerTickThread.curPoolSize:I
            iconst_3
            if_icmplt 4
         2: .line 613
            aload 1
            monitorexit
         3: iconst_0
            ireturn
         4: .line 615
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* this */
            getstatic sun.misc.TimerTickThread.pool:Lsun/misc/TimerTickThread;
            putfield sun.misc.TimerTickThread.next:Lsun/misc/TimerTickThread;
         5: .line 616
            aload 0 /* this */
            putstatic sun.misc.TimerTickThread.pool:Lsun/misc/TimerTickThread;
         6: .line 617
            getstatic sun.misc.TimerTickThread.curPoolSize:I
            iconst_1
            iadd
            putstatic sun.misc.TimerTickThread.curPoolSize:I
         7: .line 618
            aload 0 /* this */
            aconst_null
            putfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
         8: .line 611
            aload 1
            monitorexit
         9: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 1
            monitorexit
        11: athrow
        12: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
        13: .line 623
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
        14: .line 624
            goto 16
      StackMap locals: sun.misc.TimerTickThread sun.misc.TimerTickThread
      StackMap stack: java.lang.InterruptedException
        15: pop
        16: .line 621
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        17: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: aload 1
            monitorexit
        19: athrow
        20: .line 620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
            ifnull 12
        21: .line 629
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            dup
            astore 1
            monitorenter
        22: .line 630
            getstatic sun.misc.TimerTickThread.curPoolSize:I
            iconst_1
            isub
            putstatic sun.misc.TimerTickThread.curPoolSize:I
        23: .line 629
            aload 1
            monitorexit
        24: goto 27
      StackMap locals: sun.misc.TimerTickThread java.lang.Class
      StackMap stack: java.lang.Throwable
        25: aload 1
            monitorexit
        26: athrow
        27: .line 632
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // sun.misc.TimerTickThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   28     0  this  Lsun/misc/TimerTickThread;
      Exception table:
        from    to  target  type
           1     3      10  any
           4     9      10  any
          10    11      10  any
          13    14      15  Class java.lang.InterruptedException
          13    17      18  any
          18    19      18  any
          22    24      25  any
          25    26      25  any

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.misc.TimerTickThread this
         0: .line 637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
            getfield sun.misc.Timer.owner:Lsun/misc/Timeable;
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
            invokeinterface sun.misc.Timeable.tick:(Lsun/misc/Timer;)V
         1: .line 638
            getstatic sun.misc.TimerThread.timerThread:Lsun/misc/TimerThread;
            dup
            astore 1
            monitorenter
         2: .line 639
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
            dup
            astore 2
            monitorenter
         3: .line 640
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.lastSleepUntil:J
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
            getfield sun.misc.Timer.sleepUntil:J
            lcmp
            ifne 5
         4: .line 641
            aload 0 /* this */
            getfield sun.misc.TimerTickThread.timer:Lsun/misc/Timer;
            invokestatic sun.misc.TimerThread.requeue:(Lsun/misc/Timer;)V
         5: .line 639
      StackMap locals: sun.misc.TimerThread sun.misc.Timer
      StackMap stack:
            aload 2
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
         9: .line 638
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 1
            monitorexit
        12: athrow
        13: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.misc.TimerTickThread.returnToPool:()Z
            ifne 0
        14: .line 646
            return
        end local 0 // sun.misc.TimerTickThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/misc/TimerTickThread;
      Exception table:
        from    to  target  type
           3     6       7  any
           7     8       7  any
           2    10      11  any
          11    12      11  any
}
SourceFile: "Timer.java"