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: 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: 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 start local 1 0: aload 0
invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
2: aload 0
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: aload 0
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: aload 0
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: return
end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
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: aload 0
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
2: return
end local 0 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 start local 1 0: aload 1
ifnonnull 2
1: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
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
start local 2 3: aload 2
getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.TERMINATED:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
if_acmpne 5
4: iconst_0
ireturn
5: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
StackMap stack:
aload 2
arraylength
istore 3
start local 3 6: iload 3
iconst_1
iadd
anewarray io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription
astore 4
start local 4 7: aload 2
iconst_0
aload 4
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: aload 4
iload 3
aload 1
aastore
9: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
aload 2
aload 4
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 2
10: iconst_1
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: StackMap locals:
StackMap stack:
aload 0
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
start local 2 1: aload 2
arraylength
istore 3
start local 3 2: iload 3
ifne 4
3: return
4: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[] int
StackMap stack:
iconst_m1
istore 4
start local 4 5: iconst_0
istore 5
start local 5 6: goto 11
7: StackMap locals: int int
StackMap stack:
aload 2
iload 5
aaload
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 10
8: iload 5
istore 4
9: goto 12
10: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
11: iload 5
iload 3
if_icmplt 7
end local 5 12: StackMap locals:
StackMap stack:
iload 4
ifge 14
13: return
14: StackMap locals:
StackMap stack:
iload 3
iconst_1
if_icmpne 17
15: getstatic io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.EMPTY:[Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;
astore 5
start local 5 16: goto 20
end local 5 17: StackMap locals:
StackMap stack:
iload 3
iconst_1
isub
anewarray io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription
astore 5
start local 5 18: aload 2
iconst_0
aload 5
iconst_0
iload 4
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
19: aload 2
iload 4
iconst_1
iadd
aload 5
iload 4
iload 3
iload 4
isub
iconst_1
isub
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
20: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$InnerSubscription[]
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.subscribers:Ljava/util/concurrent/atomic/AtomicReference;
aload 2
aload 5
invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 0
21: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;)Z
ifeq 7
1: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.manageRequests:()V
2: aload 0
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
start local 2 4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 2
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
end local 2 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
7: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber org.reactivestreams.Subscription
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
ifne 7
1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 1
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.next:(Ljava/lang/Object;)V
2: aload 0
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
start local 2 4: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 2
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
end local 2 5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
iload 4
if_icmplt 3
7: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber java.lang.Object
StackMap stack:
return
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
ifne 9
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 1
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.error:(Ljava/lang/Throwable;)V
3: aload 0
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
start local 2 5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 2
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
end local 2 6: iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
iload 4
if_icmplt 4
8: goto 10
9: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber java.lang.Throwable
StackMap stack:
aload 1
invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
10: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
ifne 8
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.done:Z
2: aload 0
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: aload 0
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
start local 1 5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.buffer:Lio/reactivex/internal/operators/flowable/FlowableReplay$ReplayBuffer;
aload 1
invokeinterface io.reactivex.internal.operators.flowable.FlowableReplay$ReplayBuffer.replay:(Lio/reactivex/internal/operators/flowable/FlowableReplay$InnerSubscription;)V
end local 1 6: iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
iload 3
if_icmplt 4
8: StackMap locals: io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber
StackMap stack:
return
end local 0 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 0: aload 0
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: return
2: StackMap locals:
StackMap stack:
iconst_1
istore 1
start local 1 3: StackMap locals: int
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.isDisposed:()Z
ifeq 5
4: return
5: StackMap locals:
StackMap stack:
aload 0
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
start local 2 6: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxChildRequested:J
lstore 3
start local 3 7: lload 3
lstore 5
start local 5 8: aload 2
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
start local 7 10: lload 5
aload 7
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
end local 7 11: iinc 8 1
StackMap locals:
StackMap stack:
12: iload 8
iload 9
if_icmplt 9
13: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
lstore 7
start local 7 14: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.get:()Ljava/lang/Object;
checkcast org.reactivestreams.Subscription
astore 9
start local 9 15: lload 5
lload 3
lsub
lstore 10
start local 10 16: lload 10
lconst_0
lcmp
ifeq 30
17: aload 0
lload 5
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxChildRequested:J
18: aload 9
ifnull 25
19: lload 7
lconst_0
lcmp
ifeq 23
20: aload 0
lconst_0
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
21: aload 9
lload 7
lload 10
ladd
invokeinterface org.reactivestreams.Subscription.request:(J)V
22: goto 33
23: 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
lload 10
invokeinterface org.reactivestreams.Subscription.request:(J)V
24: goto 33
25: StackMap locals:
StackMap stack:
lload 7
lload 10
ladd
lstore 12
start local 12 26: lload 12
lconst_0
lcmp
ifge 28
27: ldc 9223372036854775807
lstore 12
28: StackMap locals: long
StackMap stack:
aload 0
lload 12
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
end local 12 29: goto 33
30: StackMap locals:
StackMap stack:
lload 7
lconst_0
lcmp
ifeq 33
aload 9
ifnull 33
31: aload 0
lconst_0
putfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.maxUpstreamRequested:J
32: aload 9
lload 7
invokeinterface org.reactivestreams.Subscription.request:(J)V
33: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableReplay$ReplaySubscriber.management:Ljava/util/concurrent/atomic/AtomicInteger;
iload 1
ineg
invokevirtual java.util.concurrent.atomic.AtomicInteger.addAndGet:(I)I
istore 1
34: iload 1
ifne 3
end local 10 end local 9 end local 7 end local 5 end local 3 end local 2 35: return
end local 1 end local 0 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