final class io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber<T> extends io.reactivex.internal.subscriptions.BasicIntQueueSubscription<T> implements io.reactivex.FlowableSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber
  super_class: io.reactivex.internal.subscriptions.BasicIntQueueSubscription
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4109457741734051389

  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

  final io.reactivex.functions.Action onFinally;
    descriptor: Lio/reactivex/functions/Action;
    flags: (0x0010) ACC_FINAL

  org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  io.reactivex.internal.fuseable.QueueSubscription<T> qs;
    descriptor: Lio/reactivex/internal/fuseable/QueueSubscription;
    flags: (0x0000) 
    Signature: Lio/reactivex/internal/fuseable/QueueSubscription<TT;>;

  boolean syncFused;
    descriptor: Z
    flags: (0x0000) 

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.Action);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Action;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Action onFinally
         0: .line 64
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.BasicIntQueueSubscription.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 66
            aload 0 /* this */
            aload 2 /* onFinally */
            putfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.onFinally:Lio/reactivex/functions/Action;
         3: .line 67
            return
        end local 2 // io.reactivex.functions.Action onFinally
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            0    4     1     actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    4     2  onFinally  Lio/reactivex/functions/Action;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/functions/Action;)V
    MethodParameters:
           Name  Flags
      actual     
      onFinally  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 72
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 5
         1: .line 73
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 74
            aload 1 /* s */
            instanceof io.reactivex.internal.fuseable.QueueSubscription
            ifeq 4
         3: .line 75
            aload 0 /* this */
            aload 1 /* s */
            checkcast io.reactivex.internal.fuseable.QueueSubscription
            putfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
         4: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         5: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            0    6     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
        start local 1 // java.lang.Object t
         0: .line 84
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         1: .line 85
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            0    2     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         1: .line 90
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.runFinally:()V
         2: .line 91
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            0    3     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
         0: .line 95
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         1: .line 96
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.runFinally:()V
         2: .line 97
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
         0: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 102
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.runFinally:()V
         2: .line 103
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
        start local 1 // long n
         0: .line 107
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.upstream:Lorg/reactivestreams/Subscription;
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 108
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            0    2     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public int requestFusion(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
        start local 1 // int mode
         0: .line 112
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
            astore 2 /* qs */
        start local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
         1: .line 113
            aload 2 /* qs */
            ifnull 8
            iload 1 /* mode */
            iconst_4
            iand
            ifne 8
         2: .line 114
            aload 2 /* qs */
            iload 1 /* mode */
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
            istore 3 /* m */
        start local 3 // int m
         3: .line 115
            iload 3 /* m */
            ifeq 7
         4: .line 116
            aload 0 /* this */
            iload 3 /* m */
            iconst_1
            if_icmpne 5
            iconst_1
            goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber int io.reactivex.internal.fuseable.QueueSubscription int
      StackMap stack: io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber
         5: iconst_0
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber int io.reactivex.internal.fuseable.QueueSubscription int
      StackMap stack: io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber int
         6: putfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.syncFused:Z
         7: .line 118
      StackMap locals:
      StackMap stack:
            iload 3 /* m */
            ireturn
        end local 3 // int m
         8: .line 120
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
        end local 1 // int mode
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            0    9     1  mode  I
            1    9     2    qs  Lio/reactivex/internal/fuseable/QueueSubscription<TT;>;
            3    8     3     m  I
    MethodParameters:
      Name  Flags
      mode  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
         0: .line 125
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.clear:()V
         1: .line 126
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
         0: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.isEmpty:()Z
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;

  public T poll();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
         0: .line 136
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.qs:Lio/reactivex/internal/fuseable/QueueSubscription;
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.poll:()Ljava/lang/Object;
            astore 1 /* v */
        start local 1 // java.lang.Object v
         1: .line 137
            aload 1 /* v */
            ifnonnull 3
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.syncFused:Z
            ifeq 3
         2: .line 138
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.runFinally:()V
         3: .line 140
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* v */
            areturn
        end local 1 // java.lang.Object v
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            1    4     1     v  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  void runFinally();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
         0: .line 144
            aload 0 /* this */
            iconst_0
            iconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.compareAndSet:(II)Z
            ifeq 6
         1: .line 146
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber.onFinally:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         2: .line 147
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         4: .line 148
            aload 1 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         5: .line 149
            aload 1 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable ex
         6: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableDoFinally$DoFinallySubscriber<TT;>;
            4    6     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/BasicIntQueueSubscription<TT;>;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableDoFinally.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableDoFinally
InnerClasses:
  final DoFinallySubscriber = io.reactivex.internal.operators.flowable.FlowableDoFinally$DoFinallySubscriber of io.reactivex.internal.operators.flowable.FlowableDoFinally