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

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

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

  java.lang.Object index;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

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

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

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

  static final long CANCELLED;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -9223372036854775808

  void <init>(io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber<T>, org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
        start local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber parent
        start local 2 // org.reactivestreams.Subscriber child
         0: .line 516
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
         1: .line 517
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
         2: .line 518
            aload 0 /* this */
            aload 2 /* child */
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.child:Lorg/reactivestreams/Subscriber;
         3: .line 519
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.totalRequested:Ljava/util/concurrent/atomic/AtomicLong;
         4: .line 520
            return
        end local 2 // org.reactivestreams.Subscriber child
        end local 1 // io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber parent
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
            0    5     1  parent  Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;
            0    5     2   child  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber<TT;>;Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
        Name  Flags
      parent  
      child   

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
        start local 1 // long n
         0: .line 525
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 5
         1: .line 528
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.addCancel:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            ldc -9223372036854775808
            lcmp
            ifeq 5
         2: .line 530
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.totalRequested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         3: .line 533
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.manageRequests:()V
         4: .line 535
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
            aload 0 /* this */
            invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
         5: .line 538
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
            0    6     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public long produced(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
        start local 1 // long n
         0: .line 546
            aload 0 /* this */
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.producedCancel:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            lreturn
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
            0    1     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
         0: .line 551
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.get:()J
            ldc -9223372036854775808
            lcmp
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
         0: .line 556
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.dispose:()V
         1: .line 557
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
         0: .line 561
            aload 0 /* this */
            ldc -9223372036854775808
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.getAndSet:(J)J
            ldc -9223372036854775808
            lcmp
            ifeq 4
         1: .line 563
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.remove:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
         2: .line 568
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.parent:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplaySubscriber;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.manageRequests:()V
         3: .line 570
            aload 0 /* this */
            aconst_null
            putfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.index:Ljava/lang/Object;
         4: .line 572
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;

  <U> U index();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
         0: .line 579
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription.index:Ljava/lang/Object;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription<TT;>;
    Signature: <U:Ljava/lang/Object;>()TU;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;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