class jdk.incubator.http.ResponseContent$ChunkedBodyParser implements jdk.incubator.http.ResponseContent$BodyParser
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.ResponseContent$ChunkedBodyParser
  super_class: java.lang.Object
{
  final java.nio.ByteBuffer READMORE;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0010) ACC_FINAL

  final java.util.function.Consumer<java.lang.Throwable> onComplete;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/function/Consumer<Ljava/lang/Throwable;>;

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

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

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

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

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

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

  volatile boolean cr;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

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

  volatile jdk.incubator.http.ResponseContent$ChunkState state;
    descriptor: Ljdk/incubator/http/ResponseContent$ChunkState;
    flags: (0x0040) ACC_VOLATILE

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 115
            ldc Ljdk/incubator/http/ResponseContent;
            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.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.function.Consumer<java.lang.Throwable>);
    descriptor: (Ljdk/incubator/http/ResponseContent;Ljava/util/function/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 2 // java.util.function.Consumer onComplete
         0: .line 129
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 116
            aload 0 /* this */
            getstatic jdk.incubator.http.internal.common.Utils.EMPTY_BYTEBUFFER:Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.READMORE:Ljava/nio/ByteBuffer;
         2: .line 118
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;)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/ResponseContent$ChunkedBodyParser.dbgString()Ljava/lang/String; (5)
                  ()Ljava/lang/String;
            getstatic jdk.incubator.http.ResponseContent.DEBUG:Z
            invokestatic jdk.incubator.http.internal.common.Utils.getDebugLogger:(Ljava/util/function/Supplier;Z)Ljava/lang/System$Logger;
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
         3: .line 119
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 1
            getfield jdk.incubator.http.ResponseContent.dbgTag:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/ChunkedBodyParser"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.dbgTag:Ljava/lang/String;
         4: .line 122
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.partialChunklen:I
         5: .line 123
            aload 0 /* this */
            iconst_m1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.chunklen:I
         6: .line 125
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.cr:Z
         7: .line 127
            aload 0 /* this */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_LENGTH:Ljdk/incubator/http/ResponseContent$ChunkState;
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
         8: .line 130
            aload 0 /* this */
            aload 2 /* onComplete */
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.onComplete:Ljava/util/function/Consumer;
         9: .line 131
            return
        end local 2 // java.util.function.Consumer onComplete
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0   10     2  onComplete  Ljava/util/function/Consumer<Ljava/lang/Throwable;>;
    Signature: (Ljava/util/function/Consumer<Ljava/lang/Throwable;>;)V
    MethodParameters:
            Name  Flags
      this$0      final
      onComplete  

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

  public void onSubscribe(jdk.incubator.http.AbstractSubscription);
    descriptor: (Ljdk/incubator/http/AbstractSubscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // jdk.incubator.http.AbstractSubscription sub
         0: .line 139
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;)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/ResponseContent$ChunkedBodyParser.lambda$1()Ljava/lang/String; (7)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
         1: .line 141
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            getfield jdk.incubator.http.ResponseContent.pusher:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            aload 0 /* this */
            aload 1 /* sub */
            dup_x1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.sub:Ljdk/incubator/http/AbstractSubscription;
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         2: .line 142
            return
        end local 1 // jdk.incubator.http.AbstractSubscription sub
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0    3     1   sub  Ljdk/incubator/http/AbstractSubscription;
    MethodParameters:
      Name  Flags
      sub   

  public void accept(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // java.nio.ByteBuffer b
         0: .line 146
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.closedExceptionally:Ljava/lang/Throwable;
            ifnull 3
         1: .line 147
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            aload 0 /* this */
            invokedynamic get(Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;)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/ResponseContent$ChunkedBodyParser.lambda$2()Ljava/lang/String; (7)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
         2: .line 149
            return
         3: .line 151
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* completed */
        start local 2 // boolean completed
         4: .line 153
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* out */
        start local 3 // java.util.List out
         5: .line 155
      StackMap locals: int java.util.List
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            aload 3 /* out */
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.tryPushOneHunk:(Ljava/nio/ByteBuffer;Ljava/util/List;)Z
            ifeq 18
         6: .line 157
            aload 3 /* out */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 10
         7: .line 162
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.sub:Ljdk/incubator/http/AbstractSubscription;
            invokevirtual jdk.incubator.http.AbstractSubscription.demand:()Ljdk/incubator/http/internal/common/Demand;
            invokevirtual jdk.incubator.http.internal.common.Demand.tryDecrement:()Z
            istore 4 /* hasDemand */
        start local 4 // boolean hasDemand
         8: .line 163
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 9
            iload 4 /* hasDemand */
            ifne 9
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         9: .line 164
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            getfield jdk.incubator.http.ResponseContent.pusher:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            aload 3 /* out */
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onNext:(Ljava/lang/Object;)V
        end local 4 // boolean hasDemand
        10: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            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/ResponseContent$ChunkedBodyParser.lambda$3()Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
        11: .line 167
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 12
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.closedExceptionally:Ljava/lang/Throwable;
            ifnull 12
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        12: .line 168
      StackMap locals:
      StackMap stack:
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 13
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
            getstatic jdk.incubator.http.ResponseContent$ChunkState.DONE:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpeq 13
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        13: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            getfield jdk.incubator.http.ResponseContent.onFinished:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
        14: .line 170
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            getfield jdk.incubator.http.ResponseContent.pusher:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onComplete:()V
        15: .line 171
            iconst_1
            istore 2 /* completed */
        16: .line 172
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.onComplete:Ljava/util/function/Consumer;
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.closedExceptionally:Ljava/lang/Throwable;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        17: .line 173
            goto 19
        18: .line 177
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 5
        19: .line 179
      StackMap locals:
      StackMap stack:
            iload 2 /* completed */
            ifne 23
            aload 3 /* out */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 23
        20: .line 184
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.sub:Ljdk/incubator/http/AbstractSubscription;
            invokevirtual jdk.incubator.http.AbstractSubscription.demand:()Ljdk/incubator/http/internal/common/Demand;
            invokevirtual jdk.incubator.http.internal.common.Demand.tryDecrement:()Z
            istore 4 /* hasDemand */
        start local 4 // boolean hasDemand
        21: .line 185
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 22
            iload 4 /* hasDemand */
            ifne 22
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        22: .line 186
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            getfield jdk.incubator.http.ResponseContent.pusher:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            aload 3 /* out */
            invokeinterface jdk.incubator.http.HttpResponse$BodySubscriber.onNext:(Ljava/lang/Object;)V
        end local 4 // boolean hasDemand
        23: .line 188
      StackMap locals:
      StackMap stack:
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 27
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
            getstatic jdk.incubator.http.ResponseContent$ChunkState.DONE:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpeq 27
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 27
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 3 // java.util.List out
        24: .line 189
      StackMap locals: jdk.incubator.http.ResponseContent$ChunkedBodyParser java.nio.ByteBuffer int
      StackMap stack: java.lang.Throwable
            astore 3 /* t */
        start local 3 // java.lang.Throwable t
        25: .line 190
            aload 0 /* this */
            aload 3 /* t */
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.closedExceptionally:Ljava/lang/Throwable;
        26: .line 191
            iload 2 /* completed */
            ifne 27
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.onComplete:Ljava/util/function/Consumer;
            aload 3 /* t */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        end local 3 // java.lang.Throwable t
        27: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean completed
        end local 1 // java.nio.ByteBuffer b
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0   28     1          b  Ljava/nio/ByteBuffer;
            4   28     2  completed  Z
            5   24     3        out  Ljava/util/List<Ljava/nio/ByteBuffer;>;
            8   10     4  hasDemand  Z
           21   23     4  hasDemand  Z
           25   27     3          t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4    24      24  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      b     

  private int tryReadChunkLen(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // java.nio.ByteBuffer chunkbuf
         0: .line 199
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 11
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_LENGTH:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpeq 11
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 201
      StackMap locals:
      StackMap stack:
            aload 1 /* chunkbuf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 2 /* c */
        start local 2 // int c
         2: .line 202
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.cr:Z
            ifeq 6
         3: .line 203
            iload 2 /* c */
            bipush 10
            if_icmpne 5
         4: .line 204
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.partialChunklen:I
            ireturn
         5: .line 206
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "invalid chunk header"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 209
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 13
            if_icmpne 9
         7: .line 210
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.cr:Z
         8: .line 211
            goto 11
         9: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.toDigit:(I)I
            istore 3 /* digit */
        start local 3 // int digit
        10: .line 213
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.partialChunklen:I
            bipush 16
            imul
            iload 3 /* digit */
            iadd
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.partialChunklen:I
        end local 3 // int digit
        end local 2 // int c
        11: .line 200
      StackMap locals:
      StackMap stack:
            aload 1 /* chunkbuf */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 1
        12: .line 216
            iconst_m1
            ireturn
        end local 1 // java.nio.ByteBuffer chunkbuf
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0   13     1  chunkbuf  Ljava/nio/ByteBuffer;
            2   11     2         c  I
           10   11     3     digit  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      chunkbuf  

  private int tryConsumeBytes(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // java.nio.ByteBuffer chunkbuf
         0: .line 226
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesToConsume:I
            istore 2 /* n */
        start local 2 // int n
         1: .line 227
            iload 2 /* n */
            ifle 13
         2: .line 228
            aload 1 /* chunkbuf */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 2 /* n */
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* e */
        start local 3 // int e
         3: .line 232
            getstatic jdk.incubator.http.internal.common.Utils.ASSERTIONSENABLED:Z
            ifeq 10
         4: .line 233
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 6
            iload 2 /* n */
            iconst_2
            if_icmpgt 5
            iload 3 /* e */
            iconst_2
            if_icmple 6
      StackMap locals: int int
      StackMap stack:
         5: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 234
      StackMap locals:
      StackMap stack:
            aload 1 /* chunkbuf */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            astore 4 /* tmp */
        start local 4 // java.nio.ByteBuffer tmp
         7: .line 236
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 8
            iload 2 /* n */
            iconst_2
            if_icmpne 8
            iload 3 /* e */
            ifle 8
            aload 4 /* tmp */
            invokevirtual java.nio.ByteBuffer.get:()B
            bipush 13
            if_icmpeq 8
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         8: .line 238
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 10
            iload 2 /* n */
            iconst_1
            if_icmpeq 9
            iload 3 /* e */
            iconst_2
            if_icmpne 10
      StackMap locals:
      StackMap stack:
         9: aload 4 /* tmp */
            invokevirtual java.nio.ByteBuffer.get:()B
            bipush 10
            if_icmpeq 10
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        end local 4 // java.nio.ByteBuffer tmp
        10: .line 241
      StackMap locals:
      StackMap stack:
            aload 1 /* chunkbuf */
            aload 1 /* chunkbuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 3 /* e */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        11: .line 242
            iload 2 /* n */
            iload 3 /* e */
            isub
            istore 2 /* n */
        12: .line 243
            aload 0 /* this */
            iload 2 /* n */
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesToConsume:I
        end local 3 // int e
        13: .line 245
      StackMap locals:
      StackMap stack:
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 14
            iload 2 /* n */
            ifge 14
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        14: .line 246
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            ireturn
        end local 2 // int n
        end local 1 // java.nio.ByteBuffer chunkbuf
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0   15     1  chunkbuf  Ljava/nio/ByteBuffer;
            1   15     2         n  I
            3   13     3         e  I
            7   10     4       tmp  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      chunkbuf  

  java.nio.ByteBuffer tryReadOneHunk(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=7, locals=9, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // java.nio.ByteBuffer chunk
         0: .line 258
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesremaining:I
            istore 2 /* unfulfilled */
        start local 2 // int unfulfilled
         1: .line 259
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesToConsume:I
            istore 3 /* toconsume */
        start local 3 // int toconsume
         2: .line 260
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
            astore 4 /* st */
        start local 4 // jdk.incubator.http.ResponseContent$ChunkState st
         3: .line 261
            aload 4 /* st */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_LENGTH:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpne 12
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.chunklen:I
            iconst_m1
            if_icmpne 12
         4: .line 262
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            aload 1 /* chunk */
            invokedynamic get(Ljava/nio/ByteBuffer;)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/ResponseContent$ChunkedBodyParser.lambda$4(Ljava/nio/ByteBuffer;)Ljava/lang/String; (6)
                  ()Ljava/lang/String;
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/util/function/Supplier;)V
         5: .line 264
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* chunk */
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.tryReadChunkLen:(Ljava/nio/ByteBuffer;)I
            dup_x1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.chunklen:I
            istore 5 /* clen */
        start local 5 // int clen
         6: .line 265
            iload 5 /* clen */
            iconst_m1
            if_icmpne 7
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.READMORE:Ljava/nio/ByteBuffer;
            areturn
         7: .line 266
      StackMap locals: jdk.incubator.http.ResponseContent$ChunkedBodyParser java.nio.ByteBuffer int int jdk.incubator.http.ResponseContent$ChunkState int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Got chunk len %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* clen */
            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
         8: .line 267
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.cr:Z
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.partialChunklen:I
         9: .line 268
            aload 0 /* this */
            iload 5 /* clen */
            dup_x1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesremaining:I
            istore 2 /* unfulfilled */
        10: .line 269
            iload 5 /* clen */
            ifne 11
            aload 0 /* this */
            iconst_2
            dup_x1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesToConsume:I
            istore 3 /* toconsume */
            goto 12
        11: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_DATA:Ljdk/incubator/http/ResponseContent$ChunkState;
            dup_x1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
            astore 4 /* st */
        end local 5 // int clen
        12: .line 273
      StackMap locals:
      StackMap stack:
            iload 3 /* toconsume */
            ifle 19
        13: .line 274
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        14: .line 275
            ldc "Trying to consume bytes: %d (remaining in buffer: %s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        15: .line 276
            iload 3 /* toconsume */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* chunk */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        16: .line 274
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 277
            aload 0 /* this */
            aload 1 /* chunk */
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.tryConsumeBytes:(Ljava/nio/ByteBuffer;)I
            ifle 19
        18: .line 278
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.READMORE:Ljava/nio/ByteBuffer;
            areturn
        19: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesToConsume:I
            istore 3 /* toconsume */
        20: .line 283
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 21
            iload 3 /* toconsume */
            ifeq 21
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        21: .line 286
      StackMap locals:
      StackMap stack:
            aload 4 /* st */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_LENGTH:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpne 27
        22: .line 289
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.chunklen:I
            istore 5 /* clen */
        start local 5 // int clen
        23: .line 290
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 24
            iload 5 /* clen */
            ifeq 24
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        24: .line 291
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "No more chunks: %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* clen */
            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
        25: .line 294
            aload 0 /* this */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.DONE:Ljdk/incubator/http/ResponseContent$ChunkState;
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
        26: .line 295
            aconst_null
            areturn
        end local 5 // int clen
        27: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.chunklen:I
            istore 5 /* clen */
        start local 5 // int clen
        28: .line 299
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 29
            iload 5 /* clen */
            ifgt 29
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        29: .line 300
      StackMap locals: int
      StackMap stack:
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 30
            aload 4 /* st */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_DATA:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpeq 30
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        30: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.READMORE:Ljava/nio/ByteBuffer;
            astore 6 /* returnBuffer */
        start local 6 // java.nio.ByteBuffer returnBuffer
        31: .line 303
            iload 2 /* unfulfilled */
            ifle 41
        32: .line 304
            aload 1 /* chunk */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 7 /* bytesread */
        start local 7 // int bytesread
        33: .line 305
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Reading chunk: available %d, needed %d"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
        34: .line 306
            iload 7 /* bytesread */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 2 /* unfulfilled */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        35: .line 305
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        36: .line 308
            iload 7 /* bytesread */
            iload 2 /* unfulfilled */
            invokestatic java.lang.Math.min:(II)I
            istore 8 /* bytes2return */
        start local 8 // int bytes2return
        37: .line 309
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Returning chunk bytes: %d"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 8 /* bytes2return */
            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
        38: .line 310
            aload 1 /* chunk */
            iload 8 /* bytes2return */
            invokestatic jdk.incubator.http.internal.common.Utils.sliceWithLimitedCapacity:(Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
            astore 6 /* returnBuffer */
        39: .line 311
            aload 0 /* this */
            dup
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesremaining:I
            iload 8 /* bytes2return */
            isub
            dup_x1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesremaining:I
            istore 2 /* unfulfilled */
        40: .line 312
            iload 2 /* unfulfilled */
            ifne 41
            aload 0 /* this */
            iconst_2
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.bytesToConsume:I
        end local 8 // int bytes2return
        end local 7 // int bytesread
        41: .line 315
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 42
            iload 2 /* unfulfilled */
            ifge 42
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        42: .line 317
      StackMap locals:
      StackMap stack:
            iload 2 /* unfulfilled */
            ifne 53
        43: .line 318
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
        44: .line 319
            ldc "No more bytes to read - %d yet to consume."
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        45: .line 320
            iload 2 /* unfulfilled */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
        46: .line 318
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
        47: .line 326
            aload 0 /* this */
            aload 1 /* chunk */
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.tryConsumeBytes:(Ljava/nio/ByteBuffer;)I
            ifne 53
        48: .line 329
            aload 0 /* this */
            iconst_m1
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.chunklen:I
        49: .line 330
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.partialChunklen:I
        50: .line 331
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.cr:Z
        51: .line 332
            aload 0 /* this */
            getstatic jdk.incubator.http.ResponseContent$ChunkState.READING_LENGTH:Ljdk/incubator/http/ResponseContent$ChunkState;
            putfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
        52: .line 333
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Ready to read next chunk"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        53: .line 336
      StackMap locals:
      StackMap stack:
            aload 6 /* returnBuffer */
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.READMORE:Ljava/nio/ByteBuffer;
            if_acmpne 55
        54: .line 337
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Need more data"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
        55: .line 339
      StackMap locals:
      StackMap stack:
            aload 6 /* returnBuffer */
            areturn
        end local 6 // java.nio.ByteBuffer returnBuffer
        end local 5 // int clen
        end local 4 // jdk.incubator.http.ResponseContent$ChunkState st
        end local 3 // int toconsume
        end local 2 // int unfulfilled
        end local 1 // java.nio.ByteBuffer chunk
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   56     0          this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0   56     1         chunk  Ljava/nio/ByteBuffer;
            1   56     2   unfulfilled  I
            2   56     3     toconsume  I
            3   56     4            st  Ljdk/incubator/http/ResponseContent$ChunkState;
            6   12     5          clen  I
           23   27     5          clen  I
           28   56     5          clen  I
           31   56     6  returnBuffer  Ljava/nio/ByteBuffer;
           33   41     7     bytesread  I
           37   41     8  bytes2return  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      chunk  

  private boolean tryPushOneHunk(java.nio.ByteBuffer, java.util.List<java.nio.ByteBuffer>);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/util/List;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // java.nio.ByteBuffer b
        start local 2 // java.util.List out
         0: .line 348
            getstatic jdk.incubator.http.ResponseContent$ChunkedBodyParser.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.state:Ljdk/incubator/http/ResponseContent$ChunkState;
            getstatic jdk.incubator.http.ResponseContent$ChunkState.DONE:Ljdk/incubator/http/ResponseContent$ChunkState;
            if_acmpne 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.tryReadOneHunk:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            astore 3 /* b1 */
        start local 3 // java.nio.ByteBuffer b1
         2: .line 350
            aload 3 /* b1 */
            ifnull 10
         3: .line 352
            aload 3 /* b1 */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 9
         4: .line 353
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Sending chunk to consumer (%d)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         5: .line 354
            aload 3 /* b1 */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         6: .line 353
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 355
            aload 2 /* out */
            aload 3 /* b1 */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         8: .line 356
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "Chunk sent."
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         9: .line 358
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            iconst_0
            ireturn
        10: .line 360
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // java.nio.ByteBuffer b1
        end local 2 // java.util.List out
        end local 1 // java.nio.ByteBuffer b
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0   11     1     b  Ljava/nio/ByteBuffer;
            0   11     2   out  Ljava/util/List<Ljava/nio/ByteBuffer;>;
            2   11     3    b1  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/ByteBuffer;Ljava/util/List<Ljava/nio/ByteBuffer;>;)Z
    MethodParameters:
      Name  Flags
      b     
      out   

  private int toDigit(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
        start local 1 // int b
         0: .line 365
            iload 1 /* b */
            bipush 48
            if_icmplt 2
            iload 1 /* b */
            bipush 57
            if_icmpgt 2
         1: .line 366
            iload 1 /* b */
            bipush 48
            isub
            ireturn
         2: .line 368
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 65
            if_icmplt 4
            iload 1 /* b */
            bipush 70
            if_icmpgt 4
         3: .line 369
            iload 1 /* b */
            bipush 65
            isub
            bipush 10
            iadd
            ireturn
         4: .line 371
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 97
            if_icmplt 6
            iload 1 /* b */
            bipush 102
            if_icmpgt 6
         5: .line 372
            iload 1 /* b */
            bipush 97
            isub
            bipush 10
            iadd
            ireturn
         6: .line 374
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid chunk header byte "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* b */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int b
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;
            0    7     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.ByteBuffer
            invokevirtual jdk.incubator.http.ResponseContent$ChunkedBodyParser.accept:(Ljava/nio/ByteBuffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private java.lang.String lambda$1();
    descriptor: ()Ljava/lang/String;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
         0: .line 139
            new java.lang.StringBuilder
            dup
            ldc "onSubscribe: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 140
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.this$0:Ljdk/incubator/http/ResponseContent;
            getfield jdk.incubator.http.ResponseContent.pusher:Ljdk/incubator/http/HttpResponse$BodySubscriber;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 139
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 140
            areturn
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;

  private java.lang.String lambda$2();
    descriptor: ()Ljava/lang/String;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
         0: .line 147
            new java.lang.StringBuilder
            dup
            ldc "already closed: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 148
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent$ChunkedBodyParser.closedExceptionally:Ljava/lang/Throwable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 147
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 148
            areturn
        end local 0 // jdk.incubator.http.ResponseContent$ChunkedBodyParser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/ResponseContent$ChunkedBodyParser;

  private static java.lang.String lambda$3();
    descriptor: ()Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 166
            ldc "done!"
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.String lambda$4(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljava/lang/String;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 262
            new java.lang.StringBuilder
            dup
            ldc "Trying to read chunk len (remaining in buffer:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 263
            aload 0
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 262
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 263
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ResponseContent.java"
NestHost: jdk.incubator.http.ResponseContent
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 Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  public abstract BodySubscriber = jdk.incubator.http.HttpResponse$BodySubscriber of jdk.incubator.http.HttpResponse
  abstract BodyParser = jdk.incubator.http.ResponseContent$BodyParser of jdk.incubator.http.ResponseContent
  final ChunkState = jdk.incubator.http.ResponseContent$ChunkState of jdk.incubator.http.ResponseContent
  ChunkedBodyParser = jdk.incubator.http.ResponseContent$ChunkedBodyParser of jdk.incubator.http.ResponseContent