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 295
            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 295
            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 296
            aload 0 /* this */
         2: .line 297
            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 300
            aload 0 /* this */
         4: .line 301
            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 295
            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 305
            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 306
            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 309
            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 310
            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 311
            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 312
            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 313
            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 314
            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 310
            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 327
            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 328
            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 329
            aload 1 /* delegate */
            aastore
         3: .line 328
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 330
      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 331
      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 335
            aload 0 /* this */
            dup
            astore 6
            monitorenter
         7: .line 336
            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 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.readSubscription:Ljava/util/concurrent/Flow$Subscription;
            astore 4 /* subscription */
        start local 4 // java.util.concurrent.Flow$Subscription subscription
         9: .line 338
            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 335
            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 340
      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 341
            aload 3 /* previous */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.dropSubscription:()V
        18: .line 343
      StackMap locals:
      StackMap stack:
            aload 4 /* subscription */
            ifnonnull 22
        19: .line 344
            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 345
            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 346
      StackMap locals:
      StackMap stack:
            return
        22: .line 351
      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 352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        24: .line 354
      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 365
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 366
            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 367
            aload 2 /* delegateWrapper */
            ifnonnull 4
            aload 4
            monitorexit
         3: return
         4: .line 368
      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 369
            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 365
            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 371
      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 372
            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 373
            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 375
      StackMap locals:
      StackMap stack:
            return
        14: .line 377
      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 378
            aload 2 /* delegateWrapper */
            ifnonnull 16
            return
        16: .line 379
      StackMap locals:
      StackMap stack:
            aload 3 /* previous */
            ifnull 18
        17: .line 380
            aload 3 /* previous */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.dropSubscription:()V
        18: .line 382
      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 383
            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 387
            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 388
            aload 1 /* subscriberImpl */
            ifnull 3
         2: .line 389
            aload 1 /* subscriberImpl */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.dropSubscription:()V
         3: .line 391
      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 395
            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 396
            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 397
            aload 1 /* subscription */
            aastore
         3: .line 396
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 398
      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 399
            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 403
            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 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         2: .line 406
            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 407
            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 408
            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 405
            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 411
      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 412
            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 413
            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 415
      StackMap locals:
      StackMap stack:
            return
        13: .line 418
      StackMap locals:
      StackMap stack:
            aload 3 /* pending */
            ifnonnull 18
        14: .line 423
            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 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: resubscribing"
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;)V
        16: .line 426
      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 427
            goto 21
        18: .line 431
      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 432
            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 434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        21: .line 436
      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=8, 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 440
            aload 2 /* t */
            ifnonnull 1
            aload 1 /* subscriberImpl */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onComplete:()V
            goto 2
         1: .line 441
      StackMap locals:
      StackMap stack:
            aload 1 /* subscriberImpl */
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            aload 2 /* t */
            invokevirtual jdk.internal.net.http.common.SSLTube.checkForHandshake:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            dup
            astore 2 /* t */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onError:(Ljava/lang/Throwable;)V
         2: .line 442
      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 443
            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 "subscriber completed %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 444
            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.String java.lang.Object[] java.lang.Object[] int
         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.String java.lang.Object[] java.lang.Object[] int java.lang.String
         6: aastore
         7: .line 443
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 446
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
        10: .line 449
            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 450
            aload 3
            athrow
        12: .line 449
      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 451
            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 455
            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 456
      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 463
      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 465
            aload 1 /* subscriberImpl */
            aload 2 /* subscription */
            invokevirtual jdk.internal.net.http.common.SSLTube$DelegateWrapper.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         4: .line 470
            aload 0 /* this */
            dup
            astore 5
            monitorenter
         5: .line 471
            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 472
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
            istore 4 /* completed */
        start local 4 // boolean completed
         7: .line 473
            aload 0 /* this */
            aload 1 /* subscriberImpl */
            putfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.subscribed:Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
         8: .line 470
            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 476
      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 477
            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 478
            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 479
            aload 1 /* subscriberImpl */
            aastore
            dup
            iconst_1
            aload 3 /* failed */
            aastore
        16: .line 478
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 480
      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 481
            goto 26
      StackMap locals:
      StackMap stack:
        19: iload 4 /* completed */
            ifeq 26
        20: .line 482
            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 483
            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 484
            aload 1 /* subscriberImpl */
            aastore
        23: .line 483
            invokeinterface jdk.internal.net.http.common.Logger.log:(Ljava/lang/String;[Ljava/lang/Object;)V
        24: .line 485
      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 486
            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 488
      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 492
            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 493
            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 500
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            aload 1 /* throwable */
            invokevirtual jdk.internal.net.http.common.SSLTube.checkForHandshake:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            astore 1 /* throwable */
         1: .line 501
            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
         2: .line 502
            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
         3: .line 503
            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
         4: .line 504
            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 6
         5: .line 505
            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
         6: .line 507
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         7: .line 508
            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
         8: .line 507
            aload 4
            monitorexit
         9: goto 12
        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
        10: aload 4
            monitorexit
        11: athrow
        start local 3 // jdk.internal.net.http.common.SSLTube$DelegateWrapper subscriberImpl
        12: .line 510
      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 15
        13: .line 511
            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
        14: .line 512
            goto 17
        15: .line 513
      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 17
        16: .line 514
            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
        17: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        18: .line 520
            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   19     0            this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            0   19     1       throwable  Ljava/lang/Throwable;
            3   19     2          failed  Ljava/lang/Throwable;
            8   10     3  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
           12   19     3  subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
      Exception table:
        from    to  target  type
           7     9      10  any
          10    11      10  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 524
            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 525
      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 526
            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  

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper this
         0: .line 530
            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 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 533
            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 532
            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 536
      StackMap locals: jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper jdk.internal.net.http.common.SSLTube$DelegateWrapper
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.this$0:Ljdk/internal/net/http/common/SSLTube;
            aconst_null
            invokevirtual jdk.internal.net.http.common.SSLTube.checkForHandshake:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            astore 2 /* handshakeFailed */
        start local 2 // java.lang.Throwable handshakeFailed
         9: .line 537
            aload 2 /* handshakeFailed */
            ifnull 12
        10: .line 538
            aload 0 /* this */
            aload 2 /* handshakeFailed */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onErrorImpl:(Ljava/lang/Throwable;)V
        11: .line 539
            goto 17
      StackMap locals: java.lang.Throwable
      StackMap stack:
        12: aload 1 /* subscriberImpl */
            ifnull 16
        13: .line 540
            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
        14: .line 541
            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
        15: .line 542
            goto 17
        16: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.onCompleteReceived:Z
        17: .line 547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.internal.net.http.common.SSLTube$SSLSubscriberWrapper.processPendingSubscriber:()V
        18: .line 548
            return
        end local 2 // java.lang.Throwable 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   19     0             this  Ljdk/internal/net/http/common/SSLTube$SSLSubscriberWrapper;
            4    6     1   subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            8   19     1   subscriberImpl  Ljdk/internal/net/http/common/SSLTube$DelegateWrapper;
            9   19     2  handshakeFailed  Ljava/lang/Throwable;
      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 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