class com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task
  super_class: java.lang.Object
{
  final com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate this$1;
    descriptor: Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate);
    descriptor: (Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task this
         0: .line 184
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$Task;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task this
         0: .line 187
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 189
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.runningTask:Ljava/util/concurrent/Future;
            invokeinterface java.util.concurrent.Future.isCancelled:()Z
            ifeq 4
         2: .line 206
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 191
            return
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            invokestatic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.access$0:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)Lcom/google/common/util/concurrent/AbstractScheduledService;
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService.runOneIteration:()V
         5: .line 194
            goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         7: .line 196
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            invokestatic com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.access$0:(Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;)Lcom/google/common/util/concurrent/AbstractScheduledService;
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService.shutDown:()V
         8: .line 197
            goto 15
      StackMap locals: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task java.lang.Throwable
      StackMap stack: java.lang.Exception
         9: astore 2 /* ignored */
        start local 2 // java.lang.Exception ignored
        10: .line 198
            getstatic com.google.common.util.concurrent.AbstractScheduledService.logger:Ljava/util/logging/Logger;
        11: .line 199
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
        12: .line 200
            ldc "Error while attempting to shut down the service after failure."
        13: .line 201
            aload 2 /* ignored */
        14: .line 198
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 2 // java.lang.Exception ignored
        15: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            aload 1 /* t */
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.notifyFailed:(Ljava/lang/Throwable;)V
        16: .line 204
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.runningTask:Ljava/util/concurrent/Future;
            iconst_0
            invokeinterface java.util.concurrent.Future.cancel:(Z)Z
            pop
        end local 1 // java.lang.Throwable t
        17: .line 206
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
            goto 22
        18: .line 205
      StackMap locals: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task
      StackMap stack: java.lang.Throwable
            astore 3
        19: .line 206
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 207
            aload 3
            athrow
        21: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.lock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        22: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$Task;
            7   17     1        t  Ljava/lang/Throwable;
           10   15     2  ignored  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     2       6  Class java.lang.Throwable
           4     5       6  Class java.lang.Throwable
           7     8       9  Class java.lang.Exception
           1     2      18  any
           4    17      18  any
}
SourceFile: "AbstractScheduledService.java"
NestHost: com.google.common.util.concurrent.AbstractScheduledService
InnerClasses:
  private final ServiceDelegate = com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate of com.google.common.util.concurrent.AbstractScheduledService
  Task = com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$Task of com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate