public final class io.reactivex.subscribers.SafeSubscriber<T> implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.subscribers.SafeSubscriber
  super_class: java.lang.Object
{
  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

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

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

  public void <init>(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 42
            return
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            0    3     1  downstream  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 46
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 14
         1: .line 47
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 49
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 50
            goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 51
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         6: .line 52
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.subscribers.SafeSubscriber.done:Z
         7: .line 55
            aload 1 /* s */
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         8: .line 56
            goto 13
      StackMap locals: io.reactivex.subscribers.SafeSubscriber org.reactivestreams.Subscription java.lang.Throwable
      StackMap stack: java.lang.Throwable
         9: astore 3 /* e1 */
        start local 3 // java.lang.Throwable e1
        10: .line 57
            aload 3 /* e1 */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        11: .line 58
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 2 /* e */
            aastore
            dup
            iconst_1
            aload 3 /* e1 */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        12: .line 59
            return
        end local 3 // java.lang.Throwable e1
        13: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
        14: .line 64
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            0   15     1     s  Lorg/reactivestreams/Subscription;
            5   14     2     e  Ljava/lang/Throwable;
           10   13     3    e1  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
           7     8       9  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
        start local 1 // java.lang.Object t
         0: .line 68
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.done:Z
            ifeq 2
         1: .line 69
            return
         2: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            ifnonnull 5
         3: .line 72
            aload 0 /* this */
            invokevirtual io.reactivex.subscribers.SafeSubscriber.onNextNoSubscription:()V
         4: .line 73
            return
         5: .line 76
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            ifnonnull 15
         6: .line 77
            new java.lang.NullPointerException
            dup
            ldc "onNext called with null. Null values are generally not allowed in 2.x operators and sources."
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         7: .line 79
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         8: .line 80
            goto 13
      StackMap locals: io.reactivex.subscribers.SafeSubscriber java.lang.Object java.lang.Throwable
      StackMap stack: java.lang.Throwable
         9: astore 3 /* e1 */
        start local 3 // java.lang.Throwable e1
        10: .line 81
            aload 3 /* e1 */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        11: .line 82
            aload 0 /* this */
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 2 /* ex */
            aastore
            dup
            iconst_1
            aload 3 /* e1 */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokevirtual io.reactivex.subscribers.SafeSubscriber.onError:(Ljava/lang/Throwable;)V
        12: .line 83
            return
        end local 3 // java.lang.Throwable e1
        13: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* ex */
            invokevirtual io.reactivex.subscribers.SafeSubscriber.onError:(Ljava/lang/Throwable;)V
        14: .line 86
            return
        end local 2 // java.lang.Throwable ex
        15: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        16: .line 91
            goto 26
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: astore 2 /* e */
        start local 2 // java.lang.Throwable e
        18: .line 92
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        19: .line 94
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        20: .line 95
            goto 25
      StackMap locals: io.reactivex.subscribers.SafeSubscriber java.lang.Object java.lang.Throwable
      StackMap stack: java.lang.Throwable
        21: astore 3 /* e1 */
        start local 3 // java.lang.Throwable e1
        22: .line 96
            aload 3 /* e1 */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        23: .line 97
            aload 0 /* this */
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 2 /* e */
            aastore
            dup
            iconst_1
            aload 3 /* e1 */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokevirtual io.reactivex.subscribers.SafeSubscriber.onError:(Ljava/lang/Throwable;)V
        24: .line 98
            return
        end local 3 // java.lang.Throwable e1
        25: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual io.reactivex.subscribers.SafeSubscriber.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
        26: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            0   27     1     t  TT;
            7   15     2    ex  Ljava/lang/Throwable;
           10   13     3    e1  Ljava/lang/Throwable;
           18   26     2     e  Ljava/lang/Throwable;
           22   25     3    e1  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.Throwable
          15    16      17  Class java.lang.Throwable
          19    20      21  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  void onNextNoSubscription();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
         0: .line 105
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.subscribers.SafeSubscriber.done:Z
         1: .line 106
            new java.lang.NullPointerException
            dup
            ldc "Subscription not set!"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         2: .line 109
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 110
            goto 8
      StackMap locals: io.reactivex.subscribers.SafeSubscriber java.lang.Throwable
      StackMap stack: java.lang.Throwable
         4: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 111
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         6: .line 113
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* ex */
            aastore
            dup
            iconst_1
            aload 2 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         7: .line 114
            return
        end local 2 // java.lang.Throwable e
         8: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         9: .line 118
            goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 2 /* e */
        start local 2 // java.lang.Throwable e
        11: .line 119
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        12: .line 121
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* ex */
            aastore
            dup
            iconst_1
            aload 2 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
        13: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            2   14     1    ex  Ljava/lang/Throwable;
            5    8     2     e  Ljava/lang/Throwable;
           11   13     2     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
           8     9      10  Class java.lang.Throwable

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 127
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.done:Z
            ifeq 3
         1: .line 128
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 129
            return
         3: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.subscribers.SafeSubscriber.done:Z
         4: .line 133
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            ifnonnull 18
         5: .line 134
            new java.lang.NullPointerException
            dup
            ldc "Subscription not set!"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            astore 2 /* npe */
        start local 2 // java.lang.Throwable npe
         6: .line 137
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         7: .line 138
            goto 12
      StackMap locals: io.reactivex.subscribers.SafeSubscriber java.lang.Throwable java.lang.Throwable
      StackMap stack: java.lang.Throwable
         8: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         9: .line 139
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        10: .line 141
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_3
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 2 /* npe */
            aastore
            dup
            iconst_2
            aload 3 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        11: .line 142
            return
        end local 3 // java.lang.Throwable e
        12: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 2 /* npe */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        13: .line 146
            goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: astore 3 /* e */
        start local 3 // java.lang.Throwable e
        15: .line 147
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        16: .line 149
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_3
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 2 /* npe */
            aastore
            dup
            iconst_2
            aload 3 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable e
        17: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable npe
        18: .line 154
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            ifnonnull 20
        19: .line 155
            new java.lang.NullPointerException
            dup
            ldc "onError called with null. Null values are generally not allowed in 2.x operators and sources."
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            astore 1 /* t */
        20: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        21: .line 160
            goto 25
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
        23: .line 161
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        24: .line 163
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* t */
            aastore
            dup
            iconst_1
            aload 2 /* ex */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
        25: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            0   26     1     t  Ljava/lang/Throwable;
            6   18     2   npe  Ljava/lang/Throwable;
            9   12     3     e  Ljava/lang/Throwable;
           15   17     3     e  Ljava/lang/Throwable;
           23   25     2    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable
          12    13      14  Class java.lang.Throwable
          20    21      22  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
         0: .line 169
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.done:Z
            ifeq 2
         1: .line 170
            return
         2: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.subscribers.SafeSubscriber.done:Z
         3: .line 174
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            ifnonnull 6
         4: .line 175
            aload 0 /* this */
            invokevirtual io.reactivex.subscribers.SafeSubscriber.onCompleteNoSubscription:()V
         5: .line 176
            return
         6: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         7: .line 181
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 1 /* e */
        start local 1 // java.lang.Throwable e
         9: .line 182
            aload 1 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        10: .line 183
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable e
        11: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            9   11     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable

  void onCompleteNoSubscription();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
         0: .line 189
            new java.lang.NullPointerException
            dup
            ldc "Subscription not set!"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         1: .line 192
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         2: .line 193
            goto 7
      StackMap locals: io.reactivex.subscribers.SafeSubscriber java.lang.Throwable
      StackMap stack: java.lang.Throwable
         3: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         4: .line 194
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         5: .line 196
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* ex */
            aastore
            dup
            iconst_1
            aload 2 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         6: .line 197
            return
        end local 2 // java.lang.Throwable e
         7: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* ex */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 201
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 2 /* e */
        start local 2 // java.lang.Throwable e
        10: .line 202
            aload 2 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        11: .line 204
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* ex */
            aastore
            dup
            iconst_1
            aload 2 /* e */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
        12: .line 206
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            1   13     1    ex  Ljava/lang/Throwable;
            4    7     2     e  Ljava/lang/Throwable;
           10   12     2     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
           7     8       9  Class java.lang.Throwable

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
        start local 1 // long n
         0: .line 211
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 212
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 213
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 215
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         5: .line 216
            goto 10
      StackMap locals: io.reactivex.subscribers.SafeSubscriber long java.lang.Throwable
      StackMap stack: java.lang.Throwable
         6: astore 4 /* e1 */
        start local 4 // java.lang.Throwable e1
         7: .line 217
            aload 4 /* e1 */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 218
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 3 /* e */
            aastore
            dup
            iconst_1
            aload 4 /* e1 */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         9: .line 219
            return
        end local 4 // java.lang.Throwable e1
        10: .line 221
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable e
        11: .line 223
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            0   12     1     n  J
            3   11     3     e  Ljava/lang/Throwable;
            7   10     4    e1  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
           4     5       6  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.subscribers.SafeSubscriber this
         0: .line 228
            aload 0 /* this */
            getfield io.reactivex.subscribers.SafeSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 229
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* e1 */
        start local 1 // java.lang.Throwable e1
         3: .line 230
            aload 1 /* e1 */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 231
            aload 1 /* e1 */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable e1
         5: .line 233
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.subscribers.SafeSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/subscribers/SafeSubscriber<TT;>;
            3    5     1    e1  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "SafeSubscriber.java"