final class io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber<T> extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> 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.FlowableReplay$ReplaySubscriber
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7224554242710036740

  final io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer<T> buffer;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer<TT;>;

  boolean done;
    descriptor: Z
    flags: (0x0000) 

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

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

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

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

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

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

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

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

  void <init>(io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer buffer
         0: .line 264
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 265
            aload 0 /* this */
            aload 1 /* buffer */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
         2: .line 266
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.management:Ljava/util/concurrent/atomic/AtomicInteger;
         3: .line 267
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.EMPTY:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
         4: .line 268
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.shouldConnect:Ljava/util/concurrent/atomic/AtomicBoolean;
         5: .line 269
            return
        end local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer buffer
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0    6     1  buffer  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer<TT;>;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer<TT;>;)V
    MethodParameters:
        Name  Flags
      buffer  

  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.FlowableReplay$ReplaySubscriber this
         0: .line 273
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
         0: .line 279
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            invokevirtual java.util.concurrent.atomic.AtomicReference.set:(Ljava/lang/Object;)V
         1: .line 285
            aload 0 /* this */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         2: .line 286
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;

  boolean add(io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)Z
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription producer
         0: .line 296
            aload 1 /* producer */
            ifnonnull 2
         1: .line 297
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            astore 2 /* c */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] c
         3: .line 305
            aload 2 /* c */
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            if_acmpne 5
         4: .line 306
            iconst_0
            ireturn
         5: .line 309
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
            aload 2 /* c */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         6: .line 310
            iload 3 /* len */
            iconst_1
            iadd
            anewarray io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription
            astore 4 /* u */
        start local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] u
         7: .line 311
            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
         8: .line 312
            aload 4 /* u */
            iload 3 /* len */
            aload 1 /* producer */
            aastore
         9: .line 314
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.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 2
        10: .line 315
            iconst_1
            ireturn
        end local 4 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] u
        end local 3 // int len
        end local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] c
        end local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription producer
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0   11     1  producer  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
            3   11     2         c  [Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            6   11     3       len  I
            7   11     4         u  [Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;)Z
    MethodParameters:
          Name  Flags
      producer  

  void remove(io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription<T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription p
         0: .line 331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            astore 2 /* c */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] c
         1: .line 332
            aload 2 /* c */
            arraylength
            istore 3 /* len */
        start local 3 // int len
         2: .line 334
            iload 3 /* len */
            ifne 4
         3: .line 335
            return
         4: .line 339
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] int
      StackMap stack:
            iconst_m1
            istore 4 /* j */
        start local 4 // int j
         5: .line 340
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 11
         7: .line 341
      StackMap locals: int int
      StackMap stack:
            aload 2 /* c */
            iload 5 /* i */
            aaload
            aload 1 /* p */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         8: .line 342
            iload 5 /* i */
            istore 4 /* j */
         9: .line 343
            goto 12
        10: .line 340
      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 347
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            ifge 14
        13: .line 348
            return
        14: .line 354
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_1
            if_icmpne 17
        15: .line 355
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.EMPTY:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            astore 5 /* u */
        start local 5 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] u
        16: .line 356
            goto 20
        end local 5 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] u
        17: .line 358
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_1
            isub
            anewarray io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription
            astore 5 /* u */
        start local 5 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] u
        18: .line 360
            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 362
            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 365
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.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
        21: .line 366
            return
        end local 5 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] u
        end local 4 // int j
        end local 3 // int len
        end local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] c
        end local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription p
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   22     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0   22     1     p  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
            1   22     2     c  [Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            2   22     3   len  I
            5   22     4     j  I
            6   12     5     i  I
           16   17     5     u  [Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
           18   22     5     u  [Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;)V
    MethodParameters:
      Name  Flags
      p     

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
        start local 1 // org.reactivestreams.Subscription p
         0: .line 375
            aload 0 /* this */
            aload 1 /* p */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
            ifeq 7
         1: .line 376
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.manageRequests:()V
         2: .line 377
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber org.reactivestreams.Subscription top int int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* rp */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         4: .line 378
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 2 /* rp */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
        end local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         5: .line 377
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 381
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber org.reactivestreams.Subscription
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription p
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0    8     1     p  Lorg/reactivestreams/Subscription;
            4    5     2    rp  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
    MethodParameters:
      Name  Flags
      p     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
        start local 1 // java.lang.Object t
         0: .line 385
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
            ifne 7
         1: .line 386
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 1 /* t */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.next:(Ljava/lang/Object;)V
         2: .line 387
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 6
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber java.lang.Object top int int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
         3: aload 5
            iload 3
            aaload
            astore 2 /* rp */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         4: .line 388
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 2 /* rp */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
        end local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         5: .line 387
            iinc 3 1
      StackMap locals:
      StackMap stack:
         6: iload 3
            iload 4
            if_icmplt 3
         7: .line 391
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber java.lang.Object
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0    8     1     t  TT;
            4    5     2    rp  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<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=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
        start local 1 // java.lang.Throwable e
         0: .line 398
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
            ifne 9
         1: .line 399
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
         2: .line 400
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 1 /* e */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.error:(Ljava/lang/Throwable;)V
         3: .line 401
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 7
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber java.lang.Throwable top int int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
         4: aload 5
            iload 3
            aaload
            astore 2 /* rp */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         5: .line 402
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 2 /* rp */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
        end local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         6: .line 401
            iinc 3 1
      StackMap locals:
      StackMap stack:
         7: iload 3
            iload 4
            if_icmplt 4
         8: .line 404
            goto 10
         9: .line 405
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber java.lang.Throwable
      StackMap stack:
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        10: .line 407
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0   11     1     e  Ljava/lang/Throwable;
            5    6     2    rp  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
         0: .line 414
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
            ifne 8
         1: .line 415
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
         2: .line 416
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.complete:()V
         3: .line 417
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 7
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber top int int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
         4: aload 4
            iload 2
            aaload
            astore 1 /* rp */
        start local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         5: .line 418
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 1 /* rp */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
        end local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
         6: .line 417
            iinc 2 1
      StackMap locals:
      StackMap stack:
         7: iload 2
            iload 3
            if_icmplt 4
         8: .line 421
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            5    6     1    rp  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;

  void manageRequests();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=14, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
         0: .line 427
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.management:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.getAndIncrement:()I
            ifeq 2
         1: .line 428
            return
         2: .line 430
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 433
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.isDisposed:()Z
            ifeq 5
         4: .line 434
            return
         5: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
            astore 2 /* a */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] a
         6: .line 439
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxChildRequested:J
            lstore 3 /* ri */
        start local 3 // long ri
         7: .line 440
            lload 3 /* ri */
            lstore 5 /* maxTotalRequests */
        start local 5 // long maxTotalRequests
         8: .line 442
            aload 2 /* a */
            dup
            astore 10
            arraylength
            istore 9
            iconst_0
            istore 8
            goto 12
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] long long top int int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
      StackMap stack:
         9: aload 10
            iload 8
            aaload
            astore 7 /* rp */
        start local 7 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
        10: .line 443
            lload 5 /* maxTotalRequests */
            aload 7 /* rp */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.totalRequested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            invokestatic java.lang.Math.max:(JJ)J
            lstore 5 /* maxTotalRequests */
        end local 7 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription rp
        11: .line 442
            iinc 8 1
      StackMap locals:
      StackMap stack:
        12: iload 8
            iload 9
            if_icmplt 9
        13: .line 446
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
            lstore 7 /* ur */
        start local 7 // long ur
        14: .line 447
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            astore 9 /* p */
        start local 9 // org.reactivestreams.Subscription p
        15: .line 449
            lload 5 /* maxTotalRequests */
            lload 3 /* ri */
            lsub
            lstore 10 /* diff */
        start local 10 // long diff
        16: .line 450
            lload 10 /* diff */
            lconst_0
            lcmp
            ifeq 30
        17: .line 451
            aload 0 /* this */
            lload 5 /* maxTotalRequests */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxChildRequested:J
        18: .line 452
            aload 9 /* p */
            ifnull 25
        19: .line 453
            lload 7 /* ur */
            lconst_0
            lcmp
            ifeq 23
        20: .line 454
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
        21: .line 455
            aload 9 /* p */
            lload 7 /* ur */
            lload 10 /* diff */
            ladd
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        22: .line 456
            goto 33
        23: .line 457
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber int io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] long long long org.reactivestreams.Subscription long
      StackMap stack:
            aload 9 /* p */
            lload 10 /* diff */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        24: .line 459
            goto 33
        25: .line 461
      StackMap locals:
      StackMap stack:
            lload 7 /* ur */
            lload 10 /* diff */
            ladd
            lstore 12 /* u */
        start local 12 // long u
        26: .line 462
            lload 12 /* u */
            lconst_0
            lcmp
            ifge 28
        27: .line 463
            ldc 9223372036854775807
            lstore 12 /* u */
        28: .line 465
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            lload 12 /* u */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
        end local 12 // long u
        29: .line 467
            goto 33
        30: .line 469
      StackMap locals:
      StackMap stack:
            lload 7 /* ur */
            lconst_0
            lcmp
            ifeq 33
            aload 9 /* p */
            ifnull 33
        31: .line 470
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
        32: .line 472
            aload 9 /* p */
            lload 7 /* ur */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
        33: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.management:Ljava/util/concurrent/atomic/AtomicInteger;
            iload 1 /* missed */
            ineg
            invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
            istore 1 /* missed */
        34: .line 476
            iload 1 /* missed */
            ifne 3
        end local 10 // long diff
        end local 9 // org.reactivestreams.Subscription p
        end local 7 // long ur
        end local 5 // long maxTotalRequests
        end local 3 // long ri
        end local 2 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] a
        35: .line 480
            return
        end local 1 // int missed
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   36     0              this  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            3   36     1            missed  I
            6   35     2                 a  [Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
            7   35     3                ri  J
            8   35     5  maxTotalRequests  J
           10   11     7                rp  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
           14   35     7                ur  J
           15   35     9                 p  Lorg/reactivestreams/Subscription;
           16   35    10              diff  J
           26   29    12                 u  J
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "FlowableReplay.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableReplay
InnerClasses:
  final InnerSubscription = io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription of io.reactivex.internal.operators.flowable.FlowableReplay
  abstract ReplayBuffer = io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer of io.reactivex.internal.operators.flowable.FlowableReplay
  final ReplaySubscriber = io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber of io.reactivex.internal.operators.flowable.FlowableReplay