class com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3
  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$3 this
         0: .line 250
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$3;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3 this
         0: .line 254
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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 256
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.state:()Lcom/google/common/util/concurrent/Service$State;
            getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpeq 4
         2: .line 265
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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 261
            return
         4: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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
         5: .line 264
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 1
         7: .line 265
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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
         8: .line 266
            aload 1
            athrow
         9: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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
        10: .line 267
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.this$1:Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate;
            invokevirtual com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.notifyStopped:()V
        11: .line 268
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 1 /* t */
        start local 1 // java.lang.Throwable t
        13: .line 269
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3.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
        end local 1 // java.lang.Throwable t
        14: .line 271
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/google/common/util/concurrent/AbstractScheduledService$ServiceDelegate$3;
           13   14     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       6  any
           4     6       6  any
           0     3      12  Class java.lang.Throwable
           4    11      12  Class java.lang.Throwable
}
SourceFile: "AbstractScheduledService.java"
EnclosingMethod: com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate.doStop:()V
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
  com.google.common.util.concurrent.AbstractScheduledService$ServiceDelegate$3
  public abstract State = com.google.common.util.concurrent.Service$State of com.google.common.util.concurrent.Service