class java.util.Timer$1
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Timer$1
  super_class: java.lang.Object
{
  final java.util.Timer this$0;
    descriptor: Ljava/util/Timer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.Timer);
    descriptor: (Ljava/util/Timer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Timer$1 this
         0: .line 110
            aload 0 /* this */
            aload 1
            putfield java.util.Timer$1.this$0:Ljava/util/Timer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // java.util.Timer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Timer$1;
    MethodParameters:
        Name  Flags
      this$0  final

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Timer$1 this
         0: .line 112
            aload 0 /* this */
            getfield java.util.Timer$1.this$0:Ljava/util/Timer;
            getfield java.util.Timer.queue:Ljava/util/TaskQueue;
            dup
            astore 1
            monitorenter
         1: .line 113
            aload 0 /* this */
            getfield java.util.Timer$1.this$0:Ljava/util/Timer;
            getfield java.util.Timer.thread:Ljava/util/TimerThread;
            iconst_0
            putfield java.util.TimerThread.newTasksMayBeScheduled:Z
         2: .line 114
            aload 0 /* this */
            getfield java.util.Timer$1.this$0:Ljava/util/Timer;
            getfield java.util.Timer.queue:Ljava/util/TaskQueue;
            invokevirtual java.lang.Object.notify:()V
         3: .line 112
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: java.util.Timer$1 java.util.TaskQueue
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 116
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.Timer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/util/Timer$1;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "Timer.java"
EnclosingMethod: java.util.Timer
NestHost: java.util.Timer
InnerClasses:
  java.util.Timer$1