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

  private volatile jdk.internal.net.http.common.SSLTube$DelegateWrapper subscribed;
    descriptor: Ljdk/internal/net/http/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.internal.net.http.common.SSLTube this$0;
    descriptor: Ljdk/internal/net/http/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 287
            ldc Ljdk/internal/net/http/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.internal.net.http.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 297
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            astore 1 /* sub */
        start local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper sub
         1: .line 298
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast jdk.internal.net.http.common.SSLTube$DelegateWrapper
            astore 2 /* pend */
        start local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper pend
         2: .line 301
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.sslDelegate:Ljdk/internal/net/http/common/SSLFlowDelegate;
            astore 3 /* sslFD */
        start local 3 // jdk.internal.net.http.common.SSLFlowDelegate sslFD
         3: .line 302
            new java.lang.StringBuilder
            dup
            ldc "SSLSubscriberWrapper["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 303
            ldc ", delegate: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* sub */
            ifnonnull 5
            aload 2 /* pend */
            goto 6
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLFlowDelegate
      StackMap stack: java.lang.StringBuilder
         5: aload 1 /* sub */
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLFlowDelegate
      StackMap stack: java.lang.StringBuilder jdk.internal.net.http.common.SSLTube$DelegateWrapper
         6: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         7: .line 304
            ldc ", getALPN: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* sslFD */
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         8: aload 3 /* sslFD */
            invokevirtual jdk.internal.net.http.common.SSLFlowDelegate.alpn:()Ljava/util/concurrent/CompletableFuture;
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLFlowDelegate
      StackMap stack: java.lang.StringBuilder java.util.concurrent.CompletableFuture
         9: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        10: .line 305
            ldc ", onCompleteReceived: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
        11: .line 306
            ldc ", onError: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 302
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // jdk.internal.net.http.common.SSLFlowDelegate sslFD
        end local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper pend
        end local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper sub
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            1   13     1    sub  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            2   13     2   pend  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            3   13     3  sslFD  Ljdk/internal/net/http/common/SSLFlowDelegate;

  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=6, locals=7, args_size=2
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.concurrent.Flow$Subscriber delegate
         0: .line 319
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 4
         1: .line 320
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) got delegate: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 321
            aload 1 /* delegate */
            aastore
         3: .line 320
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 322
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 5
            aload 1 /* delegate */
            ifnonnull 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 323
      StackMap locals:
      StackMap stack:
            new jdk.internal.net.http.common.SSLTube$DelegateWrapper
            dup
            aload 1 /* delegate */
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokespecial jdk.internal.net.http.common.SSLTube$DelegateWrapper.<init>:(Ljava/util/concurrent/Flow$Subscriber;Ljdk/internal/net/http/common/Logger;)V
            astore 2 /* delegateWrapper */
        start local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper delegateWrapper
         6: .line 327
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         7: .line 328
            aload 0 /* this */
            getfield jdk.internal.net.http.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.internal.net.http.common.SSLTube$DelegateWrapper
            astore 3 /* previous */
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
         8: .line 329
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.readSubscription:Ljava/util/concurrent/Flow$Subscription;
            astore 4 /* subscription */
        start local 4 // java.util.concurrent.Flow$Subscription subscription
         9: .line 330
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.errorRef:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            ifnonnull 10
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
            ifne 10
            iconst_0
            goto 11
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscriber jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription top jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper
      StackMap stack:
        10: iconst_1
      StackMap locals:
      StackMap stack: int
        11: istore 5 /* handleNow */
        start local 5 // boolean handleNow
        12: .line 327
            aload 6
            monitorexit
        13: goto 16
        end local 5 // boolean handleNow
        end local 4 // java.util.concurrent.Flow$Subscription subscription
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscriber jdk.internal.net.http.common.SSLTube$DelegateWrapper top top top jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
        14: aload 6
            monitorexit
        15: athrow
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
        start local 4 // java.util.concurrent.Flow$Subscription subscription
        start local 5 // boolean handleNow
        16: .line 332
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscriber jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription int
      StackMap stack:
            aload 3 /* previous */
            ifnull 18
        17: .line 333
            aload 3 /* previous */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.dropSubscription:()V
        18: .line 335
      StackMap locals:
      StackMap stack:
            aload 4 /* subscription */
            ifnonnull 22
        19: .line 336
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 21
        20: .line 337
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) no subscription yet"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        21: .line 338
      StackMap locals:
      StackMap stack:
            return
        22: .line 343
      StackMap locals:
      StackMap stack:
            iload 5 /* handleNow */
            ifne 23
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.sslDelegate:Ljdk/internal/net/http/common/SSLFlowDelegate;
            invokevirtual jdk.internal.net.http.common.SSLFlowDelegate.resumeReader:()Z
            ifne 24
        23: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        24: .line 346
      StackMap locals:
      StackMap stack:
            return
        end local 5 // boolean handleNow
        end local 4 // java.util.concurrent.Flow$Subscription subscription
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
        end local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper delegateWrapper
        end local 1 // java.util.concurrent.Flow$Subscriber delegate
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0             this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0   25     1         delegate  Ljava/util/concurrent/Flow$Subscriber<-Ljava/util/List<Ljava/nio/ByteBuffer;>;>;
            6   25     2  delegateWrapper  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            8   14     3         previous  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
           16   25     3         previous  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            9   14     4     subscription  Ljava/util/concurrent/Flow$Subscription;
           16   25     4     subscription  Ljava/util/concurrent/Flow$Subscription;
           12   14     5        handleNow  Z
           16   25     5        handleNow  Z
      Exception table:
        from    to  target  type
           7    13      14  any
          14    15      14  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=3, locals=5, args_size=1
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 357
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 358
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast jdk.internal.net.http.common.SSLTube$DelegateWrapper
            astore 2 /* delegateWrapper */
        start local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper delegateWrapper
         2: .line 359
            aload 2 /* delegateWrapper */
            ifnonnull 4
            aload 4
            monitorexit
         3: return
         4: .line 360
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper top jdk.internal.net.http.common.SSLTube$DelegateWrapper top jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.readSubscription:Ljava/util/concurrent/Flow$Subscription;
            astore 1 /* subscription */
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         5: .line 361
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            astore 3 /* previous */
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
         6: .line 357
            aload 4
            monitorexit
         7: goto 10
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
        end local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper delegateWrapper
        end local 1 // java.util.concurrent.Flow$Subscription subscription
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper top top top jdk.internal.net.http.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.internal.net.http.common.SSLTube$DelegateWrapper delegateWrapper
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
        10: .line 363
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscription jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 1 /* subscription */
            ifnonnull 14
        11: .line 364
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 13
        12: .line 365
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) processPendingSubscriber: no subscription yet"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        13: .line 367
      StackMap locals:
      StackMap stack:
            return
        14: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.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.internal.net.http.common.SSLTube$DelegateWrapper
            astore 2 /* delegateWrapper */
        15: .line 370
            aload 2 /* delegateWrapper */
            ifnonnull 16
            return
        16: .line 371
      StackMap locals:
      StackMap stack:
            aload 3 /* previous */
            ifnull 18
        17: .line 372
            aload 3 /* previous */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.dropSubscription:()V
        18: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* delegateWrapper */
            aload 1 /* subscription */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onNewSubscription:(Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/util/concurrent/Flow$Subscription;)V
        19: .line 375
            return
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper previous
        end local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper delegateWrapper
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            5    8     1     subscription  Ljava/util/concurrent/Flow$Subscription;
           10   20     1     subscription  Ljava/util/concurrent/Flow$Subscription;
            2    8     2  delegateWrapper  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
           10   20     2  delegateWrapper  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            6    8     3         previous  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
           10   20     3         previous  Ljdk/internal/net/http/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.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 379
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            astore 1 /* subscriberImpl */
        start local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
         1: .line 380
            aload 1 /* subscriberImpl */
            ifnull 3
         2: .line 381
            aload 1 /* subscriberImpl */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.dropSubscription:()V
         3: .line 383
      StackMap locals: jdk.internal.net.http.common.SSLTube$DelegateWrapper
      StackMap stack:
            return
        end local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            1    4     1  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;

  public void onSubscribe(java.util.concurrent.Flow$Subscription);
    descriptor: (Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         0: .line 387
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 4
         1: .line 388
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) onSubscribe(%s)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 389
            aload 1 /* subscription */
            aastore
         3: .line 388
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* subscription */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onSubscribeImpl:(Ljava/util/concurrent/Flow$Subscription;)V
         5: .line 391
            return
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljdk/internal/net/http/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=3, locals=5, args_size=2
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         0: .line 395
            getstatic jdk.internal.net.http.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 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 398
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            aload 1 /* subscription */
            putfield jdk.internal.net.http.common.SSLTube.readSubscription:Ljava/util/concurrent/Flow$Subscription;
         3: .line 399
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            astore 2 /* subscriberImpl */
        start local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
         4: .line 400
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.pendingDelegate:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast jdk.internal.net.http.common.SSLTube$DelegateWrapper
            astore 3 /* pending */
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper pending
         5: .line 397
            aload 4
            monitorexit
         6: goto 9
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper pending
        end local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscription top top jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         7: aload 4
            monitorexit
         8: athrow
        start local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper pending
         9: .line 403
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.util.concurrent.Flow$Subscription jdk.internal.net.http.common.SSLTube$DelegateWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 2 /* subscriberImpl */
            ifnonnull 13
            aload 3 /* pending */
            ifnonnull 13
        10: .line 404
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 12
        11: .line 405
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) onSubscribeImpl: no delegate yet"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        12: .line 407
      StackMap locals:
      StackMap stack:
            return
        13: .line 410
      StackMap locals:
      StackMap stack:
            aload 3 /* pending */
            ifnonnull 18
        14: .line 415
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 16
        15: .line 416
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) onSubscribeImpl: resubscribing"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        16: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* subscriberImpl */
            aload 1 /* subscription */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onNewSubscription:(Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/util/concurrent/Flow$Subscription;)V
        17: .line 419
            goto 21
        18: .line 423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 20
        19: .line 424
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "SSLSubscriberWrapper (reader) onSubscribeImpl: subscribing pending"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        20: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        21: .line 428
      StackMap locals:
      StackMap stack:
            return
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper pending
        end local 2 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   22     0            this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0   22     1    subscription  Ljava/util/concurrent/Flow$Subscription;
            4    7     2  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            9   22     2  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            5    7     3         pending  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            9   22     3         pending  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    MethodParameters:
              Name  Flags
      subscription  

  private void complete(jdk.internal.net.http.common.SSLTube$DelegateWrapper, java.lang.Throwable);
    descriptor: (Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        start local 2 // java.lang.Throwable t
         0: .line 432
            aload 2 /* t */
            ifnonnull 1
            aload 1 /* subscriberImpl */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onComplete:()V
            goto 2
         1: .line 433
      StackMap locals:
      StackMap stack:
            aload 1 /* subscriberImpl */
            aload 2 /* t */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onError:(Ljava/lang/Throwable;)V
         2: .line 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 12
         3: .line 435
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            new java.lang.StringBuilder
            dup
            ldc "subscriber completed %s"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 436
            aload 2 /* t */
            ifnonnull 5
            ldc "normally"
            goto 6
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper java.lang.Throwable
      StackMap stack: jdk.internal.net.http.common.Logger java.lang.StringBuilder
         5: new java.lang.StringBuilder
            dup
            ldc "with error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* t */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper java.lang.Throwable
      StackMap stack: jdk.internal.net.http.common.Logger java.lang.StringBuilder java.lang.String
         6: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 435
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
         8: .line 438
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
        10: .line 441
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.writeSubscription:Ljdk/internal/net/http/common/SSLTube$SSLSubscriptionWrapper;
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriptionWrapper.cancel:()V
        11: .line 442
            aload 3
            athrow
        12: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.writeSubscription:Ljdk/internal/net/http/common/SSLTube$SSLSubscriptionWrapper;
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriptionWrapper.cancel:()V
        13: .line 443
            return
        end local 2 // java.lang.Throwable t
        end local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0   14     1  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            0   14     2               t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     9       9  any
    MethodParameters:
                Name  Flags
      subscriberImpl  
      t               

  private void onNewSubscription(jdk.internal.net.http.common.SSLTube$DelegateWrapper, java.util.concurrent.Flow$Subscription);
    descriptor: (Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        start local 2 // java.util.concurrent.Flow$Subscription subscription
         0: .line 447
            getstatic jdk.internal.net.http.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 448
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.net.http.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 455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.sslDelegate:Ljdk/internal/net/http/common/SSLFlowDelegate;
            invokevirtual jdk.internal.net.http.common.SSLFlowDelegate.resetReaderDemand:()V
         3: .line 457
            aload 1 /* subscriberImpl */
            aload 2 /* subscription */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         4: .line 462
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         5: .line 463
            aload 0 /* this */
            getfield jdk.internal.net.http.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 464
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
            istore 4 /* completed */
        start local 4 // boolean completed
         7: .line 465
            aload 0 /* this */
            aload 1 /* subscriberImpl */
            putfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
         8: .line 462
            aload 5
            monitorexit
         9: goto 12
        end local 4 // boolean completed
        end local 3 // java.lang.Throwable failed
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription top top jdk.internal.net.http.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 468
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper java.util.concurrent.Flow$Subscription java.lang.Throwable int
      StackMap stack:
            aload 3 /* failed */
            ifnull 19
        13: .line 469
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 17
        14: .line 470
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "onNewSubscription: subscriberImpl:%s, invoking onError:%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        15: .line 471
            aload 1 /* subscriberImpl */
            aastore
            dup
            iconst_1
            aload 3 /* failed */
            aastore
        16: .line 470
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* subscriberImpl */
            aload 3 /* failed */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.complete:(Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/lang/Throwable;)V
        18: .line 473
            goto 26
      StackMap locals:
      StackMap stack:
        19: iload 4 /* completed */
            ifeq 26
        20: .line 474
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 24
        21: .line 475
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "onNewSubscription: subscriberImpl:%s, invoking onCompleted"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        22: .line 476
            aload 1 /* subscriberImpl */
            aastore
        23: .line 475
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
        24: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            iconst_1
            putfield jdk.internal.net.http.common.SSLTube.finished:Z
        25: .line 478
            aload 0 /* this */
            aload 1 /* subscriberImpl */
            aconst_null
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.complete:(Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/lang/Throwable;)V
        26: .line 480
      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.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   27     0            this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0   27     1  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            0   27     2    subscription  Ljava/util/concurrent/Flow$Subscription;
            6   10     3          failed  Ljava/lang/Throwable;
           12   27     3          failed  Ljava/lang/Throwable;
            7   10     4       completed  Z
           12   27     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.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.util.List item
         0: .line 484
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            aload 1 /* item */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onNext:(Ljava/util/List;)V
         1: .line 485
            return
        end local 1 // java.util.List item
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/net/http/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=6, locals=5, args_size=2
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.lang.Throwable throwable
         0: .line 493
            aload 0 /* this */
            getfield jdk.internal.net.http.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 494
            aload 0 /* this */
            getfield jdk.internal.net.http.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 495
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            iconst_1
            putfield jdk.internal.net.http.common.SSLTube.finished:Z
         3: .line 496
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 5
         4: .line 497
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            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 jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 499
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         6: .line 500
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            astore 3 /* subscriberImpl */
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
         7: .line 499
            aload 4
            monitorexit
         8: goto 11
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.lang.Throwable java.lang.Throwable top jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         9: aload 4
            monitorexit
        10: athrow
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        11: .line 502
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper java.lang.Throwable java.lang.Throwable jdk.internal.net.http.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 3 /* subscriberImpl */
            ifnull 14
        12: .line 503
            aload 0 /* this */
            aload 3 /* subscriberImpl */
            aload 2 /* failed */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.complete:(Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/lang/Throwable;)V
        13: .line 504
            goto 16
        14: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 16
        15: .line 506
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            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 jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 511
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        17: .line 512
            return
        end local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        end local 2 // java.lang.Throwable failed
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   18     0            this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0   18     1       throwable  Ljava/lang/Throwable;
            2   18     2          failed  Ljava/lang/Throwable;
            7    9     3  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
           11   18     3  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           6     8       9  any
           9    10       9  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.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
        start local 1 // java.lang.Throwable throwable
         0: .line 516
            getstatic jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.finished:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.internal.net.http.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 517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* throwable */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onErrorImpl:(Ljava/lang/Throwable;)V
         3: .line 518
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljdk/internal/net/http/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.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 521
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.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 522
            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.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            1    5     1    hs  Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;

  private java.lang.String handshakeFailed();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 530
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.handshaking:()Z
            ifeq 4
         1: .line 531
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.sslDelegate:Ljdk/internal/net/http/common/SSLFlowDelegate;
            ifnull 3
         2: .line 532
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.sslDelegate:Ljdk/internal/net/http/common/SSLFlowDelegate;
            invokevirtual jdk.internal.net.http.common.SSLFlowDelegate.closeNotifyReceived:()Z
            ifne 4
         3: .line 533
      StackMap locals:
      StackMap stack:
            ldc "Remote host terminated the handshake"
            areturn
         4: .line 538
      StackMap locals:
      StackMap stack:
            ldc "SSL_NULL_WITH_NULL_NULL"
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getSession:()Ljavax/net/ssl/SSLSession;
            invokeinterface javax.net.ssl.SSLSession.getCipherSuite:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 539
            ldc "Remote host closed the channel"
            areturn
         6: .line 540
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 545
            getstatic jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.finished:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.internal.net.http.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 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 548
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            astore 1 /* subscriberImpl */
        start local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
         4: .line 547
            aload 2
            monitorexit
         5: goto 8
        end local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper top jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper
      StackMap stack: java.lang.Throwable
         6: aload 2
            monitorexit
         7: athrow
        start local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
         8: .line 551
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.handshakeFailed:()Ljava/lang/String;
            astore 2 /* handshakeFailed */
        start local 2 // java.lang.String handshakeFailed
         9: .line 552
            aload 2 /* handshakeFailed */
            ifnull 19
        10: .line 553
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            invokeinterface jdk.internal.net.http.common.Logger.on:()Z
            ifeq 17
        11: .line 554
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.debug:Ljdk/internal/net/http/common/Logger;
            ldc "handshake: %s, inbound done: %s, outbound done: %s: %s"
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
        12: .line 555
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.getHandshakeStatus:()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            aastore
            dup
            iconst_1
        13: .line 556
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.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 557
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            getfield jdk.internal.net.http.common.SSLTube.engine:Ljavax/net/ssl/SSLEngine;
            invokevirtual javax.net.ssl.SSLEngine.isOutboundDone:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
            dup
            iconst_3
        15: .line 558
            aload 2 /* handshakeFailed */
            aastore
        16: .line 554
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 559
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            new javax.net.ssl.SSLHandshakeException
            dup
            aload 2 /* handshakeFailed */
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onErrorImpl:(Ljava/lang/Throwable;)V
        18: .line 560
            goto 24
      StackMap locals:
      StackMap stack:
        19: aload 1 /* subscriberImpl */
            ifnull 23
        20: .line 561
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            iconst_1
            dup_x1
            putfield jdk.internal.net.http.common.SSLTube.finished:Z
            putfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
        21: .line 562
            aload 0 /* this */
            aload 1 /* subscriberImpl */
            aconst_null
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.complete:(Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;Ljava/lang/Throwable;)V
        22: .line 563
            goto 24
        23: .line 564
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
        24: .line 568
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        25: .line 569
            return
        end local 2 // java.lang.String handshakeFailed
        end local 1 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        end local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   26     0             this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            4    6     1   subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            8   26     1   subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            9   26     2  handshakeFailed  Ljava/lang/String;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  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.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onNext:(Ljava/util/List;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SSLTube.java"
NestHost: jdk.internal.net.http.common.SSLTube
InnerClasses:
  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.internal.net.http.common.FlowTube$TubeSubscriber of jdk.internal.net.http.common.FlowTube
  final DelegateWrapper = jdk.internal.net.http.common.SSLTube$DelegateWrapper of jdk.internal.net.http.common.SSLTube
  final SSLSubscriberWrapper = jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper of jdk.internal.net.http.common.SSLTube
  final SSLSubscriptionWrapper = jdk.internal.net.http.common.SSLTube$SSLSubscriptionWrapper of jdk.internal.net.http.common.SSLTube