final class io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber<T> extends io.reactivex.internal.subscribers.QueueDrainSubscriber<T, java.lang.Object, io.reactivex.Flowable<T>> implements org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber
  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

  final boolean restartTimerOnMaxSize;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

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

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

  long count;
    descriptor: J
    flags: (0x0000) 

  long producerIndex;
    descriptor: J
    flags: (0x0000) 

  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;>;

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

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

  void <init>(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, long, );
    descriptor: (Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IJZ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=8
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber 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
        start local 7 // long maxSize
        start local 9 // boolean restartTimerOnMaxSize
         0: .line 302
            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 296
            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$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
         2: .line 303
            aload 0 /* this */
            lload 2 /* timespan */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
         3: .line 304
            aload 0 /* this */
            aload 4 /* unit */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 305
            aload 0 /* this */
            aload 5 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.scheduler:Lio/reactivex/Scheduler;
         5: .line 306
            aload 0 /* this */
            iload 6 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.bufferSize:I
         6: .line 307
            aload 0 /* this */
            lload 7 /* maxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.maxSize:J
         7: .line 308
            aload 0 /* this */
            iload 9 /* restartTimerOnMaxSize */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.restartTimerOnMaxSize:Z
         8: .line 309
            iload 9 /* restartTimerOnMaxSize */
            ifeq 11
         9: .line 310
            aload 0 /* this */
            aload 5 /* scheduler */
            invokevirtual io.reactivex.Scheduler.createWorker:()Lio/reactivex/Scheduler$Worker;
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
        10: .line 311
            goto 12
        11: .line 312
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber org.reactivestreams.Subscriber long java.util.concurrent.TimeUnit io.reactivex.Scheduler int long int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
        12: .line 314
      StackMap locals:
      StackMap stack:
            return
        end local 9 // boolean restartTimerOnMaxSize
        end local 7 // long maxSize
        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$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   13     0                   this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<TT;>;
            0   13     1                 actual  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            0   13     2               timespan  J
            0   13     4                   unit  Ljava/util/concurrent/TimeUnit;
            0   13     5              scheduler  Lio/reactivex/Scheduler;
            0   13     6             bufferSize  I
            0   13     7                maxSize  J
            0   13     9  restartTimerOnMaxSize  Z
    Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IJZ)V
    MethodParameters:
                       Name  Flags
      actual                 
      timespan               
      unit                   
      scheduler              
      bufferSize             
      maxSize                
      restartTimerOnMaxSize  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 318
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 25
         1: .line 320
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 322
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         3: .line 324
            aload 2 /* a */
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         4: .line 326
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.cancelled:Z
            ifeq 6
         5: .line 327
            return
         6: .line 330
      StackMap locals: org.reactivestreams.Subscriber
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.bufferSize:I
            invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
            astore 3 /* w */
        start local 3 // io.reactivex.processors.UnicastProcessor w
         7: .line 331
            aload 0 /* this */
            aload 3 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
         8: .line 333
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.requested:()J
            lstore 4 /* r */
        start local 4 // long r
         9: .line 334
            lload 4 /* r */
            lconst_0
            lcmp
            ifeq 14
        10: .line 335
            aload 2 /* a */
            aload 3 /* w */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        11: .line 336
            lload 4 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 18
        12: .line 337
            aload 0 /* this */
            lconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.produced:(J)J
            pop2
        13: .line 339
            goto 18
        14: .line 340
      StackMap locals: io.reactivex.processors.UnicastProcessor long
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.cancelled:Z
        15: .line 341
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        16: .line 342
            aload 2 /* a */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver initial 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
        17: .line 343
            return
        18: .line 347
      StackMap locals:
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder.<init>:(JLio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber;)V
            astore 7 /* consumerIndexHolder */
        start local 7 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder consumerIndexHolder
        19: .line 348
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.restartTimerOnMaxSize:Z
            ifeq 22
        20: .line 349
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            aload 7 /* consumerIndexHolder */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            astore 6 /* task */
        start local 6 // io.reactivex.disposables.Disposable task
        21: .line 350
            goto 23
        end local 6 // io.reactivex.disposables.Disposable task
        22: .line 351
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber org.reactivestreams.Subscription org.reactivestreams.Subscriber io.reactivex.processors.UnicastProcessor long top io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.scheduler:Lio/reactivex/Scheduler;
            aload 7 /* consumerIndexHolder */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokevirtual io.reactivex.Scheduler.schedulePeriodicallyDirect:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            astore 6 /* task */
        start local 6 // io.reactivex.disposables.Disposable task
        23: .line 354
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber org.reactivestreams.Subscription org.reactivestreams.Subscriber io.reactivex.processors.UnicastProcessor long io.reactivex.disposables.Disposable io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 6 /* task */
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            ifeq 25
        24: .line 355
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        end local 7 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder consumerIndexHolder
        end local 6 // io.reactivex.disposables.Disposable task
        end local 4 // long r
        end local 3 // io.reactivex.processors.UnicastProcessor w
        end local 2 // org.reactivestreams.Subscriber a
        25: .line 358
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber org.reactivestreams.Subscription
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   26     0                 this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<TT;>;
            0   26     1                    s  Lorg/reactivestreams/Subscription;
            3   25     2                    a  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            7   25     3                    w  Lio/reactivex/processors/UnicastProcessor<TT;>;
            9   25     4                    r  J
           21   22     6                 task  Lio/reactivex/disposables/Disposable;
           23   25     6                 task  Lio/reactivex/disposables/Disposable;
           19   25     7  consumerIndexHolder  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
        start local 1 // java.lang.Object t
         0: .line 362
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.terminated:Z
            ifeq 2
         1: .line 363
            return
         2: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.fastEnter:()Z
            ifeq 33
         3: .line 367
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
            astore 2 /* w */
        start local 2 // io.reactivex.processors.UnicastProcessor w
         4: .line 368
            aload 2 /* w */
            aload 1 /* t */
            invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
         5: .line 370
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
            lconst_1
            ladd
            lstore 3 /* c */
        start local 3 // long c
         6: .line 372
            lload 3 /* c */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.maxSize:J
            lcmp
            iflt 30
         7: .line 373
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
         8: .line 374
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
         9: .line 376
            aload 2 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        10: .line 378
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.requested:()J
            lstore 5 /* r */
        start local 5 // long r
        11: .line 380
            lload 5 /* r */
            lconst_0
            lcmp
            ifeq 25
        12: .line 381
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.bufferSize:I
            invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
            astore 2 /* w */
        13: .line 382
            aload 0 /* this */
            aload 2 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        14: .line 383
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 2 /* w */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        15: .line 384
            lload 5 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 17
        16: .line 385
            aload 0 /* this */
            lconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.produced:(J)J
            pop2
        17: .line 387
      StackMap locals: io.reactivex.processors.UnicastProcessor long long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.restartTimerOnMaxSize:Z
            ifeq 31
        18: .line 388
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            astore 7 /* tm */
        start local 7 // io.reactivex.disposables.Disposable tm
        19: .line 390
            aload 7 /* tm */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
        20: .line 391
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
        21: .line 392
            new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder.<init>:(JLio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber;)V
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
        22: .line 391
            invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            astore 8 /* task */
        start local 8 // io.reactivex.disposables.Disposable task
        23: .line 393
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 8 /* task */
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            pop
        end local 8 // io.reactivex.disposables.Disposable task
        end local 7 // io.reactivex.disposables.Disposable tm
        24: .line 395
            goto 31
        25: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        26: .line 397
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        27: .line 398
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver 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
        28: .line 399
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
        29: .line 400
            return
        end local 5 // long r
        30: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 3 /* c */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
        31: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.leave:(I)I
            ifne 36
        32: .line 407
            return
        end local 3 // long c
        end local 2 // io.reactivex.processors.UnicastProcessor w
        33: .line 410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.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
        34: .line 411
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.enter:()Z
            ifne 36
        35: .line 412
            return
        36: .line 415
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.drainLoop:()V
        37: .line 416
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   38     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<TT;>;
            0   38     1     t  TT;
            4   33     2     w  Lio/reactivex/processors/UnicastProcessor<TT;>;
            6   33     3     c  J
           11   30     5     r  J
           19   24     7    tm  Lio/reactivex/disposables/Disposable;
           23   24     8  task  Lio/reactivex/disposables/Disposable;
    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$WindowExactBoundedSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 420
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.error:Ljava/lang/Throwable;
         1: .line 421
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.done:Z
         2: .line 422
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.enter:()Z
            ifeq 4
         3: .line 423
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.drainLoop:()V
         4: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 427
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
         6: .line 428
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<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$WindowExactBoundedSubscriber this
         0: .line 432
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.done:Z
         1: .line 433
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.enter:()Z
            ifeq 3
         2: .line 434
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.drainLoop:()V
         3: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         4: .line 438
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
         5: .line 439
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<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$WindowExactBoundedSubscriber this
        start local 1 // long n
         0: .line 443
            aload 0 /* this */
            lload 1 /* n */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.requested:(J)V
         1: .line 444
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<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$WindowExactBoundedSubscriber this
         0: .line 448
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.cancelled:Z
         1: .line 449
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<TT;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
         0: .line 452
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 453
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
            astore 1 /* w */
        start local 1 // io.reactivex.Scheduler$Worker w
         2: .line 454
            aload 1 /* w */
            ifnull 4
         3: .line 455
            aload 1 /* w */
            invokevirtual io.reactivex.Scheduler$Worker.dispose:()V
         4: .line 457
      StackMap locals: io.reactivex.Scheduler$Worker
      StackMap stack:
            return
        end local 1 // io.reactivex.Scheduler$Worker w
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<TT;>;
            2    5     1     w  Lio/reactivex/Scheduler$Worker;

  void drainLoop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=15, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber this
         0: .line 460
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            astore 1 /* q */
        start local 1 // io.reactivex.internal.fuseable.SimplePlainQueue q
         1: .line 461
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         2: .line 462
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
            astore 3 /* w */
        start local 3 // io.reactivex.processors.UnicastProcessor w
         3: .line 464
            iconst_1
            istore 4 /* missed */
        start local 4 // int missed
         4: .line 468
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber 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$WindowExactBoundedSubscriber.terminated:Z
            ifeq 9
         5: .line 469
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         6: .line 470
            aload 1 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
         7: .line 471
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
         8: .line 472
            return
         9: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.done:Z
            istore 5 /* d */
        start local 5 // boolean d
        10: .line 477
            aload 1 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.poll:()Ljava/lang/Object;
            astore 6 /* o */
        start local 6 // java.lang.Object o
        11: .line 479
            aload 6 /* o */
            ifnonnull 12
            iconst_1
            goto 13
      StackMap locals: int java.lang.Object
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* empty */
        start local 7 // boolean empty
        14: .line 480
            aload 6 /* o */
            instanceof io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
            istore 8 /* isHolder */
        start local 8 // boolean isHolder
        15: .line 482
            iload 5 /* d */
            ifeq 25
            iload 7 /* empty */
            ifne 16
            iload 8 /* isHolder */
            ifeq 25
        16: .line 483
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        17: .line 484
            aload 1 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        18: .line 485
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.error:Ljava/lang/Throwable;
            astore 9 /* err */
        start local 9 // java.lang.Throwable err
        19: .line 486
            aload 9 /* err */
            ifnull 22
        20: .line 487
            aload 3 /* w */
            aload 9 /* err */
            invokevirtual io.reactivex.processors.UnicastProcessor.onError:(Ljava/lang/Throwable;)V
        21: .line 488
            goto 23
        22: .line 489
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        23: .line 491
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
        24: .line 492
            return
        end local 9 // java.lang.Throwable err
        25: .line 495
      StackMap locals:
      StackMap stack:
            iload 7 /* empty */
            ifeq 27
        26: .line 496
            goto 74
        27: .line 499
      StackMap locals:
      StackMap stack:
            iload 8 /* isHolder */
            ifeq 46
        28: .line 500
            aload 6 /* o */
            checkcast io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
            astore 9 /* consumerIndexHolder */
        start local 9 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder consumerIndexHolder
        29: .line 501
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.restartTimerOnMaxSize:Z
            ifne 30
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
            aload 9 /* consumerIndexHolder */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder.index:J
            lcmp
            ifne 4
        30: .line 502
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
      StackMap stack:
            aload 3 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        31: .line 503
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
        32: .line 504
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.bufferSize:I
            invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
            astore 3 /* w */
        33: .line 505
            aload 0 /* this */
            aload 3 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        34: .line 507
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.requested:()J
            lstore 10 /* r */
        start local 10 // long r
        35: .line 508
            lload 10 /* r */
            lconst_0
            lcmp
            ifeq 40
        36: .line 509
            aload 2 /* a */
            aload 3 /* w */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        37: .line 510
            lload 10 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 4
        38: .line 511
            aload 0 /* this */
            lconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.produced:(J)J
            pop2
        39: .line 513
            goto 4
        40: .line 514
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        41: .line 515
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
        42: .line 516
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        43: .line 517
            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
        44: .line 518
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
        45: .line 519
            return
        end local 10 // long r
        end local 9 // io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder consumerIndexHolder
        46: .line 525
      StackMap locals:
      StackMap stack:
            aload 3 /* w */
            aload 6 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.getValue:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
        47: .line 526
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
            lconst_1
            ladd
            lstore 9 /* c */
        start local 9 // long c
        48: .line 528
            lload 9 /* c */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.maxSize:J
            lcmp
            iflt 72
        49: .line 529
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
        50: .line 530
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
        51: .line 532
            aload 3 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        52: .line 534
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.requested:()J
            lstore 11 /* r */
        start local 11 // long r
        53: .line 536
            lload 11 /* r */
            lconst_0
            lcmp
            ifeq 67
        54: .line 537
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.bufferSize:I
            invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
            astore 3 /* w */
        55: .line 538
            aload 0 /* this */
            aload 3 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        56: .line 539
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 3 /* w */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        57: .line 540
            lload 11 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 59
        58: .line 541
            aload 0 /* this */
            lconst_1
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.produced:(J)J
            pop2
        59: .line 544
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.restartTimerOnMaxSize:Z
            ifeq 4
        60: .line 545
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            astore 13 /* tm */
        start local 13 // io.reactivex.disposables.Disposable tm
        61: .line 546
            aload 13 /* tm */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
        62: .line 548
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.worker:Lio/reactivex/Scheduler$Worker;
        63: .line 549
            new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.producerIndex:J
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder.<init>:(JLio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber;)V
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timespan:J
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
        64: .line 548
            invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
            astore 14 /* task */
        start local 14 // io.reactivex.disposables.Disposable task
        65: .line 550
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 14 /* task */
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            pop
        end local 14 // io.reactivex.disposables.Disposable task
        end local 13 // io.reactivex.disposables.Disposable tm
        66: .line 553
            goto 4
        67: .line 554
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        68: .line 555
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        69: .line 556
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver 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
        70: .line 557
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.dispose:()V
        71: .line 558
            return
        end local 11 // long r
        72: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 9 /* c */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.count:J
        end local 9 // long c
        end local 8 // boolean isHolder
        end local 7 // boolean empty
        end local 6 // java.lang.Object o
        end local 5 // boolean d
        73: .line 467
            goto 4
        74: .line 565
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber io.reactivex.internal.fuseable.SimplePlainQueue org.reactivestreams.Subscriber io.reactivex.processors.UnicastProcessor int
      StackMap stack:
            aload 0 /* this */
            iload 4 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.leave:(I)I
            istore 4 /* missed */
        75: .line 566
            iload 4 /* missed */
            ifne 4
        76: .line 570
            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$WindowExactBoundedSubscriber this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   77     0                 this  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber<TT;>;
            1   77     1                    q  Lio/reactivex/internal/fuseable/SimplePlainQueue<Ljava/lang/Object;>;
            2   77     2                    a  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            3   77     3                    w  Lio/reactivex/processors/UnicastProcessor<TT;>;
            4   77     4               missed  I
           10   73     5                    d  Z
           11   73     6                    o  Ljava/lang/Object;
           14   73     7                empty  Z
           15   73     8             isHolder  Z
           19   25     9                  err  Ljava/lang/Throwable;
           29   46     9  consumerIndexHolder  Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder;
           35   46    10                    r  J
           48   73     9                    c  J
           53   72    11                    r  J
           61   66    13                   tm  Lio/reactivex/disposables/Disposable;
           65   66    14                 task  Lio/reactivex/disposables/Disposable;

  static boolean access$0(io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber;)Z
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 275
            aload 0
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.cancelled:Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static io.reactivex.internal.fuseable.SimplePlainQueue access$1(io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactBoundedSubscriber;)Lio/reactivex/internal/fuseable/SimplePlainQueue;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 275
            aload 0
            getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/QueueDrainSubscriber<TT;Ljava/lang/Object;Lio/reactivex/Flowable<TT;>;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableWindowTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWindowTimed
InnerClasses:
  public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
  final WindowExactBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed
  final ConsumerIndexHolder = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder of io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber