final class jdk.incubator.http.Exchange<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Exchange
  super_class: java.lang.Object
{
  static final boolean DEBUG;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final java.lang.System$Logger debug;
    descriptor: Ljava/lang/System$Logger;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.HttpRequestImpl request;
    descriptor: Ljdk/incubator/http/HttpRequestImpl;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.HttpClientImpl client;
    descriptor: Ljdk/incubator/http/HttpClientImpl;
    flags: (0x0010) ACC_FINAL

  volatile jdk.incubator.http.ExchangeImpl<T> exchImpl;
    descriptor: Ljdk/incubator/http/ExchangeImpl;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljdk/incubator/http/ExchangeImpl<TT;>;

  volatile java.util.concurrent.CompletableFuture<? extends jdk.incubator.http.ExchangeImpl<T>> exchangeCF;
    descriptor: Ljava/util/concurrent/CompletableFuture;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljava/util/concurrent/CompletableFuture<+Ljdk/incubator/http/ExchangeImpl<TT;>;>;

  private volatile java.io.IOException failed;
    descriptor: Ljava/io/IOException;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  final java.security.AccessControlContext acc;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.MultiExchange<?, T> multi;
    descriptor: Ljdk/incubator/http/MultiExchange;
    flags: (0x0010) ACC_FINAL
    Signature: Ljdk/incubator/http/MultiExchange<*TT;>;

  final java.util.concurrent.Executor parentExecutor;
    descriptor: Ljava/util/concurrent/Executor;
    flags: (0x0010) ACC_FINAL

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

  final jdk.incubator.http.PushGroup<?, T> pushGroup;
    descriptor: Ljdk/incubator/http/PushGroup;
    flags: (0x0010) ACC_FINAL
    Signature: Ljdk/incubator/http/PushGroup<*TT;>;

  final java.lang.String dbgTag;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  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 59
            ldc Ljdk/incubator/http/Exchange;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.incubator.http.Exchange.$assertionsDisabled:Z
         3: .line 61
            getstatic jdk.incubator.http.internal.common.Utils.DEBUG:Z
            putstatic jdk.incubator.http.Exchange.DEBUG:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.MultiExchange<?, T>);
    descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpRequestImpl request
        start local 2 // jdk.incubator.http.MultiExchange multi
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/Exchange;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  jdk/incubator/http/Exchange.dbgString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            getstatic jdk.incubator.http.Exchange.DEBUG:Z
            invokestatic jdk.incubator.http.internal.common.Utils.getDebugLogger:(Ljava/util/function/Supplier;Z)Ljava/lang/System$Logger;
            putfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
         2: .line 79
            aload 0 /* this */
            aload 1 /* request */
            putfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
         3: .line 80
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.Exchange.upgrading:Z
         4: .line 81
            aload 0 /* this */
            aload 2 /* multi */
            invokevirtual jdk.incubator.http.MultiExchange.client:()Ljdk/incubator/http/HttpClientImpl;
            putfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
         5: .line 82
            aload 0 /* this */
            aload 2 /* multi */
            putfield jdk.incubator.http.Exchange.multi:Ljdk/incubator/http/MultiExchange;
         6: .line 83
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.acc:Ljava/security/AccessControlContext;
            putfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
         7: .line 84
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.executor:Ljava/util/concurrent/Executor;
            putfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
         8: .line 85
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.pushGroup:Ljdk/incubator/http/PushGroup;
            putfield jdk.incubator.http.Exchange.pushGroup:Ljdk/incubator/http/PushGroup;
         9: .line 86
            aload 0 /* this */
            ldc "Exchange"
            putfield jdk.incubator.http.Exchange.dbgTag:Ljava/lang/String;
        10: .line 87
            return
        end local 2 // jdk.incubator.http.MultiExchange multi
        end local 1 // jdk.incubator.http.HttpRequestImpl request
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Ljdk/incubator/http/Exchange<TT;>;
            0   11     1  request  Ljdk/incubator/http/HttpRequestImpl;
            0   11     2    multi  Ljdk/incubator/http/MultiExchange<*TT;>;
    Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange<*TT;>;)V
    MethodParameters:
         Name  Flags
      request  
      multi    

  void <init>(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.MultiExchange<?, T>, java.security.AccessControlContext);
    descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange;Ljava/security/AccessControlContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpRequestImpl request
        start local 2 // jdk.incubator.http.MultiExchange multi
        start local 3 // java.security.AccessControlContext acc
         0: .line 90
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/Exchange;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  jdk/incubator/http/Exchange.dbgString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            getstatic jdk.incubator.http.Exchange.DEBUG:Z
            invokestatic jdk.incubator.http.internal.common.Utils.getDebugLogger:(Ljava/util/function/Supplier;Z)Ljava/lang/System$Logger;
            putfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
         2: .line 94
            aload 0 /* this */
            aload 1 /* request */
            putfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
         3: .line 95
            aload 0 /* this */
            aload 3 /* acc */
            putfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
         4: .line 96
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.Exchange.upgrading:Z
         5: .line 97
            aload 0 /* this */
            aload 2 /* multi */
            invokevirtual jdk.incubator.http.MultiExchange.client:()Ljdk/incubator/http/HttpClientImpl;
            putfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
         6: .line 98
            aload 0 /* this */
            aload 2 /* multi */
            putfield jdk.incubator.http.Exchange.multi:Ljdk/incubator/http/MultiExchange;
         7: .line 99
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.executor:Ljava/util/concurrent/Executor;
            putfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
         8: .line 100
            aload 0 /* this */
            aload 2 /* multi */
            getfield jdk.incubator.http.MultiExchange.pushGroup:Ljdk/incubator/http/PushGroup;
            putfield jdk.incubator.http.Exchange.pushGroup:Ljdk/incubator/http/PushGroup;
         9: .line 101
            aload 0 /* this */
            ldc "Exchange"
            putfield jdk.incubator.http.Exchange.dbgTag:Ljava/lang/String;
        10: .line 102
            return
        end local 3 // java.security.AccessControlContext acc
        end local 2 // jdk.incubator.http.MultiExchange multi
        end local 1 // jdk.incubator.http.HttpRequestImpl request
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Ljdk/incubator/http/Exchange<TT;>;
            0   11     1  request  Ljdk/incubator/http/HttpRequestImpl;
            0   11     2    multi  Ljdk/incubator/http/MultiExchange<*TT;>;
            0   11     3      acc  Ljava/security/AccessControlContext;
    Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/MultiExchange<*TT;>;Ljava/security/AccessControlContext;)V
    MethodParameters:
         Name  Flags
      request  
      multi    
      acc      

  jdk.incubator.http.PushGroup<?, T> getPushGroup();
    descriptor: ()Ljdk/incubator/http/PushGroup;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 105
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.pushGroup:Ljdk/incubator/http/PushGroup;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Signature: ()Ljdk/incubator/http/PushGroup<*TT;>;

  java.util.concurrent.Executor executor();
    descriptor: ()Ljava/util/concurrent/Executor;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 109
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  public jdk.incubator.http.HttpRequestImpl request();
    descriptor: ()Ljdk/incubator/http/HttpRequestImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 113
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  jdk.incubator.http.HttpClientImpl client();
    descriptor: ()Ljdk/incubator/http/HttpClientImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 117
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  public java.util.concurrent.CompletableFuture<T> readBodyAsync(jdk.incubator.http.HttpResponse$BodyHandler<T>);
    descriptor: (Ljdk/incubator/http/HttpResponse$BodyHandler;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpResponse$BodyHandler handler
         0: .line 123
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 1 /* handler */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.isWebSocket:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpResponse$BodyHandler
      StackMap stack: jdk.incubator.http.ExchangeImpl jdk.incubator.http.HttpResponse$BodyHandler
         1: iconst_1
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpResponse$BodyHandler
      StackMap stack: jdk.incubator.http.ExchangeImpl jdk.incubator.http.HttpResponse$BodyHandler int
         2: aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.readBodyAsync:(Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
         3: .line 124
            aload 0 /* this */
            invokedynamic accept(Ljdk/incubator/http/Exchange;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  jdk/incubator/http/Exchange.lambda$1(Ljava/lang/Object;Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Object;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
         4: .line 123
            areturn
        end local 1 // jdk.incubator.http.HttpResponse$BodyHandler handler
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljdk/incubator/http/Exchange<TT;>;
            0    5     1  handler  Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;
    Signature: (Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;)Ljava/util/concurrent/CompletableFuture<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public java.util.concurrent.CompletableFuture<java.lang.Void> ignoreBody();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 134
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.ignoreBody:()Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  public void released();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 143
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            astore 1 /* impl */
        start local 1 // jdk.incubator.http.ExchangeImpl impl
         1: .line 144
            aload 1 /* impl */
            ifnull 2
            aload 1 /* impl */
            invokevirtual jdk.incubator.http.ExchangeImpl.released:()V
         2: .line 149
      StackMap locals: jdk.incubator.http.ExchangeImpl
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.ExchangeImpl impl
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;
            1    3     1  impl  Ljdk/incubator/http/ExchangeImpl<*>;

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 156
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            ifnull 3
         1: .line 157
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.cancel:()V
         2: .line 158
            goto 4
         3: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.io.IOException
            dup
            ldc "Request cancelled"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            invokevirtual jdk.incubator.http.Exchange.cancel:(Ljava/io/IOException;)V
         4: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljdk/incubator/http/Exchange<TT;>;

  public void cancel(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.io.IOException cause
         0: .line 170
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            astore 2 /* impl */
        start local 2 // jdk.incubator.http.ExchangeImpl impl
         1: .line 171
            aload 2 /* impl */
            ifnull 5
         2: .line 173
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Cancelling exchImpl: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 174
            aload 2 /* impl */
            aload 1 /* cause */
            invokevirtual jdk.incubator.http.ExchangeImpl.cancel:(Ljava/io/IOException;)V
         4: .line 175
            goto 7
         5: .line 177
      StackMap locals: jdk.incubator.http.ExchangeImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cause */
            putfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
         6: .line 181
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:()V
         7: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 2 // jdk.incubator.http.ExchangeImpl impl
        end local 1 // java.io.IOException cause
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljdk/incubator/http/Exchange<TT;>;
            0    8     1  cause  Ljava/io/IOException;
            1    8     2   impl  Ljdk/incubator/http/ExchangeImpl<*>;
    MethodParameters:
       Name  Flags
      cause  

  private void checkCancelled();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=5, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 192
            aconst_null
            astore 1 /* impl */
        start local 1 // jdk.incubator.http.ExchangeImpl impl
         1: .line 193
            aconst_null
            astore 2 /* cause */
        start local 2 // java.io.IOException cause
         2: .line 194
            aconst_null
            astore 3 /* cf */
        start local 3 // java.util.concurrent.CompletableFuture cf
         3: .line 195
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
            ifnull 12
         4: .line 196
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         5: .line 197
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
            astore 2 /* cause */
         6: .line 198
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            astore 1 /* impl */
         7: .line 199
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchangeCF:Ljava/util/concurrent/CompletableFuture;
            astore 3 /* cf */
         8: .line 196
            aload 4
            monitorexit
         9: goto 12
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.ExchangeImpl java.io.IOException java.util.concurrent.CompletableFuture jdk.incubator.http.Exchange
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 202
      StackMap locals:
      StackMap stack:
            aload 2 /* cause */
            ifnonnull 13
            return
        13: .line 203
      StackMap locals:
      StackMap stack:
            aload 1 /* impl */
            ifnull 18
        14: .line 205
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Cancelling exchImpl: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* impl */
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 206
            aload 1 /* impl */
            aload 2 /* cause */
            invokevirtual jdk.incubator.http.ExchangeImpl.cancel:(Ljava/io/IOException;)V
        16: .line 207
            aload 0 /* this */
            aconst_null
            putfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
        17: .line 208
            goto 30
        18: .line 209
      StackMap locals:
      StackMap stack:
            ldc "Exchange: request [{0}/timeout={1}ms] no impl is set.\n\tCan''t cancel yet with {2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
        19: .line 211
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.uri:()Ljava/net/URI;
            aastore
            dup
            iconst_1
        20: .line 212
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.timeout:()Ljava/util/Optional;
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 25
        21: .line 215
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.timeout:()Ljava/util/Optional;
            invokevirtual java.util.Optional.get:()Ljava/lang/Object;
            checkcast java.time.Duration
            invokevirtual java.time.Duration.getSeconds:()J
            ldc 1000
            lmul
        22: .line 216
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.timeout:()Ljava/util/Optional;
            invokevirtual java.util.Optional.get:()Ljava/lang/Object;
            checkcast java.time.Duration
            invokevirtual java.time.Duration.getNano:()I
            ldc 1000000
            idiv
            i2l
        23: .line 215
            ladd
        24: .line 216
            goto 26
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.ExchangeImpl java.io.IOException java.util.concurrent.CompletableFuture
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
        25: ldc -1
        26: .line 212
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.ExchangeImpl java.io.IOException java.util.concurrent.CompletableFuture
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int long
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_2
        27: .line 217
            aload 2 /* cause */
            aastore
        28: .line 209
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        29: .line 218
            aload 3 /* cf */
            ifnull 30
            aload 3 /* cf */
            aload 2 /* cause */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
        30: .line 220
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.concurrent.CompletableFuture cf
        end local 2 // java.io.IOException cause
        end local 1 // jdk.incubator.http.ExchangeImpl impl
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   31     0   this  Ljdk/incubator/http/Exchange<TT;>;
            1   31     1   impl  Ljdk/incubator/http/ExchangeImpl<*>;
            2   31     2  cause  Ljava/io/IOException;
            3   31     3     cf  Ljava/util/concurrent/CompletableFuture<+Ljdk/incubator/http/ExchangeImpl<TT;>;>;
      Exception table:
        from    to  target  type
           5     9      10  any
          10    11      10  any

  public void h2Upgrade();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 223
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Exchange.upgrading:Z
         1: .line 224
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.client2:()Ljdk/incubator/http/Http2ClientImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.setH2Upgrade:(Ljdk/incubator/http/Http2ClientImpl;)V
         2: .line 225
            return
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;

  synchronized java.io.IOException getCancelCause();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 228
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  private java.util.concurrent.CompletableFuture<? extends jdk.incubator.http.ExchangeImpl<T>> establishExchange(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 235
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            invokeinterface java.lang.System$Logger.isLoggable:(Ljava/lang/System$Logger$Level;)Z
            ifeq 6
         1: .line 236
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
         2: .line 237
            ldc "establishing exchange for %s,%n\t proxy=%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 238
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            aastore
            dup
            iconst_1
         4: .line 239
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.proxy:()Ljava/net/InetSocketAddress;
            aastore
         5: .line 236
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.getCancelCause:()Ljava/io/IOException;
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         7: .line 243
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:()V
         8: .line 244
            aload 2 /* t */
            ifnull 10
         9: .line 245
            aload 2 /* t */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        10: .line 249
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            invokestatic jdk.incubator.http.ExchangeImpl.get:(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
            astore 3 /* cf */
        start local 3 // java.util.concurrent.CompletableFuture cf
        11: .line 252
            aload 0 /* this */
            dup
            astore 5
            monitorenter
        12: aload 0 /* this */
            aload 3 /* cf */
            putfield jdk.incubator.http.Exchange.exchangeCF:Ljava/util/concurrent/CompletableFuture;
            aload 5
            monitorexit
        13: goto 16
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpConnection java.lang.Throwable java.util.concurrent.CompletableFuture top jdk.incubator.http.Exchange
      StackMap stack: java.lang.Throwable
        14: aload 5
            monitorexit
        15: athrow
        16: .line 253
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.HttpConnection java.lang.Throwable java.util.concurrent.CompletableFuture
      StackMap stack:
            aload 3 /* cf */
            aload 0 /* this */
            aload 3 /* cf */
            invokedynamic accept(Ljdk/incubator/http/Exchange;Ljava/util/concurrent/CompletableFuture;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  jdk/incubator/http/Exchange.lambda$2(Ljava/util/concurrent/CompletableFuture;Ljdk/incubator/http/ExchangeImpl;Ljava/lang/Throwable;)V (7)
                  (Ljdk/incubator/http/ExchangeImpl;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            astore 4 /* res */
        start local 4 // java.util.concurrent.CompletableFuture res
        17: .line 258
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:()V
        18: .line 259
            aload 4 /* res */
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$3(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 4 // java.util.concurrent.CompletableFuture res
        end local 3 // java.util.concurrent.CompletableFuture cf
        end local 2 // java.lang.Throwable t
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0   19     1  connection  Ljdk/incubator/http/HttpConnection;
            7   19     2           t  Ljava/lang/Throwable;
           11   19     3          cf  Ljava/util/concurrent/CompletableFuture<+Ljdk/incubator/http/ExchangeImpl<TT;>;>;
           17   19     4         res  Ljava/util/concurrent/CompletableFuture<+Ljdk/incubator/http/ExchangeImpl<TT;>;>;
      Exception table:
        from    to  target  type
          12    13      14  any
          14    15      14  any
    Signature: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture<+Ljdk/incubator/http/ExchangeImpl<TT;>;>;
    MethodParameters:
            Name  Flags
      connection  

  public java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> responseAsync();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 278
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.incubator.http.Exchange.responseAsyncImpl:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;

  java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> responseAsyncImpl(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 282
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.checkPermissions:()Ljava/lang/SecurityException;
            astore 2 /* e */
        start local 2 // java.lang.SecurityException e
         1: .line 283
            aload 2 /* e */
            ifnull 3
         2: .line 284
            aload 2 /* e */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
         3: .line 286
      StackMap locals: java.lang.SecurityException
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.responseAsyncImpl0:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 2 // java.lang.SecurityException e
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0    4     1  connection  Ljdk/incubator/http/HttpConnection;
            1    4     2           e  Ljava/lang/SecurityException;
    Signature: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
            Name  Flags
      connection  

  java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> responseAsyncImpl0(jdk.incubator.http.HttpConnection);
    descriptor: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.HttpConnection connection
         0: .line 291
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.expectContinue:()Z
            ifeq 8
         1: .line 292
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            ldc "Expect"
            ldc "100-Continue"
            invokevirtual jdk.incubator.http.HttpRequestImpl.addSystemHeader:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 293
            ldc "Sending Expect: 100-Continue"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 294
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.establishExchange:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
         4: .line 295
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$4(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (6)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         5: .line 296
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$5(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         6: .line 297
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$6(Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         7: .line 294
            areturn
         8: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* connection */
            invokevirtual jdk.incubator.http.Exchange.establishExchange:(Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture;
         9: .line 322
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$11(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (6)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        10: .line 323
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/ExchangeImpl.sendBodyAsync()Ljava/util/concurrent/CompletableFuture; (5)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        11: .line 324
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$13(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        12: .line 321
            astore 2 /* cf */
        start local 2 // java.util.concurrent.CompletableFuture cf
        13: .line 325
            aload 0 /* this */
            aload 2 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForUpgrade:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 2 /* cf */
        14: .line 326
            aload 0 /* this */
            aload 2 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForLog:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 2 /* cf */
        15: .line 327
            aload 2 /* cf */
            areturn
        end local 2 // java.util.concurrent.CompletableFuture cf
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Ljdk/incubator/http/Exchange<TT;>;
            0   16     1  connection  Ljdk/incubator/http/HttpConnection;
           13   16     2          cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    Signature: (Ljdk/incubator/http/HttpConnection;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
            Name  Flags
      connection  

  private java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> wrapForUpgrade(java.util.concurrent.CompletableFuture<jdk.incubator.http.Response>);
    descriptor: (Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.util.concurrent.CompletableFuture cf
         0: .line 332
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 2
         1: .line 333
            aload 1 /* cf */
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$14(Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
            areturn
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 1 /* cf */
            areturn
        end local 1 // java.util.concurrent.CompletableFuture cf
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    3     1    cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    Signature: (Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
      Name  Flags
      cf    

  private java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> wrapForLog(java.util.concurrent.CompletableFuture<jdk.incubator.http.Response>);
    descriptor: (Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.util.concurrent.CompletableFuture cf
         0: .line 339
            invokestatic jdk.incubator.http.internal.common.Log.requests:()Z
            ifeq 2
         1: .line 340
            aload 1 /* cf */
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$15(Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response; (6)
                  (Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response;
            invokevirtual java.util.concurrent.CompletableFuture.thenApply:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
            areturn
         2: .line 345
      StackMap locals:
      StackMap stack:
            aload 1 /* cf */
            areturn
        end local 1 // java.util.concurrent.CompletableFuture cf
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    3     1    cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    Signature: (Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
      Name  Flags
      cf    

  jdk.incubator.http.HttpResponse$BodySubscriber<T> ignoreBody(int, jdk.incubator.http.HttpHeaders);
    descriptor: (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // int status
        start local 2 // jdk.incubator.http.HttpHeaders hdrs
         0: .line 349
            aconst_null
            invokestatic jdk.incubator.http.HttpResponse$BodySubscriber.discard:(Ljava/lang/Object;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
            areturn
        end local 2 // jdk.incubator.http.HttpHeaders hdrs
        end local 1 // int status
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1  status  I
            0    1     2    hdrs  Ljdk/incubator/http/HttpHeaders;
    Signature: (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber<TT;>;
    MethodParameters:
        Name  Flags
      status  
      hdrs    

  private java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> checkForUpgradeAsync(jdk.incubator.http.Response, jdk.incubator.http.ExchangeImpl<T>);
    descriptor: (Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response resp
        start local 2 // jdk.incubator.http.ExchangeImpl ex
         0: .line 360
            aload 1 /* resp */
            invokevirtual jdk.incubator.http.Response.statusCode:()I
            istore 3 /* rcode */
        start local 3 // int rcode
         1: .line 361
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 7
            iload 3 /* rcode */
            bipush 101
            if_icmpne 7
         2: .line 362
            aload 2 /* ex */
            checkcast jdk.incubator.http.Http1Exchange
            astore 4 /* e */
        start local 4 // jdk.incubator.http.Http1Exchange e
         3: .line 366
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Upgrading async %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* e */
            invokevirtual jdk.incubator.http.Http1Exchange.connection:()Ljdk/incubator/http/HttpConnection;
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 367
            aload 4 /* e */
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljdk/incubator/http/HttpResponse$BodyHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
                  jdk/incubator/http/Exchange.ignoreBody(ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber; (5)
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.Http1Exchange.readBodyAsync:(Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
         5: .line 368
            aload 0 /* this */
            aload 4 /* e */
            invokedynamic apply(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/Http1Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$18(Ljdk/incubator/http/Http1Exchange;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         6: .line 367
            areturn
        end local 4 // jdk.incubator.http.Http1Exchange e
         7: .line 419
      StackMap locals: int
      StackMap stack:
            aload 1 /* resp */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.completedFuture:(Ljava/lang/Object;)Ljdk/incubator/http/internal/common/MinimalFuture;
            areturn
        end local 3 // int rcode
        end local 2 // jdk.incubator.http.ExchangeImpl ex
        end local 1 // jdk.incubator.http.Response resp
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljdk/incubator/http/Exchange<TT;>;
            0    8     1   resp  Ljdk/incubator/http/Response;
            0    8     2     ex  Ljdk/incubator/http/ExchangeImpl<TT;>;
            1    8     3  rcode  I
            3    7     4      e  Ljdk/incubator/http/Http1Exchange<TT;>;
    Signature: (Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl<TT;>;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
      Name  Flags
      resp  
      ex    

  private java.net.URI getURIForSecurityCheck();
    descriptor: ()Ljava/net/URI;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=6, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 424
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.method:()Ljava/lang/String;
            astore 2 /* method */
        start local 2 // java.lang.String method
         1: .line 425
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.authority:()Ljava/net/InetSocketAddress;
            astore 3 /* authority */
        start local 3 // java.net.InetSocketAddress authority
         2: .line 426
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.uri:()Ljava/net/URI;
            astore 4 /* uri */
        start local 4 // java.net.URI uri
         3: .line 429
            aload 2 /* method */
            ldc "CONNECT"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 15
         4: .line 431
            new java.net.URI
            dup
            ldc "socket"
         5: .line 432
            aconst_null
         6: .line 433
            aload 3 /* authority */
            invokevirtual java.net.InetSocketAddress.getHostString:()Ljava/lang/String;
         7: .line 434
            aload 3 /* authority */
            invokevirtual java.net.InetSocketAddress.getPort:()I
         8: .line 435
            aconst_null
         9: .line 436
            aconst_null
        10: .line 437
            aconst_null
        11: .line 431
            invokespecial java.net.URI.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            astore 1 /* u */
        start local 1 // java.net.URI u
        12: .line 438
            goto 16
        end local 1 // java.net.URI u
      StackMap locals: jdk.incubator.http.Exchange top java.lang.String java.net.InetSocketAddress java.net.URI
      StackMap stack: java.net.URISyntaxException
        13: astore 5 /* e */
        start local 5 // java.net.URISyntaxException e
        14: .line 439
            new java.lang.InternalError
            dup
            aload 5 /* e */
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.net.URISyntaxException e
        15: .line 442
      StackMap locals:
      StackMap stack:
            aload 4 /* uri */
            astore 1 /* u */
        start local 1 // java.net.URI u
        16: .line 444
      StackMap locals: jdk.incubator.http.Exchange java.net.URI java.lang.String java.net.InetSocketAddress java.net.URI
      StackMap stack:
            aload 1 /* u */
            areturn
        end local 4 // java.net.URI uri
        end local 3 // java.net.InetSocketAddress authority
        end local 2 // java.lang.String method
        end local 1 // java.net.URI u
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Ljdk/incubator/http/Exchange<TT;>;
           12   13     1          u  Ljava/net/URI;
           16   17     1          u  Ljava/net/URI;
            1   17     2     method  Ljava/lang/String;
            2   17     3  authority  Ljava/net/InetSocketAddress;
            3   17     4        uri  Ljava/net/URI;
           14   15     5          e  Ljava/net/URISyntaxException;
      Exception table:
        from    to  target  type
           4    12      13  Class java.net.URISyntaxException

  private static java.net.URLPermission permissionForServer(java.net.URI, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>);
    descriptor: (Ljava/net/URI;Ljava/lang/String;Ljava/util/Map;)Ljava/net/URLPermission;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.net.URI uri
        start local 1 // java.lang.String method
        start local 2 // java.util.Map headers
         0: .line 454
            aload 1 /* method */
            ldc "CONNECT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 455
            new java.net.URLPermission
            dup
            aload 0 /* uri */
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
            ldc "CONNECT"
            invokespecial java.net.URLPermission.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
         2: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* uri */
            aload 1 /* method */
            aload 2 /* headers */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.stream:()Ljava/util/stream/Stream;
            invokestatic jdk.incubator.http.internal.common.Utils.permissionForServer:(Ljava/net/URI;Ljava/lang/String;Ljava/util/stream/Stream;)Ljava/net/URLPermission;
            areturn
        end local 2 // java.util.Map headers
        end local 1 // java.lang.String method
        end local 0 // java.net.URI uri
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0      uri  Ljava/net/URI;
            0    3     1   method  Ljava/lang/String;
            0    3     2  headers  Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
    Signature: (Ljava/net/URI;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;)Ljava/net/URLPermission;
    MethodParameters:
         Name  Flags
      uri      
      method   
      headers  

  private java.lang.SecurityException checkPermissions();
    descriptor: ()Ljava/lang/SecurityException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 467
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.method:()Ljava/lang/String;
            astore 1 /* method */
        start local 1 // java.lang.String method
         1: .line 468
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 2 /* sm */
        start local 2 // java.lang.SecurityManager sm
         2: .line 469
            aload 2 /* sm */
            ifnull 3
            aload 1 /* method */
            ldc "CONNECT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 472
      StackMap locals: java.lang.String java.lang.SecurityManager
      StackMap stack:
            aconst_null
            areturn
         4: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.getUserHeaders:()Ljdk/incubator/http/HttpHeaders;
            astore 3 /* userHeaders */
        start local 3 // jdk.incubator.http.HttpHeaders userHeaders
         5: .line 476
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.getURIForSecurityCheck:()Ljava/net/URI;
            astore 4 /* u */
        start local 4 // java.net.URI u
         6: .line 477
            aload 4 /* u */
            aload 1 /* method */
            aload 3 /* userHeaders */
            invokevirtual jdk.incubator.http.HttpHeaders.map:()Ljava/util/Map;
            invokestatic jdk.incubator.http.Exchange.permissionForServer:(Ljava/net/URI;Ljava/lang/String;Ljava/util/Map;)Ljava/net/URLPermission;
            astore 5 /* p */
        start local 5 // java.net.URLPermission p
         7: .line 480
            getstatic jdk.incubator.http.Exchange.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
            ifnonnull 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 481
      StackMap locals: jdk.incubator.http.HttpHeaders java.net.URI java.net.URLPermission
      StackMap stack:
            aload 2 /* sm */
            aload 5 /* p */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;Ljava/lang/Object;)V
         9: .line 482
            goto 12
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        10: astore 6 /* e */
        start local 6 // java.lang.SecurityException e
        11: .line 483
            aload 6 /* e */
            areturn
        end local 6 // java.lang.SecurityException e
        12: .line 485
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.proxySelector:()Ljava/net/ProxySelector;
            astore 6 /* ps */
        start local 6 // java.net.ProxySelector ps
        13: .line 486
            aload 6 /* ps */
            ifnull 21
        14: .line 487
            aload 1 /* method */
            ldc "CONNECT"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 21
        15: .line 489
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.proxy:()Ljava/net/InetSocketAddress;
            invokestatic jdk.incubator.http.internal.common.Utils.permissionForProxy:(Ljava/net/InetSocketAddress;)Ljava/net/URLPermission;
            astore 7 /* proxyPerm */
        start local 7 // java.net.URLPermission proxyPerm
        16: .line 490
            aload 7 /* proxyPerm */
            ifnull 21
        17: .line 492
            aload 2 /* sm */
            aload 7 /* proxyPerm */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.acc:Ljava/security/AccessControlContext;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;Ljava/lang/Object;)V
        18: .line 493
            goto 21
      StackMap locals: jdk.incubator.http.Exchange java.lang.String java.lang.SecurityManager jdk.incubator.http.HttpHeaders java.net.URI java.net.URLPermission java.net.ProxySelector java.net.URLPermission
      StackMap stack: java.lang.SecurityException
        19: astore 8 /* e */
        start local 8 // java.lang.SecurityException e
        20: .line 494
            aload 8 /* e */
            areturn
        end local 8 // java.lang.SecurityException e
        end local 7 // java.net.URLPermission proxyPerm
        21: .line 499
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 6 // java.net.ProxySelector ps
        end local 5 // java.net.URLPermission p
        end local 4 // java.net.URI u
        end local 3 // jdk.incubator.http.HttpHeaders userHeaders
        end local 2 // java.lang.SecurityManager sm
        end local 1 // java.lang.String method
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Ljdk/incubator/http/Exchange<TT;>;
            1   22     1       method  Ljava/lang/String;
            2   22     2           sm  Ljava/lang/SecurityManager;
            5   22     3  userHeaders  Ljdk/incubator/http/HttpHeaders;
            6   22     4            u  Ljava/net/URI;
            7   22     5            p  Ljava/net/URLPermission;
           11   12     6            e  Ljava/lang/SecurityException;
           13   22     6           ps  Ljava/net/ProxySelector;
           16   21     7    proxyPerm  Ljava/net/URLPermission;
           20   21     8            e  Ljava/lang/SecurityException;
      Exception table:
        from    to  target  type
           7     9      10  Class java.lang.SecurityException
          17    18      19  Class java.lang.SecurityException

  jdk.incubator.http.HttpClient$Version version();
    descriptor: ()Ljdk/incubator/http/HttpClient$Version;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 503
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.multi:Ljdk/incubator/http/MultiExchange;
            invokevirtual jdk.incubator.http.MultiExchange.version:()Ljdk/incubator/http/HttpClient$Version;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  java.lang.String dbgString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Exchange this
         0: .line 507
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.dbgTag:Ljava/lang/String;
            areturn
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;

  private void lambda$1(java.lang.Object, java.lang.Throwable);
    descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // java.lang.Object r
        start local 2 // java.lang.Throwable t
         0: .line 124
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.completed:()V
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.Object r
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1     r  TT;
            0    1     2     t  Ljava/lang/Throwable;

  private void lambda$2(java.util.concurrent.CompletableFuture, jdk.incubator.http.ExchangeImpl, java.lang.Throwable);
    descriptor: (Ljava/util/concurrent/CompletableFuture;Ljdk/incubator/http/ExchangeImpl;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // jdk.incubator.http.Exchange this
        start local 2 // jdk.incubator.http.ExchangeImpl r
        start local 3 // java.lang.Throwable x
         0: .line 254
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         1: .line 255
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchangeCF:Ljava/util/concurrent/CompletableFuture;
            aload 1
            if_acmpne 2
            aload 0 /* this */
            aconst_null
            putfield jdk.incubator.http.Exchange.exchangeCF:Ljava/util/concurrent/CompletableFuture;
         2: .line 254
      StackMap locals: jdk.incubator.http.Exchange
      StackMap stack:
            aload 4
            monitorexit
         3: goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: aload 4
            monitorexit
         5: athrow
         6: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable x
        end local 2 // jdk.incubator.http.ExchangeImpl r
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    7     2     r  Ljdk/incubator/http/ExchangeImpl<TT;>;
            0    7     3     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  private java.util.concurrent.CompletionStage lambda$3(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl eimpl
         0: .line 261
            aload 0 /* this */
            aload 1 /* eimpl */
            putfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
         1: .line 262
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.getCancelCause:()Ljava/io/IOException;
            astore 2 /* tt */
        start local 2 // java.io.IOException tt
         2: .line 263
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Exchange.checkCancelled:()V
         3: .line 264
            aload 2 /* tt */
            ifnull 5
         4: .line 265
            aload 2 /* tt */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
         5: .line 270
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 1 /* eimpl */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.completedFuture:(Ljava/lang/Object;)Ljdk/incubator/http/internal/common/MinimalFuture;
            areturn
        end local 2 // java.io.IOException tt
        end local 1 // jdk.incubator.http.ExchangeImpl eimpl
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/incubator/http/Exchange<TT;>;
            0    6     1  eimpl  Ljdk/incubator/http/ExchangeImpl<TT;>;
            2    6     2     tt  Ljava/io/IOException;

  private static java.util.concurrent.CompletionStage lambda$4(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ExchangeImpl ex
         0: .line 295
            aload 0 /* ex */
            invokevirtual jdk.incubator.http.ExchangeImpl.sendHeadersAsync:()Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.ExchangeImpl ex
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ex  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private java.util.concurrent.CompletionStage lambda$5(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl v
         0: .line 296
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.ExchangeImpl v
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1     v  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private java.util.concurrent.CompletionStage lambda$6(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response r1
         0: .line 298
            aload 1 /* r1 */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljdk/incubator/http/Response;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  jdk/incubator/http/Response.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokestatic jdk.incubator.http.internal.common.Log.logResponse:(Ljava/util/function/Supplier;)V
         1: .line 299
            aload 1 /* r1 */
            invokevirtual jdk.incubator.http.Response.statusCode:()I
            istore 3 /* rcode */
        start local 3 // int rcode
         2: .line 300
            iload 3 /* rcode */
            bipush 100
            if_icmpne 10
         3: .line 301
            ldc "Received 100-Continue: sending body"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 303
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.sendBodyAsync:()Ljava/util/concurrent/CompletableFuture;
         5: .line 304
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$8(Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         6: .line 302
            astore 4 /* cf */
        start local 4 // java.util.concurrent.CompletableFuture cf
         7: .line 305
            aload 0 /* this */
            aload 4 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForUpgrade:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 4 /* cf */
         8: .line 306
            aload 0 /* this */
            aload 4 /* cf */
            invokevirtual jdk.incubator.http.Exchange.wrapForLog:(Ljava/util/concurrent/CompletableFuture;)Ljava/util/concurrent/CompletableFuture;
            astore 4 /* cf */
         9: .line 307
            aload 4 /* cf */
            areturn
        end local 4 // java.util.concurrent.CompletableFuture cf
        10: .line 309
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.Response top int
      StackMap stack:
            ldc "Expectation failed: Received {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        11: .line 310
            iload 3 /* rcode */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        12: .line 309
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 311
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.upgrading:Z
            ifeq 18
            iload 3 /* rcode */
            bipush 101
            if_icmpne 18
        14: .line 312
            new java.io.IOException
            dup
        15: .line 313
            ldc "Unable to handle 101 while waiting for 100"
        16: .line 312
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            astore 4 /* failed */
        start local 4 // java.io.IOException failed
        17: .line 314
            aload 4 /* failed */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 4 // java.io.IOException failed
        18: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Exchange;)Ljdk/incubator/http/HttpResponse$BodyHandler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
                  jdk/incubator/http/Exchange.ignoreBody(ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber; (5)
                  (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.readBodyAsync:(Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
        19: .line 317
            aload 1 /* r1 */
            invokedynamic apply(Ljdk/incubator/http/Response;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$10(Ljdk/incubator/http/Response;Ljava/lang/Object;)Ljdk/incubator/http/Response; (6)
                  (Ljava/lang/Object;)Ljdk/incubator/http/Response;
            invokevirtual java.util.concurrent.CompletableFuture.thenApply:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
        20: .line 316
            areturn
        end local 3 // int rcode
        end local 1 // jdk.incubator.http.Response r1
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Ljdk/incubator/http/Exchange<TT;>;
            0   21     1      r1  Ljdk/incubator/http/Response;
            2   21     3   rcode  I
            7   10     4      cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
           17   18     4  failed  Ljava/io/IOException;

  private static java.util.concurrent.CompletionStage lambda$11(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ExchangeImpl ex
         0: .line 322
            aload 0 /* ex */
            invokevirtual jdk.incubator.http.ExchangeImpl.sendHeadersAsync:()Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.ExchangeImpl ex
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ex  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private java.util.concurrent.CompletionStage lambda$13(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl exIm
         0: .line 324
            aload 1 /* exIm */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.ExchangeImpl exIm
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1  exIm  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private java.util.concurrent.CompletionStage lambda$14(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.Response r
         0: .line 333
            aload 0 /* this */
            aload 1 /* r */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.Exchange.checkForUpgradeAsync:(Ljdk/incubator/http/Response;Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.Response r
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1     r  Ljdk/incubator/http/Response;

  private static jdk.incubator.http.Response lambda$15(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response response
         0: .line 341
            aload 0 /* response */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljdk/incubator/http/Response;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  jdk/incubator/http/Response.toString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            invokestatic jdk.incubator.http.internal.common.Log.logResponse:(Ljava/util/function/Supplier;)V
         1: .line 342
            aload 0 /* response */
            areturn
        end local 0 // jdk.incubator.http.Response response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  response  Ljdk/incubator/http/Response;

  private java.util.concurrent.CompletionStage lambda$18(jdk.incubator.http.Http1Exchange, java.lang.Object);
    descriptor: (Ljdk/incubator/http/Http1Exchange;Ljava/lang/Object;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 2 // java.lang.Object v
         0: .line 369
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Ignored body"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         1: .line 372
            aload 1
            invokevirtual jdk.incubator.http.Http1Exchange.connection:()Ljdk/incubator/http/HttpConnection;
         2: .line 373
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.client2:()Ljdk/incubator/http/Http2ClientImpl;
         3: .line 374
            aload 0 /* this */
            aload 1
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic get(Ljdk/incubator/http/Http1Exchange;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  jdk/incubator/http/Http1Exchange.drainLeftOverBytes()Ljava/nio/ByteBuffer; (5)
                  ()Ljava/nio/ByteBuffer;
         4: .line 372
            invokestatic jdk.incubator.http.Http2Connection.createAsync:(Ljdk/incubator/http/HttpConnection;Ljdk/incubator/http/Http2ClientImpl;Ljdk/incubator/http/Exchange;Ljava/util/function/Supplier;)Ljava/util/concurrent/CompletableFuture;
         5: .line 375
            aload 0 /* this */
            aload 1
            invokedynamic apply(Ljdk/incubator/http/Exchange;Ljdk/incubator/http/Http1Exchange;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  jdk/incubator/http/Exchange.lambda$20(Ljdk/incubator/http/Http1Exchange;Ljdk/incubator/http/Http2Connection;)Ljava/util/concurrent/CompletionStage; (7)
                  (Ljdk/incubator/http/Http2Connection;)Ljava/util/concurrent/CompletionStage;
            invokevirtual java.util.concurrent.CompletableFuture.thenCompose:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
         6: .line 372
            areturn
        end local 2 // java.lang.Object v
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    7     2     v  TT;

  private java.util.concurrent.CompletionStage lambda$8(jdk.incubator.http.ExchangeImpl);
    descriptor: (Ljdk/incubator/http/ExchangeImpl;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Exchange this
        start local 1 // jdk.incubator.http.ExchangeImpl exIm
         0: .line 304
            aload 1 /* exIm */
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.parentExecutor:Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.ExchangeImpl.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.ExchangeImpl exIm
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Exchange<TT;>;
            0    1     1  exIm  Ljdk/incubator/http/ExchangeImpl<TT;>;

  private static jdk.incubator.http.Response lambda$10(jdk.incubator.http.Response, java.lang.Object);
    descriptor: (Ljdk/incubator/http/Response;Ljava/lang/Object;)Ljdk/incubator/http/Response;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Object v
         0: .line 317
            aload 0
            areturn
        end local 1 // java.lang.Object v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     v  TT;

  private java.util.concurrent.CompletionStage lambda$20(jdk.incubator.http.Http1Exchange, jdk.incubator.http.Http2Connection);
    descriptor: (Ljdk/incubator/http/Http1Exchange;Ljdk/incubator/http/Http2Connection;)Ljava/util/concurrent/CompletionStage;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // jdk.incubator.http.Exchange this
        start local 2 // jdk.incubator.http.Http2Connection c
         0: .line 376
            aload 2 /* c */
            invokevirtual jdk.incubator.http.Http2Connection.offerConnection:()Z
            istore 3 /* cached */
        start local 3 // boolean cached
         1: .line 377
            aload 2 /* c */
            iconst_1
            invokevirtual jdk.incubator.http.Http2Connection.getStream:(I)Ljdk/incubator/http/Stream;
            astore 4 /* s */
        start local 4 // jdk.incubator.http.Stream s
         2: .line 379
            aload 4 /* s */
            ifnonnull 9
         3: .line 382
            aload 2 /* c */
            invokevirtual jdk.incubator.http.Http2Connection.getRecordedCause:()Ljava/lang/Throwable;
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
         4: .line 383
            aload 5 /* t */
            ifnull 9
         5: .line 384
            iload 3 /* cached */
            ifne 7
         6: .line 385
            aload 2 /* c */
            invokevirtual jdk.incubator.http.Http2Connection.close:()V
         7: .line 387
      StackMap locals: int jdk.incubator.http.Stream java.lang.Throwable
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Can't get stream 1: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* t */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 5 /* t */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         8: .line 386
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 5 // java.lang.Throwable t
         9: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
            invokevirtual jdk.incubator.http.ExchangeImpl.released:()V
        10: .line 402
            aload 0 /* this */
            dup
            astore 6
            monitorenter
        11: .line 403
            aload 0 /* this */
            aload 4 /* s */
            putfield jdk.incubator.http.Exchange.exchImpl:Ljdk/incubator/http/ExchangeImpl;
        12: .line 404
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.failed:Ljava/io/IOException;
            astore 5 /* t */
        start local 5 // java.lang.Throwable t
        13: .line 402
            aload 6
            monitorexit
        14: goto 17
        end local 5 // java.lang.Throwable t
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.Http1Exchange jdk.incubator.http.Http2Connection int jdk.incubator.http.Stream top jdk.incubator.http.Exchange
      StackMap stack: java.lang.Throwable
        15: aload 6
            monitorexit
        16: athrow
        start local 5 // java.lang.Throwable t
        17: .line 407
      StackMap locals: jdk.incubator.http.Exchange jdk.incubator.http.Http1Exchange jdk.incubator.http.Http2Connection int jdk.incubator.http.Stream java.lang.Throwable
      StackMap stack:
            aload 5 /* t */
            ifnonnull 18
            aload 1
            invokevirtual jdk.incubator.http.Http1Exchange.getCancelCause:()Ljava/lang/Throwable;
            astore 5 /* t */
        18: .line 410
      StackMap locals:
      StackMap stack:
            aload 5 /* t */
            instanceof jdk.incubator.http.HttpTimeoutException
            ifeq 21
        19: .line 411
            aload 4 /* s */
            aload 5 /* t */
            invokevirtual jdk.incubator.http.Stream.cancelImpl:(Ljava/lang/Throwable;)V
        20: .line 412
            aload 5 /* t */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        21: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Exchange.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Getting response async %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* s */
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        22: .line 415
            aload 4 /* s */
            aconst_null
            invokevirtual jdk.incubator.http.Stream.getResponseAsync:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 5 // java.lang.Throwable t
        end local 4 // jdk.incubator.http.Stream s
        end local 3 // boolean cached
        end local 2 // jdk.incubator.http.Http2Connection c
        end local 0 // jdk.incubator.http.Exchange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Ljdk/incubator/http/Exchange<TT;>;
            0   23     2       c  Ljdk/incubator/http/Http2Connection;
            1   23     3  cached  Z
            2   23     4       s  Ljdk/incubator/http/Stream<TT;>;
            4    9     5       t  Ljava/lang/Throwable;
           13   15     5       t  Ljava/lang/Throwable;
           17   23     5       t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          11    14      15  any
          15    16      15  any
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Exchange.java"
InnerClasses:
  public abstract Logger = java.lang.System$Logger of java.lang.System
  public final Level = java.lang.System$Logger$Level of java.lang.System$Logger
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Version = jdk.incubator.http.HttpClient$Version of jdk.incubator.http.HttpClient
  public abstract BodyHandler = jdk.incubator.http.HttpResponse$BodyHandler of jdk.incubator.http.HttpResponse
  public abstract BodySubscriber = jdk.incubator.http.HttpResponse$BodySubscriber of jdk.incubator.http.HttpResponse