public abstract class com.google.common.util.concurrent.AbstractService implements com.google.common.util.concurrent.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.util.concurrent.AbstractService
  super_class: java.lang.Object
{
  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> STARTING_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> RUNNING_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> STOPPING_FROM_STARTING_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> STOPPING_FROM_RUNNING_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> TERMINATED_FROM_NEW_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> TERMINATED_FROM_RUNNING_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private static final com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> TERMINATED_FROM_STOPPING_EVENT;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;

  private final com.google.common.util.concurrent.Monitor monitor;
    descriptor: Lcom/google/common/util/concurrent/Monitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.common.util.concurrent.Monitor$Guard isStartable;
    descriptor: Lcom/google/common/util/concurrent/Monitor$Guard;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.common.util.concurrent.Monitor$Guard isStoppable;
    descriptor: Lcom/google/common/util/concurrent/Monitor$Guard;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.common.util.concurrent.Monitor$Guard hasReachedRunning;
    descriptor: Lcom/google/common/util/concurrent/Monitor$Guard;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.common.util.concurrent.Monitor$Guard isStopped;
    descriptor: Lcom/google/common/util/concurrent/Monitor$Guard;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.common.util.concurrent.ListenerCallQueue<com.google.common.util.concurrent.Service$Listener> listeners;
    descriptor: Lcom/google/common/util/concurrent/ListenerCallQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/ListenerCallQueue<Lcom/google/common/util/concurrent/Service$Listener;>;

  private volatile com.google.common.util.concurrent.AbstractService$StateSnapshot snapshot;
    descriptor: Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private static volatile int[] $SWITCH_TABLE$com$google$common$util$concurrent$Service$State;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 54
            new com.google.common.util.concurrent.AbstractService$1
            dup
            invokespecial com.google.common.util.concurrent.AbstractService$1.<init>:()V
         1: .line 53
            putstatic com.google.common.util.concurrent.AbstractService.STARTING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         2: .line 66
            new com.google.common.util.concurrent.AbstractService$2
            dup
            invokespecial com.google.common.util.concurrent.AbstractService$2.<init>:()V
         3: .line 65
            putstatic com.google.common.util.concurrent.AbstractService.RUNNING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         4: .line 78
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            invokestatic com.google.common.util.concurrent.AbstractService.stoppingEvent:(Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         5: .line 77
            putstatic com.google.common.util.concurrent.AbstractService.STOPPING_FROM_STARTING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         6: .line 80
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokestatic com.google.common.util.concurrent.AbstractService.stoppingEvent:(Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         7: .line 79
            putstatic com.google.common.util.concurrent.AbstractService.STOPPING_FROM_RUNNING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         8: .line 83
            getstatic com.google.common.util.concurrent.Service$State.NEW:Lcom/google/common/util/concurrent/Service$State;
            invokestatic com.google.common.util.concurrent.AbstractService.terminatedEvent:(Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
         9: .line 82
            putstatic com.google.common.util.concurrent.AbstractService.TERMINATED_FROM_NEW_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
        10: .line 85
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokestatic com.google.common.util.concurrent.AbstractService.terminatedEvent:(Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
        11: .line 84
            putstatic com.google.common.util.concurrent.AbstractService.TERMINATED_FROM_RUNNING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
        12: .line 87
            getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
            invokestatic com.google.common.util.concurrent.AbstractService.terminatedEvent:(Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
        13: .line 86
            putstatic com.google.common.util.concurrent.AbstractService.TERMINATED_FROM_STOPPING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
        14: .line 87
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> terminatedEvent(com.google.common.util.concurrent.Service$State);
    descriptor: (Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.Service$State from
         0: .line 90
            new com.google.common.util.concurrent.AbstractService$3
            dup
            aload 0 /* from */
            invokespecial com.google.common.util.concurrent.AbstractService$3.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            areturn
        end local 0 // com.google.common.util.concurrent.Service$State from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  from  Lcom/google/common/util/concurrent/Service$State;
    Signature: (Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;
    MethodParameters:
      Name  Flags
      from  final

  private static com.google.common.util.concurrent.ListenerCallQueue$Event<com.google.common.util.concurrent.Service$Listener> stoppingEvent(com.google.common.util.concurrent.Service$State);
    descriptor: (Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.Service$State from
         0: .line 104
            new com.google.common.util.concurrent.AbstractService$4
            dup
            aload 0 /* from */
            invokespecial com.google.common.util.concurrent.AbstractService$4.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            areturn
        end local 0 // com.google.common.util.concurrent.Service$State from
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  from  Lcom/google/common/util/concurrent/Service$State;
    Signature: (Lcom/google/common/util/concurrent/Service$State;)Lcom/google/common/util/concurrent/ListenerCallQueue$Event<Lcom/google/common/util/concurrent/Service$Listener;>;
    MethodParameters:
      Name  Flags
      from  final

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 190
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 117
            aload 0 /* this */
            new com.google.common.util.concurrent.Monitor
            dup
            invokespecial com.google.common.util.concurrent.Monitor.<init>:()V
            putfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
         2: .line 119
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$IsStartableGuard
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractService$IsStartableGuard.<init>:(Lcom/google/common/util/concurrent/AbstractService;)V
            putfield com.google.common.util.concurrent.AbstractService.isStartable:Lcom/google/common/util/concurrent/Monitor$Guard;
         3: .line 133
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$IsStoppableGuard
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractService$IsStoppableGuard.<init>:(Lcom/google/common/util/concurrent/AbstractService;)V
            putfield com.google.common.util.concurrent.AbstractService.isStoppable:Lcom/google/common/util/concurrent/Monitor$Guard;
         4: .line 147
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard.<init>:(Lcom/google/common/util/concurrent/AbstractService;)V
            putfield com.google.common.util.concurrent.AbstractService.hasReachedRunning:Lcom/google/common/util/concurrent/Monitor$Guard;
         5: .line 161
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$IsStoppedGuard
            dup
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractService$IsStoppedGuard.<init>:(Lcom/google/common/util/concurrent/AbstractService;)V
            putfield com.google.common.util.concurrent.AbstractService.isStopped:Lcom/google/common/util/concurrent/Monitor$Guard;
         6: .line 176
            aload 0 /* this */
            new com.google.common.util.concurrent.ListenerCallQueue
            dup
            invokespecial com.google.common.util.concurrent.ListenerCallQueue.<init>:()V
            putfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
         7: .line 187
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.NEW:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
         8: .line 190
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/common/util/concurrent/AbstractService;

  protected abstract void doStart();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.ForOverride()

  protected abstract void doStop();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.ForOverride()

  public final com.google.common.util.concurrent.Service startAsync();
    descriptor: ()Lcom/google/common/util/concurrent/Service;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 221
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.isStartable:Lcom/google/common/util/concurrent/Monitor$Guard;
            invokevirtual com.google.common.util.concurrent.Monitor.enterIf:(Lcom/google/common/util/concurrent/Monitor$Guard;)Z
            ifeq 16
         1: .line 223
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
         2: .line 224
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueStartingEvent:()V
         3: .line 225
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.doStart:()V
         4: .line 226
            goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1 /* startupFailure */
        start local 1 // java.lang.Throwable startupFailure
         6: .line 227
            aload 0 /* this */
            aload 1 /* startupFailure */
            invokevirtual com.google.common.util.concurrent.AbstractService.notifyFailed:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable startupFailure
         7: .line 229
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         8: .line 230
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
            goto 17
         9: .line 228
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        10: .line 229
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        11: .line 230
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        12: .line 231
            aload 2
            athrow
        13: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        14: .line 230
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        15: .line 232
            goto 17
        16: .line 233
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Service "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " has already been started"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Lcom/google/common/util/concurrent/AbstractService;
            6    7     1  startupFailure  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     4       5  Class java.lang.Throwable
           1     7       9  any
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  public final com.google.common.util.concurrent.Service stopAsync();
    descriptor: ()Lcom/google/common/util/concurrent/Service;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 241
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.isStoppable:Lcom/google/common/util/concurrent/Monitor$Guard;
            invokevirtual com.google.common.util.concurrent.Monitor.enterIf:(Lcom/google/common/util/concurrent/Monitor$Guard;)Z
            ifeq 25
         1: .line 243
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            astore 1 /* previous */
        start local 1 // com.google.common.util.concurrent.Service$State previous
         2: .line 244
            invokestatic com.google.common.util.concurrent.AbstractService.$SWITCH_TABLE$com$google$common$util$concurrent$Service$State:()[I
            aload 1 /* previous */
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 3
                    2: 6
                    3: 9
                    4: 13
                    5: 13
                    6: 13
              default: 14
          }
         3: .line 246
      StackMap locals: com.google.common.util.concurrent.Service$State
      StackMap stack:
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
         4: .line 247
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.NEW:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueTerminatedEvent:(Lcom/google/common/util/concurrent/Service$State;)V
         5: .line 248
            goto 23
         6: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            iconst_1
            aconst_null
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;ZLjava/lang/Throwable;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
         7: .line 251
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueStoppingEvent:(Lcom/google/common/util/concurrent/Service$State;)V
         8: .line 252
            goto 23
         9: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
        10: .line 255
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueStoppingEvent:(Lcom/google/common/util/concurrent/Service$State;)V
        11: .line 256
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.doStop:()V
        12: .line 257
            goto 23
        13: .line 262
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "isStoppable is incorrectly implemented, saw: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* previous */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        14: .line 264
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* previous */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 1 // com.google.common.util.concurrent.Service$State previous
        15: .line 266
      StackMap locals: com.google.common.util.concurrent.AbstractService
      StackMap stack: java.lang.Throwable
            astore 1 /* shutdownFailure */
        start local 1 // java.lang.Throwable shutdownFailure
        16: .line 267
            aload 0 /* this */
            aload 1 /* shutdownFailure */
            invokevirtual com.google.common.util.concurrent.AbstractService.notifyFailed:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable shutdownFailure
        17: .line 269
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        18: .line 270
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
            goto 25
        19: .line 268
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        20: .line 269
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        21: .line 270
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        22: .line 271
            aload 2
            athrow
        23: .line 269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        24: .line 270
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        25: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   26     0             this  Lcom/google/common/util/concurrent/AbstractService;
            2   15     1         previous  Lcom/google/common/util/concurrent/Service$State;
           16   17     1  shutdownFailure  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1    15      15  Class java.lang.Throwable
           1    17      19  any
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  public final void awaitRunning();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 278
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.hasReachedRunning:Lcom/google/common/util/concurrent/Monitor$Guard;
            invokevirtual com.google.common.util.concurrent.Monitor.enterWhenUninterruptibly:(Lcom/google/common/util/concurrent/Monitor$Guard;)V
         1: .line 280
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.checkCurrentState:(Lcom/google/common/util/concurrent/Service$State;)V
         2: .line 281
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 282
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         5: .line 283
            aload 1
            athrow
         6: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         7: .line 284
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/util/concurrent/AbstractService;
      Exception table:
        from    to  target  type
           1     3       3  any

  public final void awaitRunning(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 288
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.hasReachedRunning:Lcom/google/common/util/concurrent/Monitor$Guard;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual com.google.common.util.concurrent.Monitor.enterWhenUninterruptibly:(Lcom/google/common/util/concurrent/Monitor$Guard;JLjava/util/concurrent/TimeUnit;)Z
            ifeq 8
         1: .line 290
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.checkCurrentState:(Lcom/google/common/util/concurrent/Service$State;)V
         2: .line 291
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 4
         4: .line 292
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         5: .line 293
            aload 4
            athrow
         6: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         7: .line 294
            goto 9
         8: .line 299
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.TimeoutException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Timed out waiting for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to reach the RUNNING state."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.util.concurrent.TimeoutException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 301
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lcom/google/common/util/concurrent/AbstractService;
            0   10     1  timeout  J
            0   10     3     unit  Ljava/util/concurrent/TimeUnit;
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.util.concurrent.TimeoutException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  public final void awaitTerminated();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 305
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.isStopped:Lcom/google/common/util/concurrent/Monitor$Guard;
            invokevirtual com.google.common.util.concurrent.Monitor.enterWhenUninterruptibly:(Lcom/google/common/util/concurrent/Monitor$Guard;)V
         1: .line 307
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.checkCurrentState:(Lcom/google/common/util/concurrent/Service$State;)V
         2: .line 308
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 309
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         5: .line 310
            aload 1
            athrow
         6: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         7: .line 311
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/util/concurrent/AbstractService;
      Exception table:
        from    to  target  type
           1     3       3  any

  public final void awaitTerminated(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 315
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.isStopped:Lcom/google/common/util/concurrent/Monitor$Guard;
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual com.google.common.util.concurrent.Monitor.enterWhenUninterruptibly:(Lcom/google/common/util/concurrent/Monitor$Guard;JLjava/util/concurrent/TimeUnit;)Z
            ifeq 8
         1: .line 317
            aload 0 /* this */
            getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.AbstractService.checkCurrentState:(Lcom/google/common/util/concurrent/Service$State;)V
         2: .line 318
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 4
         4: .line 319
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         5: .line 320
            aload 4
            athrow
         6: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
         7: .line 321
            goto 16
         8: .line 326
      StackMap locals:
      StackMap stack:
            new java.util.concurrent.TimeoutException
            dup
         9: .line 327
            new java.lang.StringBuilder
            dup
            ldc "Timed out waiting for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        10: .line 328
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 329
            ldc " to reach a terminal state. "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 330
            ldc "Current state: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 331
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        14: .line 327
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        15: .line 326
            invokespecial java.util.concurrent.TimeoutException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 333
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lcom/google/common/util/concurrent/AbstractService;
            0   17     1  timeout  J
            0   17     3     unit  Ljava/util/concurrent/TimeUnit;
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws java.util.concurrent.TimeoutException
    MethodParameters:
         Name  Flags
      timeout  
      unit     

  private void checkCurrentState(com.google.common.util.concurrent.Service$State);
    descriptor: (Lcom/google/common/util/concurrent/Service$State;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // com.google.common.util.concurrent.Service$State expected
         0: .line 338
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            astore 2 /* actual */
        start local 2 // com.google.common.util.concurrent.Service$State actual
         1: .line 339
            aload 2 /* actual */
            aload 1 /* expected */
            if_acmpeq 10
         2: .line 340
            aload 2 /* actual */
            getstatic com.google.common.util.concurrent.Service$State.FAILED:Lcom/google/common/util/concurrent/Service$State;
            if_acmpne 7
         3: .line 342
            new java.lang.IllegalStateException
            dup
         4: .line 343
            new java.lang.StringBuilder
            dup
            ldc "Expected the service "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to be "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* expected */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", but the service has FAILED"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 344
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.failureCause:()Ljava/lang/Throwable;
         6: .line 342
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         7: .line 346
      StackMap locals: com.google.common.util.concurrent.Service$State
      StackMap stack:
            new java.lang.IllegalStateException
            dup
         8: .line 347
            new java.lang.StringBuilder
            dup
            ldc "Expected the service "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " to be "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* expected */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", but was "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* actual */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         9: .line 346
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.google.common.util.concurrent.Service$State actual
        end local 1 // com.google.common.util.concurrent.Service$State expected
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lcom/google/common/util/concurrent/AbstractService;
            0   11     1  expected  Lcom/google/common/util/concurrent/Service$State;
            1   11     2    actual  Lcom/google/common/util/concurrent/Service$State;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.concurrent.GuardedBy(value = "monitor")
    MethodParameters:
          Name  Flags
      expected  

  protected final void notifyStarted();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 358
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.enter:()V
         1: .line 362
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
            getfield com.google.common.util.concurrent.AbstractService$StateSnapshot.state:Lcom/google/common/util/concurrent/Service$State;
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpeq 8
         2: .line 364
            new java.lang.IllegalStateException
            dup
         3: .line 365
            new java.lang.StringBuilder
            dup
            ldc "Cannot notifyStarted() when the service is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
            getfield com.google.common.util.concurrent.AbstractService$StateSnapshot.state:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 364
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
         5: .line 363
            astore 1 /* failure */
        start local 1 // java.lang.IllegalStateException failure
         6: .line 366
            aload 0 /* this */
            aload 1 /* failure */
            invokevirtual com.google.common.util.concurrent.AbstractService.notifyFailed:(Ljava/lang/Throwable;)V
         7: .line 367
            aload 1 /* failure */
            athrow
        end local 1 // java.lang.IllegalStateException failure
         8: .line 370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
            getfield com.google.common.util.concurrent.AbstractService$StateSnapshot.shutdownWhenStartupFinishes:Z
            ifeq 12
         9: .line 371
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
        10: .line 374
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.doStop:()V
        11: .line 375
            goto 19
        12: .line 376
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
        13: .line 377
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueRunningEvent:()V
        14: .line 379
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 2
        16: .line 380
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        17: .line 381
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        18: .line 382
            aload 2
            athrow
        19: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        20: .line 381
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        21: .line 383
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Lcom/google/common/util/concurrent/AbstractService;
            6    8     1  failure  Ljava/lang/IllegalStateException;
      Exception table:
        from    to  target  type
           1    15      15  any

  protected final void notifyStopped();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 393
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.enter:()V
         1: .line 397
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
            getfield com.google.common.util.concurrent.AbstractService$StateSnapshot.state:Lcom/google/common/util/concurrent/Service$State;
            astore 1 /* previous */
        start local 1 // com.google.common.util.concurrent.Service$State previous
         2: .line 398
            aload 1 /* previous */
            getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpeq 7
            aload 1 /* previous */
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpeq 7
         3: .line 400
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot notifyStopped() when the service is "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* previous */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
         4: .line 399
            astore 2 /* failure */
        start local 2 // java.lang.IllegalStateException failure
         5: .line 401
            aload 0 /* this */
            aload 2 /* failure */
            invokevirtual com.google.common.util.concurrent.AbstractService.notifyFailed:(Ljava/lang/Throwable;)V
         6: .line 402
            aload 2 /* failure */
            athrow
        end local 2 // java.lang.IllegalStateException failure
         7: .line 404
      StackMap locals: com.google.common.util.concurrent.Service$State
      StackMap stack:
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
         8: .line 405
            aload 0 /* this */
            aload 1 /* previous */
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueTerminatedEvent:(Lcom/google/common/util/concurrent/Service$State;)V
        end local 1 // com.google.common.util.concurrent.Service$State previous
         9: .line 406
            goto 14
      StackMap locals: com.google.common.util.concurrent.AbstractService
      StackMap stack: java.lang.Throwable
        10: astore 3
        11: .line 407
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        12: .line 408
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        13: .line 409
            aload 3
            athrow
        14: .line 407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        15: .line 408
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        16: .line 410
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/google/common/util/concurrent/AbstractService;
            2    9     1  previous  Lcom/google/common/util/concurrent/Service$State;
            5    7     2   failure  Ljava/lang/IllegalStateException;
      Exception table:
        from    to  target  type
           1    10      10  any

  protected final void notifyFailed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // java.lang.Throwable cause
         0: .line 418
            aload 1 /* cause */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 420
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.enter:()V
         2: .line 422
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            astore 2 /* previous */
        start local 2 // com.google.common.util.concurrent.Service$State previous
         3: .line 423
            invokestatic com.google.common.util.concurrent.AbstractService.$SWITCH_TABLE$com$google$common$util$concurrent$Service$State:()[I
            aload 2 /* previous */
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 4
                    2: 5
                    3: 5
                    4: 5
                    5: 4
                    6: 8
              default: 9
          }
         4: .line 426
      StackMap locals: com.google.common.util.concurrent.Service$State
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed while in state:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* previous */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* cause */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         5: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.google.common.util.concurrent.AbstractService$StateSnapshot
            dup
            getstatic com.google.common.util.concurrent.Service$State.FAILED:Lcom/google/common/util/concurrent/Service$State;
            iconst_0
            aload 1 /* cause */
            invokespecial com.google.common.util.concurrent.AbstractService$StateSnapshot.<init>:(Lcom/google/common/util/concurrent/Service$State;ZLjava/lang/Throwable;)V
            putfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
         6: .line 431
            aload 0 /* this */
            aload 2 /* previous */
            aload 1 /* cause */
            invokevirtual com.google.common.util.concurrent.AbstractService.enqueueFailedEvent:(Lcom/google/common/util/concurrent/Service$State;Ljava/lang/Throwable;)V
         7: .line 432
            goto 14
         8: .line 435
      StackMap locals:
      StackMap stack:
            goto 14
         9: .line 437
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* previous */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // com.google.common.util.concurrent.Service$State previous
        10: .line 439
      StackMap locals: com.google.common.util.concurrent.AbstractService java.lang.Throwable
      StackMap stack: java.lang.Throwable
            astore 3
        11: .line 440
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        12: .line 441
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        13: .line 442
            aload 3
            athrow
        14: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.leave:()V
        15: .line 441
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.dispatchListenerEvents:()V
        16: .line 443
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lcom/google/common/util/concurrent/AbstractService;
            0   17     1     cause  Ljava/lang/Throwable;
            3   10     2  previous  Lcom/google/common/util/concurrent/Service$State;
      Exception table:
        from    to  target  type
           2    10      10  any
    MethodParameters:
       Name  Flags
      cause  

  public final boolean isRunning();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 447
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractService;

  public final com.google.common.util.concurrent.Service$State state();
    descriptor: ()Lcom/google/common/util/concurrent/Service$State;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 452
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
            invokevirtual com.google.common.util.concurrent.AbstractService$StateSnapshot.externalState:()Lcom/google/common/util/concurrent/Service$State;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractService;

  public final java.lang.Throwable failureCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 458
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.snapshot:Lcom/google/common/util/concurrent/AbstractService$StateSnapshot;
            invokevirtual com.google.common.util.concurrent.AbstractService$StateSnapshot.failureCause:()Ljava/lang/Throwable;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractService;

  public final void addListener(com.google.common.util.concurrent.Service$Listener, java.util.concurrent.Executor);
    descriptor: (Lcom/google/common/util/concurrent/Service$Listener;Ljava/util/concurrent/Executor;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // com.google.common.util.concurrent.Service$Listener listener
        start local 2 // java.util.concurrent.Executor executor
         0: .line 464
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            aload 1 /* listener */
            aload 2 /* executor */
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.addListener:(Ljava/lang/Object;Ljava/util/concurrent/Executor;)V
         1: .line 465
            return
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // com.google.common.util.concurrent.Service$Listener listener
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/util/concurrent/AbstractService;
            0    2     1  listener  Lcom/google/common/util/concurrent/Service$Listener;
            0    2     2  executor  Ljava/util/concurrent/Executor;
    MethodParameters:
          Name  Flags
      listener  
      executor  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 469
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractService.state:()Lcom/google/common/util/concurrent/Service$State;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractService;

  private void dispatchListenerEvents();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 477
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.monitor:Lcom/google/common/util/concurrent/Monitor;
            invokevirtual com.google.common.util.concurrent.Monitor.isOccupiedByCurrentThread:()Z
            ifne 2
         1: .line 478
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.dispatch:()V
         2: .line 480
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/util/concurrent/AbstractService;

  private void enqueueStartingEvent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 483
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.STARTING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         1: .line 484
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractService;

  private void enqueueRunningEvent();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractService this
         0: .line 487
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.RUNNING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         1: .line 488
            return
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/util/concurrent/AbstractService;

  private void enqueueStoppingEvent(com.google.common.util.concurrent.Service$State);
    descriptor: (Lcom/google/common/util/concurrent/Service$State;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // com.google.common.util.concurrent.Service$State from
         0: .line 491
            aload 1 /* from */
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpne 3
         1: .line 492
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.STOPPING_FROM_STARTING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         2: .line 493
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 1 /* from */
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            if_acmpne 6
         4: .line 494
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.STOPPING_FROM_RUNNING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         5: .line 495
            goto 7
         6: .line 496
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 498
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.common.util.concurrent.Service$State from
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/google/common/util/concurrent/AbstractService;
            0    8     1  from  Lcom/google/common/util/concurrent/Service$State;
    MethodParameters:
      Name  Flags
      from  final

  private void enqueueTerminatedEvent(com.google.common.util.concurrent.Service$State);
    descriptor: (Lcom/google/common/util/concurrent/Service$State;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // com.google.common.util.concurrent.Service$State from
         0: .line 501
            invokestatic com.google.common.util.concurrent.AbstractService.$SWITCH_TABLE$com$google$common$util$concurrent$Service$State:()[I
            aload 1 /* from */
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iaload
            tableswitch { // 1 - 6
                    1: 1
                    2: 7
                    3: 3
                    4: 5
                    5: 7
                    6: 7
              default: 7
          }
         1: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.TERMINATED_FROM_NEW_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         2: .line 504
            goto 8
         3: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.TERMINATED_FROM_RUNNING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         4: .line 507
            goto 8
         5: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
            getstatic com.google.common.util.concurrent.AbstractService.TERMINATED_FROM_STOPPING_EVENT:Lcom/google/common/util/concurrent/ListenerCallQueue$Event;
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         6: .line 510
            goto 8
         7: .line 515
      StackMap locals:
      StackMap stack:
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 517
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.google.common.util.concurrent.Service$State from
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/google/common/util/concurrent/AbstractService;
            0    9     1  from  Lcom/google/common/util/concurrent/Service$State;
    MethodParameters:
      Name  Flags
      from  final

  private void enqueueFailedEvent(com.google.common.util.concurrent.Service$State, java.lang.Throwable);
    descriptor: (Lcom/google/common/util/concurrent/Service$State;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractService this
        start local 1 // com.google.common.util.concurrent.Service$State from
        start local 2 // java.lang.Throwable cause
         0: .line 521
            aload 0 /* this */
            getfield com.google.common.util.concurrent.AbstractService.listeners:Lcom/google/common/util/concurrent/ListenerCallQueue;
         1: .line 522
            new com.google.common.util.concurrent.AbstractService$5
            dup
            aload 0 /* this */
            aload 1 /* from */
            aload 2 /* cause */
            invokespecial com.google.common.util.concurrent.AbstractService$5.<init>:(Lcom/google/common/util/concurrent/AbstractService;Lcom/google/common/util/concurrent/Service$State;Ljava/lang/Throwable;)V
         2: .line 521
            invokevirtual com.google.common.util.concurrent.ListenerCallQueue.enqueue:(Lcom/google/common/util/concurrent/ListenerCallQueue$Event;)V
         3: .line 533
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // com.google.common.util.concurrent.Service$State from
        end local 0 // com.google.common.util.concurrent.AbstractService this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/google/common/util/concurrent/AbstractService;
            0    4     1   from  Lcom/google/common/util/concurrent/Service$State;
            0    4     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      from   final
      cause  final

  static int[] $SWITCH_TABLE$com$google$common$util$concurrent$Service$State();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 52
            getstatic com.google.common.util.concurrent.AbstractService.$SWITCH_TABLE$com$google$common$util$concurrent$Service$State:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic com.google.common.util.concurrent.Service$State.values:()[Lcom/google/common/util/concurrent/Service$State;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic com.google.common.util.concurrent.Service$State.FAILED:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            bipush 6
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic com.google.common.util.concurrent.Service$State.NEW:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic com.google.common.util.concurrent.Service$State.RUNNING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic com.google.common.util.concurrent.Service$State.STARTING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic com.google.common.util.concurrent.Service$State.STOPPING:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iconst_4
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic com.google.common.util.concurrent.Service$State.TERMINATED:Lcom/google/common/util/concurrent/Service$State;
            invokevirtual com.google.common.util.concurrent.Service$State.ordinal:()I
            iconst_5
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            dup
            putstatic com.google.common.util.concurrent.AbstractService.$SWITCH_TABLE$com$google$common$util$concurrent$Service$State:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
}
SourceFile: "AbstractService.java"
NestMembers:
  com.google.common.util.concurrent.AbstractService$1  com.google.common.util.concurrent.AbstractService$2  com.google.common.util.concurrent.AbstractService$3  com.google.common.util.concurrent.AbstractService$4  com.google.common.util.concurrent.AbstractService$5  com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard  com.google.common.util.concurrent.AbstractService$IsStartableGuard  com.google.common.util.concurrent.AbstractService$IsStoppableGuard  com.google.common.util.concurrent.AbstractService$IsStoppedGuard  com.google.common.util.concurrent.AbstractService$StateSnapshot
InnerClasses:
  com.google.common.util.concurrent.AbstractService$1
  com.google.common.util.concurrent.AbstractService$2
  com.google.common.util.concurrent.AbstractService$3
  com.google.common.util.concurrent.AbstractService$4
  com.google.common.util.concurrent.AbstractService$5
  private final HasReachedRunningGuard = com.google.common.util.concurrent.AbstractService$HasReachedRunningGuard of com.google.common.util.concurrent.AbstractService
  private final IsStartableGuard = com.google.common.util.concurrent.AbstractService$IsStartableGuard of com.google.common.util.concurrent.AbstractService
  private final IsStoppableGuard = com.google.common.util.concurrent.AbstractService$IsStoppableGuard of com.google.common.util.concurrent.AbstractService
  private final IsStoppedGuard = com.google.common.util.concurrent.AbstractService$IsStoppedGuard of com.google.common.util.concurrent.AbstractService
  private final StateSnapshot = com.google.common.util.concurrent.AbstractService$StateSnapshot of com.google.common.util.concurrent.AbstractService
  abstract Event = com.google.common.util.concurrent.ListenerCallQueue$Event of com.google.common.util.concurrent.ListenerCallQueue
  public abstract Guard = com.google.common.util.concurrent.Monitor$Guard of com.google.common.util.concurrent.Monitor
  public abstract Listener = com.google.common.util.concurrent.Service$Listener of com.google.common.util.concurrent.Service
  public abstract State = com.google.common.util.concurrent.Service$State of com.google.common.util.concurrent.Service
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.common.annotations.GwtIncompatible()