final class com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper extends com.google.common.util.concurrent.AbstractFuture$AtomicHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper
  super_class: com.google.common.util.concurrent.AbstractFuture$AtomicHelper
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
         0: .line 1189
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractFuture$AtomicHelper.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;

  void putThread(com.google.common.util.concurrent.AbstractFuture$Waiter, java.lang.Thread);
    descriptor: (Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Ljava/lang/Thread;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
        start local 1 // com.google.common.util.concurrent.AbstractFuture$Waiter waiter
        start local 2 // java.lang.Thread newValue
         0: .line 1192
            aload 1 /* waiter */
            aload 2 /* newValue */
            putfield com.google.common.util.concurrent.AbstractFuture$Waiter.thread:Ljava/lang/Thread;
         1: .line 1193
            return
        end local 2 // java.lang.Thread newValue
        end local 1 // com.google.common.util.concurrent.AbstractFuture$Waiter waiter
        end local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
            0    2     1    waiter  Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
            0    2     2  newValue  Ljava/lang/Thread;
    MethodParameters:
          Name  Flags
      waiter    
      newValue  

  void putNext(com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter);
    descriptor: (Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
        start local 1 // com.google.common.util.concurrent.AbstractFuture$Waiter waiter
        start local 2 // com.google.common.util.concurrent.AbstractFuture$Waiter newValue
         0: .line 1197
            aload 1 /* waiter */
            aload 2 /* newValue */
            putfield com.google.common.util.concurrent.AbstractFuture$Waiter.next:Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
         1: .line 1198
            return
        end local 2 // com.google.common.util.concurrent.AbstractFuture$Waiter newValue
        end local 1 // com.google.common.util.concurrent.AbstractFuture$Waiter waiter
        end local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
            0    2     1    waiter  Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
            0    2     2  newValue  Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
    MethodParameters:
          Name  Flags
      waiter    
      newValue  

  boolean casWaiters(com.google.common.util.concurrent.AbstractFuture<?>, com.google.common.util.concurrent.AbstractFuture$Waiter, com.google.common.util.concurrent.AbstractFuture$Waiter);
    descriptor: (Lcom/google/common/util/concurrent/AbstractFuture;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
        start local 1 // com.google.common.util.concurrent.AbstractFuture future
        start local 2 // com.google.common.util.concurrent.AbstractFuture$Waiter expect
        start local 3 // com.google.common.util.concurrent.AbstractFuture$Waiter update
         0: .line 1202
            aload 1 /* future */
            dup
            astore 4
            monitorenter
         1: .line 1203
            aload 1 /* future */
            getfield com.google.common.util.concurrent.AbstractFuture.waiters:Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
            aload 2 /* expect */
            if_acmpne 5
         2: .line 1204
            aload 1 /* future */
            aload 3 /* update */
            putfield com.google.common.util.concurrent.AbstractFuture.waiters:Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
         3: .line 1205
            aload 4
            monitorexit
         4: iconst_1
            ireturn
         5: .line 1207
      StackMap locals: com.google.common.util.concurrent.AbstractFuture
      StackMap stack:
            aload 4
            monitorexit
         6: iconst_0
            ireturn
         7: .line 1202
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         8: athrow
        end local 3 // com.google.common.util.concurrent.AbstractFuture$Waiter update
        end local 2 // com.google.common.util.concurrent.AbstractFuture$Waiter expect
        end local 1 // com.google.common.util.concurrent.AbstractFuture future
        end local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
            0    9     1  future  Lcom/google/common/util/concurrent/AbstractFuture<*>;
            0    9     2  expect  Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
            0    9     3  update  Lcom/google/common/util/concurrent/AbstractFuture$Waiter;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    Signature: (Lcom/google/common/util/concurrent/AbstractFuture<*>;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;Lcom/google/common/util/concurrent/AbstractFuture$Waiter;)Z
    MethodParameters:
        Name  Flags
      future  
      expect  
      update  

  boolean casListeners(com.google.common.util.concurrent.AbstractFuture<?>, com.google.common.util.concurrent.AbstractFuture$Listener, com.google.common.util.concurrent.AbstractFuture$Listener);
    descriptor: (Lcom/google/common/util/concurrent/AbstractFuture;Lcom/google/common/util/concurrent/AbstractFuture$Listener;Lcom/google/common/util/concurrent/AbstractFuture$Listener;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
        start local 1 // com.google.common.util.concurrent.AbstractFuture future
        start local 2 // com.google.common.util.concurrent.AbstractFuture$Listener expect
        start local 3 // com.google.common.util.concurrent.AbstractFuture$Listener update
         0: .line 1213
            aload 1 /* future */
            dup
            astore 4
            monitorenter
         1: .line 1214
            aload 1 /* future */
            getfield com.google.common.util.concurrent.AbstractFuture.listeners:Lcom/google/common/util/concurrent/AbstractFuture$Listener;
            aload 2 /* expect */
            if_acmpne 5
         2: .line 1215
            aload 1 /* future */
            aload 3 /* update */
            putfield com.google.common.util.concurrent.AbstractFuture.listeners:Lcom/google/common/util/concurrent/AbstractFuture$Listener;
         3: .line 1216
            aload 4
            monitorexit
         4: iconst_1
            ireturn
         5: .line 1218
      StackMap locals: com.google.common.util.concurrent.AbstractFuture
      StackMap stack:
            aload 4
            monitorexit
         6: iconst_0
            ireturn
         7: .line 1213
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         8: athrow
        end local 3 // com.google.common.util.concurrent.AbstractFuture$Listener update
        end local 2 // com.google.common.util.concurrent.AbstractFuture$Listener expect
        end local 1 // com.google.common.util.concurrent.AbstractFuture future
        end local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
            0    9     1  future  Lcom/google/common/util/concurrent/AbstractFuture<*>;
            0    9     2  expect  Lcom/google/common/util/concurrent/AbstractFuture$Listener;
            0    9     3  update  Lcom/google/common/util/concurrent/AbstractFuture$Listener;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    Signature: (Lcom/google/common/util/concurrent/AbstractFuture<*>;Lcom/google/common/util/concurrent/AbstractFuture$Listener;Lcom/google/common/util/concurrent/AbstractFuture$Listener;)Z
    MethodParameters:
        Name  Flags
      future  
      expect  
      update  

  boolean casValue(com.google.common.util.concurrent.AbstractFuture<?>, , );
    descriptor: (Lcom/google/common/util/concurrent/AbstractFuture;Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
        start local 1 // com.google.common.util.concurrent.AbstractFuture future
        start local 2 // java.lang.Object expect
        start local 3 // java.lang.Object update
         0: .line 1224
            aload 1 /* future */
            dup
            astore 4
            monitorenter
         1: .line 1225
            aload 1 /* future */
            getfield com.google.common.util.concurrent.AbstractFuture.value:Ljava/lang/Object;
            aload 2 /* expect */
            if_acmpne 5
         2: .line 1226
            aload 1 /* future */
            aload 3 /* update */
            putfield com.google.common.util.concurrent.AbstractFuture.value:Ljava/lang/Object;
         3: .line 1227
            aload 4
            monitorexit
         4: iconst_1
            ireturn
         5: .line 1229
      StackMap locals: com.google.common.util.concurrent.AbstractFuture
      StackMap stack:
            aload 4
            monitorexit
         6: iconst_0
            ireturn
         7: .line 1224
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         8: athrow
        end local 3 // java.lang.Object update
        end local 2 // java.lang.Object expect
        end local 1 // com.google.common.util.concurrent.AbstractFuture future
        end local 0 // com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/google/common/util/concurrent/AbstractFuture$SynchronizedHelper;
            0    9     1  future  Lcom/google/common/util/concurrent/AbstractFuture<*>;
            0    9     2  expect  Ljava/lang/Object;
            0    9     3  update  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     4       7  any
           5     6       7  any
           7     8       7  any
    Signature: (Lcom/google/common/util/concurrent/AbstractFuture<*>;Ljava/lang/Object;Ljava/lang/Object;)Z
    MethodParameters:
        Name  Flags
      future  
      expect  
      update  
}
SourceFile: "AbstractFuture.java"
NestHost: com.google.common.util.concurrent.AbstractFuture
InnerClasses:
  private abstract AtomicHelper = com.google.common.util.concurrent.AbstractFuture$AtomicHelper of com.google.common.util.concurrent.AbstractFuture
  private final Listener = com.google.common.util.concurrent.AbstractFuture$Listener of com.google.common.util.concurrent.AbstractFuture
  private final SynchronizedHelper = com.google.common.util.concurrent.AbstractFuture$SynchronizedHelper of com.google.common.util.concurrent.AbstractFuture
  private final Waiter = com.google.common.util.concurrent.AbstractFuture$Waiter of com.google.common.util.concurrent.AbstractFuture