final class io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.FlowableSubscriber<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -1672047311619175801

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection<T>> current;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;>;

  final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> upstream;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

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

  final java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription<T>[]> subscribers;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;>;

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

  volatile io.reactivex.internal.fuseable.SimpleQueue<T> queue;
    descriptor: Lio/reactivex/internal/fuseable/SimpleQueue;
    flags: (0x0040) ACC_VOLATILE
    Signature: Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;

  int sourceMode;
    descriptor: I
    flags: (0x0000) 

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

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

  int consumed;
    descriptor: I
    flags: (0x0000) 

  static final io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] EMPTY;
    descriptor: [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] TERMINATED;
    descriptor: [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 174
            iconst_0
            anewarray io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription
            putstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.EMPTY:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
         1: .line 176
            iconst_0
            anewarray io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription
            putstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.concurrent.atomic.AtomicReference<io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection<T>>, );
    descriptor: (Ljava/util/concurrent/atomic/AtomicReference;I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // java.util.concurrent.atomic.AtomicReference current
        start local 2 // int bufferSize
         0: .line 179
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 180
            aload 0 /* this */
            aload 1 /* current */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.current:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 181
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.upstream:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 182
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.connect:Ljava/util/concurrent/atomic/AtomicBoolean;
         4: .line 183
            aload 0 /* this */
            iload 2 /* bufferSize */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.bufferSize:I
         5: .line 184
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.EMPTY:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
         6: .line 185
            return
        end local 2 // int bufferSize
        end local 1 // java.util.concurrent.atomic.AtomicReference current
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0    7     1     current  Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;>;
            0    7     2  bufferSize  I
    Signature: (Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;>;I)V
    MethodParameters:
            Name  Flags
      current     
      bufferSize  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
         0: .line 190
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 191
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.current:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         2: .line 192
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         3: .line 193
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
         0: .line 197
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 202
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
            ifeq 17
         1: .line 203
            aload 1 /* s */
            instanceof io.reactivex.internal.fuseable.QueueSubscription
            ifeq 15
         2: .line 205
            aload 1 /* s */
            checkcast io.reactivex.internal.fuseable.QueueSubscription
            astore 2 /* qs */
        start local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
         3: .line 207
            aload 2 /* qs */
            bipush 7
            invokeinterface io.reactivex.internal.fuseable.QueueSubscription.requestFusion:(I)I
            istore 3 /* m */
        start local 3 // int m
         4: .line 208
            iload 3 /* m */
            iconst_1
            if_icmpne 10
         5: .line 209
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.sourceMode:I
         6: .line 210
            aload 0 /* this */
            aload 2 /* qs */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
         7: .line 211
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
         8: .line 212
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.drain:()V
         9: .line 213
            return
        10: .line 215
      StackMap locals: io.reactivex.internal.fuseable.QueueSubscription int
      StackMap stack:
            iload 3 /* m */
            iconst_2
            if_icmpne 15
        11: .line 216
            aload 0 /* this */
            iload 3 /* m */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.sourceMode:I
        12: .line 217
            aload 0 /* this */
            aload 2 /* qs */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        13: .line 218
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.bufferSize:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        14: .line 219
            return
        end local 3 // int m
        end local 2 // io.reactivex.internal.fuseable.QueueSubscription qs
        15: .line 223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.reactivex.internal.queue.SpscArrayQueue
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.bufferSize:I
            invokespecial io.reactivex.internal.queue.SpscArrayQueue.<init>:(I)V
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
        16: .line 225
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.bufferSize:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        17: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0   18     1     s  Lorg/reactivestreams/Subscription;
            3   15     2    qs  Lio/reactivex/internal/fuseable/QueueSubscription<TT;>;
            4   15     3     m  I
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // java.lang.Object t
         0: .line 232
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.sourceMode:I
            ifne 3
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            aload 1 /* t */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.offer:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 233
            aload 0 /* this */
            new io.reactivex.exceptions.MissingBackpressureException
            dup
            ldc "Prefetch queue is full?!"
            invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.onError:(Ljava/lang/Throwable;)V
         2: .line 234
            return
         3: .line 238
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.drain:()V
         4: .line 239
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0    5     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.FlowablePublishAlt$PublishConnection this
        start local 1 // java.lang.Throwable t
         0: .line 243
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
            ifeq 3
         1: .line 244
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 245
            goto 6
         3: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.error:Ljava/lang/Throwable;
         4: .line 247
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
         5: .line 248
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.drain:()V
         6: .line 250
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<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.FlowablePublishAlt$PublishConnection this
         0: .line 254
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
         1: .line 255
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.drain:()V
         2: .line 256
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=17, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
         0: .line 259
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.getAndIncrement:()I
            ifeq 2
         1: .line 260
            return
         2: .line 263
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 264
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            astore 2 /* queue */
        start local 2 // io.reactivex.internal.fuseable.SimpleQueue queue
         4: .line 265
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.consumed:I
            istore 3 /* consumed */
        start local 3 // int consumed
         5: .line 266
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.bufferSize:I
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.bufferSize:I
            iconst_2
            ishr
            isub
            istore 4 /* limit */
        start local 4 // int limit
         6: .line 267
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.sourceMode:I
            iconst_1
            if_icmpeq 7
            iconst_1
            goto 8
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int io.reactivex.internal.fuseable.SimpleQueue int int
      StackMap stack:
         7: iconst_0
      StackMap locals:
      StackMap stack: int
         8: istore 5 /* async */
        start local 5 // boolean async
         9: .line 271
      StackMap locals: int
      StackMap stack:
            aload 2 /* queue */
            ifnull 57
        10: .line 272
            ldc 9223372036854775807
            lstore 6 /* minDemand */
        start local 6 // long minDemand
        11: .line 273
            iconst_0
            istore 8 /* hasDemand */
        start local 8 // boolean hasDemand
        12: .line 275
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
            astore 9 /* innerSubscriptions */
        start local 9 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] innerSubscriptions
        13: .line 277
            aload 9 /* innerSubscriptions */
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 20
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int io.reactivex.internal.fuseable.SimpleQueue int int int long int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] top int int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
        14: aload 13
            iload 11
            aaload
            astore 10 /* inner */
        start local 10 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
        15: .line 278
            aload 10 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.get:()J
            lstore 14 /* request */
        start local 14 // long request
        16: .line 279
            lload 14 /* request */
            ldc -9223372036854775808
            lcmp
            ifeq 19
        17: .line 280
            iconst_1
            istore 8 /* hasDemand */
        18: .line 281
            lload 14 /* request */
            aload 10 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.emitted:J
            lsub
            lload 6 /* minDemand */
            invokestatic java.lang.Math.min:(JJ)J
            lstore 6 /* minDemand */
        end local 14 // long request
        end local 10 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
        19: .line 277
      StackMap locals:
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        20: iload 11
            iload 12
            if_icmplt 14
        21: .line 285
            iload 8 /* hasDemand */
            ifne 54
        22: .line 286
            lconst_0
            lstore 6 /* minDemand */
        23: .line 289
            goto 54
        24: .line 290
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int io.reactivex.internal.fuseable.SimpleQueue int int int long int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
            istore 10 /* d */
        start local 10 // boolean d
        25: .line 294
            aload 2 /* queue */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.poll:()Ljava/lang/Object;
            astore 11 /* v */
        start local 11 // java.lang.Object v
        26: .line 295
            goto 34
        end local 11 // java.lang.Object v
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int io.reactivex.internal.fuseable.SimpleQueue int int int long int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] int
      StackMap stack: java.lang.Throwable
        27: astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        28: .line 296
            aload 12 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        29: .line 297
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        30: .line 298
            aload 2 /* queue */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.clear:()V
        31: .line 299
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
        32: .line 300
            aload 0 /* this */
            aload 12 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.signalError:(Ljava/lang/Throwable;)V
        33: .line 301
            return
        end local 12 // java.lang.Throwable ex
        start local 11 // java.lang.Object v
        34: .line 304
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 11 /* v */
            ifnonnull 35
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack:
        35: iconst_0
      StackMap locals:
      StackMap stack: int
        36: istore 12 /* empty */
        start local 12 // boolean empty
        37: .line 306
            aload 0 /* this */
            iload 10 /* d */
            iload 12 /* empty */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.checkTerminated:(ZZ)Z
            ifeq 39
        38: .line 307
            return
        39: .line 310
      StackMap locals: int
      StackMap stack:
            iload 12 /* empty */
            ifeq 41
        40: .line 311
            goto 55
        41: .line 314
      StackMap locals:
      StackMap stack:
            aload 9 /* innerSubscriptions */
            dup
            astore 16
            arraylength
            istore 15
            iconst_0
            istore 14
            goto 47
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int io.reactivex.internal.fuseable.SimpleQueue int int int long int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] int java.lang.Object int top int int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
        42: aload 16
            iload 14
            aaload
            astore 13 /* inner */
        start local 13 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
        43: .line 315
            aload 13 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.isCancelled:()Z
            ifne 46
        44: .line 316
            aload 13 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.downstream:Lorg/reactivestreams/Subscriber;
            aload 11 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        45: .line 317
            aload 13 /* inner */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.emitted:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.emitted:J
        end local 13 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
        46: .line 314
      StackMap locals:
      StackMap stack:
            iinc 14 1
      StackMap locals:
      StackMap stack:
        47: iload 14
            iload 15
            if_icmplt 42
        48: .line 321
            iload 5 /* async */
            ifeq 51
            iinc 3 /* consumed */ 1
            iload 3 /* consumed */
            iload 4 /* limit */
            if_icmpne 51
        49: .line 322
            iconst_0
            istore 3 /* consumed */
        50: .line 323
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            iload 4 /* limit */
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        51: .line 325
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int io.reactivex.internal.fuseable.SimpleQueue int int int long int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] int java.lang.Object int
      StackMap stack:
            lload 6 /* minDemand */
            lconst_1
            lsub
            lstore 6 /* minDemand */
        52: .line 327
            aload 9 /* innerSubscriptions */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            if_acmpeq 54
        53: .line 328
            goto 9
        end local 12 // boolean empty
        end local 11 // java.lang.Object v
        end local 10 // boolean d
        54: .line 289
      StackMap locals:
      StackMap stack:
            lload 6 /* minDemand */
            lconst_0
            lcmp
            ifne 24
        55: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.done:Z
            aload 2 /* queue */
            invokeinterface io.reactivex.internal.fuseable.SimpleQueue.isEmpty:()Z
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.checkTerminated:(ZZ)Z
            ifeq 57
        56: .line 333
            return
        end local 9 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] innerSubscriptions
        end local 8 // boolean hasDemand
        end local 6 // long minDemand
        57: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* consumed */
            putfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.consumed:I
        58: .line 338
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.addAndGet:(I)I
            istore 1 /* missed */
        59: .line 339
            iload 1 /* missed */
            ifne 61
        60: .line 340
            goto 64
        61: .line 342
      StackMap locals:
      StackMap stack:
            aload 2 /* queue */
            ifnonnull 9
        62: .line 343
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.queue:Lio/reactivex/internal/fuseable/SimpleQueue;
            astore 2 /* queue */
        63: .line 270
            goto 9
        64: .line 346
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean async
        end local 4 // int limit
        end local 3 // int consumed
        end local 2 // io.reactivex.internal.fuseable.SimpleQueue queue
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   65     0                this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            3   65     1              missed  I
            4   65     2               queue  Lio/reactivex/internal/fuseable/SimpleQueue<TT;>;
            5   65     3            consumed  I
            6   65     4               limit  I
            9   65     5               async  Z
           11   57     6           minDemand  J
           12   57     8           hasDemand  Z
           13   57     9  innerSubscriptions  [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
           15   19    10               inner  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;
           16   19    14             request  J
           25   54    10                   d  Z
           26   27    11                   v  TT;
           34   54    11                   v  TT;
           28   34    12                  ex  Ljava/lang/Throwable;
           37   54    12               empty  Z
           43   46    13               inner  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;
      Exception table:
        from    to  target  type
          25    26      27  Class java.lang.Throwable

  boolean checkTerminated(boolean, boolean);
    descriptor: (ZZ)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // boolean isDone
        start local 2 // boolean isEmpty
         0: .line 350
            iload 1 /* isDone */
            ifeq 12
            iload 2 /* isEmpty */
            ifeq 12
         1: .line 351
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.error:Ljava/lang/Throwable;
            astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         2: .line 353
            aload 3 /* ex */
            ifnull 5
         3: .line 354
            aload 0 /* this */
            aload 3 /* ex */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.signalError:(Ljava/lang/Throwable;)V
         4: .line 355
            goto 11
         5: .line 356
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 10
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int int java.lang.Throwable top int int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
         6: aload 7
            iload 5
            aaload
            astore 4 /* inner */
        start local 4 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
         7: .line 357
            aload 4 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.isCancelled:()Z
            ifne 9
         8: .line 358
            aload 4 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        end local 4 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
         9: .line 356
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        10: iload 5
            iload 6
            if_icmplt 6
        11: .line 362
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection int int java.lang.Throwable
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.lang.Throwable ex
        12: .line 364
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // boolean isEmpty
        end local 1 // boolean isDone
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0   13     1   isDone  Z
            0   13     2  isEmpty  Z
            2   12     3       ex  Ljava/lang/Throwable;
            7    9     4    inner  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;
    MethodParameters:
         Name  Flags
      isDone   
      isEmpty  

  void signalError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // java.lang.Throwable ex
         0: .line 369
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection java.lang.Throwable top int int io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* inner */
        start local 2 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
         2: .line 370
            aload 2 /* inner */
            invokevirtual io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.isCancelled:()Z
            ifne 4
         3: .line 371
            aload 2 /* inner */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        end local 2 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
         4: .line 369
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 374
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0    7     1     ex  Ljava/lang/Throwable;
            2    4     2  inner  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;
    MethodParameters:
      Name  Flags
      ex    

  boolean add(io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
         0: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
            astore 2 /* c */
        start local 2 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] c
         1: .line 383
            aload 2 /* c */
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            if_acmpne 3
         2: .line 384
            iconst_0
            ireturn
         3: .line 387
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
            aload 2 /* c */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         4: .line 389
            iload 3 /* len */
            iconst_1
            iadd
            anewarray io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription
            astore 4 /* u */
        start local 4 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] u
         5: .line 390
            aload 2 /* c */
            iconst_0
            aload 4 /* u */
            iconst_0
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 391
            aload 4 /* u */
            iload 3 /* len */
            aload 1 /* inner */
            aastore
         7: .line 393
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* c */
            aload 4 /* u */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 0
         8: .line 394
            iconst_1
            ireturn
        end local 4 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] u
        end local 3 // int len
        end local 2 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] c
        end local 1 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0    9     1  inner  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;
            1    9     2      c  [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            4    9     3    len  I
            5    9     4      u  [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;)Z
    MethodParameters:
       Name  Flags
      inner  

  void remove(io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
        start local 1 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
         0: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
            astore 2 /* c */
        start local 2 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] c
         1: .line 407
            aload 2 /* c */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: .line 409
            iload 3 /* len */
            ifne 4
         3: .line 410
            goto 21
         4: .line 414
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] int
      StackMap stack:
            iconst_m1
            istore 4 /* j */
        start local 4 // int j
         5: .line 415
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 11
         7: .line 416
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 5 /* i */
            aaload
            aload 1 /* inner */
            if_acmpne 10
         8: .line 417
            iload 5 /* i */
            istore 4 /* j */
         9: .line 418
            goto 12
        10: .line 415
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 5 /* i */
            iload 3 /* len */
            if_icmplt 7
        end local 5 // int i
        12: .line 422
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            ifge 14
        13: .line 423
            return
        14: .line 429
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_1
            if_icmpne 17
        15: .line 430
            getstatic io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.EMPTY:[Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            astore 5 /* u */
        start local 5 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] u
        16: .line 431
            goto 20
        end local 5 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] u
        17: .line 433
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_1
            isub
            anewarray io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription
            astore 5 /* u */
        start local 5 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] u
        18: .line 435
            aload 2 /* c */
            iconst_0
            aload 5 /* u */
            iconst_0
            iload 4 /* j */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 437
            aload 2 /* c */
            iload 4 /* j */
            iconst_1
            iadd
            aload 5 /* u */
            iload 4 /* j */
            iload 3 /* len */
            iload 4 /* j */
            isub
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        20: .line 440
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[]
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* c */
            aload 5 /* u */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 0
        end local 5 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] u
        end local 4 // int j
        end local 3 // int len
        end local 2 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription[] c
        21: .line 446
      StackMap locals: io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription
      StackMap stack:
            return
        end local 1 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription inner
        end local 0 // io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$PublishConnection<TT;>;
            0   22     1  inner  Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;
            1   21     2      c  [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
            2   21     3    len  I
            5   21     4      j  I
            6   12     5      i  I
           16   17     5      u  [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
           18   21     5      u  [Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowablePublishAlt$InnerSubscription<TT;>;)V
    MethodParameters:
       Name  Flags
      inner  
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "FlowablePublishAlt.java"
NestHost: io.reactivex.internal.operators.flowable.FlowablePublishAlt
InnerClasses:
  final InnerSubscription = io.reactivex.internal.operators.flowable.FlowablePublishAlt$InnerSubscription of io.reactivex.internal.operators.flowable.FlowablePublishAlt
  final PublishConnection = io.reactivex.internal.operators.flowable.FlowablePublishAlt$PublishConnection of io.reactivex.internal.operators.flowable.FlowablePublishAlt