final class reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<T> extends java.util.ArrayDeque<T> implements reactor.core.publisher.InnerOperator<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
  super_class: java.util.ArrayDeque
{
  final reactor.core.CoreSubscriber<? super T> actual;
    descriptor: Lreactor/core/CoreSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lreactor/core/CoreSubscriber<-TT;>;

  final reactor.util.context.Context ctx;
    descriptor: Lreactor/util/context/Context;
    flags: (0x0010) ACC_FINAL

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

  final java.util.function.Consumer<? super T> onOverflow;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Consumer<-TT;>;

  final boolean delayError;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final reactor.core.publisher.BufferOverflowStrategy overflowStrategy;
    descriptor: Lreactor/core/publisher/BufferOverflowStrategy;
    flags: (0x0010) ACC_FINAL

  org.reactivestreams.Subscription s;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

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

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

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

  volatile int wip;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber> WIP;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber;>;

  volatile long requested;
    descriptor: J
    flags: (0x0040) ACC_VOLATILE

  static final java.util.concurrent.atomic.AtomicLongFieldUpdater<reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber> REQUESTED;
    descriptor: Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicLongFieldUpdater<Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber;>;

  private static volatile int[] $SWITCH_TABLE$reactor$core$publisher$BufferOverflowStrategy;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 95
            ldc Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber;
         1: .line 96
            ldc "wip"
         2: .line 95
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         3: .line 94
            putstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
         4: .line 100
            ldc Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber;
         5: .line 101
            ldc "requested"
         6: .line 100
            invokestatic java.util.concurrent.atomic.AtomicLongFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
         7: .line 99
            putstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
         8: .line 101
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(reactor.core.CoreSubscriber<? super T>, int, boolean, java.util.function.Consumer<? super T>, reactor.core.publisher.BufferOverflowStrategy);
    descriptor: (Lreactor/core/CoreSubscriber;IZLjava/util/function/Consumer;Lreactor/core/publisher/BufferOverflowStrategy;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // int bufferSize
        start local 3 // boolean delayError
        start local 4 // java.util.function.Consumer onOverflow
        start local 5 // reactor.core.publisher.BufferOverflowStrategy overflowStrategy
         0: .line 103
            aload 0 /* this */
            invokespecial java.util.ArrayDeque.<init>:()V
         1: .line 109
            aload 0 /* this */
            aload 1 /* actual */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.actual:Lreactor/core/CoreSubscriber;
         2: .line 110
            aload 0 /* this */
            aload 1 /* actual */
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
         3: .line 111
            aload 0 /* this */
            iload 3 /* delayError */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.delayError:Z
         4: .line 112
            aload 0 /* this */
            aload 4 /* onOverflow */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.onOverflow:Ljava/util/function/Consumer;
         5: .line 113
            aload 0 /* this */
            aload 5 /* overflowStrategy */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.overflowStrategy:Lreactor/core/publisher/BufferOverflowStrategy;
         6: .line 114
            aload 0 /* this */
            iload 2 /* bufferSize */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.bufferSize:I
         7: .line 115
            return
        end local 5 // reactor.core.publisher.BufferOverflowStrategy overflowStrategy
        end local 4 // java.util.function.Consumer onOverflow
        end local 3 // boolean delayError
        end local 2 // int bufferSize
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0    8     1            actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    8     2        bufferSize  I
            0    8     3        delayError  Z
            0    8     4        onOverflow  Ljava/util/function/Consumer<-TT;>;
            0    8     5  overflowStrategy  Lreactor/core/publisher/BufferOverflowStrategy;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;IZLjava/util/function/Consumer<-TT;>;Lreactor/core/publisher/BufferOverflowStrategy;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        reactor.util.annotation.Nullable()
      4:
    MethodParameters:
                  Name  Flags
      actual            
      bufferSize        
      delayError        
      onOverflow        
      overflowStrategy  

  public java.lang.Object scanUnsafe(reactor.core.Scannable$Attr);
    descriptor: (Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 120
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         1: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.REQUESTED_FROM_DOWNSTREAM:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.requested:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         2: .line 122
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 4
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
            ifeq 3
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.isEmpty:()Z
            ifeq 3
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         4: .line 123
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.CANCELLED:Lreactor/core/Scannable$Attr;
            if_acmpne 5
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.cancelled:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         5: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.BUFFERED:Lreactor/core/Scannable$Attr;
            if_acmpne 6
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.size:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         6: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.ERROR:Lreactor/core/Scannable$Attr;
            if_acmpne 7
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.error:Ljava/lang/Throwable;
            areturn
         7: .line 126
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PREFETCH:Lreactor/core/Scannable$Attr;
            if_acmpne 8
            ldc 2147483647
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         8: .line 127
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.DELAY_ERROR:Lreactor/core/Scannable$Attr;
            if_acmpne 9
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.delayError:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         9: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 10
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
        10: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.InnerOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0   11     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 135
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 136
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 137
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 138
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // java.lang.Object t
         0: .line 144
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
            ifeq 3
         1: .line 145
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onNextDropped:(Ljava/lang/Object;Lreactor/util/context/Context;)V
         2: .line 146
            return
         3: .line 149
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* callOnOverflow */
        start local 2 // boolean callOnOverflow
         4: .line 150
            iconst_0
            istore 3 /* callOnError */
        start local 3 // boolean callOnError
         5: .line 151
            aload 1 /* t */
            astore 4 /* overflowElement */
        start local 4 // java.lang.Object overflowElement
         6: .line 152
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         7: .line 153
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.size:()I
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.bufferSize:I
            if_icmpne 16
         8: .line 154
            iconst_1
            istore 2 /* callOnOverflow */
         9: .line 155
            invokestatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.$SWITCH_TABLE$reactor$core$publisher$BufferOverflowStrategy:()[I
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.overflowStrategy:Lreactor/core/publisher/BufferOverflowStrategy;
            invokevirtual reactor.core.publisher.BufferOverflowStrategy.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 14
                    2: 13
                    3: 10
              default: 14
          }
        10: .line 157
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber java.lang.Object int int java.lang.Object reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
      StackMap stack:
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.pollFirst:()Ljava/lang/Object;
            astore 4 /* overflowElement */
        11: .line 158
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.offer:(Ljava/lang/Object;)Z
            pop
        12: .line 159
            goto 17
        13: .line 162
      StackMap locals:
      StackMap stack:
            goto 17
        14: .line 165
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* callOnError */
        15: .line 168
            goto 17
        16: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.offer:(Ljava/lang/Object;)Z
            pop
        17: .line 152
      StackMap locals:
      StackMap stack:
            aload 5
            monitorexit
        18: goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: aload 5
            monitorexit
        20: athrow
        21: .line 174
      StackMap locals:
      StackMap stack:
            iload 2 /* callOnOverflow */
            ifeq 36
        22: .line 175
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.onOverflow:Ljava/util/function/Consumer;
            ifnull 35
        23: .line 177
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.onOverflow:Ljava/util/function/Consumer;
            aload 4 /* overflowElement */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        24: .line 178
            goto 33
        25: .line 179
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* e */
        start local 5 // java.lang.Throwable e
        26: .line 180
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 5 /* e */
            aload 4 /* overflowElement */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Ljava/lang/Object;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            astore 6 /* ex */
        start local 6 // java.lang.Throwable ex
        27: .line 181
            aload 0 /* this */
            aload 6 /* ex */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.onError:(Ljava/lang/Throwable;)V
        28: .line 185
            aload 4 /* overflowElement */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        29: .line 182
            return
        end local 6 // java.lang.Throwable ex
        end local 5 // java.lang.Throwable e
        30: .line 184
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        31: .line 185
            aload 4 /* overflowElement */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        32: .line 186
            aload 7
            athrow
        33: .line 185
      StackMap locals:
      StackMap stack:
            aload 4 /* overflowElement */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        34: .line 187
            goto 36
        35: .line 189
      StackMap locals:
      StackMap stack:
            aload 4 /* overflowElement */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscard:(Ljava/lang/Object;Lreactor/util/context/Context;)V
        36: .line 193
      StackMap locals:
      StackMap stack:
            iload 3 /* callOnError */
            ifeq 39
        37: .line 194
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
            invokestatic reactor.core.Exceptions.failWithOverflow:()Ljava/lang/IllegalStateException;
            aload 4 /* overflowElement */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Ljava/lang/Object;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            astore 5 /* ex */
        start local 5 // java.lang.Throwable ex
        38: .line 195
            aload 0 /* this */
            aload 5 /* ex */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.onError:(Ljava/lang/Throwable;)V
        end local 5 // java.lang.Throwable ex
        39: .line 198
      StackMap locals:
      StackMap stack:
            iload 3 /* callOnError */
            ifne 41
            iload 2 /* callOnOverflow */
            ifne 41
        40: .line 199
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.drain:()V
        41: .line 201
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Object overflowElement
        end local 3 // boolean callOnError
        end local 2 // boolean callOnOverflow
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   42     0             this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0   42     1                t  TT;
            4   42     2   callOnOverflow  Z
            5   42     3      callOnError  Z
            6   42     4  overflowElement  TT;
           26   30     5                e  Ljava/lang/Throwable;
           27   30     6               ex  Ljava/lang/Throwable;
           38   39     5               ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           7    18      19  any
          19    20      19  any
          23    24      25  Class java.lang.Throwable
          23    28      30  any
    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 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 205
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
            ifeq 3
         1: .line 206
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onErrorDropped:(Ljava/lang/Throwable;Lreactor/util/context/Context;)V
         2: .line 207
            return
         3: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.error:Ljava/lang/Throwable;
         4: .line 210
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
         5: .line 211
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.drain:()V
         6: .line 212
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<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 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
         0: .line 216
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
            ifeq 2
         1: .line 217
            return
         2: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
         3: .line 220
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.drain:()V
         4: .line 221
            return
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
         0: .line 224
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndIncrement:(Ljava/lang/Object;)I
            ifeq 2
         1: .line 225
            return
         2: .line 228
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missed */
        start local 1 // int missed
         3: .line 231
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.actual:Lreactor/core/CoreSubscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         4: .line 233
            aload 2 /* a */
            ifnull 7
         5: .line 234
            aload 0 /* this */
            aload 2 /* a */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.innerDrain:(Lorg/reactivestreams/Subscriber;)V
         6: .line 235
            return
         7: .line 238
      StackMap locals: org.reactivestreams.Subscriber
      StackMap stack:
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            iload 1 /* missed */
            ineg
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.addAndGet:(Ljava/lang/Object;I)I
            istore 1 /* missed */
         8: .line 239
            iload 1 /* missed */
            ifne 3
        end local 2 // org.reactivestreams.Subscriber a
         9: .line 243
            return
        end local 1 // int missed
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            3   10     1  missed  I
            4    9     2       a  Lorg/reactivestreams/Subscriber<-TT;>;

  void innerDrain(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=2
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // org.reactivestreams.Subscriber a
         0: .line 246
            iconst_1
            istore 2 /* missed */
        start local 2 // int missed
         1: .line 250
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.requested:J
            lstore 3 /* r */
        start local 3 // long r
         2: .line 251
            lconst_0
            lstore 5 /* e */
        start local 5 // long e
         3: .line 253
            goto 20
         4: .line 254
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
            istore 7 /* d */
        start local 7 // boolean d
         5: .line 257
            aload 0 /* this */
            dup
            astore 9
            monitorenter
         6: .line 258
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.poll:()Ljava/lang/Object;
            astore 8 /* t */
        start local 8 // java.lang.Object t
         7: .line 257
            aload 9
            monitorexit
         8: goto 11
        end local 8 // java.lang.Object t
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber org.reactivestreams.Subscriber int long long int top reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
      StackMap stack: java.lang.Throwable
         9: aload 9
            monitorexit
        10: athrow
        start local 8 // java.lang.Object t
        11: .line 260
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber org.reactivestreams.Subscriber int long long int java.lang.Object
      StackMap stack:
            aload 8 /* t */
            ifnonnull 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_0
      StackMap locals:
      StackMap stack: int
        13: istore 9 /* empty */
        start local 9 // boolean empty
        14: .line 262
            aload 0 /* this */
            iload 7 /* d */
            iload 9 /* empty */
            aload 1 /* a */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;)Z
            ifeq 16
        15: .line 263
            return
        16: .line 266
      StackMap locals: int
      StackMap stack:
            iload 9 /* empty */
            ifeq 18
        17: .line 267
            goto 21
        18: .line 270
      StackMap locals:
      StackMap stack:
            aload 1 /* a */
            aload 8 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        19: .line 272
            lload 5 /* e */
            lconst_1
            ladd
            lstore 5 /* e */
        end local 9 // boolean empty
        end local 8 // java.lang.Object t
        end local 7 // boolean d
        20: .line 253
      StackMap locals:
      StackMap stack:
            lload 3 /* r */
            lload 5 /* e */
            lcmp
            ifne 4
        21: .line 275
      StackMap locals:
      StackMap stack:
            lload 3 /* r */
            lload 5 /* e */
            lcmp
            ifne 30
        22: .line 277
            aload 0 /* this */
            dup
            astore 8
            monitorenter
        23: .line 278
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.isEmpty:()Z
            istore 7 /* empty */
        start local 7 // boolean empty
        24: .line 277
            aload 8
            monitorexit
        25: goto 28
        end local 7 // boolean empty
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber org.reactivestreams.Subscriber int long long top reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
      StackMap stack: java.lang.Throwable
        26: aload 8
            monitorexit
        27: athrow
        start local 7 // boolean empty
        28: .line 280
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber org.reactivestreams.Subscriber int long long int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.done:Z
            iload 7 /* empty */
            aload 1 /* a */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.checkTerminated:(ZZLorg/reactivestreams/Subscriber;)Z
            ifeq 30
        29: .line 281
            return
        end local 7 // boolean empty
        30: .line 285
      StackMap locals:
      StackMap stack:
            lload 5 /* e */
            lconst_0
            lcmp
            ifeq 32
            lload 3 /* r */
            ldc 9223372036854775807
            lcmp
            ifeq 32
        31: .line 286
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
            aload 0 /* this */
            lload 5 /* e */
            invokestatic reactor.core.publisher.Operators.produced:(Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;Ljava/lang/Object;J)J
            pop2
        32: .line 289
      StackMap locals:
      StackMap stack:
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            iload 2 /* missed */
            ineg
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.addAndGet:(Ljava/lang/Object;I)I
            istore 2 /* missed */
        33: .line 290
            iload 2 /* missed */
            ifne 1
        end local 5 // long e
        end local 3 // long r
        34: .line 294
            return
        end local 2 // int missed
        end local 1 // org.reactivestreams.Subscriber a
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   35     0    this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0   35     1       a  Lorg/reactivestreams/Subscriber<-TT;>;
            1   35     2  missed  I
            2   34     3       r  J
            3   34     5       e  J
            5   20     7       d  Z
            7    9     8       t  TT;
           11   20     8       t  TT;
           14   20     9   empty  Z
           24   26     7   empty  Z
           28   30     7   empty  Z
      Exception table:
        from    to  target  type
           6     8       9  any
           9    10       9  any
          23    25      26  any
          26    27      26  any
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
      Name  Flags
      a     

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // long n
         0: .line 298
            lload 1 /* n */
            invokestatic reactor.core.publisher.Operators.validate:(J)Z
            ifeq 3
         1: .line 299
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
            aload 0 /* this */
            lload 1 /* n */
            invokestatic reactor.core.publisher.Operators.addCap:(Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;Ljava/lang/Object;J)J
            pop2
         2: .line 300
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.drain:()V
         3: .line 302
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0    4     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
         0: .line 306
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.cancelled:Z
            ifne 10
         1: .line 307
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.cancelled:Z
         2: .line 309
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 311
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.WIP:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndIncrement:(Ljava/lang/Object;)I
            ifne 10
         4: .line 312
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         5: .line 313
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.clear:()V
         6: .line 312
            aload 1
            monitorexit
         7: goto 10
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 317
      StackMap locals:
      StackMap stack:
            return
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
      Exception table:
        from    to  target  type
           5     7       8  any
           8     9       8  any

  public reactor.core.CoreSubscriber<? super T> actual();
    descriptor: ()Lreactor/core/CoreSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
         0: .line 321
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.actual:Lreactor/core/CoreSubscriber;
            areturn
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
    Signature: ()Lreactor/core/CoreSubscriber<-TT;>;

  boolean checkTerminated(boolean, boolean, org.reactivestreams.Subscriber<? super T>);
    descriptor: (ZZLorg/reactivestreams/Subscriber;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
        start local 1 // boolean d
        start local 2 // boolean empty
        start local 3 // org.reactivestreams.Subscriber a
         0: .line 325
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.cancelled:Z
            ifeq 9
         1: .line 326
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 327
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         3: .line 328
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.clear:()V
         4: .line 327
            aload 4
            monitorexit
         5: goto 8
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber int int org.reactivestreams.Subscriber reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
      StackMap stack: java.lang.Throwable
         6: aload 4
            monitorexit
         7: athrow
         8: .line 330
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         9: .line 332
      StackMap locals:
      StackMap stack:
            iload 1 /* d */
            ifeq 31
        10: .line 333
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.delayError:Z
            ifeq 18
        11: .line 334
            iload 2 /* empty */
            ifeq 31
        12: .line 335
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.error:Ljava/lang/Throwable;
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
        13: .line 336
            aload 4 /* e */
            ifnull 16
        14: .line 337
            aload 3 /* a */
            aload 4 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        15: .line 338
            goto 17
        16: .line 340
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        17: .line 342
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // java.lang.Throwable e
        18: .line 346
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.error:Ljava/lang/Throwable;
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
        19: .line 347
            aload 4 /* e */
            ifnull 28
        20: .line 348
            aload 0 /* this */
            dup
            astore 5
            monitorenter
        21: .line 349
            aload 0 /* this */
            invokevirtual reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.clear:()V
        22: .line 348
            aload 5
            monitorexit
        23: goto 26
      StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber int int org.reactivestreams.Subscriber java.lang.Throwable reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
      StackMap stack: java.lang.Throwable
        24: aload 5
            monitorexit
        25: athrow
        26: .line 351
      StackMap locals:
      StackMap stack:
            aload 3 /* a */
            aload 4 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        27: .line 352
            iconst_1
            ireturn
        28: .line 354
      StackMap locals:
      StackMap stack:
            iload 2 /* empty */
            ifeq 31
        29: .line 355
            aload 3 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        30: .line 356
            iconst_1
            ireturn
        end local 4 // java.lang.Throwable e
        31: .line 360
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // org.reactivestreams.Subscriber a
        end local 2 // boolean empty
        end local 1 // boolean d
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   32     0   this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;
            0   32     1      d  Z
            0   32     2  empty  Z
            0   32     3      a  Lorg/reactivestreams/Subscriber<-TT;>;
           13   18     4      e  Ljava/lang/Throwable;
           19   31     4      e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any
          21    23      24  any
          24    25      24  any
    Signature: (ZZLorg/reactivestreams/Subscriber<-TT;>;)Z
    MethodParameters:
       Name  Flags
      d      
      empty  
      a      

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
         0: .line 365
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.ctx:Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onDiscardMultiple:(Ljava/util/Collection;Lreactor/util/context/Context;)V
         1: .line 366
            aload 0 /* this */
            invokespecial java.util.ArrayDeque.clear:()V
         2: .line 367
            return
        end local 0 // reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber<TT;>;

  static int[] $SWITCH_TABLE$reactor$core$publisher$BufferOverflowStrategy();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 75
            getstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.$SWITCH_TABLE$reactor$core$publisher$BufferOverflowStrategy:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic reactor.core.publisher.BufferOverflowStrategy.values:()[Lreactor/core/publisher/BufferOverflowStrategy;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic reactor.core.publisher.BufferOverflowStrategy.DROP_LATEST:Lreactor/core/publisher/BufferOverflowStrategy;
            invokevirtual reactor.core.publisher.BufferOverflowStrategy.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic reactor.core.publisher.BufferOverflowStrategy.DROP_OLDEST:Lreactor/core/publisher/BufferOverflowStrategy;
            invokevirtual reactor.core.publisher.BufferOverflowStrategy.ordinal:()I
            iconst_3
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic reactor.core.publisher.BufferOverflowStrategy.ERROR:Lreactor/core/publisher/BufferOverflowStrategy;
            invokevirtual reactor.core.publisher.BufferOverflowStrategy.ordinal:()I
            iconst_1
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            dup
            putstatic reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.$SWITCH_TABLE$reactor$core$publisher$BufferOverflowStrategy:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
}
Signature: <T:Ljava/lang/Object;>Ljava/util/ArrayDeque<TT;>;Lreactor/core/publisher/InnerOperator<TT;TT;>;
SourceFile: "FluxOnBackpressureBufferStrategy.java"
NestHost: reactor.core.publisher.FluxOnBackpressureBufferStrategy
InnerClasses:
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  final BackpressureBufferDropOldestSubscriber = reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber of reactor.core.publisher.FluxOnBackpressureBufferStrategy