final class io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber<T> extends io.reactivex.internal.subscribers.QueueDrainSubscriber<T, java.lang.Object, io.reactivex.Flowable<T>> implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription, java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber
super_class: io.reactivex.internal.subscribers.QueueDrainSubscriber
{
final long timespan;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
org.reactivestreams.Subscription upstream;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
io.reactivex.processors.UnicastProcessor<T> window;
descriptor: Lio/reactivex/processors/UnicastProcessor;
flags: (0x0000)
Signature: Lio/reactivex/processors/UnicastProcessor<TT;>;
final io.reactivex.internal.disposables.SequentialDisposable timer;
descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
flags: (0x0010) ACC_FINAL
static final java.lang.Object NEXT;
descriptor: Ljava/lang/Object;
flags: (0x0018) ACC_STATIC, ACC_FINAL
volatile boolean terminated;
descriptor: Z
flags: (0x0040) ACC_VOLATILE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, );
descriptor: (Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;I)V
flags: (0x0000)
Code:
stack=4, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 4 start local 5 start local 6 0: aload 0
aload 1
new io.reactivex.internal.queue.MpscLinkedQueue
dup
invokespecial io.reactivex.internal.queue.MpscLinkedQueue.<init>:()V
invokespecial io.reactivex.internal.subscribers.QueueDrainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Lio/reactivex/internal/fuseable/SimplePlainQueue;)V
1: aload 0
new io.reactivex.internal.disposables.SequentialDisposable
dup
invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
2: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timespan:J
3: aload 0
aload 4
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
4: aload 0
aload 5
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.scheduler:Lio/reactivex/Scheduler;
5: aload 0
iload 6
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.bufferSize:I
6: return
end local 6 end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
0 7 1 actual Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
0 7 2 timespan J
0 7 4 unit Ljava/util/concurrent/TimeUnit;
0 7 5 scheduler Lio/reactivex/Scheduler;
0 7 6 bufferSize I
Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;I)V
MethodParameters:
Name Flags
actual
timespan
unit
scheduler
bufferSize
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
aload 1
invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 18
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
2: aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.bufferSize:I
invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
astore 2
start local 2 4: aload 2
aload 0
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
5: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.requested:()J
lstore 3
start local 3 6: lload 3
lconst_0
lcmp
ifeq 11
7: aload 2
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
8: lload 3
ldc 9223372036854775807
lcmp
ifeq 15
9: aload 0
lconst_1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.produced:(J)J
pop2
10: goto 15
11: StackMap locals: org.reactivestreams.Subscriber long
StackMap stack:
aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
12: aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
13: aload 2
new io.reactivex.exceptions.MissingBackpressureException
dup
ldc "Could not deliver first window due to lack of requests."
invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
14: return
15: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
ifne 18
16: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.scheduler:Lio/reactivex/Scheduler;
aload 0
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler.schedulePeriodicallyDirect:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
ifeq 18
17: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
end local 3 end local 2 18: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
0 19 1 s Lorg/reactivestreams/Subscription;
4 18 2 a Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
6 18 3 r J
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.terminated:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.fastEnter:()Z
ifeq 6
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
aload 1
invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
4: aload 0
iconst_m1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.leave:(I)I
ifne 9
5: return
6: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
aload 1
invokestatic io.reactivex.internal.util.NotificationLite.next:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
pop
7: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
ifne 9
8: return
9: StackMap locals:
StackMap stack:
aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
10: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
0 11 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 start local 1 0: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.error:Ljava/lang/Throwable;
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.done:Z
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
ifeq 4
3: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
4: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
5: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<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 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.done:Z
1: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
ifeq 3
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
3: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
4: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
lload 1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.requested:(J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
0 2 1 n J
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
public void dispose();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.timer:Lio/reactivex/internal/disposables/SequentialDisposable;
invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
public void run();
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.FlowableWindowTimed$WindowExactUnboundedSubscriber.cancelled:Z
ifeq 3
1: aload 0
iconst_1
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.terminated:Z
2: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
3: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
getstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.offer:(Ljava/lang/Object;)Z
pop
4: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.enter:()Z
ifeq 6
5: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.drainLoop:()V
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
void drainLoop();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=10, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
astore 1
start local 1 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.downstream:Lorg/reactivestreams/Subscriber;
astore 2
start local 2 2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
astore 3
start local 3 3: iconst_1
istore 4
start local 4 4: StackMap locals: io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber io.reactivex.internal.fuseable.SimplePlainQueue org.reactivestreams.Subscriber io.reactivex.processors.UnicastProcessor int
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.terminated:Z
istore 5
start local 5 5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.done:Z
istore 6
start local 6 6: aload 1
invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.poll:()Ljava/lang/Object;
astore 7
start local 7 7: iload 6
ifeq 17
aload 7
ifnull 8
aload 7
getstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
if_acmpne 17
8: StackMap locals: int int java.lang.Object
StackMap stack:
aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
9: aload 1
invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
10: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
11: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.error:Ljava/lang/Throwable;
astore 8
start local 8 12: aload 8
ifnull 15
13: aload 3
aload 8
invokevirtual io.reactivex.processors.UnicastProcessor.onError:(Ljava/lang/Throwable;)V
14: goto 16
15: StackMap locals: java.lang.Throwable
StackMap stack:
aload 3
invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
16: StackMap locals:
StackMap stack:
return
end local 8 17: StackMap locals:
StackMap stack:
aload 7
ifnonnull 19
18: goto 40
19: StackMap locals:
StackMap stack:
aload 7
getstatic io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.NEXT:Ljava/lang/Object;
if_acmpne 38
20: aload 3
invokevirtual io.reactivex.processors.UnicastProcessor.onComplete:()V
21: iload 5
ifne 36
22: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.bufferSize:I
invokestatic io.reactivex.processors.UnicastProcessor.create:(I)Lio/reactivex/processors/UnicastProcessor;
astore 3
23: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
24: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.requested:()J
lstore 8
start local 8 25: lload 8
lconst_0
lcmp
ifeq 30
26: aload 2
aload 3
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
27: lload 8
ldc 9223372036854775807
lcmp
ifeq 4
28: aload 0
lconst_1
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.produced:(J)J
pop2
29: goto 4
30: StackMap locals: long
StackMap stack:
aload 0
aconst_null
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.window:Lio/reactivex/processors/UnicastProcessor;
31: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.queue:Lio/reactivex/internal/fuseable/SimplePlainQueue;
invokeinterface io.reactivex.internal.fuseable.SimplePlainQueue.clear:()V
32: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
33: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.dispose:()V
34: aload 2
new io.reactivex.exceptions.MissingBackpressureException
dup
ldc "Could not deliver first window due to lack of requests."
invokespecial io.reactivex.exceptions.MissingBackpressureException.<init>:(Ljava/lang/String;)V
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
35: return
end local 8 36: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.upstream:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
37: goto 4
38: StackMap locals:
StackMap stack:
aload 3
aload 7
invokestatic io.reactivex.internal.util.NotificationLite.getValue:(Ljava/lang/Object;)Ljava/lang/Object;
invokevirtual io.reactivex.processors.UnicastProcessor.onNext:(Ljava/lang/Object;)V
end local 7 end local 6 end local 5 39: goto 4
40: StackMap locals:
StackMap stack:
aload 0
iload 4
ineg
invokevirtual io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.leave:(I)I
istore 4
41: iload 4
ifne 4
42: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 43 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed$WindowExactUnboundedSubscriber<TT;>;
1 43 1 q Lio/reactivex/internal/fuseable/SimplePlainQueue<Ljava/lang/Object;>;
2 43 2 a Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
3 43 3 w Lio/reactivex/processors/UnicastProcessor<TT;>;
4 43 4 missed I
5 39 5 term Z
6 39 6 d Z
7 39 7 o Ljava/lang/Object;
12 17 8 err Ljava/lang/Throwable;
25 36 8 r J
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/subscribers/QueueDrainSubscriber<TT;Ljava/lang/Object;Lio/reactivex/Flowable<TT;>;>;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;Ljava/lang/Runnable;
SourceFile: "FlowableWindowTimed.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableWindowTimed
InnerClasses:
final WindowExactUnboundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed