final class io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3240706908776709697

  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 onOverflow;
    descriptor: Lio/reactivex/functions/Action;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.BackpressureOverflowStrategy strategy;
    descriptor: Lio/reactivex/BackpressureOverflowStrategy;
    flags: (0x0010) ACC_FINAL

  final long bufferSize;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.atomic.AtomicLong requested;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x0010) ACC_FINAL

  final java.util.Deque<T> deque;
    descriptor: Ljava/util/Deque;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Deque<TT;>;

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

  volatile boolean cancelled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile boolean done;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  java.lang.Throwable error;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0000) 

  private static volatile int[] $SWITCH_TABLE$io$reactivex$BackpressureOverflowStrategy;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.functions.Action, io.reactivex.BackpressureOverflowStrategy, );
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Action;Lio/reactivex/BackpressureOverflowStrategy;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Action onOverflow
        start local 3 // io.reactivex.BackpressureOverflowStrategy strategy
        start local 4 // long bufferSize
         0: .line 79
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 82
            aload 0 /* this */
            aload 2 /* onOverflow */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.onOverflow:Lio/reactivex/functions/Action;
         3: .line 83
            aload 0 /* this */
            aload 3 /* strategy */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.strategy:Lio/reactivex/BackpressureOverflowStrategy;
         4: .line 84
            aload 0 /* this */
            lload 4 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.bufferSize:J
         5: .line 85
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         6: .line 86
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.deque:Ljava/util/Deque;
         7: .line 87
            return
        end local 4 // long bufferSize
        end local 3 // io.reactivex.BackpressureOverflowStrategy strategy
        end local 2 // io.reactivex.functions.Action onOverflow
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            0    8     1      actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    8     2  onOverflow  Lio/reactivex/functions/Action;
            0    8     3    strategy  Lio/reactivex/BackpressureOverflowStrategy;
            0    8     4  bufferSize  J
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/functions/Action;Lio/reactivex/BackpressureOverflowStrategy;J)V
    MethodParameters:
            Name  Flags
      actual      
      onOverflow  
      strategy    
      bufferSize  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 91
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 92
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 96
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
        start local 1 // java.lang.Object t
         0: .line 102
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.done:Z
            ifeq 2
         1: .line 103
            return
         2: .line 105
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* callOnOverflow */
        start local 2 // boolean callOnOverflow
         3: .line 106
            iconst_0
            istore 3 /* callError */
        start local 3 // boolean callError
         4: .line 107
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.deque:Ljava/util/Deque;
            astore 4 /* dq */
        start local 4 // java.util.Deque dq
         5: .line 108
            aload 4 /* dq */
            dup
            astore 5
            monitorenter
         6: .line 109
            aload 4 /* dq */
            invokeinterface java.util.Deque.size:()I
            i2l
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.bufferSize:J
            lcmp
            ifne 18
         7: .line 110
            invokestatic io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.$SWITCH_TABLE$io$reactivex$BackpressureOverflowStrategy:()[I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.strategy:Lio/reactivex/BackpressureOverflowStrategy;
            invokevirtual io.reactivex.BackpressureOverflowStrategy.ordinal:()I
            iaload
            tableswitch { // 2 - 3
                    2: 12
                    3: 8
              default: 16
          }
         8: .line 112
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber java.lang.Object int int java.util.Deque java.util.Deque
      StackMap stack:
            aload 4 /* dq */
            invokeinterface java.util.Deque.pollLast:()Ljava/lang/Object;
            pop
         9: .line 113
            aload 4 /* dq */
            aload 1 /* t */
            invokeinterface java.util.Deque.offer:(Ljava/lang/Object;)Z
            pop
        10: .line 114
            iconst_1
            istore 2 /* callOnOverflow */
        11: .line 115
            goto 19
        12: .line 117
      StackMap locals:
      StackMap stack:
            aload 4 /* dq */
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            pop
        13: .line 118
            aload 4 /* dq */
            aload 1 /* t */
            invokeinterface java.util.Deque.offer:(Ljava/lang/Object;)Z
            pop
        14: .line 119
            iconst_1
            istore 2 /* callOnOverflow */
        15: .line 120
            goto 19
        16: .line 123
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* callError */
        17: .line 126
            goto 19
        18: .line 127
      StackMap locals:
      StackMap stack:
            aload 4 /* dq */
            aload 1 /* t */
            invokeinterface java.util.Deque.offer:(Ljava/lang/Object;)Z
            pop
        19: .line 108
      StackMap locals:
      StackMap stack:
            aload 5
            monitorexit
        20: goto 23
      StackMap locals:
      StackMap stack: java.lang.Throwable
        21: aload 5
            monitorexit
        22: athrow
        23: .line 131
      StackMap locals:
      StackMap stack:
            iload 2 /* callOnOverflow */
            ifeq 32
        24: .line 132
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.onOverflow:Lio/reactivex/functions/Action;
            ifnull 37
        25: .line 134
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.onOverflow:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
        26: .line 135
            goto 37
      StackMap locals:
      StackMap stack: java.lang.Throwable
        27: astore 5 /* ex */
        start local 5 // java.lang.Throwable ex
        28: .line 136
            aload 5 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        29: .line 137
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        30: .line 138
            aload 0 /* this */
            aload 5 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.onError:(Ljava/lang/Throwable;)V
        end local 5 // java.lang.Throwable ex
        31: .line 141
            goto 37
      StackMap locals:
      StackMap stack:
        32: iload 3 /* callError */
            ifeq 36
        33: .line 142
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        34: .line 143
            aload 0 /* this */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:()V
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.onError:(Ljava/lang/Throwable;)V
        35: .line 144
            goto 37
        36: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.drain:()V
        37: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.Deque dq
        end local 3 // boolean callError
        end local 2 // boolean callOnOverflow
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   38     0            this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            0   38     1               t  TT;
            3   38     2  callOnOverflow  Z
            4   38     3       callError  Z
            5   38     4              dq  Ljava/util/Deque<TT;>;
           28   31     5              ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6    20      21  any
          21    22      21  any
          25    26      27  Class java.lang.Throwable
    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.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 151
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.done:Z
            ifeq 3
         1: .line 152
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 153
            return
         3: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.error:Ljava/lang/Throwable;
         4: .line 156
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.done:Z
         5: .line 157
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.drain:()V
         6: .line 158
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            0    7     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
         0: .line 162
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.done:Z
         1: .line 163
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.drain:()V
         2: .line 164
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<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.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
        start local 1 // long n
         0: .line 168
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 169
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 170
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.drain:()V
         3: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            0    4     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
         0: .line 176
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.cancelled:Z
         1: .line 177
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 179
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.getAndIncrement:()I
            ifne 4
         3: .line 180
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.deque:Ljava/util/Deque;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.clear:(Ljava/util/Deque;)V
         4: .line 182
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;

  void clear(java.util.Deque<T>);
    descriptor: (Ljava/util/Deque;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
        start local 1 // java.util.Deque dq
         0: .line 185
            aload 1 /* dq */
            dup
            astore 2
            monitorenter
         1: .line 186
            aload 1 /* dq */
            invokeinterface java.util.Deque.clear:()V
         2: .line 185
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber java.util.Deque java.util.Deque
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Deque dq
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            0    7     1    dq  Ljava/util/Deque<TT;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Ljava/util/Deque<TT;>;)V
    MethodParameters:
      Name  Flags
      dq    

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
         0: .line 191
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 192
            return
         2: .line 195
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 196
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.deque:Ljava/util/Deque;
            astore 2 /* dq */
        start local 2 // java.util.Deque dq
         4: .line 197
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 3 /* a */
        start local 3 // org.reactivestreams.Subscriber a
         5: .line 199
      StackMap locals: int java.util.Deque org.reactivestreams.Subscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 4 /* r */
        start local 4 // long r
         6: .line 200
            lconst_0
            lstore 6 /* e */
        start local 6 // long e
         7: .line 201
            goto 34
         8: .line 202
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.cancelled:Z
            ifeq 11
         9: .line 203
            aload 0 /* this */
            aload 2 /* dq */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.clear:(Ljava/util/Deque;)V
        10: .line 204
            return
        11: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.done:Z
            istore 8 /* d */
        start local 8 // boolean d
        12: .line 211
            aload 2 /* dq */
            dup
            astore 10
            monitorenter
        13: .line 212
            aload 2 /* dq */
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            astore 9 /* v */
        start local 9 // java.lang.Object v
        14: .line 211
            aload 10
            monitorexit
        15: goto 18
        end local 9 // java.lang.Object v
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber int java.util.Deque org.reactivestreams.Subscriber long long int top java.util.Deque
      StackMap stack: java.lang.Throwable
        16: aload 10
            monitorexit
        17: athrow
        start local 9 // java.lang.Object v
        18: .line 215
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber int java.util.Deque org.reactivestreams.Subscriber long long int java.lang.Object
      StackMap stack:
            aload 9 /* v */
            ifnonnull 19
            iconst_1
            goto 20
      StackMap locals:
      StackMap stack:
        19: iconst_0
      StackMap locals:
      StackMap stack: int
        20: istore 10 /* empty */
        start local 10 // boolean empty
        21: .line 217
            iload 8 /* d */
            ifeq 30
        22: .line 218
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.error:Ljava/lang/Throwable;
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        23: .line 219
            aload 11 /* ex */
            ifnull 27
        24: .line 220
            aload 0 /* this */
            aload 2 /* dq */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.clear:(Ljava/util/Deque;)V
        25: .line 221
            aload 3 /* a */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        26: .line 222
            return
        27: .line 224
      StackMap locals: int java.lang.Throwable
      StackMap stack:
            iload 10 /* empty */
            ifeq 30
        28: .line 225
            aload 3 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        29: .line 226
            return
        end local 11 // java.lang.Throwable ex
        30: .line 230
      StackMap locals:
      StackMap stack:
            iload 10 /* empty */
            ifeq 32
        31: .line 231
            goto 35
        32: .line 234
      StackMap locals:
      StackMap stack:
            aload 3 /* a */
            aload 9 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        33: .line 236
            lload 6 /* e */
            lconst_1
            ladd
            lstore 6 /* e */
        end local 10 // boolean empty
        end local 9 // java.lang.Object v
        end local 8 // boolean d
        34: .line 201
      StackMap locals:
      StackMap stack:
            lload 6 /* e */
            lload 4 /* r */
            lcmp
            ifne 8
        35: .line 239
      StackMap locals:
      StackMap stack:
            lload 6 /* e */
            lload 4 /* r */
            lcmp
            ifne 55
        36: .line 240
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.cancelled:Z
            ifeq 39
        37: .line 241
            aload 0 /* this */
            aload 2 /* dq */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.clear:(Ljava/util/Deque;)V
        38: .line 242
            return
        39: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.done:Z
            istore 8 /* d */
        start local 8 // boolean d
        40: .line 249
            aload 2 /* dq */
            dup
            astore 10
            monitorenter
        41: .line 250
            aload 2 /* dq */
            invokeinterface java.util.Deque.isEmpty:()Z
            istore 9 /* empty */
        start local 9 // boolean empty
        42: .line 249
            aload 10
            monitorexit
        43: goto 46
        end local 9 // boolean empty
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber int java.util.Deque org.reactivestreams.Subscriber long long int top java.util.Deque
      StackMap stack: java.lang.Throwable
        44: aload 10
            monitorexit
        45: athrow
        start local 9 // boolean empty
        46: .line 253
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber int java.util.Deque org.reactivestreams.Subscriber long long int int
      StackMap stack:
            iload 8 /* d */
            ifeq 55
        47: .line 254
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.error:Ljava/lang/Throwable;
            astore 10 /* ex */
        start local 10 // java.lang.Throwable ex
        48: .line 255
            aload 10 /* ex */
            ifnull 52
        49: .line 256
            aload 0 /* this */
            aload 2 /* dq */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.clear:(Ljava/util/Deque;)V
        50: .line 257
            aload 3 /* a */
            aload 10 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        51: .line 258
            return
        52: .line 260
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 9 /* empty */
            ifeq 55
        53: .line 261
            aload 3 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        54: .line 262
            return
        end local 10 // java.lang.Throwable ex
        end local 9 // boolean empty
        end local 8 // boolean d
        55: .line 267
      StackMap locals:
      StackMap stack:
            lload 6 /* e */
            lconst_0
            lcmp
            ifeq 57
        56: .line 268
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 6 /* e */
            invokestatic io.reactivex.internal.util.BackpressureHelper.produced:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
        57: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.addAndGet:(I)I
            istore 1 /* missed */
        58: .line 272
            iload 1 /* missed */
            ifne 5
        end local 6 // long e
        end local 4 // long r
        59: .line 276
            return
        end local 3 // org.reactivestreams.Subscriber a
        end local 2 // java.util.Deque dq
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   60     0    this  Lio/reactivex/internal/operators/flowable/FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber<TT;>;
            3   60     1  missed  I
            4   60     2      dq  Ljava/util/Deque<TT;>;
            5   60     3       a  Lorg/reactivestreams/Subscriber<-TT;>;
            6   59     4       r  J
            7   59     6       e  J
           12   34     8       d  Z
           14   16     9       v  TT;
           18   34     9       v  TT;
           21   34    10   empty  Z
           23   30    11      ex  Ljava/lang/Throwable;
           40   55     8       d  Z
           42   44     9   empty  Z
           46   55     9   empty  Z
           48   55    10      ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          13    15      16  any
          16    17      16  any
          41    43      44  any
          44    45      44  any

  static int[] $SWITCH_TABLE$io$reactivex$BackpressureOverflowStrategy();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 54
            getstatic io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.$SWITCH_TABLE$io$reactivex$BackpressureOverflowStrategy:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic io.reactivex.BackpressureOverflowStrategy.values:()[Lio/reactivex/BackpressureOverflowStrategy;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic io.reactivex.BackpressureOverflowStrategy.DROP_LATEST:Lio/reactivex/BackpressureOverflowStrategy;
            invokevirtual io.reactivex.BackpressureOverflowStrategy.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic io.reactivex.BackpressureOverflowStrategy.DROP_OLDEST:Lio/reactivex/BackpressureOverflowStrategy;
            invokevirtual io.reactivex.BackpressureOverflowStrategy.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic io.reactivex.BackpressureOverflowStrategy.ERROR:Lio/reactivex/BackpressureOverflowStrategy;
            invokevirtual io.reactivex.BackpressureOverflowStrategy.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber.$SWITCH_TABLE$io$reactivex$BackpressureOverflowStrategy:[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
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableOnBackpressureBufferStrategy.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy
InnerClasses:
  final OnBackpressureBufferStrategySubscriber = io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy$OnBackpressureBufferStrategySubscriber of io.reactivex.internal.operators.flowable.FlowableOnBackpressureBufferStrategy