final class io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber<T> extends io.reactivex.internal.subscribers.QueueDrainSubscriber<T, java.lang.Object, io.reactivex.Flowable<T>> implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription, java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber
  super_class: io.reactivex.internal.subscribers.QueueDrainSubscriber
{
  final long timespan;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.Scheduler scheduler;
    descriptor: Lio/reactivex/Scheduler;
    flags: (0x0010) ACC_FINAL

  final int bufferSize;
    descriptor: I
    flags: (0x0010) ACC_FINAL

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

  io.reactivex.processors.UnicastProcessor<T> window;
    descriptor: Lio/reactivex/processors/UnicastProcessor;
    flags: (0x0000) 
    Signature: Lio/reactivex/processors/UnicastProcessor<TT;>;

  final io.reactivex.internal.disposables.SequentialDisposable timer;
    descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
    flags: (0x0010) ACC_FINAL

  static final java.lang.Object NEXT;
    descriptor: Ljava/lang/Object;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 91
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, );
    descriptor: (Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=6
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // long timespan
        start local 4 // java.util.concurrent.TimeUnit unit
        start local 5 // io.reactivex.Scheduler scheduler
        start local 6 // int bufferSize
         0: .line 97
            aload 0 /* this */
            aload 1 /* actual */
            new io.reactivex.internal.queue.MpscLinkedQueue
            dup
            invokespecial io.reactivex.internal.queue.MpscLinkedQueue.<init>:()V
            invokespecial io.reactivex.internal.subscribers.QueueDrainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimplePlainQueue;)V
         1: .line 89
            aload 0 /* this */
            new io.reactivex.internal.disposables.SequentialDisposable
            dup
            invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
         2: .line 98
            aload 0 /* this */
            lload 2 /* timespan */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timespan:J
         3: .line 99
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 100
            aload 0 /* this */
            aload 5 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.scheduler:Lio/reactivex/Scheduler;
         5: .line 101
            aload 0 /* this */
            iload 6 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.bufferSize:I
         6: .line 102
            return
        end local 6 // int bufferSize
        end local 5 // io.reactivex.Scheduler scheduler
        end local 4 // java.util.concurrent.TimeUnit unit
        end local 2 // long timespan
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
            0    7     1      actual  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            0    7     2    timespan  J
            0    7     4        unit  Ljava/util/concurrent/TimeUnit;
            0    7     5   scheduler  Lio/reactivex/Scheduler;
            0    7     6  bufferSize  I
    Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;I)V
    MethodParameters:
            Name  Flags
      actual      
      timespan    
      unit        
      scheduler   
      bufferSize  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 18
         1: .line 107
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 109
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.bufferSize:I
            invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
         3: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         4: .line 112
            aload 2 /* a */
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         5: .line 114
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.requested:()J
            lstore 3 /* r */
        start local 3 // long r
         6: .line 115
            lload 3 /* r */
            lconst_0
            lcmp
            ifeq 11
         7: .line 116
            aload 2 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         8: .line 117
            lload 3 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 15
         9: .line 118
            aload 0 /* this */
            lconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.produced:(J)J
            pop2
        10: .line 120
            goto 15
        11: .line 121
      StackMap locals: org.reactivestreams.Subscriber long
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
        12: .line 122
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        13: .line 123
            aload 2 /* a */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver first window due to lack of requests."
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        14: .line 124
            return
        15: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
            ifne 18
        16: .line 128
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.scheduler:Lio/reactivex/Scheduler;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.schedulePeriodicallyDirect:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            ifeq 18
        17: .line 129
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        end local 3 // long r
        end local 2 // org.reactivestreams.Subscriber a
        18: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
            0   19     1     s  Lorg/reactivestreams/Subscription;
            4   18     2     a  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            6   18     3     r  J
    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.FlowableWindowTimed$WindowExactUnboundedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 137
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.terminated:Z
            ifeq 2
         1: .line 138
            return
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.fastEnter:()Z
            ifeq 6
         3: .line 141
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
            aload 1 /* t */
            invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
         4: .line 142
            aload 0 /* this */
            iconst_m1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.leave:(I)I
            ifne 9
         5: .line 143
            return
         6: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            aload 1 /* t */
            invokestatic io.reactivex.internal.util.NotificationLite.next:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
         7: .line 147
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
            ifne 9
         8: .line 148
            return
         9: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
        10: .line 152
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
            0   11     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.FlowableWindowTimed$WindowExactUnboundedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 156
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.error:Ljava/lang/Throwable;
         1: .line 157
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.done:Z
         2: .line 158
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
            ifeq 4
         3: .line 159
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
         4: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 163
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
         6: .line 164
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<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.FlowableWindowTimed$WindowExactUnboundedSubscriber this
         0: .line 168
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.done:Z
         1: .line 169
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
            ifeq 3
         2: .line 170
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
         3: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         4: .line 174
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
         5: .line 175
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<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.FlowableWindowTimed$WindowExactUnboundedSubscriber this
        start local 1 // long n
         0: .line 179
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.requested:(J)V
         1: .line 180
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
            0    2     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.FlowableWindowTimed$WindowExactUnboundedSubscriber this
         0: .line 184
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
         1: .line 185
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
         0: .line 188
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 189
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
         0: .line 194
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
            ifeq 3
         1: .line 195
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.terminated:Z
         2: .line 196
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
         3: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
            pop
         4: .line 199
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
            ifeq 6
         5: .line 200
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
         6: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;

  void drainLoop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
         0: .line 207
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            astore 1 /* q */
        start local 1 // io.reactivex.internal.fuseable.SimplePlainQueue q
         1: .line 208
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         2: .line 209
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
            astore 3 /* w */
        start local 3 // io.reactivex.processors.UnicastProcessor w
         3: .line 211
            iconst_1
            istore 4 /* missed */
        start local 4 // int missed
         4: .line 215
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber io.reactivex.internal.fuseable.SimplePlainQueue org.reactivestreams.Subscriber io.reactivex.processors.UnicastProcessor int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.terminated:Z
            istore 5 /* term */
        start local 5 // boolean term
         5: .line 217
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.done:Z
            istore 6 /* d */
        start local 6 // boolean d
         6: .line 219
            aload 1 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.poll:()Ljava/lang/Object;
            astore 7 /* o */
        start local 7 // java.lang.Object o
         7: .line 221
            iload 6 /* d */
            ifeq 17
            aload 7 /* o */
            ifnull 8
            aload 7 /* o */
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
            if_acmpne 17
         8: .line 222
      StackMap locals: int int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
         9: .line 223
            aload 1 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        10: .line 224
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
        11: .line 225
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.error:Ljava/lang/Throwable;
            astore 8 /* err */
        start local 8 // java.lang.Throwable err
        12: .line 226
            aload 8 /* err */
            ifnull 15
        13: .line 227
            aload 3 /* w */
            aload 8 /* err */
            invokevirtual io.reactivex.processors.UnicastProcessor.onError:(Ljava/lang/Throwable;)V
        14: .line 228
            goto 16
        15: .line 229
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        16: .line 231
      StackMap locals:
      StackMap stack:
            return
        end local 8 // java.lang.Throwable err
        17: .line 234
      StackMap locals:
      StackMap stack:
            aload 7 /* o */
            ifnonnull 19
        18: .line 235
            goto 40
        19: .line 238
      StackMap locals:
      StackMap stack:
            aload 7 /* o */
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
            if_acmpne 38
        20: .line 239
            aload 3 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        21: .line 240
            iload 5 /* term */
            ifne 36
        22: .line 241
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.bufferSize:I
            invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
            astore 3 /* w */
        23: .line 242
            aload 0 /* this */
            aload 3 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        24: .line 244
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.requested:()J
            lstore 8 /* r */
        start local 8 // long r
        25: .line 245
            lload 8 /* r */
            lconst_0
            lcmp
            ifeq 30
        26: .line 246
            aload 2 /* a */
            aload 3 /* w */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        27: .line 247
            lload 8 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 4
        28: .line 248
            aload 0 /* this */
            lconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.produced:(J)J
            pop2
        29: .line 250
            goto 4
        30: .line 251
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        31: .line 252
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        32: .line 253
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        33: .line 254
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
        34: .line 255
            aload 2 /* a */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver first window due to lack of requests."
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        35: .line 256
            return
        end local 8 // long r
        36: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        37: .line 261
            goto 4
        38: .line 264
      StackMap locals:
      StackMap stack:
            aload 3 /* w */
            aload 7 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.getValue:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
        end local 7 // java.lang.Object o
        end local 6 // boolean d
        end local 5 // boolean term
        39: .line 214
            goto 4
        40: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 4 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.leave:(I)I
            istore 4 /* missed */
        41: .line 268
            iload 4 /* missed */
            ifne 4
        42: .line 272
            return
        end local 4 // int missed
        end local 3 // io.reactivex.processors.UnicastProcessor w
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // io.reactivex.internal.fuseable.SimplePlainQueue q
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   43     0    this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
            1   43     1       q  Lio/reactivex/internal/fuseable/SimplePlainQueue<Ljava/lang/Object;>;
            2   43     2       a  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            3   43     3       w  Lio/reactivex/processors/UnicastProcessor<TT;>;
            4   43     4  missed  I
            5   39     5    term  Z
            6   39     6       d  Z
            7   39     7       o  Ljava/lang/Object;
           12   17     8     err  Ljava/lang/Throwable;
           25   36     8       r  J
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/QueueDrainSubscriber<TT;Ljava/lang/Object;Lio/reactivex/Flowable<TT;>;>;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;
SourceFile: "FlowableWindowTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWindowTimed
InnerClasses:
  final WindowExactUnboundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed