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

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

  final io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber<T, R>[] subscribers;
    descriptor: [Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: [Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;

  final io.reactivex.functions.Function<? super java.lang.Object[], ? extends R> zipper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;

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

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

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

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

  final java.lang.Object[] current;
    descriptor: [Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  void <init>(org.reactivestreams.Subscriber<? super R>, io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, int, );
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/functions/Function;IIZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.functions.Function zipper
        start local 3 // int n
        start local 4 // int prefetch
        start local 5 // boolean delayErrors
         0: .line 104
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 106
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 107
            aload 0 /* this */
            aload 2 /* zipper */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.zipper:Lio/reactivex/functions/Function;
         3: .line 108
            aload 0 /* this */
            iload 5 /* delayErrors */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.delayErrors:Z
         4: .line 110
            iload 3 /* n */
            anewarray io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber
            astore 6 /* a */
        start local 6 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] a
         5: .line 111
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 9
         7: .line 112
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator org.reactivestreams.Subscriber io.reactivex.functions.Function int int int io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int
      StackMap stack:
            aload 6 /* a */
            iload 7 /* i */
            new io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber
            dup
            aload 0 /* this */
            iload 4 /* prefetch */
            invokespecial io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.<init>:(Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator;I)V
            aastore
         8: .line 111
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 7 /* i */
            iload 3 /* n */
            if_icmplt 7
        end local 7 // int i
        10: .line 114
            aload 0 /* this */
            iload 3 /* n */
            anewarray java.lang.Object
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.current:[Ljava/lang/Object;
        11: .line 115
            aload 0 /* this */
            aload 6 /* a */
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
        12: .line 116
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.requested:Ljava/util/concurrent/atomic/AtomicLong;
        13: .line 117
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
        14: .line 118
            return
        end local 6 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] a
        end local 5 // boolean delayErrors
        end local 4 // int prefetch
        end local 3 // int n
        end local 2 // io.reactivex.functions.Function zipper
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   15     0         this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            0   15     1       actual  Lorg/reactivestreams/Subscriber<-TR;>;
            0   15     2       zipper  Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
            0   15     3            n  I
            0   15     4     prefetch  I
            0   15     5  delayErrors  Z
            5   15     6            a  [Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
            6   10     7            i  I
    Signature: (Lorg/reactivestreams/Subscriber<-TR;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IIZ)V
    MethodParameters:
             Name  Flags
      actual       
      zipper       
      n            
      prefetch     
      delayErrors  

  void subscribe(org.reactivestreams.Publisher<? extends T>[], );
    descriptor: ([Lorg/reactivestreams/Publisher;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
        start local 1 // org.reactivestreams.Publisher[] sources
        start local 2 // int n
         0: .line 121
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
            astore 3 /* a */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] a
         1: .line 122
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 7
         3: .line 123
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelled:Z
            ifne 4
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.delayErrors:Z
            ifne 5
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            ifnull 5
         4: .line 124
      StackMap locals:
      StackMap stack:
            return
         5: .line 126
      StackMap locals:
      StackMap stack:
            aload 1 /* sources */
            iload 4 /* i */
            aaload
            aload 3 /* a */
            iload 4 /* i */
            aaload
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         6: .line 122
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 2 /* n */
            if_icmplt 3
        end local 4 // int i
         8: .line 128
            return
        end local 3 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] a
        end local 2 // int n
        end local 1 // org.reactivestreams.Publisher[] sources
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            0    9     1  sources  [Lorg/reactivestreams/Publisher;
            0    9     2        n  I
            1    9     3        a  [Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
            2    8     4        i  I
    Signature: ([Lorg/reactivestreams/Publisher<+TT;>;I)V
    MethodParameters:
         Name  Flags
      sources  
      n        

  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.FlowableZip$ZipCoordinator this
        start local 1 // long n
         0: .line 132
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 133
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 134
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
         3: .line 136
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            0    4     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
         0: .line 140
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelled:Z
            ifne 3
         1: .line 141
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelled:Z
         2: .line 143
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
         3: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;

  void error(io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber<T, R>, java.lang.Throwable);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
        start local 2 // java.lang.Throwable e
         0: .line 148
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 2 /* e */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 4
         1: .line 149
            aload 1 /* inner */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
         2: .line 150
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.drain:()V
         3: .line 151
            goto 5
         4: .line 152
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         5: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable e
        end local 1 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            0    6     1  inner  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
            0    6     2      e  Ljava/lang/Throwable;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;Ljava/lang/Throwable;)V
    MethodParameters:
       Name  Flags
      inner  
      e      

  void cancelAll();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
         0: .line 157
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 4
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator top int int io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* s */
        start local 1 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber s
         2: .line 158
            aload 1 /* s */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.cancel:()V
        end local 1 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber s
         3: .line 157
            iinc 2 1
      StackMap locals:
      StackMap stack:
         4: iload 2
            iload 3
            if_icmplt 1
         5: .line 160
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            2    3     1     s  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=18, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
         0: .line 164
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.getAndIncrement:()I
            ifeq 2
         1: .line 165
            return
         2: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.downstream:Lorg/reactivestreams/Subscriber;
            astore 1 /* a */
        start local 1 // org.reactivestreams.Subscriber a
         3: .line 169
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.subscribers:[Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
            astore 2 /* qs */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] qs
         4: .line 170
            aload 2 /* qs */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         5: .line 171
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.current:[Ljava/lang/Object;
            astore 4 /* values */
        start local 4 // java.lang.Object[] values
         6: .line 173
            iconst_1
            istore 5 /* missed */
        start local 5 // int missed
         7: .line 177
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator org.reactivestreams.Subscriber io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int java.lang.Object[] int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lstore 6 /* r */
        start local 6 // long r
         8: .line 178
            lconst_0
            lstore 8 /* e */
        start local 8 // long e
         9: .line 180
            goto 65
        10: .line 182
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelled:Z
            ifeq 12
        11: .line 183
            return
        12: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.delayErrors:Z
            ifne 16
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            ifnull 16
        13: .line 187
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
        14: .line 188
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        15: .line 189
            return
        16: .line 192
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* empty */
        start local 10 // boolean empty
        17: .line 194
            iconst_0
            istore 11 /* j */
        start local 11 // int j
        18: goto 51
        19: .line 195
      StackMap locals: int int
      StackMap stack:
            aload 2 /* qs */
            iload 11 /* j */
            aaload
            astore 12 /* inner */
        start local 12 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
        20: .line 196
            aload 4 /* values */
            iload 11 /* j */
            aaload
            ifnonnull 50
        21: .line 198
            aload 12 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
            istore 13 /* d */
        start local 13 // boolean d
        22: .line 199
            aload 12 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            astore 14 /* q */
        start local 14 // io.reactivex.internal.fuseable.SimpleQueue q
        23: .line 201
            aload 14 /* q */
            ifnull 24
            aload 14 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
            goto 25
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber int io.reactivex.internal.fuseable.SimpleQueue
      StackMap stack:
        24: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
        25: astore 15 /* v */
        start local 15 // java.lang.Object v
        26: .line 203
            aload 15 /* v */
            ifnonnull 27
            iconst_1
            goto 28
      StackMap locals: java.lang.Object
      StackMap stack:
        27: iconst_0
      StackMap locals:
      StackMap stack: int
        28: istore 16 /* sourceEmpty */
        start local 16 // boolean sourceEmpty
        29: .line 204
            iload 13 /* d */
            ifeq 37
            iload 16 /* sourceEmpty */
            ifeq 37
        30: .line 205
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
        31: .line 206
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 17 /* ex */
        start local 17 // java.lang.Throwable ex
        32: .line 207
            aload 17 /* ex */
            ifnull 35
        33: .line 208
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        34: .line 209
            goto 36
        35: .line 210
      StackMap locals: int java.lang.Throwable
      StackMap stack:
            aload 1 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        36: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 17 // java.lang.Throwable ex
        37: .line 214
      StackMap locals:
      StackMap stack:
            iload 16 /* sourceEmpty */
            ifne 40
        38: .line 215
            aload 4 /* values */
            iload 11 /* j */
            aload 15 /* v */
            aastore
        39: .line 216
            goto 50
        40: .line 217
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 10 /* empty */
        end local 16 // boolean sourceEmpty
        end local 15 // java.lang.Object v
        end local 14 // io.reactivex.internal.fuseable.SimpleQueue q
        end local 13 // boolean d
        41: .line 219
            goto 50
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator org.reactivestreams.Subscriber io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int java.lang.Object[] int long long int int io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber
      StackMap stack: java.lang.Throwable
        42: astore 13 /* ex */
        start local 13 // java.lang.Throwable ex
        43: .line 220
            aload 13 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        44: .line 222
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 13 /* ex */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            pop
        45: .line 223
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.delayErrors:Z
            ifne 49
        46: .line 224
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
        47: .line 225
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        48: .line 226
            return
        49: .line 228
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iconst_1
            istore 10 /* empty */
        end local 13 // java.lang.Throwable ex
        end local 12 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
        50: .line 194
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ 1
      StackMap locals:
      StackMap stack:
        51: iload 11 /* j */
            iload 3 /* n */
            if_icmplt 19
        end local 11 // int j
        52: .line 233
            iload 10 /* empty */
            ifeq 54
        53: .line 234
            goto 66
        54: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.zipper:Lio/reactivex/functions/Function;
            aload 4 /* values */
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The zipper returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        55: .line 241
            goto 62
        end local 11 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
        56: astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        57: .line 242
            aload 12 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        58: .line 243
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
        59: .line 244
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 12 /* ex */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            pop
        60: .line 245
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        61: .line 246
            return
        end local 12 // java.lang.Throwable ex
        start local 11 // java.lang.Object v
        62: .line 249
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* a */
            aload 11 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        63: .line 251
            lload 8 /* e */
            lconst_1
            ladd
            lstore 8 /* e */
        64: .line 253
            aload 4 /* values */
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        end local 11 // java.lang.Object v
        end local 10 // boolean empty
        65: .line 180
      StackMap locals:
      StackMap stack:
            lload 6 /* r */
            lload 8 /* e */
            lcmp
            ifne 10
        66: .line 256
      StackMap locals:
      StackMap stack:
            lload 6 /* r */
            lload 8 /* e */
            lcmp
            ifne 105
        67: .line 257
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelled:Z
            ifeq 69
        68: .line 258
            return
        69: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.delayErrors:Z
            ifne 73
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            ifnull 73
        70: .line 262
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
        71: .line 263
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        72: .line 264
            return
        73: .line 267
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* j */
        start local 10 // int j
        74: goto 104
        75: .line 268
      StackMap locals: int
      StackMap stack:
            aload 2 /* qs */
            iload 10 /* j */
            aaload
            astore 11 /* inner */
        start local 11 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
        76: .line 269
            aload 4 /* values */
            iload 10 /* j */
            aaload
            ifnonnull 103
        77: .line 271
            aload 11 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.done:Z
            istore 12 /* d */
        start local 12 // boolean d
        78: .line 272
            aload 11 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            astore 13 /* q */
        start local 13 // io.reactivex.internal.fuseable.SimpleQueue q
        79: .line 273
            aload 13 /* q */
            ifnull 80
            aload 13 /* q */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
            goto 81
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber int io.reactivex.internal.fuseable.SimpleQueue
      StackMap stack:
        80: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Object
        81: astore 14 /* v */
        start local 14 // java.lang.Object v
        82: .line 275
            aload 14 /* v */
            ifnonnull 83
            iconst_1
            goto 84
      StackMap locals: java.lang.Object
      StackMap stack:
        83: iconst_0
      StackMap locals:
      StackMap stack: int
        84: istore 15 /* empty */
        start local 15 // boolean empty
        85: .line 276
            iload 12 /* d */
            ifeq 93
            iload 15 /* empty */
            ifeq 93
        86: .line 277
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
        87: .line 278
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 16 /* ex */
        start local 16 // java.lang.Throwable ex
        88: .line 279
            aload 16 /* ex */
            ifnull 91
        89: .line 280
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        90: .line 281
            goto 92
        91: .line 282
      StackMap locals: int java.lang.Throwable
      StackMap stack:
            aload 1 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        92: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 16 // java.lang.Throwable ex
        93: .line 286
      StackMap locals:
      StackMap stack:
            iload 15 /* empty */
            ifne 103
        94: .line 287
            aload 4 /* values */
            iload 10 /* j */
            aload 14 /* v */
            aastore
        end local 15 // boolean empty
        end local 14 // java.lang.Object v
        end local 13 // io.reactivex.internal.fuseable.SimpleQueue q
        end local 12 // boolean d
        95: .line 289
            goto 103
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator org.reactivestreams.Subscriber io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int java.lang.Object[] int long long int io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber
      StackMap stack: java.lang.Throwable
        96: astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        97: .line 290
            aload 12 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        98: .line 291
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 12 /* ex */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            pop
        99: .line 292
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.delayErrors:Z
            ifne 103
       100: .line 293
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.cancelAll:()V
       101: .line 294
            aload 1 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
       102: .line 295
            return
        end local 12 // java.lang.Throwable ex
        end local 11 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
       103: .line 267
      StackMap locals:
      StackMap stack:
            iinc 10 /* j */ 1
      StackMap locals:
      StackMap stack:
       104: iload 10 /* j */
            iload 3 /* n */
            if_icmplt 75
        end local 10 // int j
       105: .line 303
      StackMap locals:
      StackMap stack:
            lload 8 /* e */
            lconst_0
            lcmp
            ifeq 113
       106: .line 305
            aload 2 /* qs */
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 110
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator org.reactivestreams.Subscriber io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int java.lang.Object[] int long long top int int io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[]
      StackMap stack:
       107: aload 13
            iload 11
            aaload
            astore 10 /* inner */
        start local 10 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
       108: .line 306
            aload 10 /* inner */
            lload 8 /* e */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber.request:(J)V
        end local 10 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber inner
       109: .line 305
            iinc 11 1
      StackMap locals:
      StackMap stack:
       110: iload 11
            iload 12
            if_icmplt 107
       111: .line 309
            lload 6 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 113
       112: .line 310
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 8 /* e */
            lneg
            invokevirtual java.util.concurrent.atomic.AtomicLong.addAndGet:(J)J
            pop2
       113: .line 314
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator org.reactivestreams.Subscriber io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] int java.lang.Object[] int long long
      StackMap stack:
            aload 0 /* this */
            iload 5 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator.addAndGet:(I)I
            istore 5 /* missed */
       114: .line 315
            iload 5 /* missed */
            ifne 7
        end local 8 // long e
        end local 6 // long r
       115: .line 319
            return
        end local 5 // int missed
        end local 4 // java.lang.Object[] values
        end local 3 // int n
        end local 2 // io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber[] qs
        end local 1 // org.reactivestreams.Subscriber a
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0  116     0         this  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipCoordinator<TT;TR;>;
            3  116     1            a  Lorg/reactivestreams/Subscriber<-TR;>;
            4  116     2           qs  [Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber;
            5  116     3            n  I
            6  116     4       values  [Ljava/lang/Object;
            7  116     5       missed  I
            8  115     6            r  J
            9  115     8            e  J
           17   65    10        empty  Z
           18   52    11            j  I
           20   50    12        inner  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
           22   41    13            d  Z
           23   41    14            q  Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;
           26   41    15            v  TT;
           29   41    16  sourceEmpty  Z
           32   37    17           ex  Ljava/lang/Throwable;
           43   50    13           ex  Ljava/lang/Throwable;
           55   56    11            v  TR;
           62   65    11            v  TR;
           57   62    12           ex  Ljava/lang/Throwable;
           74  105    10            j  I
           76  103    11        inner  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
           78   95    12            d  Z
           79   95    13            q  Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;
           82   95    14            v  TT;
           85   95    15        empty  Z
           88   93    16           ex  Ljava/lang/Throwable;
           97  103    12           ex  Ljava/lang/Throwable;
          108  109    10        inner  Lio/reactivex/internal/operators/flowable/FlowableZip$ZipSubscriber<TT;TR;>;
      Exception table:
        from    to  target  type
          21    36      42  Class java.lang.Throwable
          37    41      42  Class java.lang.Throwable
          54    55      56  Class java.lang.Throwable
          77    92      96  Class java.lang.Throwable
          93    95      96  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableZip.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableZip
InnerClasses:
  final ZipCoordinator = io.reactivex.internal.operators.flowable.FlowableZip$ZipCoordinator of io.reactivex.internal.operators.flowable.FlowableZip
  final ZipSubscriber = io.reactivex.internal.operators.flowable.FlowableZip$ZipSubscriber of io.reactivex.internal.operators.flowable.FlowableZip