final class jdk.incubator.http.Http2Connection$FramesController
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Http2Connection$FramesController
  super_class: java.lang.Object
{
  volatile boolean prefaceSent;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  volatile java.util.List<jdk.incubator.http.internal.common.ByteBufferReference> pending;
    descriptor: Ljava/util/List;
    flags: (0x0040) ACC_VOLATILE
    Signature: Ljava/util/List<Ljdk/incubator/http/internal/common/ByteBufferReference;>;

  final jdk.incubator.http.Http2Connection this$0;
    descriptor: Ljdk/incubator/http/Http2Connection;
    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 117
            ldc Ljdk/incubator/http/Http2Connection;
            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.Http2Connection$FramesController.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  boolean processReceivedData(jdk.incubator.http.internal.frame.FramesDecoder, jdk.incubator.http.internal.common.ByteBufferReference);
    descriptor: (Ljdk/incubator/http/internal/frame/FramesDecoder;Ljdk/incubator/http/internal/common/ByteBufferReference;)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // jdk.incubator.http.Http2Connection$FramesController this
        start local 1 // jdk.incubator.http.internal.frame.FramesDecoder decoder
        start local 2 // jdk.incubator.http.internal.common.ByteBufferReference buf
         0: .line 125
            aload 0 /* this */
            getfield jdk.incubator.http.Http2Connection$FramesController.prefaceSent:Z
            ifne 11
         1: .line 126
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 127
            aload 0 /* this */
            getfield jdk.incubator.http.Http2Connection$FramesController.prefaceSent:Z
            ifne 7
         3: .line 128
            aload 0 /* this */
            getfield jdk.incubator.http.Http2Connection$FramesController.pending:Ljava/util/List;
            ifnonnull 4
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield jdk.incubator.http.Http2Connection$FramesController.pending:Ljava/util/List;
         4: .line 129
      StackMap locals: jdk.incubator.http.Http2Connection$FramesController
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Http2Connection$FramesController.pending:Ljava/util/List;
            aload 2 /* buf */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 130
            aload 3
            monitorexit
         6: iconst_0
            ireturn
         7: .line 126
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 3
            monitorexit
        10: athrow
        11: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.Http2Connection$FramesController.pending:Ljava/util/List;
            astore 3 /* pending */
        start local 3 // java.util.List pending
        12: .line 143
            aload 0 /* this */
            aconst_null
            putfield jdk.incubator.http.Http2Connection$FramesController.pending:Ljava/util/List;
        13: .line 144
            aload 3 /* pending */
            ifnull 18
        14: .line 146
            aload 3 /* pending */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 17
      StackMap locals: jdk.incubator.http.Http2Connection$FramesController jdk.incubator.http.internal.frame.FramesDecoder jdk.incubator.http.internal.common.ByteBufferReference java.util.List top java.util.Iterator
      StackMap stack:
        15: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast jdk.incubator.http.internal.common.ByteBufferReference
            astore 4 /* b */
        start local 4 // jdk.incubator.http.internal.common.ByteBufferReference b
        16: .line 147
            aload 1 /* decoder */
            aload 4 /* b */
            invokevirtual jdk.incubator.http.internal.frame.FramesDecoder.decode:(Ljdk/incubator/http/internal/common/ByteBufferReference;)V
        end local 4 // jdk.incubator.http.internal.common.ByteBufferReference b
        17: .line 146
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 15
        18: .line 152
      StackMap locals: jdk.incubator.http.Http2Connection$FramesController jdk.incubator.http.internal.frame.FramesDecoder jdk.incubator.http.internal.common.ByteBufferReference java.util.List
      StackMap stack:
            aload 1 /* decoder */
            aload 2 /* buf */
            invokevirtual jdk.incubator.http.internal.frame.FramesDecoder.decode:(Ljdk/incubator/http/internal/common/ByteBufferReference;)V
        19: .line 153
            iconst_1
            ireturn
        end local 3 // java.util.List pending
        end local 2 // jdk.incubator.http.internal.common.ByteBufferReference buf
        end local 1 // jdk.incubator.http.internal.frame.FramesDecoder decoder
        end local 0 // jdk.incubator.http.Http2Connection$FramesController this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Ljdk/incubator/http/Http2Connection$FramesController;
            0   20     1  decoder  Ljdk/incubator/http/internal/frame/FramesDecoder;
            0   20     2      buf  Ljdk/incubator/http/internal/common/ByteBufferReference;
           12   20     3  pending  Ljava/util/List<Ljdk/incubator/http/internal/common/ByteBufferReference;>;
           16   17     4        b  Ljdk/incubator/http/internal/common/ByteBufferReference;
      Exception table:
        from    to  target  type
           2     6       9  any
           7     8       9  any
           9    10       9  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      decoder  
      buf      

  void markPrefaceSent();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // jdk.incubator.http.Http2Connection$FramesController this
         0: .line 158
            getstatic jdk.incubator.http.Http2Connection$FramesController.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield jdk.incubator.http.Http2Connection$FramesController.prefaceSent:Z
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         2: .line 160
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.Http2Connection$FramesController.prefaceSent:Z
         3: .line 159
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: jdk.incubator.http.Http2Connection$FramesController jdk.incubator.http.Http2Connection$FramesController
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.Http2Connection$FramesController this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/incubator/http/Http2Connection$FramesController;
      Exception table:
        from    to  target  type
           2     4       5  any
           5     6       5  any
}
SourceFile: "Http2Connection.java"
NestHost: jdk.incubator.http.Http2Connection
InnerClasses:
  private final FramesController = jdk.incubator.http.Http2Connection$FramesController of jdk.incubator.http.Http2Connection