final class jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription implements java.util.concurrent.Flow$Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription
  super_class: java.lang.Object
{
  final jdk.incubator.http.Http1Exchange$Http1Publisher this$1;
    descriptor: Ljdk/incubator/http/Http1Exchange$Http1Publisher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.Http1Exchange$Http1Publisher);
    descriptor: (Ljdk/incubator/http/Http1Exchange$Http1Publisher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription this
         0: .line 590
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Http1Exchange$Http1Publisher$Http1WriteSubscription;
    MethodParameters:
        Name  Flags
      this$0  final

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription this
        start local 1 // long n
         0: .line 594
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.cancelled:Z
            ifeq 2
         1: .line 595
            return
         2: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.demand:Ljdk/incubator/http/internal/common/Demand;
            lload 1 /* n */
            invokevirtual jdk.incubator.http.internal.common.Demand.increase:(J)Z
            pop
         3: .line 597
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
         4: .line 598
            ldc "subscription request(%d), demand=%s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            lload 1 /* n */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.demand:Ljdk/incubator/http/internal/common/Demand;
            aastore
         5: .line 597
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 599
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.writeScheduler:Ljdk/incubator/http/internal/common/SequentialScheduler;
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            invokestatic jdk.incubator.http.Http1Exchange$Http1Publisher.access$0:(Ljdk/incubator/http/Http1Exchange$Http1Publisher;)Ljdk/incubator/http/Http1Exchange;
            getfield jdk.incubator.http.Http1Exchange.client:Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.theExecutor:()Ljava/util/concurrent/Executor;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.deferOrSchedule:(Ljava/util/concurrent/Executor;)V
         7: .line 600
            return
        end local 1 // long n
        end local 0 // jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/incubator/http/Http1Exchange$Http1Publisher$Http1WriteSubscription;
            0    8     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription this
         0: .line 604
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.debug:Ljava/lang/System$Logger;
            getstatic java.lang.System$Logger$Level.DEBUG:Ljava/lang/System$Logger$Level;
            ldc "subscription cancelled"
            invokeinterface java.lang.System$Logger.log:(Ljava/lang/System$Logger$Level;Ljava/lang/String;)V
         1: .line 605
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.cancelled:Z
            ifeq 3
         2: .line 606
            return
         3: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            iconst_1
            putfield jdk.incubator.http.Http1Exchange$Http1Publisher.cancelled:Z
         4: .line 608
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription.this$1:Ljdk/incubator/http/Http1Exchange$Http1Publisher;
            getfield jdk.incubator.http.Http1Exchange$Http1Publisher.writeScheduler:Ljdk/incubator/http/internal/common/SequentialScheduler;
            invokevirtual jdk.incubator.http.internal.common.SequentialScheduler.stop:()V
         5: .line 609
            return
        end local 0 // jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/Http1Exchange$Http1Publisher$Http1WriteSubscription;
}
SourceFile: "Http1Exchange.java"
NestHost: jdk.incubator.http.Http1Exchange
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 abstract Subscription = java.util.concurrent.Flow$Subscription of java.util.concurrent.Flow
  final Http1Publisher = jdk.incubator.http.Http1Exchange$Http1Publisher of jdk.incubator.http.Http1Exchange
  final Http1WriteSubscription = jdk.incubator.http.Http1Exchange$Http1Publisher$Http1WriteSubscription of jdk.incubator.http.Http1Exchange$Http1Publisher