class jdk.incubator.http.Stream<T> extends jdk.incubator.http.ExchangeImpl<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.Stream
  super_class: jdk.incubator.http.ExchangeImpl
{
  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 java.util.concurrent.ConcurrentLinkedQueue<jdk.incubator.http.internal.frame.Http2Frame> inputQ;
    descriptor: Ljava/util/concurrent/ConcurrentLinkedQueue;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentLinkedQueue<Ljdk/incubator/http/internal/frame/Http2Frame;>;

  final jdk.incubator.http.internal.common.SequentialScheduler sched;
    descriptor: Ljdk/incubator/http/internal/common/SequentialScheduler;
    flags: (0x0010) ACC_FINAL

  final jdk.incubator.http.internal.common.SubscriptionBase userSubscription;
    descriptor: Ljdk/incubator/http/internal/common/SubscriptionBase;
    flags: (0x0010) ACC_FINAL

  protected volatile int streamid;
    descriptor: I
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  long requestContentLen;
    descriptor: J
    flags: (0x0000) 

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

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

  final jdk.incubator.http.internal.hpack.DecodingCallback rspHeadersConsumer;
    descriptor: Ljdk/incubator/http/internal/hpack/DecodingCallback;
    flags: (0x0010) ACC_FINAL

  jdk.incubator.http.internal.common.HttpHeadersImpl responseHeaders;
    descriptor: Ljdk/incubator/http/internal/common/HttpHeadersImpl;
    flags: (0x0000) 

  final jdk.incubator.http.internal.common.HttpHeadersImpl requestPseudoHeaders;
    descriptor: Ljdk/incubator/http/internal/common/HttpHeadersImpl;
    flags: (0x0010) ACC_FINAL

  volatile jdk.incubator.http.HttpResponse$BodySubscriber<T> responseSubscriber;
    descriptor: Ljdk/incubator/http/HttpResponse$BodySubscriber;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljdk/incubator/http/HttpResponse$BodySubscriber<TT;>;

  final jdk.incubator.http.HttpRequest$BodyPublisher requestPublisher;
    descriptor: Ljdk/incubator/http/HttpRequest$BodyPublisher;
    flags: (0x0010) ACC_FINAL

  volatile jdk.incubator.http.Stream<T>.RequestSubscriber requestSubscriber;
    descriptor: Ljdk/incubator/http/Stream$RequestSubscriber;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljdk/incubator/http/Stream<TT;>.RequestSubscriber;

  volatile int responseCode;
    descriptor: I
    flags: (0x0040) ACC_VOLATILE

  volatile jdk.incubator.http.Response response;
    descriptor: Ljdk/incubator/http/Response;
    flags: (0x0040) ACC_VOLATILE

  volatile java.lang.Throwable failed;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0040) ACC_VOLATILE

  final java.util.concurrent.CompletableFuture<java.lang.Void> requestBodyCF;
    descriptor: Ljava/util/concurrent/CompletableFuture;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  volatile java.util.concurrent.CompletableFuture<T> responseBodyCF;
    descriptor: Ljava/util/concurrent/CompletableFuture;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljava/util/concurrent/CompletableFuture<TT;>;

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

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

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

  private boolean requestSent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean responseReceived;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final jdk.incubator.http.WindowController windowController;
    descriptor: Ljdk/incubator/http/WindowController;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jdk.incubator.http.WindowUpdateSender windowUpdater;
    descriptor: Ljdk/incubator/http/WindowUpdateSender;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final java.nio.ByteBuffer COMPLETED;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final java.util.List<java.util.concurrent.CompletableFuture<jdk.incubator.http.Response>> response_cfs;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;>;

  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 91
            ldc Ljdk/incubator/http/Stream;
            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.Stream.$assertionsDisabled:Z
         3: .line 93
            getstatic jdk.incubator.http.internal.common.Utils.DEBUG:Z
            putstatic jdk.incubator.http.Stream.DEBUG:Z
         4: .line 583
            iconst_0
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            putstatic jdk.incubator.http.Stream.COMPLETED:Ljava/nio/ByteBuffer;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  private void schedule();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 149
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            ifnonnull 33
         1: .line 151
            return
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.peek:()Ljava/lang/Object;
            checkcast jdk.incubator.http.internal.frame.Http2Frame
            astore 1 /* frame */
        start local 1 // jdk.incubator.http.internal.frame.Http2Frame frame
         3: .line 155
            aload 1 /* frame */
            instanceof jdk.incubator.http.internal.frame.ResetFrame
            ifeq 7
         4: .line 156
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.remove:()Ljava/lang/Object;
            pop
         5: .line 157
            aload 0 /* this */
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.ResetFrame
            invokevirtual jdk.incubator.http.Stream.handleReset:(Ljdk/incubator/http/internal/frame/ResetFrame;)V
         6: .line 158
            return
         7: .line 160
      StackMap locals: jdk.incubator.http.internal.frame.Http2Frame
      StackMap stack:
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.DataFrame
            astore 2 /* df */
        start local 2 // jdk.incubator.http.internal.frame.DataFrame df
         8: .line 161
            aload 2 /* df */
            iconst_1
            invokevirtual jdk.incubator.http.internal.frame.DataFrame.getFlag:(I)Z
            istore 3 /* finished */
        start local 3 // boolean finished
         9: .line 163
            aload 2 /* df */
            invokevirtual jdk.incubator.http.internal.frame.DataFrame.getData:()Ljava/util/List;
            astore 4 /* buffers */
        start local 4 // java.util.List buffers
        10: .line 164
            aload 4 /* buffers */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            astore 5 /* dsts */
        start local 5 // java.util.List dsts
        11: .line 165
            aload 5 /* dsts */
            ldc 2147483647
            invokestatic jdk.incubator.http.internal.common.Utils.remaining:(Ljava/util/List;I)I
            istore 6 /* size */
        start local 6 // int size
        12: .line 166
            iload 6 /* size */
            ifne 20
            iload 3 /* finished */
            ifeq 20
        13: .line 167
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.remove:()Ljava/lang/Object;
            pop
        14: .line 168
            ldc "responseSubscriber.onComplete"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 169
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "incoming: onComplete"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        16: .line 170
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.stop:()V
        17: .line 171
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onComplete:()V
        18: .line 172
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.setEndStreamReceived:()V
        19: .line 173
            return
        20: .line 174
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.internal.frame.Http2Frame jdk.incubator.http.internal.frame.DataFrame int java.util.List java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.userSubscription:Ljdk/incubator/http/internal/common/SubscriptionBase;
            invokevirtual jdk.incubator.http.internal.common.SubscriptionBase.tryDecrement:()Z
            ifeq 32
        21: .line 175
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.remove:()Ljava/lang/Object;
            pop
        22: .line 176
            ldc "responseSubscriber.onNext {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 177
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "incoming: onNext(%d)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 6 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        24: .line 178
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            aload 5 /* dsts */
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onNext:(Ljava/lang/Object;)V
        25: .line 179
            aload 0 /* this */
            aload 2 /* df */
            invokevirtual jdk.incubator.http.Stream.consumed:(Ljdk/incubator/http/internal/frame/DataFrame;)Z
            ifeq 33
        26: .line 180
            ldc "responseSubscriber.onComplete"
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 181
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "incoming: onComplete"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        28: .line 182
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.stop:()V
        29: .line 183
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onComplete:()V
        30: .line 184
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.setEndStreamReceived:()V
        31: .line 185
            return
        32: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int size
        end local 5 // java.util.List dsts
        end local 4 // java.util.List buffers
        end local 3 // boolean finished
        end local 2 // jdk.incubator.http.internal.frame.DataFrame df
        end local 1 // jdk.incubator.http.internal.frame.Http2Frame frame
        33: .line 153
      StackMap locals: jdk.incubator.http.Stream
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.isEmpty:()Z
            ifeq 2
        34: .line 191
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.failed:Ljava/lang/Throwable;
            astore 1 /* t */
        start local 1 // java.lang.Throwable t
        35: .line 192
            aload 1 /* t */
            ifnull 39
        36: .line 193
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.stop:()V
        37: .line 194
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            aload 1 /* t */
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onError:(Ljava/lang/Throwable;)V
        38: .line 195
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.close:()V
        39: .line 197
      StackMap locals: java.lang.Throwable
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   40     0      this  Ljdk/incubator/http/Stream<TT;>;
            3   33     1     frame  Ljdk/incubator/http/internal/frame/Http2Frame;
            8   33     2        df  Ljdk/incubator/http/internal/frame/DataFrame;
            9   33     3  finished  Z
           10   33     4   buffers  Ljava/util/List<Ljava/nio/ByteBuffer;>;
           11   33     5      dsts  Ljava/util/List<Ljava/nio/ByteBuffer;>;
           12   33     6      size  I
           35   40     1         t  Ljava/lang/Throwable;

  private boolean consumed(jdk.incubator.http.internal.frame.DataFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/DataFrame;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.DataFrame df
         0: .line 206
            aload 1 /* df */
            invokevirtual jdk.incubator.http.internal.frame.DataFrame.payloadLength:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 207
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            getfield jdk.incubator.http.Http2Connection.windowUpdater:Ljdk/incubator/http/Http2Connection$ConnectionWindowUpdateSender;
            iload 2 /* len */
            invokevirtual jdk.incubator.http.Http2Connection$ConnectionWindowUpdateSender.update:(I)V
         2: .line 209
            aload 1 /* df */
            iconst_1
            invokevirtual jdk.incubator.http.internal.frame.DataFrame.getFlag:(I)Z
            ifne 5
         3: .line 212
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.windowUpdater:Ljdk/incubator/http/WindowUpdateSender;
            iload 2 /* len */
            invokevirtual jdk.incubator.http.WindowUpdateSender.update:(I)V
         4: .line 213
            iconst_0
            ireturn
         5: .line 215
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int len
        end local 1 // jdk.incubator.http.internal.frame.DataFrame df
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/Stream<TT;>;
            0    6     1    df  Ljdk/incubator/http/internal/frame/DataFrame;
            1    6     2   len  I
    MethodParameters:
      Name  Flags
      df    

  java.util.concurrent.CompletableFuture<T> readBodyAsync(jdk.incubator.http.HttpResponse$BodyHandler<T>, boolean, java.util.concurrent.Executor);
    descriptor: (Ljdk/incubator/http/HttpResponse$BodyHandler;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.HttpResponse$BodyHandler handler
        start local 2 // boolean returnConnectionToPool
        start local 3 // java.util.concurrent.Executor executor
         0: .line 223
            ldc "Reading body on stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 224
            aload 1 /* handler */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseCode:I
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            invokeinterface jdk.incubator.http.HttpResponse$BodyHandler.apply:(ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
            astore 4 /* bodySubscriber */
        start local 4 // jdk.incubator.http.HttpResponse$BodySubscriber bodySubscriber
         2: .line 225
            aload 0 /* this */
            aload 4 /* bodySubscriber */
            invokevirtual jdk.incubator.http.Stream.receiveData:(Ljdk/incubator/http/HttpResponse$BodySubscriber;)Ljava/util/concurrent/CompletableFuture;
            astore 5 /* cf */
        start local 5 // java.util.concurrent.CompletableFuture cf
         3: .line 227
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.exchange:Ljdk/incubator/http/Exchange;
            invokevirtual jdk.incubator.http.Exchange.getPushGroup:()Ljdk/incubator/http/PushGroup;
            astore 6 /* pg */
        start local 6 // jdk.incubator.http.PushGroup pg
         4: .line 228
            aload 6 /* pg */
            ifnull 6
         5: .line 230
            aload 5 /* cf */
            aload 6 /* pg */
            invokedynamic accept(Ljdk/incubator/http/PushGroup;)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/Stream.lambda$3(Ljdk/incubator/http/PushGroup;Ljava/lang/Object;Ljava/lang/Throwable;)V (6)
                  (Ljava/lang/Object;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            astore 5 /* cf */
         6: .line 232
      StackMap locals: jdk.incubator.http.HttpResponse$BodySubscriber java.util.concurrent.CompletableFuture jdk.incubator.http.PushGroup
      StackMap stack:
            aload 5 /* cf */
            areturn
        end local 6 // jdk.incubator.http.PushGroup pg
        end local 5 // java.util.concurrent.CompletableFuture cf
        end local 4 // jdk.incubator.http.HttpResponse$BodySubscriber bodySubscriber
        end local 3 // java.util.concurrent.Executor executor
        end local 2 // boolean returnConnectionToPool
        end local 1 // jdk.incubator.http.HttpResponse$BodyHandler handler
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    7     0                    this  Ljdk/incubator/http/Stream<TT;>;
            0    7     1                 handler  Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;
            0    7     2  returnConnectionToPool  Z
            0    7     3                executor  Ljava/util/concurrent/Executor;
            2    7     4          bodySubscriber  Ljdk/incubator/http/HttpResponse$BodySubscriber<TT;>;
            3    7     5                      cf  Ljava/util/concurrent/CompletableFuture<TT;>;
            4    7     6                      pg  Ljdk/incubator/http/PushGroup<**>;
    Signature: (Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;ZLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture<TT;>;
    MethodParameters:
                        Name  Flags
      handler                 
      returnConnectionToPool  
      executor                

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 237
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
         1: .line 238
            aload 1 /* sb */
            ldc "streamid: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 239
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            pop
         3: .line 240
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder sb
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/Stream<TT;>;
            1    4     1    sb  Ljava/lang/StringBuilder;

  private void receiveDataFrame(jdk.incubator.http.internal.frame.DataFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/DataFrame;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.DataFrame df
         0: .line 244
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            aload 1 /* df */
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.add:(Ljava/lang/Object;)Z
            pop
         1: .line 245
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
         2: .line 246
            return
        end local 1 // jdk.incubator.http.internal.frame.DataFrame df
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/Stream<TT;>;
            0    3     1    df  Ljdk/incubator/http/internal/frame/DataFrame;
    MethodParameters:
      Name  Flags
      df    

  private void receiveResetFrame(jdk.incubator.http.internal.frame.ResetFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/ResetFrame;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.ResetFrame frame
         0: .line 250
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
            aload 1 /* frame */
            invokevirtual java.util.concurrent.ConcurrentLinkedQueue.add:(Ljava/lang/Object;)Z
            pop
         1: .line 251
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
         2: .line 252
            return
        end local 1 // jdk.incubator.http.internal.frame.ResetFrame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/incubator/http/Stream<TT;>;
            0    3     1  frame  Ljdk/incubator/http/internal/frame/ResetFrame;
    MethodParameters:
       Name  Flags
      frame  

  java.util.concurrent.CompletableFuture<T> receiveData(jdk.incubator.http.HttpResponse$BodySubscriber<T>);
    descriptor: (Ljdk/incubator/http/HttpResponse$BodySubscriber;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.HttpResponse$BodySubscriber bodySubscriber
         0: .line 257
            aload 0 /* this */
            aload 1 /* bodySubscriber */
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.getBody:()Ljava/util/concurrent/CompletionStage;
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.of:(Ljava/util/concurrent/CompletionStage;)Ljdk/incubator/http/internal/common/MinimalFuture;
            putfield jdk.incubator.http.Stream.responseBodyCF:Ljava/util/concurrent/CompletableFuture;
         1: .line 259
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.isCanceled:()Z
            ifeq 5
         2: .line 260
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.getCancelCause:()Ljava/lang/Throwable;
            astore 2 /* t */
        start local 2 // java.lang.Throwable t
         3: .line 261
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseBodyCF:Ljava/util/concurrent/CompletableFuture;
            aload 2 /* t */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
        end local 2 // java.lang.Throwable t
         4: .line 262
            goto 6
         5: .line 263
      StackMap locals:
      StackMap stack:
            aload 1 /* bodySubscriber */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.userSubscription:Ljdk/incubator/http/internal/common/SubscriptionBase;
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         6: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* bodySubscriber */
            putfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
         7: .line 268
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
         8: .line 269
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseBodyCF:Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // jdk.incubator.http.HttpResponse$BodySubscriber bodySubscriber
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Ljdk/incubator/http/Stream<TT;>;
            0    9     1  bodySubscriber  Ljdk/incubator/http/HttpResponse$BodySubscriber<TT;>;
            3    4     2               t  Ljava/lang/Throwable;
    Signature: (Ljdk/incubator/http/HttpResponse$BodySubscriber<TT;>;)Ljava/util/concurrent/CompletableFuture<TT;>;
    MethodParameters:
                Name  Flags
      bodySubscriber  

  java.util.concurrent.CompletableFuture<jdk.incubator.http.ExchangeImpl<T>> sendBodyAsync();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 274
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.sendBodyImpl:()Ljava/util/concurrent/CompletableFuture;
            aload 0 /* this */
            invokedynamic apply(Ljdk/incubator/http/Stream;)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/Stream.lambda$4(Ljava/lang/Void;)Ljdk/incubator/http/ExchangeImpl; (7)
                  (Ljava/lang/Void;)Ljdk/incubator/http/ExchangeImpl;
            invokevirtual java.util.concurrent.CompletableFuture.thenApply:(Ljava/util/function/Function;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/ExchangeImpl<TT;>;>;

  void <init>(jdk.incubator.http.Http2Connection, jdk.incubator.http.Exchange<T>, jdk.incubator.http.WindowController);
    descriptor: (Ljdk/incubator/http/Http2Connection;Ljdk/incubator/http/Exchange;Ljdk/incubator/http/WindowController;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.Http2Connection connection
        start local 2 // jdk.incubator.http.Exchange e
        start local 3 // jdk.incubator.http.WindowController windowController
         0: .line 282
            aload 0 /* this */
            aload 2 /* e */
            invokespecial jdk.incubator.http.ExchangeImpl.<init>:(Ljdk/incubator/http/Exchange;)V
         1: .line 94
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/Stream;)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/Stream.dbgString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            getstatic jdk.incubator.http.Stream.DEBUG:Z
            invokestatic jdk.incubator.http.internal.common.Utils.getDebugLogger:(Ljava/util/function/Supplier;Z)Ljava/lang/System$Logger;
            putfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
         2: .line 96
            aload 0 /* this */
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield jdk.incubator.http.Stream.inputQ:Ljava/util/concurrent/ConcurrentLinkedQueue;
         3: .line 97
            aload 0 /* this */
         4: .line 98
            aload 0 /* this */
            invokedynamic run(Ljdk/incubator/http/Stream;)Ljava/lang/Runnable;
              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:
                  ()V
                  jdk/incubator/http/Stream.schedule()V (7)
                  ()V
            invokestatic jdk.incubator.http.internal.common.SequentialScheduler.synchronizedScheduler:(Ljava/lang/Runnable;)Ljdk/incubator/http/internal/common/SequentialScheduler;
            putfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
         5: .line 99
            aload 0 /* this */
            new jdk.incubator.http.internal.common.SubscriptionBase
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            aload 0 /* this */
            invokedynamic run(Ljdk/incubator/http/Stream;)Ljava/lang/Runnable;
              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:
                  ()V
                  jdk/incubator/http/Stream.cancel()V (5)
                  ()V
            invokespecial jdk.incubator.http.internal.common.SubscriptionBase.<init>:(Ljdk/incubator/http/internal/common/SequentialScheduler;Ljava/lang/Runnable;)V
            putfield jdk.incubator.http.Stream.userSubscription:Ljdk/incubator/http/internal/common/SubscriptionBase;
         6: .line 120
            aload 0 /* this */
            new jdk.incubator.http.internal.common.MinimalFuture
            dup
            invokespecial jdk.incubator.http.internal.common.MinimalFuture.<init>:()V
            putfield jdk.incubator.http.Stream.requestBodyCF:Ljava/util/concurrent/CompletableFuture;
         7: .line 787
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_5
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
         8: .line 283
            aload 0 /* this */
            aload 1 /* connection */
            putfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
         9: .line 284
            aload 0 /* this */
            aload 3 /* windowController */
            putfield jdk.incubator.http.Stream.windowController:Ljdk/incubator/http/WindowController;
        10: .line 285
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual jdk.incubator.http.Exchange.request:()Ljdk/incubator/http/HttpRequestImpl;
            putfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
        11: .line 286
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            getfield jdk.incubator.http.HttpRequestImpl.requestPublisher:Ljdk/incubator/http/HttpRequest$BodyPublisher;
            putfield jdk.incubator.http.Stream.requestPublisher:Ljdk/incubator/http/HttpRequest$BodyPublisher;
        12: .line 287
            aload 0 /* this */
            new jdk.incubator.http.internal.common.HttpHeadersImpl
            dup
            invokespecial jdk.incubator.http.internal.common.HttpHeadersImpl.<init>:()V
            putfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
        13: .line 288
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onDecoded(Ljdk/incubator/http/Stream;)Ljdk/incubator/http/internal/hpack/DecodingCallback;
              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/CharSequence;Ljava/lang/CharSequence;)V
                  jdk/incubator/http/Stream.lambda$5(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V (7)
                  (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V
            putfield jdk.incubator.http.Stream.rspHeadersConsumer:Ljdk/incubator/http/internal/hpack/DecodingCallback;
        14: .line 295
            aload 0 /* this */
            new jdk.incubator.http.internal.common.HttpHeadersImpl
            dup
            invokespecial jdk.incubator.http.internal.common.HttpHeadersImpl.<init>:()V
            putfield jdk.incubator.http.Stream.requestPseudoHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
        15: .line 297
            aload 0 /* this */
            new jdk.incubator.http.Stream$StreamWindowUpdateSender
            dup
            aload 0 /* this */
            aload 1 /* connection */
            invokespecial jdk.incubator.http.Stream$StreamWindowUpdateSender.<init>:(Ljdk/incubator/http/Stream;Ljdk/incubator/http/Http2Connection;)V
            putfield jdk.incubator.http.Stream.windowUpdater:Ljdk/incubator/http/WindowUpdateSender;
        16: .line 298
            return
        end local 3 // jdk.incubator.http.WindowController windowController
        end local 2 // jdk.incubator.http.Exchange e
        end local 1 // jdk.incubator.http.Http2Connection connection
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   17     0              this  Ljdk/incubator/http/Stream<TT;>;
            0   17     1        connection  Ljdk/incubator/http/Http2Connection;
            0   17     2                 e  Ljdk/incubator/http/Exchange<TT;>;
            0   17     3  windowController  Ljdk/incubator/http/WindowController;
    Signature: (Ljdk/incubator/http/Http2Connection;Ljdk/incubator/http/Exchange<TT;>;Ljdk/incubator/http/WindowController;)V
    MethodParameters:
                  Name  Flags
      connection        
      e                 
      windowController  

  void incoming(jdk.incubator.http.internal.frame.Http2Frame);
    descriptor: (Ljdk/incubator/http/internal/frame/Http2Frame;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.Http2Frame frame
         0: .line 306
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "incoming: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* frame */
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 307
            aload 1 /* frame */
            instanceof jdk.incubator.http.internal.frame.HeaderFrame
            ifeq 9
         2: .line 308
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.HeaderFrame
            astore 2 /* hframe */
        start local 2 // jdk.incubator.http.internal.frame.HeaderFrame hframe
         3: .line 309
            aload 2 /* hframe */
            invokevirtual jdk.incubator.http.internal.frame.HeaderFrame.endHeaders:()Z
            ifeq 13
         4: .line 310
            ldc "handling response (streamid={0})"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 311
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.handleResponse:()V
         6: .line 312
            aload 2 /* hframe */
            iconst_1
            invokevirtual jdk.incubator.http.internal.frame.HeaderFrame.getFlag:(I)Z
            ifeq 13
         7: .line 313
            aload 0 /* this */
            new jdk.incubator.http.internal.frame.DataFrame
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            iconst_1
            invokestatic java.util.List.of:()Ljava/util/List;
            invokespecial jdk.incubator.http.internal.frame.DataFrame.<init>:(IILjava/util/List;)V
            invokevirtual jdk.incubator.http.Stream.receiveDataFrame:(Ljdk/incubator/http/internal/frame/DataFrame;)V
        end local 2 // jdk.incubator.http.internal.frame.HeaderFrame hframe
         8: .line 316
            goto 13
      StackMap locals:
      StackMap stack:
         9: aload 1 /* frame */
            instanceof jdk.incubator.http.internal.frame.DataFrame
            ifeq 12
        10: .line 317
            aload 0 /* this */
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.DataFrame
            invokevirtual jdk.incubator.http.Stream.receiveDataFrame:(Ljdk/incubator/http/internal/frame/DataFrame;)V
        11: .line 318
            goto 13
        12: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual jdk.incubator.http.Stream.otherFrame:(Ljdk/incubator/http/internal/frame/Http2Frame;)V
        13: .line 321
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.internal.frame.Http2Frame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Ljdk/incubator/http/Stream<TT;>;
            0   14     1   frame  Ljdk/incubator/http/internal/frame/Http2Frame;
            3    8     2  hframe  Ljdk/incubator/http/internal/frame/HeaderFrame;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      frame  

  void otherFrame(jdk.incubator.http.internal.frame.Http2Frame);
    descriptor: (Ljdk/incubator/http/internal/frame/Http2Frame;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.Http2Frame frame
         0: .line 324
            aload 1 /* frame */
            invokevirtual jdk.incubator.http.internal.frame.Http2Frame.type:()I
            tableswitch { // 2 - 8
                    2: 5
                    3: 3
                    4: 7
                    5: 7
                    6: 7
                    7: 7
                    8: 1
              default: 7
          }
         1: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.WindowUpdateFrame
            invokevirtual jdk.incubator.http.Stream.incoming_windowUpdate:(Ljdk/incubator/http/internal/frame/WindowUpdateFrame;)V
         2: .line 327
            goto 9
         3: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.ResetFrame
            invokevirtual jdk.incubator.http.Stream.incoming_reset:(Ljdk/incubator/http/internal/frame/ResetFrame;)V
         4: .line 330
            goto 9
         5: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            checkcast jdk.incubator.http.internal.frame.PriorityFrame
            invokevirtual jdk.incubator.http.Stream.incoming_priority:(Ljdk/incubator/http/internal/frame/PriorityFrame;)V
         6: .line 333
            goto 9
         7: .line 335
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "Unexpected frame: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* frame */
            invokevirtual jdk.incubator.http.internal.frame.Http2Frame.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         8: .line 336
            new java.io.IOException
            dup
            aload 2 /* msg */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.lang.String msg
         9: .line 338
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.internal.frame.Http2Frame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljdk/incubator/http/Stream<TT;>;
            0   10     1  frame  Ljdk/incubator/http/internal/frame/Http2Frame;
            8    9     2    msg  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      frame  

  jdk.incubator.http.internal.hpack.DecodingCallback rspHeadersConsumer();
    descriptor: ()Ljdk/incubator/http/internal/hpack/DecodingCallback;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 343
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.rspHeadersConsumer:Ljdk/incubator/http/internal/hpack/DecodingCallback;
            areturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;

  protected void handleResponse();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 347
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
         1: .line 348
            ldc ":status"
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.firstValueAsLong:(Ljava/lang/String;)Ljava/util/OptionalLong;
         2: .line 349
            invokedynamic get()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/Stream.lambda$6()Ljava/io/IOException; (6)
                  ()Ljava/io/IOException;
            invokevirtual java.util.OptionalLong.orElseThrow:(Ljava/util/function/Supplier;)J
            l2i
         3: .line 347
            putfield jdk.incubator.http.Stream.responseCode:I
         4: .line 351
            aload 0 /* this */
            new jdk.incubator.http.Response
            dup
         5: .line 352
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.exchange:Ljdk/incubator/http/Exchange;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
         6: .line 353
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseCode:I
            getstatic jdk.incubator.http.HttpClient$Version.HTTP_2:Ljdk/incubator/http/HttpClient$Version;
            invokespecial jdk.incubator.http.Response.<init>:(Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Exchange;Ljdk/incubator/http/HttpHeaders;ILjdk/incubator/http/HttpClient$Version;)V
         7: .line 351
            putfield jdk.incubator.http.Stream.response:Ljdk/incubator/http/Response;
         8: .line 359
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            ldc "content-length"
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.firstValueAsLong:(Ljava/lang/String;)Ljava/util/OptionalLong;
            pop
         9: .line 361
            invokestatic jdk.incubator.http.internal.common.Log.headers:()Z
            ifeq 13
        10: .line 362
            new java.lang.StringBuilder
            dup
            ldc "RESPONSE HEADERS:\n"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* sb */
        start local 1 // java.lang.StringBuilder sb
        11: .line 363
            aload 1 /* sb */
            ldc "    "
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            invokestatic jdk.incubator.http.internal.common.Log.dumpHeaders:(Ljava/lang/StringBuilder;Ljava/lang/String;Ljdk/incubator/http/HttpHeaders;)V
        12: .line 364
            aload 1 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logHeaders:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 1 // java.lang.StringBuilder sb
        13: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response:Ljdk/incubator/http/Response;
            invokevirtual jdk.incubator.http.Stream.completeResponse:(Ljdk/incubator/http/Response;)V
        14: .line 368
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Ljdk/incubator/http/Stream<TT;>;
           11   13     1    sb  Ljava/lang/StringBuilder;
    Exceptions:
      throws java.io.IOException

  void incoming_reset(jdk.incubator.http.internal.frame.ResetFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/ResetFrame;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.ResetFrame frame
         0: .line 371
            ldc "Received RST_STREAM on stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 372
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.endStreamReceived:()Z
            ifeq 4
         2: .line 373
            ldc "Ignoring RST_STREAM frame received on remotely closed stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 374
            goto 9
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield jdk.incubator.http.Stream.closed:Z
            ifeq 7
         5: .line 375
            ldc "Ignoring RST_STREAM frame received on closed stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 376
            goto 9
         7: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* frame */
            invokevirtual jdk.incubator.http.Stream.receiveResetFrame:(Ljdk/incubator/http/internal/frame/ResetFrame;)V
         8: .line 386
            ldc "RST_STREAM pushed in queue for stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 388
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.internal.frame.ResetFrame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Ljdk/incubator/http/Stream<TT;>;
            0   10     1  frame  Ljdk/incubator/http/internal/frame/ResetFrame;
    MethodParameters:
       Name  Flags
      frame  

  void handleReset(jdk.incubator.http.internal.frame.ResetFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/ResetFrame;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.ResetFrame frame
         0: .line 391
            ldc "Handling RST_STREAM on stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 392
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.closed:Z
            ifne 6
         2: .line 393
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.close:()V
         3: .line 394
            aload 1 /* frame */
            invokevirtual jdk.incubator.http.internal.frame.ResetFrame.getErrorCode:()I
            istore 2 /* error */
        start local 2 // int error
         4: .line 395
            aload 0 /* this */
            new java.io.IOException
            dup
            iload 2 /* error */
            invokestatic jdk.incubator.http.internal.frame.ErrorFrame.stringForCode:(I)Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            invokevirtual jdk.incubator.http.Stream.completeResponseExceptionally:(Ljava/lang/Throwable;)V
        end local 2 // int error
         5: .line 396
            goto 7
         6: .line 397
      StackMap locals:
      StackMap stack:
            ldc "Ignoring RST_STREAM frame received on closed stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 399
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.internal.frame.ResetFrame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljdk/incubator/http/Stream<TT;>;
            0    8     1  frame  Ljdk/incubator/http/internal/frame/ResetFrame;
            4    5     2  error  I
    MethodParameters:
       Name  Flags
      frame  

  void incoming_priority(jdk.incubator.http.internal.frame.PriorityFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/PriorityFrame;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.PriorityFrame frame
         0: .line 403
            new java.lang.UnsupportedOperationException
            dup
            ldc "Not implemented"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // jdk.incubator.http.internal.frame.PriorityFrame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/incubator/http/Stream<TT;>;
            0    1     1  frame  Ljdk/incubator/http/internal/frame/PriorityFrame;
    MethodParameters:
       Name  Flags
      frame  

  private void incoming_windowUpdate(jdk.incubator.http.internal.frame.WindowUpdateFrame);
    descriptor: (Ljdk/incubator/http/internal/frame/WindowUpdateFrame;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.internal.frame.WindowUpdateFrame frame
         0: .line 409
            aload 1 /* frame */
            invokevirtual jdk.incubator.http.internal.frame.WindowUpdateFrame.getUpdate:()I
            istore 2 /* amount */
        start local 2 // int amount
         1: .line 410
            iload 2 /* amount */
            ifgt 7
         2: .line 411
            ldc "Resetting stream: {0} %d, Window Update amount: %d\n"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 412
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iload 2 /* amount */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         4: .line 411
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 413
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            iconst_3
            invokevirtual jdk.incubator.http.Http2Connection.resetStream:(II)V
         6: .line 414
            goto 11
         7: .line 415
      StackMap locals: int
      StackMap stack:
            getstatic jdk.incubator.http.Stream.$assertionsDisabled:Z
            ifne 8
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            ifne 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.windowController:Ljdk/incubator/http/WindowController;
            iload 2 /* amount */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual jdk.incubator.http.WindowController.increaseStreamWindow:(II)Z
            istore 3 /* success */
        start local 3 // boolean success
         9: .line 417
            iload 3 /* success */
            ifne 11
        10: .line 418
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            iconst_3
            invokevirtual jdk.incubator.http.Http2Connection.resetStream:(II)V
        end local 3 // boolean success
        11: .line 421
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int amount
        end local 1 // jdk.incubator.http.internal.frame.WindowUpdateFrame frame
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Ljdk/incubator/http/Stream<TT;>;
            0   12     1    frame  Ljdk/incubator/http/internal/frame/WindowUpdateFrame;
            1   12     2   amount  I
            9   11     3  success  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      frame  

  void incoming_pushPromise(jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.Stream$PushedStream<?, T>);
    descriptor: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Stream$PushedStream;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.HttpRequestImpl pushReq
        start local 2 // jdk.incubator.http.Stream$PushedStream pushStream
         0: .line 427
            invokestatic jdk.incubator.http.internal.common.Log.requests:()Z
            ifeq 2
         1: .line 428
            new java.lang.StringBuilder
            dup
            ldc "PUSH_PROMISE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* pushReq */
            invokevirtual jdk.incubator.http.HttpRequestImpl.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logRequest:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.exchange:Ljdk/incubator/http/Exchange;
            invokevirtual jdk.incubator.http.Exchange.getPushGroup:()Ljdk/incubator/http/PushGroup;
            astore 3 /* pushGroup */
        start local 3 // jdk.incubator.http.PushGroup pushGroup
         3: .line 431
            aload 3 /* pushGroup */
            ifnonnull 8
         4: .line 432
            new java.lang.StringBuilder
            dup
            ldc "Rejecting push promise stream "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 433
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 2 /* pushStream */
            getfield jdk.incubator.http.Stream$PushedStream.streamid:I
            bipush 7
            invokevirtual jdk.incubator.http.Http2Connection.resetStream:(II)V
         6: .line 434
            aload 2 /* pushStream */
            invokevirtual jdk.incubator.http.Stream$PushedStream.close:()V
         7: .line 435
            return
         8: .line 438
      StackMap locals: jdk.incubator.http.PushGroup
      StackMap stack:
            aload 3 /* pushGroup */
            invokevirtual jdk.incubator.http.PushGroup.subscriber:()Ljdk/incubator/http/HttpResponse$MultiSubscriber;
            astore 4 /* proc */
        start local 4 // jdk.incubator.http.HttpResponse$MultiSubscriber proc
         9: .line 440
            aload 2 /* pushStream */
            invokevirtual jdk.incubator.http.Stream$PushedStream.responseCF:()Ljava/util/concurrent/CompletableFuture;
            astore 5 /* cf */
        start local 5 // java.util.concurrent.CompletableFuture cf
        10: .line 443
            aload 3 /* pushGroup */
            aload 1 /* pushReq */
            invokevirtual jdk.incubator.http.PushGroup.handlerForPushRequest:(Ljdk/incubator/http/HttpRequest;)Ljava/util/Optional;
        11: .line 442
            astore 6 /* bpOpt */
        start local 6 // java.util.Optional bpOpt
        12: .line 445
            aload 6 /* bpOpt */
            invokevirtual java.util.Optional.isPresent:()Z
            ifne 23
        13: .line 446
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Stream "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        14: .line 447
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " cancelled by user"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        15: .line 446
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            astore 7 /* ex */
        start local 7 // java.io.IOException ex
        16: .line 448
            invokestatic jdk.incubator.http.internal.common.Log.trace:()Z
            ifeq 20
        17: .line 449
            ldc "No body subscriber for {0}: {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* pushReq */
            aastore
            dup
            iconst_1
        18: .line 450
            aload 7 /* ex */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aastore
        19: .line 449
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        20: .line 452
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.HttpRequestImpl jdk.incubator.http.Stream$PushedStream jdk.incubator.http.PushGroup jdk.incubator.http.HttpResponse$MultiSubscriber java.util.concurrent.CompletableFuture java.util.Optional java.io.IOException
      StackMap stack:
            aload 2 /* pushStream */
            aload 7 /* ex */
            invokevirtual jdk.incubator.http.Stream$PushedStream.cancelImpl:(Ljava/lang/Throwable;)V
        21: .line 453
            aload 5 /* cf */
            aload 7 /* ex */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
        22: .line 454
            return
        end local 7 // java.io.IOException ex
        23: .line 457
      StackMap locals:
      StackMap stack:
            aload 3 /* pushGroup */
            invokevirtual jdk.incubator.http.PushGroup.addPush:()V
        24: .line 458
            aload 2 /* pushStream */
            invokevirtual jdk.incubator.http.Stream$PushedStream.requestSent:()V
        25: .line 459
            aload 2 /* pushStream */
            aload 6 /* bpOpt */
            invokevirtual java.util.Optional.get:()Ljava/lang/Object;
            checkcast jdk.incubator.http.HttpResponse$BodyHandler
            invokevirtual jdk.incubator.http.Stream$PushedStream.setPushHandler:(Ljdk/incubator/http/HttpResponse$BodyHandler;)V
        26: .line 462
            aload 5 /* cf */
            aload 2 /* pushStream */
            aload 3 /* pushGroup */
            aload 4 /* proc */
            aload 1 /* pushReq */
            invokedynamic accept(Ljdk/incubator/http/Stream$PushedStream;Ljdk/incubator/http/PushGroup;Ljdk/incubator/http/HttpResponse$MultiSubscriber;Ljdk/incubator/http/HttpRequestImpl;)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/Stream.lambda$7(Ljdk/incubator/http/Stream$PushedStream;Ljdk/incubator/http/PushGroup;Ljdk/incubator/http/HttpResponse$MultiSubscriber;Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/HttpResponse;Ljava/lang/Throwable;)V (6)
                  (Ljdk/incubator/http/HttpResponse;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
        27: .line 478
            return
        end local 6 // java.util.Optional bpOpt
        end local 5 // java.util.concurrent.CompletableFuture cf
        end local 4 // jdk.incubator.http.HttpResponse$MultiSubscriber proc
        end local 3 // jdk.incubator.http.PushGroup pushGroup
        end local 2 // jdk.incubator.http.Stream$PushedStream pushStream
        end local 1 // jdk.incubator.http.HttpRequestImpl pushReq
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Ljdk/incubator/http/Stream<TT;>;
            0   28     1     pushReq  Ljdk/incubator/http/HttpRequestImpl;
            0   28     2  pushStream  Ljdk/incubator/http/Stream$PushedStream<*TT;>;
            3   28     3   pushGroup  Ljdk/incubator/http/PushGroup<*TT;>;
            9   28     4        proc  Ljdk/incubator/http/HttpResponse$MultiSubscriber<*TT;>;
           10   28     5          cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/HttpResponse<TT;>;>;
           12   28     6       bpOpt  Ljava/util/Optional<Ljdk/incubator/http/HttpResponse$BodyHandler<TT;>;>;
           16   23     7          ex  Ljava/io/IOException;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/Stream$PushedStream<*TT;>;)V
    MethodParameters:
            Name  Flags
      pushReq     
      pushStream  

  private jdk.incubator.http.internal.frame.OutgoingHeaders<jdk.incubator.http.Stream<T>> headerFrame(long);
    descriptor: (J)Ljdk/incubator/http/internal/frame/OutgoingHeaders;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // long contentLength
         0: .line 481
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.getSystemHeaders:()Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            astore 3 /* h */
        start local 3 // jdk.incubator.http.internal.common.HttpHeadersImpl h
         1: .line 482
            lload 1 /* contentLength */
            lconst_0
            lcmp
            ifle 3
         2: .line 483
            aload 3 /* h */
            ldc "content-length"
            lload 1 /* contentLength */
            invokestatic java.lang.Long.toString:(J)Ljava/lang/String;
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 485
      StackMap locals: jdk.incubator.http.internal.common.HttpHeadersImpl
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.setPseudoHeaderFields:()V
         4: .line 486
            new jdk.incubator.http.internal.frame.OutgoingHeaders
            dup
            aload 3 /* h */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.getUserHeaders:()Ljdk/incubator/http/HttpHeaders;
            aload 0 /* this */
            invokespecial jdk.incubator.http.internal.frame.OutgoingHeaders.<init>:(Ljdk/incubator/http/HttpHeaders;Ljdk/incubator/http/HttpHeaders;Ljava/lang/Object;)V
            astore 4 /* f */
        start local 4 // jdk.incubator.http.internal.frame.OutgoingHeaders f
         5: .line 487
            lload 1 /* contentLength */
            lconst_0
            lcmp
            ifne 8
         6: .line 488
            aload 4 /* f */
            iconst_1
            invokevirtual jdk.incubator.http.internal.frame.OutgoingHeaders.setFlag:(I)V
         7: .line 489
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Stream.endStreamSent:Z
         8: .line 491
      StackMap locals: jdk.incubator.http.internal.frame.OutgoingHeaders
      StackMap stack:
            aload 4 /* f */
            areturn
        end local 4 // jdk.incubator.http.internal.frame.OutgoingHeaders f
        end local 3 // jdk.incubator.http.internal.common.HttpHeadersImpl h
        end local 1 // long contentLength
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    9     0           this  Ljdk/incubator/http/Stream<TT;>;
            0    9     1  contentLength  J
            1    9     3              h  Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            5    9     4              f  Ljdk/incubator/http/internal/frame/OutgoingHeaders<Ljdk/incubator/http/Stream<TT;>;>;
    Signature: (J)Ljdk/incubator/http/internal/frame/OutgoingHeaders<Ljdk/incubator/http/Stream<TT;>;>;
    MethodParameters:
               Name  Flags
      contentLength  

  private void setPseudoHeaderFields();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 495
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestPseudoHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            astore 1 /* hdrs */
        start local 1 // jdk.incubator.http.internal.common.HttpHeadersImpl hdrs
         1: .line 496
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.method:()Ljava/lang/String;
            astore 2 /* method */
        start local 2 // java.lang.String method
         2: .line 497
            aload 1 /* hdrs */
            ldc ":method"
            aload 2 /* method */
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
         3: .line 498
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.uri:()Ljava/net/URI;
            astore 3 /* uri */
        start local 3 // java.net.URI uri
         4: .line 499
            aload 1 /* hdrs */
            ldc ":scheme"
            aload 3 /* uri */
            invokevirtual java.net.URI.getScheme:()Ljava/lang/String;
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 501
            aload 1 /* hdrs */
            ldc ":authority"
            aload 3 /* uri */
            invokevirtual java.net.URI.getAuthority:()Ljava/lang/String;
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 503
            aload 3 /* uri */
            invokevirtual java.net.URI.getQuery:()Ljava/lang/String;
            astore 4 /* query */
        start local 4 // java.lang.String query
         7: .line 504
            aload 3 /* uri */
            invokevirtual java.net.URI.getPath:()Ljava/lang/String;
            astore 5 /* path */
        start local 5 // java.lang.String path
         8: .line 505
            aload 5 /* path */
            ifnull 9
            aload 5 /* path */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 13
         9: .line 506
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.internal.common.HttpHeadersImpl java.lang.String java.net.URI java.lang.String java.lang.String
      StackMap stack:
            aload 2 /* method */
            ldc "OPTIONS"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 12
        10: .line 507
            ldc "*"
            astore 5 /* path */
        11: .line 508
            goto 13
        12: .line 509
      StackMap locals:
      StackMap stack:
            ldc "/"
            astore 5 /* path */
        13: .line 512
      StackMap locals:
      StackMap stack:
            aload 4 /* query */
            ifnull 15
        14: .line 513
            new java.lang.StringBuilder
            dup
            aload 5 /* path */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "?"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* query */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 5 /* path */
        15: .line 515
      StackMap locals:
      StackMap stack:
            aload 1 /* hdrs */
            ldc ":path"
            aload 5 /* path */
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.setHeader:(Ljava/lang/String;Ljava/lang/String;)V
        16: .line 516
            return
        end local 5 // java.lang.String path
        end local 4 // java.lang.String query
        end local 3 // java.net.URI uri
        end local 2 // java.lang.String method
        end local 1 // jdk.incubator.http.internal.common.HttpHeadersImpl hdrs
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Ljdk/incubator/http/Stream<TT;>;
            1   17     1    hdrs  Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            2   17     2  method  Ljava/lang/String;
            4   17     3     uri  Ljava/net/URI;
            7   17     4   query  Ljava/lang/String;
            8   17     5    path  Ljava/lang/String;

  jdk.incubator.http.internal.common.HttpHeadersImpl getRequestPseudoHeaders();
    descriptor: ()Ljdk/incubator/http/internal/common/HttpHeadersImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 519
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestPseudoHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            areturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;

  void setEndStreamReceived();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 524
            getstatic jdk.incubator.http.Stream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.remotelyClosed:Z
            ifeq 1
            new java.lang.AssertionError
            dup
            ldc "Unexpected endStream already set"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 525
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Stream.remotelyClosed:Z
         2: .line 526
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.responseReceived:()V
         3: .line 527
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/Stream<TT;>;

  private boolean endStreamReceived();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 532
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.remotelyClosed:Z
            ireturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;

  java.util.concurrent.CompletableFuture<jdk.incubator.http.ExchangeImpl<T>> sendHeadersAsync();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 537
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "sendHeadersOnly()"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         1: .line 538
            invokestatic jdk.incubator.http.internal.common.Log.requests:()Z
            ifeq 3
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            ifnull 3
         2: .line 539
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.request:Ljdk/incubator/http/HttpRequestImpl;
            invokevirtual jdk.incubator.http.HttpRequestImpl.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic jdk.incubator.http.internal.common.Log.logRequest:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestPublisher:Ljdk/incubator/http/HttpRequest$BodyPublisher;
            ifnull 6
         4: .line 542
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestPublisher:Ljdk/incubator/http/HttpRequest$BodyPublisher;
            invokeinterface jdk.incubator.http.HttpRequest$BodyPublisher.contentLength:()J
            putfield jdk.incubator.http.Stream.requestContentLen:J
         5: .line 543
            goto 7
         6: .line 544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield jdk.incubator.http.Stream.requestContentLen:J
         7: .line 546
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestContentLen:J
            invokevirtual jdk.incubator.http.Stream.headerFrame:(J)Ljdk/incubator/http/internal/frame/OutgoingHeaders;
            astore 1 /* f */
        start local 1 // jdk.incubator.http.internal.frame.OutgoingHeaders f
         8: .line 547
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 1 /* f */
            invokevirtual jdk.incubator.http.Http2Connection.sendFrame:(Ljdk/incubator/http/internal/frame/Http2Frame;)V
         9: .line 548
            new jdk.incubator.http.internal.common.MinimalFuture
            dup
            invokespecial jdk.incubator.http.internal.common.MinimalFuture.<init>:()V
            astore 2 /* cf */
        start local 2 // java.util.concurrent.CompletableFuture cf
        10: .line 549
            aload 2 /* cf */
            aload 0 /* this */
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
        11: .line 550
            aload 2 /* cf */
            areturn
        end local 2 // java.util.concurrent.CompletableFuture cf
        end local 1 // jdk.incubator.http.internal.frame.OutgoingHeaders f
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljdk/incubator/http/Stream<TT;>;
            8   12     1     f  Ljdk/incubator/http/internal/frame/OutgoingHeaders<Ljdk/incubator/http/Stream<TT;>;>;
           10   12     2    cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/ExchangeImpl<TT;>;>;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/ExchangeImpl<TT;>;>;

  void released();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 555
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            ifle 4
         1: .line 556
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Released stream %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 558
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual jdk.incubator.http.Http2Connection.closeStream:(I)V
         3: .line 559
            goto 5
         4: .line 560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Can't release stream %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 562
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/Stream<TT;>;

  void completed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 568
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;

  void registerStream(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // int id
         0: .line 571
            aload 0 /* this */
            iload 1 /* id */
            putfield jdk.incubator.http.Stream.streamid:I
         1: .line 572
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual jdk.incubator.http.Http2Connection.putStream:(Ljdk/incubator/http/Stream;I)V
         2: .line 573
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Registered stream %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* id */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 574
            return
        end local 1 // int id
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/Stream<TT;>;
            0    4     1    id  I
    MethodParameters:
      Name  Flags
      id    

  void signalWindowUpdate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 577
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestSubscriber:Ljdk/incubator/http/Stream$RequestSubscriber;
            astore 1 /* subscriber */
        start local 1 // jdk.incubator.http.Stream$RequestSubscriber subscriber
         1: .line 578
            getstatic jdk.incubator.http.Stream.$assertionsDisabled:Z
            ifne 2
            aload 1 /* subscriber */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 579
      StackMap locals: jdk.incubator.http.Stream$RequestSubscriber
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Signalling window update"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         3: .line 580
            aload 1 /* subscriber */
            getfield jdk.incubator.http.Stream$RequestSubscriber.sendScheduler:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
         4: .line 581
            return
        end local 1 // jdk.incubator.http.Stream$RequestSubscriber subscriber
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Ljdk/incubator/http/Stream<TT;>;
            1    5     1  subscriber  Ljdk/incubator/http/Stream<TT;>.RequestSubscriber;

  public java.util.concurrent.CompletableFuture<java.lang.Void> ignoreBody();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 757
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            iconst_5
            invokevirtual jdk.incubator.http.Http2Connection.resetStream:(II)V
         1: .line 758
            aconst_null
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.completedFuture:(Ljava/lang/Object;)Ljdk/incubator/http/internal/common/MinimalFuture;
         2: areturn
         3: .line 759
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1 /* e */
        start local 1 // java.lang.Throwable e
         4: .line 760
            ldc "Error resetting stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* e */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 761
            aload 1 /* e */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 1 // java.lang.Throwable e
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/Stream<TT;>;
            4    6     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  jdk.incubator.http.internal.frame.DataFrame getDataFrame(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljdk/incubator/http/internal/frame/DataFrame;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 766
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            invokevirtual jdk.incubator.http.Http2Connection.getMaxSendFrameSize:()I
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* requestAmount */
        start local 2 // int requestAmount
         1: .line 768
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.windowController:Ljdk/incubator/http/WindowController;
            iload 2 /* requestAmount */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            aload 0 /* this */
            invokevirtual jdk.incubator.http.WindowController.tryAcquire:(IILjdk/incubator/http/Stream;)I
            istore 3 /* actualAmount */
        start local 3 // int actualAmount
         2: .line 769
            iload 3 /* actualAmount */
            ifgt 3
            aconst_null
            areturn
         3: .line 770
      StackMap locals: int int
      StackMap stack:
            aload 1 /* buffer */
            iload 3 /* actualAmount */
            invokestatic jdk.incubator.http.internal.common.Utils.sliceWithLimitedCapacity:(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
            astore 4 /* outBuf */
        start local 4 // java.nio.ByteBuffer outBuf
         4: .line 771
            new jdk.incubator.http.internal.frame.DataFrame
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            iconst_0
            aload 4 /* outBuf */
            invokespecial jdk.incubator.http.internal.frame.DataFrame.<init>:(IILjava/nio/ByteBuffer;)V
            astore 5 /* df */
        start local 5 // jdk.incubator.http.internal.frame.DataFrame df
         5: .line 772
            aload 5 /* df */
            areturn
        end local 5 // jdk.incubator.http.internal.frame.DataFrame df
        end local 4 // java.nio.ByteBuffer outBuf
        end local 3 // int actualAmount
        end local 2 // int requestAmount
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Ljdk/incubator/http/Stream<TT;>;
            0    6     1         buffer  Ljava/nio/ByteBuffer;
            1    6     2  requestAmount  I
            2    6     3   actualAmount  I
            4    6     4         outBuf  Ljava/nio/ByteBuffer;
            5    6     5             df  Ljdk/incubator/http/internal/frame/DataFrame;
    MethodParameters:
        Name  Flags
      buffer  

  private jdk.incubator.http.internal.frame.DataFrame getEmptyEndStreamDataFrame();
    descriptor: ()Ljdk/incubator/http/internal/frame/DataFrame;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 776
            new jdk.incubator.http.internal.frame.DataFrame
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            iconst_1
            invokestatic java.util.List.of:()Ljava/util/List;
            invokespecial jdk.incubator.http.internal.frame.DataFrame.<init>:(IILjava/util/List;)V
            areturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;

  java.util.concurrent.CompletableFuture<jdk.incubator.http.Response> getResponseAsync(java.util.concurrent.Executor);
    descriptor: (Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.util.concurrent.Executor executor
         0: .line 794
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            dup
            astore 3
            monitorenter
         1: .line 795
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 4
         2: .line 798
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            astore 2 /* cf */
        start local 2 // java.util.concurrent.CompletableFuture cf
         3: .line 801
            getstatic jdk.incubator.http.Stream.$assertionsDisabled:Z
            ifne 6
            aload 2 /* cf */
            invokevirtual java.util.concurrent.CompletableFuture.isDone:()Z
            ifne 6
            new java.lang.AssertionError
            dup
            ldc "Removing uncompleted response: could cause code to hang!"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.util.concurrent.CompletableFuture cf
         4: .line 806
      StackMap locals: jdk.incubator.http.Stream java.util.concurrent.Executor top java.util.List
      StackMap stack:
            new jdk.incubator.http.internal.common.MinimalFuture
            dup
            invokespecial jdk.incubator.http.internal.common.MinimalFuture.<init>:()V
            astore 2 /* cf */
        start local 2 // java.util.concurrent.CompletableFuture cf
         5: .line 807
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            aload 2 /* cf */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 794
      StackMap locals: jdk.incubator.http.Stream java.util.concurrent.Executor java.util.concurrent.CompletableFuture java.util.List
      StackMap stack:
            aload 3
            monitorexit
         7: goto 10
        end local 2 // java.util.concurrent.CompletableFuture cf
      StackMap locals: jdk.incubator.http.Stream java.util.concurrent.Executor top java.util.List
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        start local 2 // java.util.concurrent.CompletableFuture cf
        10: .line 810
      StackMap locals: jdk.incubator.http.Stream java.util.concurrent.Executor java.util.concurrent.CompletableFuture
      StackMap stack:
            aload 1 /* executor */
            ifnull 12
            aload 2 /* cf */
            invokevirtual java.util.concurrent.CompletableFuture.isDone:()Z
            ifne 12
        11: .line 812
            aload 2 /* 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/Stream.lambda$8(Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response; (6)
                  (Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response;
            aload 1 /* executor */
            invokevirtual java.util.concurrent.CompletableFuture.thenApplyAsync:(Ljava/util/function/Function;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
            astore 2 /* cf */
        12: .line 814
      StackMap locals:
      StackMap stack:
            ldc "Response future (stream={0}) is: {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 2 /* cf */
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 815
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.exchange:Ljdk/incubator/http/Exchange;
            invokevirtual jdk.incubator.http.Exchange.getPushGroup:()Ljdk/incubator/http/PushGroup;
            astore 3 /* pg */
        start local 3 // jdk.incubator.http.PushGroup pg
        14: .line 816
            aload 3 /* pg */
            ifnull 16
        15: .line 818
            aload 2 /* cf */
            aload 3 /* pg */
            invokedynamic accept(Ljdk/incubator/http/PushGroup;)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/Stream.lambda$9(Ljdk/incubator/http/PushGroup;Ljdk/incubator/http/Response;Ljava/lang/Throwable;)V (6)
                  (Ljdk/incubator/http/Response;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            astore 2 /* cf */
        16: .line 820
      StackMap locals: jdk.incubator.http.PushGroup
      StackMap stack:
            aload 2 /* cf */
            areturn
        end local 3 // jdk.incubator.http.PushGroup pg
        end local 2 // java.util.concurrent.CompletableFuture cf
        end local 1 // java.util.concurrent.Executor executor
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Ljdk/incubator/http/Stream<TT;>;
            0   17     1  executor  Ljava/util/concurrent/Executor;
            3    4     2        cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
            5    8     2        cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
           10   17     2        cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
           14   17     3        pg  Ljdk/incubator/http/PushGroup<**>;
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any
    Signature: (Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
    MethodParameters:
          Name  Flags
      executor  

  void completeResponse(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // jdk.incubator.http.Response resp
         0: .line 828
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            dup
            astore 2
            monitorenter
         1: .line 830
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 4 /* cfs_len */
        start local 4 // int cfs_len
         2: .line 831
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 14
         4: .line 832
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.Response java.util.List top int int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            astore 3 /* cf */
        start local 3 // java.util.concurrent.CompletableFuture cf
         5: .line 833
            aload 3 /* cf */
            invokevirtual java.util.concurrent.CompletableFuture.isDone:()Z
            ifne 13
         6: .line 834
            ldc "Completing response (streamid={0}): {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         7: .line 835
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 3 /* cf */
            aastore
         8: .line 834
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 836
            aload 3 /* cf */
            aload 1 /* resp */
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
        10: .line 837
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            aload 3 /* cf */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
        11: .line 838
            aload 2
            monitorexit
        12: return
        13: .line 831
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.Response java.util.List java.util.concurrent.CompletableFuture int int
      StackMap stack:
            iinc 5 /* i */ 1
        end local 3 // java.util.concurrent.CompletableFuture cf
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.Response java.util.List top int int
      StackMap stack:
        14: iload 5 /* i */
            iload 4 /* cfs_len */
            if_icmplt 4
        end local 5 // int i
        15: .line 841
            aload 1 /* resp */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.completedFuture:(Ljava/lang/Object;)Ljdk/incubator/http/internal/common/MinimalFuture;
            astore 3 /* cf */
        start local 3 // java.util.concurrent.CompletableFuture cf
        16: .line 842
            ldc "Created completed future (streamid={0}): {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        17: .line 843
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 3 /* cf */
            aastore
        18: .line 842
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        19: .line 844
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            aload 3 /* cf */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // int cfs_len
        end local 3 // java.util.concurrent.CompletableFuture cf
        20: .line 828
            aload 2
            monitorexit
        21: goto 24
      StackMap locals: jdk.incubator.http.Stream jdk.incubator.http.Response java.util.List
      StackMap stack: java.lang.Throwable
        22: aload 2
            monitorexit
        23: athrow
        24: .line 846
      StackMap locals:
      StackMap stack:
            return
        end local 1 // jdk.incubator.http.Response resp
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   25     0     this  Ljdk/incubator/http/Stream<TT;>;
            0   25     1     resp  Ljdk/incubator/http/Response;
            5   14     3       cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
           16   20     3       cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
            2   20     4  cfs_len  I
            3   15     5        i  I
      Exception table:
        from    to  target  type
           1    12      22  any
          13    21      22  any
          22    23      22  any
    MethodParameters:
      Name  Flags
      resp  

  synchronized void requestSent();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 851
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Stream.requestSent:Z
         1: .line 852
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseReceived:Z
            ifeq 3
         2: .line 853
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.close:()V
         3: .line 855
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/Stream<TT;>;

  synchronized void responseReceived();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 858
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Stream.responseReceived:Z
         1: .line 859
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestSent:Z
            ifeq 3
         2: .line 860
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.close:()V
         3: .line 862
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/Stream<TT;>;

  void completeResponseExceptionally(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.lang.Throwable t
         0: .line 868
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            dup
            astore 2
            monitorenter
         1: .line 871
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 10
         3: .line 872
      StackMap locals: java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.util.concurrent.CompletableFuture
            astore 4 /* cf */
        start local 4 // java.util.concurrent.CompletableFuture cf
         4: .line 873
            aload 4 /* cf */
            invokevirtual java.util.concurrent.CompletableFuture.isDone:()Z
            ifne 9
         5: .line 874
            aload 4 /* cf */
            aload 1 /* t */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         6: .line 875
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            iload 3 /* i */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         7: .line 876
            aload 2
            monitorexit
         8: return
        end local 4 // java.util.concurrent.CompletableFuture cf
         9: .line 871
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 3
        end local 3 // int i
        11: .line 879
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.response_cfs:Ljava/util/List;
            aload 1 /* t */
            invokestatic jdk.incubator.http.internal.common.MinimalFuture.failedFuture:(Ljava/lang/Throwable;)Ljava/util/concurrent/CompletableFuture;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 868
            aload 2
            monitorexit
        13: goto 16
      StackMap locals: jdk.incubator.http.Stream java.lang.Throwable java.util.List
      StackMap stack: java.lang.Throwable
        14: aload 2
            monitorexit
        15: athrow
        16: .line 881
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Ljdk/incubator/http/Stream<TT;>;
            0   17     1     t  Ljava/lang/Throwable;
            2   11     3     i  I
            4    9     4    cf  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/Response;>;
      Exception table:
        from    to  target  type
           1     8      14  any
           9    13      14  any
          14    15      14  any
    MethodParameters:
      Name  Flags
      t     

  java.util.concurrent.CompletableFuture<java.lang.Void> sendBodyImpl();
    descriptor: ()Ljava/util/concurrent/CompletableFuture;
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 884
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestBodyCF:Ljava/util/concurrent/CompletableFuture;
            aload 0 /* this */
            invokedynamic accept(Ljdk/incubator/http/Stream;)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/Stream.lambda$10(Ljava/lang/Void;Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Void;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
         1: .line 885
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestPublisher:Ljdk/incubator/http/HttpRequest$BodyPublisher;
            ifnull 5
         2: .line 886
            new jdk.incubator.http.Stream$RequestSubscriber
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestContentLen:J
            invokespecial jdk.incubator.http.Stream$RequestSubscriber.<init>:(Ljdk/incubator/http/Stream;J)V
            astore 1 /* subscriber */
        start local 1 // jdk.incubator.http.Stream$RequestSubscriber subscriber
         3: .line 887
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestPublisher:Ljdk/incubator/http/HttpRequest$BodyPublisher;
            aload 0 /* this */
            aload 1 /* subscriber */
            dup_x1
            putfield jdk.incubator.http.Stream.requestSubscriber:Ljdk/incubator/http/Stream$RequestSubscriber;
            invokeinterface jdk.incubator.http.HttpRequest$BodyPublisher.subscribe:(Ljava/util/concurrent/Flow$Subscriber;)V
        end local 1 // jdk.incubator.http.Stream$RequestSubscriber subscriber
         4: .line 888
            goto 6
         5: .line 891
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestBodyCF:Ljava/util/concurrent/CompletableFuture;
            aconst_null
            invokevirtual java.util.concurrent.CompletableFuture.complete:(Ljava/lang/Object;)Z
            pop
         6: .line 893
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestBodyCF:Ljava/util/concurrent/CompletableFuture;
            areturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljdk/incubator/http/Stream<TT;>;
            3    4     1  subscriber  Ljdk/incubator/http/Stream<TT;>.RequestSubscriber;
    Signature: ()Ljava/util/concurrent/CompletableFuture<Ljava/lang/Void;>;

  void cancel();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 898
            aload 0 /* this */
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Stream "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " cancelled"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            invokevirtual jdk.incubator.http.Stream.cancel:(Ljava/io/IOException;)V
         1: .line 899
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/Stream<TT;>;

  void cancel(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.io.IOException cause
         0: .line 903
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual jdk.incubator.http.Stream.cancelImpl:(Ljava/lang/Throwable;)V
         1: .line 904
            return
        end local 1 // java.io.IOException cause
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/incubator/http/Stream<TT;>;
            0    2     1  cause  Ljava/io/IOException;
    MethodParameters:
       Name  Flags
      cause  

  void cancelImpl(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.lang.Throwable e
         0: .line 908
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "cancelling stream {0}: {1}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* e */
            aastore
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         1: .line 909
            invokestatic jdk.incubator.http.internal.common.Log.trace:()Z
            ifeq 3
         2: .line 910
            ldc "cancelling stream {0}: {1}\n"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* e */
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.closed:Z
            ifeq 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: dup
            istore 2 /* closing */
        start local 2 // boolean closing
         6: ifeq 17
         7: .line 914
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         8: .line 915
            aload 0 /* this */
            aload 1 /* e */
            putfield jdk.incubator.http.Stream.failed:Ljava/lang/Throwable;
         9: .line 916
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.closed:Z
            ifeq 10
            iconst_0
            goto 11
      StackMap locals: int jdk.incubator.http.Stream
      StackMap stack:
        10: iconst_1
      StackMap locals:
      StackMap stack: int
        11: dup
            istore 2 /* closing */
            ifeq 13
        12: .line 917
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Stream.closed:Z
        13: .line 914
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        14: goto 17
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        17: .line 921
      StackMap locals:
      StackMap stack:
            iload 2 /* closing */
            ifeq 20
        18: .line 922
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseSubscriber:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            ifnull 20
        19: .line 923
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.sched:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.runOrSchedule:()V
        20: .line 925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual jdk.incubator.http.Stream.completeResponseExceptionally:(Ljava/lang/Throwable;)V
        21: .line 926
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestBodyCF:Ljava/util/concurrent/CompletableFuture;
            invokevirtual java.util.concurrent.CompletableFuture.isDone:()Z
            ifne 23
        22: .line 927
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.requestBodyCF:Ljava/util/concurrent/CompletableFuture;
            aload 1 /* e */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
        23: .line 929
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseBodyCF:Ljava/util/concurrent/CompletableFuture;
            ifnull 25
        24: .line 930
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseBodyCF:Ljava/util/concurrent/CompletableFuture;
            aload 1 /* e */
            invokevirtual java.util.concurrent.CompletableFuture.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
        25: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            ifeq 30
        26: .line 935
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            bipush 8
            invokevirtual jdk.incubator.http.Http2Connection.resetStream:(II)V
        27: .line 937
            goto 30
      StackMap locals:
      StackMap stack: java.io.IOException
        28: astore 3 /* ex */
        start local 3 // java.io.IOException ex
        29: .line 938
            aload 3 /* ex */
            invokestatic jdk.incubator.http.internal.common.Log.logError:(Ljava/lang/Throwable;)V
        end local 3 // java.io.IOException ex
        30: .line 940
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean closing
        end local 1 // java.lang.Throwable e
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   31     0     this  Ljdk/incubator/http/Stream<TT;>;
            0   31     1        e  Ljava/lang/Throwable;
            6   31     2  closing  Z
           29   30     3       ex  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           8    14      15  any
          15    16      15  any
          25    27      28  Class java.io.IOException
    MethodParameters:
      Name  Flags
      e     

  void close();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 944
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.closed:Z
            ifeq 1
            return
         1: .line 945
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 946
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.closed:Z
            ifeq 4
            aload 1
            monitorexit
         3: return
         4: .line 947
      StackMap locals: jdk.incubator.http.Stream
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Stream.closed:Z
         5: .line 945
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 949
      StackMap locals:
      StackMap stack:
            ldc "Closing stream {0}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 950
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual jdk.incubator.http.Http2Connection.closeStream:(I)V
        11: .line 951
            ldc "Stream {0} closed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
        12: .line 952
            return
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljdk/incubator/http/Stream<TT;>;
      Exception table:
        from    to  target  type
           2     3       7  any
           4     6       7  any
           7     8       7  any

  synchronized boolean isCanceled();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 1103
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.failed:Ljava/lang/Throwable;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/Stream<TT;>;

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

  final java.lang.String dbgString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream this
         0: .line 1115
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.connection:Ljdk/incubator/http/Http2Connection;
            invokevirtual jdk.incubator.http.Http2Connection.dbgString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/Stream("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;

  private static void lambda$3(jdk.incubator.http.PushGroup, java.lang.Object, java.lang.Throwable);
    descriptor: (Ljdk/incubator/http/PushGroup;Ljava/lang/Object;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // java.lang.Object t
        start local 2 // java.lang.Throwable e
         0: .line 230
            aload 0
            aload 2 /* e */
            invokevirtual jdk.incubator.http.PushGroup.pushError:(Ljava/lang/Throwable;)V
            return
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.Object t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     t  TT;
            0    1     2     e  Ljava/lang/Throwable;

  private jdk.incubator.http.ExchangeImpl lambda$4(java.lang.Void);
    descriptor: (Ljava/lang/Void;)Ljdk/incubator/http/ExchangeImpl;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.lang.Void v
         0: .line 274
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Void v
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$5(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 289
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.responseHeaders:Ljdk/incubator/http/internal/common/HttpHeadersImpl;
            aload 1 /* name */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            aload 2 /* value */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual jdk.incubator.http.internal.common.HttpHeadersImpl.addHeader:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 290
            invokestatic jdk.incubator.http.internal.common.Log.headers:()Z
            ifeq 5
            invokestatic jdk.incubator.http.internal.common.Log.trace:()Z
            ifeq 5
         2: .line 291
            ldc "RECEIVED HEADER (streamid={0}): {1}: {2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 292
            aload 0 /* this */
            getfield jdk.incubator.http.Stream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* name */
            aastore
            dup
            iconst_2
            aload 2 /* value */
            aastore
         4: .line 291
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 294
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljdk/incubator/http/Stream<TT;>;
            0    6     1   name  Ljava/lang/CharSequence;
            0    6     2  value  Ljava/lang/CharSequence;

  private static java.io.IOException lambda$6();
    descriptor: ()Ljava/io/IOException;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 349
            new java.io.IOException
            dup
            ldc "no statuscode in response"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$7(jdk.incubator.http.Stream$PushedStream, jdk.incubator.http.PushGroup, jdk.incubator.http.HttpResponse$MultiSubscriber, jdk.incubator.http.HttpRequestImpl, jdk.incubator.http.HttpResponse, java.lang.Throwable);
    descriptor: (Ljdk/incubator/http/Stream$PushedStream;Ljdk/incubator/http/PushGroup;Ljdk/incubator/http/HttpResponse$MultiSubscriber;Ljdk/incubator/http/HttpRequestImpl;Ljdk/incubator/http/HttpResponse;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=7, locals=6, args_size=6
        start local 4 // jdk.incubator.http.HttpResponse resp
        start local 5 // java.lang.Throwable t
         0: .line 463
            aload 5 /* t */
            invokestatic jdk.incubator.http.internal.common.Utils.getCompletionCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            astore 5 /* t */
         1: .line 464
            invokestatic jdk.incubator.http.internal.common.Log.trace:()Z
            ifeq 8
         2: .line 465
            ldc "Push completed on stream {0} for {1}{2}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 466
            aload 0
            getfield jdk.incubator.http.Stream$PushedStream.streamid:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 4 /* resp */
            aastore
            dup
            iconst_2
         4: .line 467
            aload 5 /* t */
            ifnonnull 5
            ldc ""
            goto 6
      StackMap locals: jdk.incubator.http.Stream$PushedStream jdk.incubator.http.PushGroup jdk.incubator.http.HttpResponse$MultiSubscriber jdk.incubator.http.HttpRequestImpl jdk.incubator.http.HttpResponse java.lang.Throwable
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int
         5: new java.lang.StringBuilder
            dup
            ldc " with exception "
            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;
      StackMap locals: jdk.incubator.http.Stream$PushedStream jdk.incubator.http.PushGroup jdk.incubator.http.HttpResponse$MultiSubscriber jdk.incubator.http.HttpRequestImpl jdk.incubator.http.HttpResponse java.lang.Throwable
      StackMap stack: java.lang.String java.lang.Object[] java.lang.Object[] int java.lang.String
         6: aastore
         7: .line 465
            invokestatic jdk.incubator.http.internal.common.Log.logTrace:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 469
      StackMap locals:
      StackMap stack:
            aload 5 /* t */
            ifnull 12
         9: .line 470
            aload 1
            aload 5 /* t */
            invokevirtual jdk.incubator.http.PushGroup.pushError:(Ljava/lang/Throwable;)V
        10: .line 471
            aload 2
            aload 3
            aload 5 /* t */
            invokeinterface jdk.incubator.http.HttpResponse$MultiSubscriber.onError:(Ljdk/incubator/http/HttpRequest;Ljava/lang/Throwable;)V
        11: .line 472
            goto 13
        12: .line 473
      StackMap locals:
      StackMap stack:
            aload 2
            aload 4 /* resp */
            invokeinterface jdk.incubator.http.HttpResponse$MultiSubscriber.onResponse:(Ljdk/incubator/http/HttpResponse;)V
        13: .line 475
      StackMap locals:
      StackMap stack:
            aload 1
            invokevirtual jdk.incubator.http.PushGroup.pushCompleted:()V
        14: .line 476
            return
        end local 5 // java.lang.Throwable t
        end local 4 // jdk.incubator.http.HttpResponse resp
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     4  resp  Ljdk/incubator/http/HttpResponse<TT;>;
            0   15     5     t  Ljava/lang/Throwable;

  private static jdk.incubator.http.Response lambda$8(jdk.incubator.http.Response);
    descriptor: (Ljdk/incubator/http/Response;)Ljdk/incubator/http/Response;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Response r
         0: .line 812
            aload 0 /* r */
            areturn
        end local 0 // jdk.incubator.http.Response r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     r  Ljdk/incubator/http/Response;

  private static void lambda$9(jdk.incubator.http.PushGroup, jdk.incubator.http.Response, java.lang.Throwable);
    descriptor: (Ljdk/incubator/http/PushGroup;Ljdk/incubator/http/Response;Ljava/lang/Throwable;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 1 // jdk.incubator.http.Response t
        start local 2 // java.lang.Throwable e
         0: .line 818
            aload 0
            aload 2 /* e */
            invokestatic jdk.incubator.http.internal.common.Utils.getCompletionCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            invokevirtual jdk.incubator.http.PushGroup.pushError:(Ljava/lang/Throwable;)V
            return
        end local 2 // java.lang.Throwable e
        end local 1 // jdk.incubator.http.Response t
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1     t  Ljdk/incubator/http/Response;
            0    1     2     e  Ljava/lang/Throwable;

  private void lambda$10(java.lang.Void, java.lang.Throwable);
    descriptor: (Ljava/lang/Void;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Stream this
        start local 1 // java.lang.Void v
        start local 2 // java.lang.Throwable t
         0: .line 884
            aload 0 /* this */
            invokevirtual jdk.incubator.http.Stream.requestSent:()V
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.Void v
        end local 0 // jdk.incubator.http.Stream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream<TT;>;
            0    1     1     v  Ljava/lang/Void;
            0    1     2     t  Ljava/lang/Throwable;
}
Signature: <T:Ljava/lang/Object;>Ljdk/incubator/http/ExchangeImpl<TT;>;
SourceFile: "Stream.java"
NestMembers:
  jdk.incubator.http.Stream$PushedStream  jdk.incubator.http.Stream$RequestSubscriber  jdk.incubator.http.Stream$StreamWindowUpdateSender
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 abstract Subscriber = java.util.concurrent.Flow$Subscriber of java.util.concurrent.Flow
  public abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  final ConnectionWindowUpdateSender = jdk.incubator.http.Http2Connection$ConnectionWindowUpdateSender of jdk.incubator.http.Http2Connection
  public final Version = jdk.incubator.http.HttpClient$Version of jdk.incubator.http.HttpClient
  public abstract BodyPublisher = jdk.incubator.http.HttpRequest$BodyPublisher of jdk.incubator.http.HttpRequest
  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
  public abstract MultiSubscriber = jdk.incubator.http.HttpResponse$MultiSubscriber of jdk.incubator.http.HttpResponse
  PushedStream = jdk.incubator.http.Stream$PushedStream of jdk.incubator.http.Stream
  RequestSubscriber = jdk.incubator.http.Stream$RequestSubscriber of jdk.incubator.http.Stream
  final StreamWindowUpdateSender = jdk.incubator.http.Stream$StreamWindowUpdateSender of jdk.incubator.http.Stream