final class jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper implements jdk.incubator.http.internal.common.FlowTube$TubeSubscriber
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
  super_class: java.lang.Object
{
  private java.util.concurrent.atomic.AtomicReference<jdk.incubator.http.internal.common.SSLTube$DelegateWrapper> pendingDelegate;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;>;

  private volatile jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscribed;
    descriptor: Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean onCompleteReceived;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final java.util.concurrent.atomic.AtomicReference<java.lang.Throwable> errorRef;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Throwable;>;

  final jdk.incubator.http.internal.common.SSLTube this$0;
    descriptor: Ljdk/incubator/http/internal/common/SSLTube;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 276
            ldc Ljdk/incubator/http/internal/common/SSLTube;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.incubator.http.internal.common.SSLTube);
    descriptor: (Ljdk/incubator/http/internal/common/SSLTube;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
         0: .line 276
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 277
            aload 0 /* this */
         2: .line 278
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 281
            aload 0 /* this */
         4: .line 282
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
         5: .line 276
            return
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
    MethodParameters:
        Name  Flags
      this$0  final

  void setDelegate(java.util.concurrent.Flow$Subscriber<? super java.util.List<java.nio.ByteBuffer>>);
    descriptor: (Ljava/util/concurrent/Flow$Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.concurrent.Flow$Subscriber delegate
         0: .line 294
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "SSLSubscriberWrapper (reader) got delegate: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 295
            aload 1 /* delegate */
            aastore
         2: .line 294
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 296
            getstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 4
            aload 1 /* delegate */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 297
      StackMap locals:
      StackMap stack:
            new jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
            dup
            aload 1 /* delegate */
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            invokespecial jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.<init>:(Ljava/util/concurrent/Flow$Subscriber;Ljava/lang/System$Logger;)V
            astore 2 /* delegateWrapper */
        start local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper delegateWrapper
         5: .line 301
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         6: .line 302
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            aload 2 /* delegateWrapper */
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
            astore 3 /* previous */
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
         7: .line 303
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.readSubscription:Ljava/util/concurrent/Flow$Subscription;
            astore 4 /* subscription */
        start local 4 // java.util.concurrent.Flow$Subscription subscription
         8: .line 304
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            ifnonnull 9
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.finished:Z
            ifne 9
            iconst_0
            goto 10
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscriber jdk.incubator.http.internal.common.SSLTube$DelegateWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: istore 5 /* handleNow */
        start local 5 // boolean handleNow
        11: .line 301
            aload 6
            monitorexit
        12: goto 15
        end local 5 // boolean handleNow
        end local 4 // java.util.concurrent.Flow$Subscription subscription
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscriber jdk.incubator.http.internal.common.SSLTube$DelegateWrapper top top top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
        13: aload 6
            monitorexit
        14: athrow
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
        start local 4 // java.util.concurrent.Flow$Subscription subscription
        start local 5 // boolean handleNow
        15: .line 306
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscriber jdk.incubator.http.internal.common.SSLTube$DelegateWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription int
      StackMap stack:
            aload 3 /* previous */
            ifnull 17
        16: .line 307
            aload 3 /* previous */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.dropSubscription:()V
        17: .line 309
      StackMap locals:
      StackMap stack:
            aload 4 /* subscription */
            ifnonnull 20
        18: .line 310
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "SSLSubscriberWrapper (reader) no subscription yet"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        19: .line 311
            return
        20: .line 313
      StackMap locals:
      StackMap stack:
            iload 5 /* handleNow */
            ifne 21
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.sslDelegate:Ljdk/incubator/http/internal/common/SSLFlowDelegate;
            invokevirtual jdk.incubator.http.internal.common.SSLFlowDelegate.resumeReader:()Z
            ifne 22
        21: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        22: .line 316
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean handleNow
        end local 4 // java.util.concurrent.Flow$Subscription subscription
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
        end local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper delegateWrapper
        end local 1 // java.util.concurrent.Flow$Subscriber delegate
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   23     0             this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0   23     1         delegate  Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
            5   23     2  delegateWrapper  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            7   13     3         previous  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
           15   23     3         previous  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            8   13     4     subscription  Ljava/util/concurrent/Flow$Subscription;
           15   23     4     subscription  Ljava/util/concurrent/Flow$Subscription;
           11   13     5        handleNow  Z
           15   23     5        handleNow  Z
      Exception table:
        from    to  target  type
           6    12      13  any
          13    14      13  any
    Signature: (Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  void processPendingSubscriber();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=1
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
         0: .line 327
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 328
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
            astore 2 /* delegateWrapper */
        start local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper delegateWrapper
         2: .line 329
            aload 2 /* delegateWrapper */
            ifnonnull 4
            aload 4
            monitorexit
         3: return
         4: .line 330
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper top jdk.incubator.http.internal.common.SSLTube$DelegateWrapper top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.readSubscription:Ljava/util/concurrent/Flow$Subscription;
            astore 1 /* subscription */
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         5: .line 331
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            astore 3 /* previous */
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
         6: .line 327
            aload 4
            monitorexit
         7: goto 10
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
        end local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper delegateWrapper
        end local 1 // java.util.concurrent.Flow$Subscription subscription
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper top top top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         8: aload 4
            monitorexit
         9: athrow
        start local 1 // java.util.concurrent.Flow$Subscription subscription
        start local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper delegateWrapper
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
        10: .line 333
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscription jdk.incubator.http.internal.common.SSLTube$DelegateWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 1 /* subscription */
            ifnonnull 16
        11: .line 334
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        12: .line 335
            ldc "SSLSubscriberWrapper (reader) %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        13: .line 336
            ldc "processPendingSubscriber: no subscription yet"
            aastore
        14: .line 334
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 337
            return
        16: .line 339
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
            astore 2 /* delegateWrapper */
        17: .line 340
            aload 2 /* delegateWrapper */
            ifnonnull 18
            return
        18: .line 341
      StackMap locals:
      StackMap stack:
            aload 3 /* previous */
            ifnull 20
        19: .line 342
            aload 3 /* previous */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.dropSubscription:()V
        20: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* delegateWrapper */
            aload 1 /* subscription */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onNewSubscription:(Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;Ljava/util/concurrent/Flow$Subscription;)V
        21: .line 345
            return
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper previous
        end local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper delegateWrapper
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   22     0             this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            5    8     1     subscription  Ljava/util/concurrent/Flow$Subscription;
           10   22     1     subscription  Ljava/util/concurrent/Flow$Subscription;
            2    8     2  delegateWrapper  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
           10   22     2  delegateWrapper  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            6    8     3         previous  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
           10   22     3         previous  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           1     3       8  any
           4     7       8  any
           8     9       8  any

  public void dropSubscription();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
         0: .line 349
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            astore 1 /* subscriberImpl */
        start local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
         1: .line 350
            aload 1 /* subscriberImpl */
            ifnull 3
         2: .line 351
            aload 1 /* subscriberImpl */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.dropSubscription:()V
         3: .line 353
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            1    4     1  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;

  public void onSubscribe(java.util.concurrent.Flow$Subscription);
    descriptor: (Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         0: .line 357
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
         1: .line 358
            ldc "SSLSubscriberWrapper (reader) onSubscribe(%s)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 359
            aload 1 /* subscription */
            aastore
         3: .line 357
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 360
            aload 0 /* this */
            aload 1 /* subscription */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onSubscribeImpl:(Ljava/util/concurrent/Flow$Subscription;)V
         5: .line 361
            return
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0    6     1  subscription  Ljava/util/concurrent/Flow$Subscription;
    MethodParameters:
              Name  Flags
      subscription  

  private void onSubscribeImpl(java.util.concurrent.Flow$Subscription);
    descriptor: (Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         0: .line 365
            getstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 1
            aload 1 /* subscription */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 368
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            aload 1 /* subscription */
            putfield jdk.incubator.http.internal.common.SSLTube.readSubscription:Ljava/util/concurrent/Flow$Subscription;
         3: .line 369
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            astore 2 /* subscriberImpl */
        start local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
         4: .line 370
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
            astore 3 /* pending */
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper pending
         5: .line 367
            aload 4
            monitorexit
         6: goto 9
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper pending
        end local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscription top top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         7: aload 4
            monitorexit
         8: athrow
        start local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper pending
         9: .line 373
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscription jdk.incubator.http.internal.common.SSLTube$DelegateWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 2 /* subscriberImpl */
            ifnonnull 15
            aload 3 /* pending */
            ifnonnull 15
        10: .line 374
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        11: .line 375
            ldc "SSLSubscriberWrapper (reader) onSubscribeImpl: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        12: .line 376
            ldc "no delegate yet"
            aastore
        13: .line 374
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 377
            return
        15: .line 380
      StackMap locals:
      StackMap stack:
            aload 3 /* pending */
            ifnonnull 22
        16: .line 385
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        17: .line 386
            ldc "SSLSubscriberWrapper (reader) onSubscribeImpl: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        18: .line 387
            ldc "resubscribing"
            aastore
        19: .line 385
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 388
            aload 0 /* this */
            aload 2 /* subscriberImpl */
            aload 1 /* subscription */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onNewSubscription:(Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;Ljava/util/concurrent/Flow$Subscription;)V
        21: .line 389
            goto 27
        22: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        23: .line 394
            ldc "SSLSubscriberWrapper (reader) onSubscribeImpl: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        24: .line 395
            ldc "subscribing pending"
            aastore
        25: .line 393
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        26: .line 396
            aload 0 /* this */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        27: .line 398
      StackMap locals:
      StackMap stack:
            return
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper pending
        end local 2 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   28     0            this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0   28     1    subscription  Ljava/util/concurrent/Flow$Subscription;
            4    7     2  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            9   28     2  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            5    7     3         pending  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            9   28     3         pending  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    MethodParameters:
              Name  Flags
      subscription  

  private void onNewSubscription(jdk.incubator.http.internal.common.SSLTube$DelegateWrapper, java.util.concurrent.Flow$Subscription);
    descriptor: (Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        start local 2 // java.util.concurrent.Flow$Subscription subscription
         0: .line 402
            getstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 1
            aload 1 /* subscriberImpl */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 403
      StackMap locals:
      StackMap stack:
            getstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 2
            aload 2 /* subscription */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.sslDelegate:Ljdk/incubator/http/internal/common/SSLFlowDelegate;
            invokevirtual jdk.incubator.http.internal.common.SSLFlowDelegate.resetReaderDemand:()V
         3: .line 411
            aload 1 /* subscriberImpl */
            aload 2 /* subscription */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         4: .line 416
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         5: .line 417
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 3 /* failed */
        start local 3 // java.lang.Throwable failed
         6: .line 418
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.finished:Z
            istore 4 /* completed */
        start local 4 // boolean completed
         7: .line 419
            aload 0 /* this */
            aload 1 /* subscriberImpl */
            putfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
         8: .line 416
            aload 5
            monitorexit
         9: goto 12
        end local 4 // boolean completed
        end local 3 // java.lang.Throwable failed
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription top top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
        10: aload 5
            monitorexit
        11: athrow
        start local 3 // java.lang.Throwable failed
        start local 4 // boolean completed
        12: .line 421
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription java.lang.Throwable int
      StackMap stack:
            aload 3 /* failed */
            ifnull 15
        13: .line 422
            aload 1 /* subscriberImpl */
            aload 3 /* failed */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.onError:(Ljava/lang/Throwable;)V
        14: .line 423
            goto 17
      StackMap locals:
      StackMap stack:
        15: iload 4 /* completed */
            ifeq 17
        16: .line 424
            aload 1 /* subscriberImpl */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.onComplete:()V
        17: .line 426
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean completed
        end local 3 // java.lang.Throwable failed
        end local 2 // java.util.concurrent.Flow$Subscription subscription
        end local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0   18     1  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            0   18     2    subscription  Ljava/util/concurrent/Flow$Subscription;
            6   10     3          failed  Ljava/lang/Throwable;
           12   18     3          failed  Ljava/lang/Throwable;
            7   10     4       completed  Z
           12   18     4       completed  Z
      Exception table:
        from    to  target  type
           5     9      10  any
          10    11      10  any
    MethodParameters:
                Name  Flags
      subscriberImpl  
      subscription    

  public void onNext(java.util.List<java.nio.ByteBuffer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.List item
         0: .line 430
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            aload 1 /* item */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.onNext:(Ljava/util/List;)V
         1: .line 431
            return
        end local 1 // java.util.List item
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0    2     1  item  Ljava/util/List<Ljava/nio/ByteBuffer;>;
    Signature: (Ljava/util/List<Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
      Name  Flags
      item  

  public void onErrorImpl(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.lang.Throwable throwable
         0: .line 439
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            aload 1 /* throwable */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            pop
         1: .line 440
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 2 /* failed */
        start local 2 // java.lang.Throwable failed
         2: .line 441
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            iconst_1
            putfield jdk.incubator.http.internal.common.SSLTube.finished:Z
         3: .line 442
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "%s: onErrorImpl: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 1 /* throwable */
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 444
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         5: .line 445
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            astore 3 /* subscriberImpl */
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
         6: .line 444
            aload 4
            monitorexit
         7: goto 10
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.lang.Throwable java.lang.Throwable top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         8: aload 4
            monitorexit
         9: athrow
        start local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        10: .line 447
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper java.lang.Throwable java.lang.Throwable jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 3 /* subscriberImpl */
            ifnull 13
        11: .line 448
            aload 3 /* subscriberImpl */
            aload 2 /* failed */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.onError:(Ljava/lang/Throwable;)V
        12: .line 449
            goto 14
        13: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "%s: delegate null, stored %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 2 /* failed */
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        14: .line 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        15: .line 456
            return
        end local 3 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        end local 2 // java.lang.Throwable failed
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   16     0            this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0   16     1       throwable  Ljava/lang/Throwable;
            2   16     2          failed  Ljava/lang/Throwable;
            6    8     3  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
           10   16     3  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           5     7       8  any
           8     9       8  any
    MethodParameters:
           Name  Flags
      throwable  

  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 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.lang.Throwable throwable
         0: .line 460
            getstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.finished:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* throwable */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onErrorImpl:(Ljava/lang/Throwable;)V
         3: .line 462
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            0    4     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  private boolean handshaking();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
         0: .line 465
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getHandshakeStatus:()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            astore 1 /* hs */
        start local 1 // javax.net.ssl.SSLEngineResult$HandshakeStatus hs
         1: .line 466
            aload 1 /* hs */
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NOT_HANDSHAKING:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            if_acmpeq 2
            aload 1 /* hs */
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.FINISHED:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            if_acmpne 3
      StackMap locals: javax.net.ssl.SSLEngineResult$HandshakeStatus
      StackMap stack:
         2: iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_1
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 1 // javax.net.ssl.SSLEngineResult$HandshakeStatus hs
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            1    5     1    hs  Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;

  private boolean handshakeFailed();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
         0: .line 474
            aload 0 /* this */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.handshaking:()Z
            ifeq 4
         1: .line 475
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.sslDelegate:Ljdk/incubator/http/internal/common/SSLFlowDelegate;
            ifnull 3
         2: .line 476
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.sslDelegate:Ljdk/incubator/http/internal/common/SSLFlowDelegate;
            invokevirtual jdk.incubator.http.internal.common.SSLFlowDelegate.closeNotifyReceived:()Z
            ifne 4
         3: .line 474
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
         0: .line 481
            getstatic jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.finished:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
         3: .line 484
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         4: .line 485
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            astore 1 /* subscriberImpl */
        start local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
         5: .line 484
            aload 2
            monitorexit
         6: goto 9
        end local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper top jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         7: aload 2
            monitorexit
         8: athrow
        start local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
         9: .line 488
      StackMap locals: jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper jdk.incubator.http.internal.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.handshakeFailed:()Z
            ifeq 20
        10: .line 489
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        11: .line 490
            ldc "handshake: %s, inbound done: %s outbound done: %s"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
        12: .line 491
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getHandshakeStatus:()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            aastore
            dup
            iconst_1
        13: .line 492
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.isInboundDone:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_2
        14: .line 493
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            getfield jdk.incubator.http.internal.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.isOutboundDone:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
        15: .line 489
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 494
            aload 0 /* this */
            new javax.net.ssl.SSLHandshakeException
            dup
        17: .line 495
            ldc "Remote host terminated the handshake"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
        18: .line 494
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onErrorImpl:(Ljava/lang/Throwable;)V
        19: .line 496
            goto 23
      StackMap locals:
      StackMap stack:
        20: aload 1 /* subscriberImpl */
            ifnull 23
        21: .line 497
            aload 0 /* this */
            getfield jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/incubator/http/internal/common/SSLTube;
            iconst_1
            putfield jdk.incubator.http.internal.common.SSLTube.finished:Z
        22: .line 498
            aload 1 /* subscriberImpl */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$DelegateWrapper.onComplete:()V
        23: .line 502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        24: .line 503
            return
        end local 1 // jdk.incubator.http.internal.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   25     0            this  Ljdk/incubator/http/internal/common/SSLTube$SSLSubscriberWrapper;
            5    7     1  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
            9   25     1  subscriberImpl  Ljdk/incubator/http/internal/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           4     6       7  any
           7     8       7  any

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.List
            invokevirtual jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper.onNext:(Ljava/util/List;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SSLTube.java"
NestHost: jdk.incubator.http.internal.common.SSLTube
InnerClasses:
  public abstract Logger = java.lang.System$Logger of java.lang.System
  public final Level = java.lang.System$Logger$Level of java.lang.System$Logger
  public abstract Subscriber = java.util.concurrent.Flow$Subscriber of java.util.concurrent.Flow
  public abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  public final HandshakeStatus = javax.net.ssl.SSLEngineResult$HandshakeStatus of javax.net.ssl.SSLEngineResult
  public abstract TubeSubscriber = jdk.incubator.http.internal.common.FlowTube$TubeSubscriber of jdk.incubator.http.internal.common.FlowTube
  final DelegateWrapper = jdk.incubator.http.internal.common.SSLTube$DelegateWrapper of jdk.incubator.http.internal.common.SSLTube
  final SSLSubscriberWrapper = jdk.incubator.http.internal.common.SSLTube$SSLSubscriberWrapper of jdk.incubator.http.internal.common.SSLTube