final class jdk.internal.net.http.Http1Response$Http1BodySubscriber<U> implements java.net.http.HttpResponse$BodySubscriber<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.net.http.Http1Response$Http1BodySubscriber
  super_class: java.lang.Object
{
  final java.net.http.HttpResponse$BodySubscriber<U> userSubscriber;
    descriptor: Ljava/net/http/HttpResponse$BodySubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/net/http/HttpResponse$BodySubscriber<TU;>;

  final java.util.concurrent.atomic.AtomicBoolean completed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0010) ACC_FINAL

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

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

  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 296
            ldc Ljdk/internal/net/http/Http1Response;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.internal.net.http.Http1Response$Http1BodySubscriber.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.net.http.HttpResponse$BodySubscriber<U>);
    descriptor: (Ljava/net/http/HttpResponse$BodySubscriber;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
        start local 1 // java.net.http.HttpResponse$BodySubscriber userSubscriber
         0: .line 301
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 298
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:()V
            putfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.completed:Ljava/util/concurrent/atomic/AtomicBoolean;
         2: .line 302
            aload 0 /* this */
            aload 1 /* userSubscriber */
            putfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
         3: .line 303
            return
        end local 1 // java.net.http.HttpResponse$BodySubscriber userSubscriber
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
            0    4     1  userSubscriber  Ljava/net/http/HttpResponse$BodySubscriber<TU;>;
    Signature: (Ljava/net/http/HttpResponse$BodySubscriber<TU;>;)V
    MethodParameters:
                Name  Flags
      userSubscriber  

  private void propagateError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 308
            getstatic jdk.internal.net.http.Http1Response$Http1BodySubscriber.$assertionsDisabled:Z
            ifne 1
            aload 1 /* t */
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.subscribed:Z
            ifne 8
         2: .line 314
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.subscribed:Z
         3: .line 315
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            getstatic jdk.internal.net.http.Http1Response.NOP:Ljava/util/concurrent/Flow$Subscription;
            invokeinterface java.net.http.HttpResponse$BodySubscriber.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         4: .line 317
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 321
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            aload 1 /* t */
            invokeinterface java.net.http.HttpResponse$BodySubscriber.onError:(Ljava/lang/Throwable;)V
         7: .line 322
            aload 2
            athrow
         8: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            aload 1 /* t */
            invokeinterface java.net.http.HttpResponse$BodySubscriber.onError:(Ljava/lang/Throwable;)V
         9: .line 323
            return
        end local 1 // java.lang.Throwable t
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
            0   10     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     5       5  any
    MethodParameters:
      Name  Flags
      t     

  private void complete(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 328
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.completed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 10
         1: .line 329
            aload 0 /* this */
            aload 1 /* t */
            invokestatic jdk.internal.net.http.common.Utils.getCompletionCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            dup_x1
            putfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.withError:Ljava/lang/Throwable;
            astore 1 /* t */
         2: .line 330
            aload 1 /* t */
            ifnonnull 9
         3: .line 331
            getstatic jdk.internal.net.http.Http1Response$Http1BodySubscriber.$assertionsDisabled:Z
            ifne 4
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.subscribed:Z
            ifne 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            invokeinterface java.net.http.HttpResponse$BodySubscriber.onComplete:()V
         5: .line 334
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2 /* x */
        start local 2 // java.lang.Throwable x
         7: .line 347
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* x */
            invokestatic jdk.internal.net.http.common.Utils.getCompletionCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            dup_x1
            putfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.withError:Ljava/lang/Throwable;
            dup
            astore 1 /* t */
            invokevirtual jdk.internal.net.http.Http1Response$Http1BodySubscriber.propagateError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable x
         8: .line 349
            goto 10
         9: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* t */
            invokevirtual jdk.internal.net.http.Http1Response$Http1BodySubscriber.propagateError:(Ljava/lang/Throwable;)V
        10: .line 353
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable t
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
            0   11     1     t  Ljava/lang/Throwable;
            7    8     2     x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      t     

  public java.util.concurrent.CompletionStage<U> getBody();
    descriptor: ()Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
         0: .line 357
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            invokeinterface java.net.http.HttpResponse$BodySubscriber.getBody:()Ljava/util/concurrent/CompletionStage;
            areturn
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
    Signature: ()Ljava/util/concurrent/CompletionStage<TU;>;

  public void onSubscribe(java.util.concurrent.Flow$Subscription);
    descriptor: (Ljava/util/concurrent/Flow$Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
        start local 1 // java.util.concurrent.Flow$Subscription subscription
         0: .line 361
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.subscribed:Z
            ifne 4
         1: .line 362
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.subscribed:Z
         2: .line 363
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            aload 1 /* subscription */
            invokeinterface java.net.http.HttpResponse$BodySubscriber.onSubscribe:(Ljava/util/concurrent/Flow$Subscription;)V
         3: .line 364
            goto 5
         4: .line 369
      StackMap locals:
      StackMap stack:
            getstatic jdk.internal.net.http.Http1Response$Http1BodySubscriber.$assertionsDisabled:Z
            ifne 5
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.completed:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 371
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.concurrent.Flow$Subscription subscription
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
            0    6     1  subscription  Ljava/util/concurrent/Flow$Subscription;
    MethodParameters:
              Name  Flags
      subscription  

  public void onNext(java.util.List<java.nio.ByteBuffer>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
        start local 1 // java.util.List item
         0: .line 374
            getstatic jdk.internal.net.http.Http1Response$Http1BodySubscriber.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.completed:Ljava/util/concurrent/atomic/AtomicBoolean;
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.get:()Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.net.http.Http1Response$Http1BodySubscriber.userSubscriber:Ljava/net/http/HttpResponse$BodySubscriber;
            aload 1 /* item */
            invokeinterface java.net.http.HttpResponse$BodySubscriber.onNext:(Ljava/lang/Object;)V
         2: .line 376
            return
        end local 1 // java.util.List item
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
            0    3     1  item  Ljava/util/List<Ljava/nio/ByteBuffer;>;
    Signature: (Ljava/util/List<Ljava/nio/ByteBuffer;>;)V
    MethodParameters:
      Name  Flags
      item  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
        start local 1 // java.lang.Throwable throwable
         0: .line 379
            aload 0 /* this */
            aload 1 /* throwable */
            invokevirtual jdk.internal.net.http.Http1Response$Http1BodySubscriber.complete:(Ljava/lang/Throwable;)V
         1: .line 380
            return
        end local 1 // java.lang.Throwable throwable
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;
            0    2     1  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      throwable  

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
         0: .line 383
            aload 0 /* this */
            aconst_null
            invokevirtual jdk.internal.net.http.Http1Response$Http1BodySubscriber.complete:(Ljava/lang/Throwable;)V
         1: .line 384
            return
        end local 0 // jdk.internal.net.http.Http1Response$Http1BodySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/net/http/Http1Response$Http1BodySubscriber<TU;>;

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.List
            invokevirtual jdk.internal.net.http.Http1Response$Http1BodySubscriber.onNext:(Ljava/util/List;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <U:Ljava/lang/Object;>Ljava/lang/Object;Ljava/net/http/HttpResponse$BodySubscriber<TU;>;
SourceFile: "Http1Response.java"
NestHost: jdk.internal.net.http.Http1Response
InnerClasses:
  public abstract BodySubscriber = java.net.http.HttpResponse$BodySubscriber of java.net.http.HttpResponse
  public abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  final Http1BodySubscriber = jdk.internal.net.http.Http1Response$Http1BodySubscriber of jdk.internal.net.http.Http1Response