final class io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<T, B> extends java.util.concurrent.atomic.AtomicInteger 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.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2233020065421370272

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

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

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<T, B>> boundarySubscriber;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<TT;TB;>;>;

  static final io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<java.lang.Object, java.lang.Object> BOUNDARY_DISPOSED;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<Ljava/lang/Object;Ljava/lang/Object;>;

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

  final io.reactivex.internal.queue.MpscLinkedQueue<java.lang.Object> queue;
    descriptor: Lio/reactivex/internal/queue/MpscLinkedQueue;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/queue/MpscLinkedQueue<Ljava/lang/Object;>;

  final io.reactivex.internal.util.AtomicThrowable errors;
    descriptor: Lio/reactivex/internal/util/AtomicThrowable;
    flags: (0x0010) ACC_FINAL

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

  final java.util.concurrent.Callable<? extends org.reactivestreams.Publisher<B>> other;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<+Lorg/reactivestreams/Publisher<TB;>;>;

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 62
            new io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber
            dup
            aconst_null
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber;)V
            putstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.BOUNDARY_DISPOSED:Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber;
         1: .line 74
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.NEXT_WINDOW:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>, int, java.util.concurrent.Callable<? extends org.reactivestreams.Publisher<B>>);
    descriptor: (Lorg/reactivestreams/Subscriber;ILjava/util/concurrent/Callable;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
        start local 2 // int capacityHint
        start local 3 // java.util.concurrent.Callable other
         0: .line 86
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 88
            aload 0 /* this */
            iload 2 /* capacityHint */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.capacityHint:I
         3: .line 89
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.boundarySubscriber:Ljava/util/concurrent/atomic/AtomicReference;
         4: .line 90
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_1
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.windows:Ljava/util/concurrent/atomic/AtomicInteger;
         5: .line 91
            aload 0 /* this */
            new io.reactivex.internal.queue.MpscLinkedQueue
            dup
            invokespecial io.reactivex.internal.queue.MpscLinkedQueue.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.queue:Lio/reactivex/internal/queue/MpscLinkedQueue;
         6: .line 92
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
         7: .line 93
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.stopWindows:Ljava/util/concurrent/atomic/AtomicBoolean;
         8: .line 94
            aload 0 /* this */
            aload 3 /* other */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.other:Ljava/util/concurrent/Callable;
         9: .line 95
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
        10: .line 96
            return
        end local 3 // java.util.concurrent.Callable other
        end local 2 // int capacityHint
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0   11     1    downstream  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            0   11     2  capacityHint  I
            0   11     3         other  Ljava/util/concurrent/Callable<+Lorg/reactivestreams/Publisher<TB;>;>;
    Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;ILjava/util/concurrent/Callable<+Lorg/reactivestreams/Publisher<TB;>;>;)V
    MethodParameters:
              Name  Flags
      downstream    
      capacityHint  
      other         

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 100
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 6
         1: .line 101
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 102
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 103
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.queue:Lio/reactivex/internal/queue/MpscLinkedQueue;
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.NEXT_WINDOW:Ljava/lang/Object;
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue.offer:(Ljava/lang/Object;)Z
            pop
         4: .line 104
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         5: .line 105
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         6: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0    7     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // java.lang.Object t
         0: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.queue:Lio/reactivex/internal/queue/MpscLinkedQueue;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue.offer:(Ljava/lang/Object;)Z
            pop
         1: .line 112
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         2: .line 113
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0    3     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.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // java.lang.Throwable e
         0: .line 117
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.disposeBoundary:()V
         1: .line 118
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* e */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 5
         2: .line 119
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
         3: .line 120
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         4: .line 121
            goto 6
         5: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         6: .line 124
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0    7     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  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.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
         0: .line 128
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.disposeBoundary:()V
         1: .line 129
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
         2: .line 130
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         3: .line 131
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
         0: .line 135
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.stopWindows:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 4
         1: .line 136
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.disposeBoundary:()V
         2: .line 137
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.windows:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            ifne 4
         3: .line 138
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         4: .line 141
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;

  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.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // long n
         0: .line 145
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         1: .line 146
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0    2     1     n  J
    MethodParameters:
      Name  Flags
      n     

  void disposeBoundary();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
         0: .line 150
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.boundarySubscriber:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.BOUNDARY_DISPOSED:Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            astore 1 /* d */
        start local 1 // io.reactivex.disposables.Disposable d
         1: .line 151
            aload 1 /* d */
            ifnull 3
            aload 1 /* d */
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.BOUNDARY_DISPOSED:Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber;
            if_acmpeq 3
         2: .line 152
            aload 1 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         3: .line 154
      StackMap locals: io.reactivex.disposables.Disposable
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            1    4     1     d  Lio/reactivex/disposables/Disposable;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
         0: .line 158
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.windows:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            ifne 2
         1: .line 159
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;

  void innerNext(io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<T, B>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber sender
         0: .line 164
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.boundarySubscriber:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* sender */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         1: .line 165
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.queue:Lio/reactivex/internal/queue/MpscLinkedQueue;
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.NEXT_WINDOW:Ljava/lang/Object;
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue.offer:(Ljava/lang/Object;)Z
            pop
         2: .line 166
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         3: .line 167
            return
        end local 1 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber sender
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0    4     1  sender  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<TT;TB;>;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<TT;TB;>;)V
    MethodParameters:
        Name  Flags
      sender  

  void innerError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
        start local 1 // java.lang.Throwable e
         0: .line 170
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 171
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* e */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 5
         2: .line 172
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
         3: .line 173
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         4: .line 174
            goto 6
         5: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         6: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            0    7     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  void innerComplete();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
         0: .line 180
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 181
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
         2: .line 182
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.drain:()V
         3: .line 183
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=13, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
         0: .line 187
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.getAndIncrement:()I
            ifeq 2
         1: .line 188
            return
         2: .line 191
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 192
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* downstream */
        start local 2 // org.reactivestreams.Subscriber downstream
         4: .line 193
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.queue:Lio/reactivex/internal/queue/MpscLinkedQueue;
            astore 3 /* queue */
        start local 3 // io.reactivex.internal.queue.MpscLinkedQueue queue
         5: .line 194
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.errors:Lio/reactivex/internal/util/AtomicThrowable;
            astore 4 /* errors */
        start local 4 // io.reactivex.internal.util.AtomicThrowable errors
         6: .line 195
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.emitted:J
            lstore 5 /* emitted */
        start local 5 // long emitted
         7: .line 200
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.queue.MpscLinkedQueue io.reactivex.internal.util.AtomicThrowable long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.windows:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.get:()I
            ifne 11
         8: .line 201
            aload 3 /* queue */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue.clear:()V
         9: .line 202
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        10: .line 203
            return
        11: .line 206
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
            astore 7 /* w */
        start local 7 // io.reactivex.processors.UnicastProcessor w
        12: .line 208
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
            istore 8 /* d */
        start local 8 // boolean d
        13: .line 210
            iload 8 /* d */
            ifeq 21
            aload 4 /* errors */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            ifnull 21
        14: .line 211
            aload 3 /* queue */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue.clear:()V
        15: .line 212
            aload 4 /* errors */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 9 /* ex */
        start local 9 // java.lang.Throwable ex
        16: .line 213
            aload 7 /* w */
            ifnull 19
        17: .line 214
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        18: .line 215
            aload 7 /* w */
            aload 9 /* ex */
            invokevirtual io.reactivex.processors.UnicastProcessor.onError:(Ljava/lang/Throwable;)V
        19: .line 217
      StackMap locals: io.reactivex.processors.UnicastProcessor int java.lang.Throwable
      StackMap stack:
            aload 2 /* downstream */
            aload 9 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        20: .line 218
            return
        end local 9 // java.lang.Throwable ex
        21: .line 221
      StackMap locals:
      StackMap stack:
            aload 3 /* queue */
            invokevirtual io.reactivex.internal.queue.MpscLinkedQueue.poll:()Ljava/lang/Object;
            astore 9 /* v */
        start local 9 // java.lang.Object v
        22: .line 223
            aload 9 /* v */
            ifnonnull 23
            iconst_1
            goto 24
      StackMap locals: java.lang.Object
      StackMap stack:
        23: iconst_0
      StackMap locals:
      StackMap stack: int
        24: istore 10 /* empty */
        start local 10 // boolean empty
        25: .line 225
            iload 8 /* d */
            ifeq 38
            iload 10 /* empty */
            ifeq 38
        26: .line 226
            aload 4 /* errors */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            astore 11 /* ex */
        start local 11 // java.lang.Throwable ex
        27: .line 227
            aload 11 /* ex */
            ifnonnull 33
        28: .line 228
            aload 7 /* w */
            ifnull 31
        29: .line 229
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        30: .line 230
            aload 7 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        31: .line 232
      StackMap locals: int java.lang.Throwable
      StackMap stack:
            aload 2 /* downstream */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        32: .line 233
            goto 37
        33: .line 234
      StackMap locals:
      StackMap stack:
            aload 7 /* w */
            ifnull 36
        34: .line 235
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        35: .line 236
            aload 7 /* w */
            aload 11 /* ex */
            invokevirtual io.reactivex.processors.UnicastProcessor.onError:(Ljava/lang/Throwable;)V
        36: .line 238
      StackMap locals:
      StackMap stack:
            aload 2 /* downstream */
            aload 11 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        37: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 11 // java.lang.Throwable ex
        38: .line 243
      StackMap locals:
      StackMap stack:
            iload 10 /* empty */
            ifeq 40
        39: .line 244
            goto 69
        40: .line 247
      StackMap locals:
      StackMap stack:
            aload 9 /* v */
            getstatic io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.NEXT_WINDOW:Ljava/lang/Object;
            if_acmpeq 43
        41: .line 248
            aload 7 /* w */
            aload 9 /* v */
            invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
        42: .line 249
            goto 7
        43: .line 252
      StackMap locals:
      StackMap stack:
            aload 7 /* w */
            ifnull 46
        44: .line 253
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        45: .line 254
            aload 7 /* w */
            invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
        46: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.stopWindows:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 7
        47: .line 258
            lload 5 /* emitted */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lcmp
            ifeq 64
        48: .line 259
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.capacityHint:I
            aload 0 /* this */
            invokestatic io.reactivex.processors.UnicastProcessor.create:(ILjava/lang/Runnable;)Lio/reactivex/processors/UnicastProcessor;
            astore 7 /* w */
        49: .line 260
            aload 0 /* this */
            aload 7 /* w */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
        50: .line 261
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.windows:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            pop
        51: .line 266
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.other:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            ldc "The other Callable returned a null Publisher"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            astore 11 /* otherSource */
        start local 11 // org.reactivestreams.Publisher otherSource
        52: .line 267
            goto 58
        end local 11 // org.reactivestreams.Publisher otherSource
      StackMap locals:
      StackMap stack: java.lang.Throwable
        53: astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        54: .line 268
            aload 12 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        55: .line 269
            aload 4 /* errors */
            aload 12 /* ex */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            pop
        56: .line 270
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
        57: .line 271
            goto 7
        end local 12 // java.lang.Throwable ex
        start local 11 // org.reactivestreams.Publisher otherSource
        58: .line 274
      StackMap locals: org.reactivestreams.Publisher
      StackMap stack:
            new io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber;)V
            astore 12 /* bo */
        start local 12 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber bo
        59: .line 276
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.boundarySubscriber:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            aload 12 /* bo */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 7
        60: .line 277
            aload 11 /* otherSource */
            aload 12 /* bo */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
        61: .line 279
            lload 5 /* emitted */
            lconst_1
            ladd
            lstore 5 /* emitted */
        62: .line 280
            aload 2 /* downstream */
            aload 7 /* w */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        end local 12 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber bo
        end local 11 // org.reactivestreams.Publisher otherSource
        63: .line 282
            goto 7
        64: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        65: .line 284
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.disposeBoundary:()V
        66: .line 285
            aload 4 /* errors */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Could not deliver a window due to lack of requests"
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            pop
        67: .line 286
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.done:Z
        end local 10 // boolean empty
        end local 9 // java.lang.Object v
        end local 8 // boolean d
        end local 7 // io.reactivex.processors.UnicastProcessor w
        68: .line 199
            goto 7
        69: .line 291
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber int org.reactivestreams.Subscriber io.reactivex.internal.queue.MpscLinkedQueue io.reactivex.internal.util.AtomicThrowable long
      StackMap stack:
            aload 0 /* this */
            lload 5 /* emitted */
            putfield io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.emitted:J
        70: .line 292
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber.addAndGet:(I)I
            istore 1 /* missed */
        71: .line 293
            iload 1 /* missed */
            ifne 7
        72: .line 297
            return
        end local 5 // long emitted
        end local 4 // io.reactivex.internal.util.AtomicThrowable errors
        end local 3 // io.reactivex.internal.queue.MpscLinkedQueue queue
        end local 2 // org.reactivestreams.Subscriber downstream
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   73     0         this  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber<TT;TB;>;
            3   73     1       missed  I
            4   73     2   downstream  Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
            5   73     3        queue  Lio/reactivex/internal/queue/MpscLinkedQueue<Ljava/lang/Object;>;
            6   73     4       errors  Lio/reactivex/internal/util/AtomicThrowable;
            7   73     5      emitted  J
           12   68     7            w  Lio/reactivex/processors/UnicastProcessor<TT;>;
           13   68     8            d  Z
           16   21     9           ex  Ljava/lang/Throwable;
           22   68     9            v  Ljava/lang/Object;
           25   68    10        empty  Z
           27   38    11           ex  Ljava/lang/Throwable;
           52   53    11  otherSource  Lorg/reactivestreams/Publisher<TB;>;
           58   63    11  otherSource  Lorg/reactivestreams/Publisher<TB;>;
           54   58    12           ex  Ljava/lang/Throwable;
           59   63    12           bo  Lio/reactivex/internal/operators/flowable/FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber<TT;TB;>;
      Exception table:
        from    to  target  type
          51    52      53  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;B:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;
SourceFile: "FlowableWindowBoundarySupplier.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier
InnerClasses:
  final WindowBoundaryInnerSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryInnerSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier
  final WindowBoundaryMainSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier$WindowBoundaryMainSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowBoundarySupplier