class jdk.incubator.http.SSLDelegate$EngineWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.SSLDelegate$EngineWrapper
  super_class: java.lang.Object
{
  java.nio.channels.SocketChannel chan;
    descriptor: Ljava/nio/channels/SocketChannel;
    flags: (0x0000) 

  javax.net.ssl.SSLEngine engine;
    descriptor: Ljavax/net/ssl/SSLEngine;
    flags: (0x0000) 

  final java.lang.Object wrapLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  final java.lang.Object unwrapLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  java.nio.ByteBuffer unwrap_src;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  java.nio.ByteBuffer wrap_dst;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  boolean closed;
    descriptor: Z
    flags: (0x0000) 

  int u_remaining;
    descriptor: I
    flags: (0x0000) 

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

  void <init>(jdk.incubator.http.SSLDelegate, java.nio.channels.SocketChannel, javax.net.ssl.SSLEngine);
    descriptor: (Ljdk/incubator/http/SSLDelegate;Ljava/nio/channels/SocketChannel;Ljavax/net/ssl/SSLEngine;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
        start local 2 // java.nio.channels.SocketChannel chan
        start local 3 // javax.net.ssl.SSLEngine engine
         0: .line 194
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 191
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
         2: .line 195
            aload 0 /* this */
            aload 2 /* chan */
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.chan:Ljava/nio/channels/SocketChannel;
         3: .line 196
            aload 0 /* this */
            aload 3 /* engine */
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.engine:Ljavax/net/ssl/SSLEngine;
         4: .line 197
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrapLock:Ljava/lang/Object;
         5: .line 198
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrapLock:Ljava/lang/Object;
         6: .line 199
            aload 0 /* this */
            aload 1
            getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
            invokevirtual jdk.incubator.http.SSLDelegate.allocate:(Ljdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
         7: .line 200
            aload 0 /* this */
            aload 1
            getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
            invokevirtual jdk.incubator.http.SSLDelegate.allocate:(Ljdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
         8: .line 201
            return
        end local 3 // javax.net.ssl.SSLEngine engine
        end local 2 // java.nio.channels.SocketChannel chan
        end local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljdk/incubator/http/SSLDelegate$EngineWrapper;
            0    9     2    chan  Ljava/nio/channels/SocketChannel;
            0    9     3  engine  Ljavax/net/ssl/SSLEngine;
    MethodParameters:
        Name  Flags
      this$0  final
      chan    
      engine  

  jdk.incubator.http.SSLDelegate$WrapperResult wrapAndSend(java.nio.ByteBuffer, boolean);
    descriptor: (Ljava/nio/ByteBuffer;Z)Ljdk/incubator/http/SSLDelegate$WrapperResult;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // boolean ignoreClose
         0: .line 209
            iconst_1
            anewarray java.nio.ByteBuffer
            astore 3 /* buffers */
        start local 3 // java.nio.ByteBuffer[] buffers
         1: .line 210
            aload 3 /* buffers */
            iconst_0
            aload 1 /* src */
            aastore
         2: .line 211
            aload 0 /* this */
            aload 3 /* buffers */
            iconst_0
            iconst_1
            iload 2 /* ignoreClose */
            invokevirtual jdk.incubator.http.SSLDelegate$EngineWrapper.wrapAndSend:([Ljava/nio/ByteBuffer;IIZ)Ljdk/incubator/http/SSLDelegate$WrapperResult;
            areturn
        end local 3 // java.nio.ByteBuffer[] buffers
        end local 2 // boolean ignoreClose
        end local 1 // java.nio.ByteBuffer src
        end local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Ljdk/incubator/http/SSLDelegate$EngineWrapper;
            0    3     1          src  Ljava/nio/ByteBuffer;
            0    3     2  ignoreClose  Z
            1    3     3      buffers  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      src          
      ignoreClose  

  jdk.incubator.http.SSLDelegate$WrapperResult wrapAndSend(java.nio.ByteBuffer[], int, int, boolean);
    descriptor: ([Ljava/nio/ByteBuffer;IIZ)Ljdk/incubator/http/SSLDelegate$WrapperResult;
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=5
        start local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
        start local 1 // java.nio.ByteBuffer[] src
        start local 2 // int offset
        start local 3 // int len
        start local 4 // boolean ignoreClose
         0: .line 225
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
            ifeq 2
            iload 4 /* ignoreClose */
            ifne 2
         1: .line 226
            new java.io.IOException
            dup
            ldc "Engine is closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 229
      StackMap locals:
      StackMap stack:
            new jdk.incubator.http.SSLDelegate$WrapperResult
            dup
            invokespecial jdk.incubator.http.SSLDelegate$WrapperResult.<init>:()V
            astore 6 /* r */
        start local 6 // jdk.incubator.http.SSLDelegate$WrapperResult r
         3: .line 230
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrapLock:Ljava/lang/Object;
            dup
            astore 7
            monitorenter
         4: .line 231
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
            pop
         5: .line 233
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int top jdk.incubator.http.SSLDelegate$WrapperResult java.lang.Object
      StackMap stack:
            aload 6 /* r */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.engine:Ljavax/net/ssl/SSLEngine;
            aload 1 /* src */
            iload 2 /* offset */
            iload 3 /* len */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
            invokevirtual javax.net.ssl.SSLEngine.wrap:([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            putfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
         6: .line 234
            aload 6 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            astore 5 /* status */
        start local 5 // javax.net.ssl.SSLEngineResult$Status status
         7: .line 235
            aload 5 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 9
         8: .line 236
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
            iconst_1
            getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
            invokevirtual jdk.incubator.http.SSLDelegate.realloc:(Ljava/nio/ByteBuffer;ZLjdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
         9: .line 238
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult java.lang.Object
      StackMap stack:
            aload 5 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpeq 5
        10: .line 239
            aload 5 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 14
            iload 4 /* ignoreClose */
            ifne 14
        11: .line 240
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
        12: .line 241
            aload 6 /* r */
            aload 7
            monitorexit
        13: areturn
        14: .line 243
      StackMap locals:
      StackMap stack:
            aload 6 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
            ifle 20
        15: .line 244
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
        16: .line 245
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 8 /* l */
        start local 8 // int l
        17: .line 246
            getstatic jdk.incubator.http.SSLDelegate$EngineWrapper.$assertionsDisabled:Z
            ifne 19
            iload 8 /* l */
            aload 6 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.bytesProduced:()I
            if_icmpeq 19
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        18: .line 248
      StackMap locals: int
      StackMap stack:
            iload 8 /* l */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.chan:Ljava/nio/channels/SocketChannel;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.wrap_dst:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.channels.SocketChannel.write:(Ljava/nio/ByteBuffer;)I
            isub
            istore 8 /* l */
        19: .line 247
      StackMap locals:
      StackMap stack:
            iload 8 /* l */
            ifgt 18
        end local 8 // int l
        20: .line 230
      StackMap locals:
      StackMap stack:
            aload 7
            monitorexit
        21: goto 24
        end local 5 // javax.net.ssl.SSLEngineResult$Status status
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int top jdk.incubator.http.SSLDelegate$WrapperResult java.lang.Object
      StackMap stack: java.lang.Throwable
        22: aload 7
            monitorexit
        23: athrow
        start local 5 // javax.net.ssl.SSLEngineResult$Status status
        24: .line 252
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer[] int int int javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult
      StackMap stack:
            aload 6 /* r */
            areturn
        end local 6 // jdk.incubator.http.SSLDelegate$WrapperResult r
        end local 5 // javax.net.ssl.SSLEngineResult$Status status
        end local 4 // boolean ignoreClose
        end local 3 // int len
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] src
        end local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Ljdk/incubator/http/SSLDelegate$EngineWrapper;
            0   25     1          src  [Ljava/nio/ByteBuffer;
            0   25     2       offset  I
            0   25     3          len  I
            0   25     4  ignoreClose  Z
            7   22     5       status  Ljavax/net/ssl/SSLEngineResult$Status;
           24   25     5       status  Ljavax/net/ssl/SSLEngineResult$Status;
            3   25     6            r  Ljdk/incubator/http/SSLDelegate$WrapperResult;
           17   20     8            l  I
      Exception table:
        from    to  target  type
           4    13      22  any
          14    21      22  any
          22    23      22  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      src          
      offset       
      len          
      ignoreClose  

  jdk.incubator.http.SSLDelegate$WrapperResult recvAndUnwrap(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Ljdk/incubator/http/SSLDelegate$WrapperResult;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 262
            new jdk.incubator.http.SSLDelegate$WrapperResult
            dup
            invokespecial jdk.incubator.http.SSLDelegate$WrapperResult.<init>:()V
            astore 3 /* r */
        start local 3 // jdk.incubator.http.SSLDelegate$WrapperResult r
         1: .line 263
            aload 3 /* r */
            aload 1 /* dst */
            putfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
         2: .line 264
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
            ifeq 4
         3: .line 265
            new java.io.IOException
            dup
            ldc "Engine is closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 268
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer top jdk.incubator.http.SSLDelegate$WrapperResult
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.u_remaining:I
            ifle 9
         5: .line 269
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
            pop
         6: .line 270
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
         7: .line 271
            iconst_0
            istore 4 /* needData */
        start local 4 // boolean needData
         8: .line 272
            goto 11
        end local 4 // boolean needData
         9: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/ByteBuffer;
            pop
        10: .line 274
            iconst_1
            istore 4 /* needData */
        start local 4 // boolean needData
        11: .line 276
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrapLock:Ljava/lang/Object;
            dup
            astore 5
            monitorenter
        12: .line 279
      StackMap locals: java.lang.Object
      StackMap stack:
            iload 4 /* needData */
            ifeq 17
        13: .line 280
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.chan:Ljava/nio/channels/SocketChannel;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.channels.SocketChannel.read:(Ljava/nio/ByteBuffer;)I
            istore 6 /* x */
        start local 6 // int x
        14: .line 281
            iload 6 /* x */
            iconst_m1
            if_icmpne 16
        15: .line 282
            new java.io.IOException
            dup
            ldc "connection closed for reading"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 284
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
        end local 6 // int x
        17: .line 286
      StackMap locals:
      StackMap stack:
            aload 3 /* r */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.engine:Ljavax/net/ssl/SSLEngine;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            aload 3 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
            invokevirtual javax.net.ssl.SSLEngine.unwrap:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;
            putfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
        18: .line 287
            aload 3 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.result:Ljavax/net/ssl/SSLEngineResult;
            invokevirtual javax.net.ssl.SSLEngineResult.getStatus:()Ljavax/net/ssl/SSLEngineResult$Status;
            astore 2 /* status */
        start local 2 // javax.net.ssl.SSLEngineResult$Status status
        19: .line 288
            aload 2 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_UNDERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 29
        20: .line 289
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            if_icmpne 25
        21: .line 291
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
        22: .line 292
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            iconst_0
            getstatic jdk.incubator.http.SSLDelegate$BufType.PACKET:Ljdk/incubator/http/SSLDelegate$BufType;
        23: .line 291
            invokevirtual jdk.incubator.http.SSLDelegate.realloc:(Ljava/nio/ByteBuffer;ZLjdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
        24: .line 294
            goto 27
        25: .line 299
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult int java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        26: .line 300
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.capacity:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        27: .line 302
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* needData */
        28: .line 303
            goto 38
      StackMap locals:
      StackMap stack:
        29: aload 2 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.BUFFER_OVERFLOW:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 33
        30: .line 304
            aload 3 /* r */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.this$0:Ljdk/incubator/http/SSLDelegate;
            aload 3 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
            iconst_1
            getstatic jdk.incubator.http.SSLDelegate$BufType.APPLICATION:Ljdk/incubator/http/SSLDelegate$BufType;
            invokevirtual jdk.incubator.http.SSLDelegate.realloc:(Ljava/nio/ByteBuffer;ZLjdk/incubator/http/SSLDelegate$BufType;)Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
        31: .line 305
            iconst_0
            istore 4 /* needData */
        32: .line 306
            goto 38
      StackMap locals:
      StackMap stack:
        33: aload 2 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.CLOSED:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 38
        34: .line 307
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.closed:Z
        35: .line 308
            aload 3 /* r */
            getfield jdk.incubator.http.SSLDelegate$WrapperResult.buf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
        36: .line 309
            aload 3 /* r */
            aload 5
            monitorexit
        37: areturn
        38: .line 311
      StackMap locals:
      StackMap stack:
            aload 2 /* status */
            getstatic javax.net.ssl.SSLEngineResult$Status.OK:Ljavax/net/ssl/SSLEngineResult$Status;
            if_acmpne 12
        39: .line 276
            aload 5
            monitorexit
        40: goto 43
        end local 2 // javax.net.ssl.SSLEngineResult$Status status
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer top jdk.incubator.http.SSLDelegate$WrapperResult int java.lang.Object
      StackMap stack: java.lang.Throwable
        41: aload 5
            monitorexit
        42: athrow
        start local 2 // javax.net.ssl.SSLEngineResult$Status status
        43: .line 313
      StackMap locals: jdk.incubator.http.SSLDelegate$EngineWrapper java.nio.ByteBuffer javax.net.ssl.SSLEngineResult$Status jdk.incubator.http.SSLDelegate$WrapperResult int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.SSLDelegate$EngineWrapper.unwrap_src:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            putfield jdk.incubator.http.SSLDelegate$EngineWrapper.u_remaining:I
        44: .line 314
            aload 3 /* r */
            areturn
        end local 4 // boolean needData
        end local 3 // jdk.incubator.http.SSLDelegate$WrapperResult r
        end local 2 // javax.net.ssl.SSLEngineResult$Status status
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // jdk.incubator.http.SSLDelegate$EngineWrapper this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   45     0      this  Ljdk/incubator/http/SSLDelegate$EngineWrapper;
            0   45     1       dst  Ljava/nio/ByteBuffer;
           19   41     2    status  Ljavax/net/ssl/SSLEngineResult$Status;
           43   45     2    status  Ljavax/net/ssl/SSLEngineResult$Status;
            1   45     3         r  Ljdk/incubator/http/SSLDelegate$WrapperResult;
            8    9     4  needData  Z
           11   45     4  needData  Z
           14   17     6         x  I
      Exception table:
        from    to  target  type
          12    37      41  any
          38    40      41  any
          41    42      41  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   
}
SourceFile: "SSLDelegate.java"
NestHost: jdk.incubator.http.SSLDelegate
InnerClasses:
  public final Status = javax.net.ssl.SSLEngineResult$Status of javax.net.ssl.SSLEngineResult
  final BufType = jdk.incubator.http.SSLDelegate$BufType of jdk.incubator.http.SSLDelegate
  EngineWrapper = jdk.incubator.http.SSLDelegate$EngineWrapper of jdk.incubator.http.SSLDelegate
  WrapperResult = jdk.incubator.http.SSLDelegate$WrapperResult of jdk.incubator.http.SSLDelegate