final class sun.security.ssl.SSLEngineOutputRecord extends sun.security.ssl.OutputRecord implements sun.security.ssl.SSLRecord
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SSLEngineOutputRecord
  super_class: sun.security.ssl.OutputRecord
{
  private sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment fragmenter;
    descriptor: Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
    flags: (0x0002) ACC_PRIVATE

  private boolean isTalkingToV2;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.nio.ByteBuffer v2ClientHello;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean isCloseWaiting;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(sun.security.ssl.HandshakeHash);
    descriptor: (Lsun/security/ssl/HandshakeHash;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 47
            aload 0 /* this */
            aload 1 /* handshakeHash */
            invokestatic sun.security.ssl.SSLCipher$SSLWriteCipher.nullTlsWriteCipher:()Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokespecial sun.security.ssl.OutputRecord.<init>:(Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLCipher$SSLWriteCipher;)V
         1: .line 40
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLEngineOutputRecord.isTalkingToV2:Z
         3: .line 42
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
         4: .line 44
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLEngineOutputRecord.isCloseWaiting:Z
         5: .line 49
            aload 0 /* this */
            sipush 16709
            putfield sun.security.ssl.SSLEngineOutputRecord.packetSize:I
         6: .line 50
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.SSLEngineOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         7: .line 51
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    8     0           this  Lsun/security/ssl/SSLEngineOutputRecord;
            0    8     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
         0: .line 55
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 57
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isClosed:Z
            ifne 10
         2: .line 58
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            ifnull 5
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            invokevirtual sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.hasAlert:()Z
            ifeq 5
         3: .line 59
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLEngineOutputRecord.isCloseWaiting:Z
         4: .line 60
            goto 10
         5: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial sun.security.ssl.OutputRecord.close:()V
         6: .line 64
            goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 1
         8: .line 65
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         9: .line 66
            aload 1
            athrow
        10: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        11: .line 67
            return
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/SSLEngineOutputRecord;
      Exception table:
        from    to  target  type
           1     7       7  any
    Exceptions:
      throws java.io.IOException

  boolean isClosed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
         0: .line 70
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isClosed:Z
            ifne 1
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isCloseWaiting:Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SSLEngineOutputRecord;

  void encodeAlert(byte, byte);
    descriptor: (BB)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
        start local 1 // byte level
        start local 2 // byte description
         0: .line 75
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 76
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         2: .line 77
            new java.lang.StringBuilder
            dup
            ldc "outbound has closed, ignore outbound alert message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 78
            iload 2 /* description */
            invokestatic sun.security.ssl.Alert.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 77
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 80
      StackMap locals:
      StackMap stack:
            return
         6: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            ifnonnull 8
         7: .line 84
            aload 0 /* this */
            new sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.<init>:(Lsun/security/ssl/SSLEngineOutputRecord;)V
            putfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
         8: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            iload 1 /* level */
            iload 2 /* description */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.queueUpAlert:(BB)V
         9: .line 88
            return
        end local 2 // byte description
        end local 1 // byte level
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lsun/security/ssl/SSLEngineOutputRecord;
            0   10     1        level  B
            0   10     2  description  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      level        
      description  

  void encodeHandshake(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
        start local 1 // byte[] source
        start local 2 // int offset
        start local 3 // int length
         0: .line 93
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 94
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         2: .line 95
            ldc "outbound has closed, ignore outbound handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 97
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            aastore
         4: .line 95
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 99
      StackMap locals:
      StackMap stack:
            return
         6: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            ifnonnull 8
         7: .line 103
            aload 0 /* this */
            new sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.<init>:(Lsun/security/ssl/SSLEngineOutputRecord;)V
            putfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
         8: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.firstMessage:Z
            ifeq 20
         9: .line 107
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLEngineOutputRecord.firstMessage:Z
        10: .line 109
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            if_acmpne 20
        11: .line 110
            aload 1 /* source */
            iload 2 /* offset */
            baload
            getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpne 20
        12: .line 112
            aload 1 /* source */
            iload 2 /* offset */
            iconst_4
            iadd
            iconst_2
            iadd
            bipush 32
            iadd
            baload
            ifne 20
        13: .line 119
            aload 0 /* this */
        14: .line 120
            aload 1 /* source */
            iload 2 /* offset */
            iconst_4
            iadd
            iload 3 /* length */
            iconst_4
            isub
        15: .line 119
            invokestatic sun.security.ssl.SSLEngineOutputRecord.encodeV2ClientHello:([BII)Ljava/nio/ByteBuffer;
            putfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
        16: .line 122
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            iconst_2
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        17: .line 123
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            invokevirtual sun.security.ssl.HandshakeHash.deliver:(Ljava/nio/ByteBuffer;)V
        18: .line 124
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        19: .line 126
            return
        20: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            iload 2 /* offset */
            baload
            istore 4 /* handshakeType */
        start local 4 // byte handshakeType
        21: .line 131
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            iload 4 /* handshakeType */
            invokevirtual sun.security.ssl.HandshakeHash.isHashable:(B)Z
            ifeq 23
        22: .line 132
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual sun.security.ssl.HandshakeHash.deliver:([BII)V
        23: .line 135
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.queueUpFragment:([BII)V
        24: .line 136
            return
        end local 4 // byte handshakeType
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] source
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Lsun/security/ssl/SSLEngineOutputRecord;
            0   25     1         source  [B
            0   25     2         offset  I
            0   25     3         length  I
           21   25     4  handshakeType  B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      source  
      offset  
      length  

  void encodeChangeCipherSpec();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
         0: .line 140
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.isClosed:()Z
            ifeq 4
         1: .line 141
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 142
            ldc "outbound has closed, ignore outbound change_cipher_spec message"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 145
      StackMap locals:
      StackMap stack:
            return
         4: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            ifnonnull 6
         5: .line 149
            aload 0 /* this */
            new sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.<init>:(Lsun/security/ssl/SSLEngineOutputRecord;)V
            putfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
         6: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            invokevirtual sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.queueUpChangeCipherSpec:()V
         7: .line 152
            return
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/SSLEngineOutputRecord;
    Exceptions:
      throws java.io.IOException

  void encodeV2NoCipher();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
         0: .line 156
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLEngineOutputRecord.isTalkingToV2:Z
         1: .line 157
            return
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SSLEngineOutputRecord;
    Exceptions:
      throws java.io.IOException

  sun.security.ssl.Ciphertext encode(java.nio.ByteBuffer[], int, int, java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II[Ljava/nio/ByteBuffer;II)Lsun/security/ssl/Ciphertext;
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int srcsOffset
        start local 3 // int srcsLength
        start local 4 // java.nio.ByteBuffer[] dsts
        start local 5 // int dstsOffset
        start local 6 // int dstsLength
         0: .line 164
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isClosed:Z
            ifeq 4
         1: .line 165
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 166
            ldc "outbound has closed, ignore outbound application data or cached messages"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 170
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isCloseWaiting:Z
            ifeq 8
         5: .line 172
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 173
            ldc "outbound has closed, ignore outbound application data"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 177
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* srcs */
         8: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* srcsOffset */
            iload 3 /* srcsLength */
            aload 4 /* dsts */
            iconst_0
            aaload
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.encode:([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
            areturn
        end local 6 // int dstsLength
        end local 5 // int dstsOffset
        end local 4 // java.nio.ByteBuffer[] dsts
        end local 3 // int srcsLength
        end local 2 // int srcsOffset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/security/ssl/SSLEngineOutputRecord;
            0    9     1        srcs  [Ljava/nio/ByteBuffer;
            0    9     2  srcsOffset  I
            0    9     3  srcsLength  I
            0    9     4        dsts  [Ljava/nio/ByteBuffer;
            0    9     5  dstsOffset  I
            0    9     6  dstsLength  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      srcs        
      srcsOffset  
      srcsLength  
      dsts        
      dstsOffset  
      dstsLength  

  private sun.security.ssl.Ciphertext encode(java.nio.ByteBuffer[], int, int, java.nio.ByteBuffer);
    descriptor: ([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=21, args_size=5
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
        start local 1 // java.nio.ByteBuffer[] sources
        start local 2 // int offset
        start local 3 // int length
        start local 4 // java.nio.ByteBuffer destination
         0: .line 186
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getfield sun.security.ssl.SSLCipher$SSLWriteCipher.authenticator:Lsun/security/ssl/Authenticator;
            invokevirtual sun.security.ssl.Authenticator.seqNumOverflow:()Z
            ifeq 5
         1: .line 187
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 4
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 4
         2: .line 189
            ldc "sequence number extremely close to overflow (2^64-1 packets). Closing connection."
            iconst_0
            anewarray java.lang.Object
         3: .line 188
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 193
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "sequence number overflow"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* destination */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.acquireCiphertext:(Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
            astore 5 /* ct */
        start local 5 // sun.security.ssl.Ciphertext ct
         6: .line 199
            aload 5 /* ct */
            ifnull 8
         7: .line 200
            aload 5 /* ct */
            areturn
         8: .line 203
      StackMap locals: sun.security.ssl.Ciphertext
      StackMap stack:
            aload 1 /* sources */
            ifnull 9
            aload 1 /* sources */
            arraylength
            ifne 10
         9: .line 204
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        10: .line 207
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 6 /* srcsRemains */
        start local 6 // int srcsRemains
        11: .line 208
            iload 2 /* offset */
            istore 7 /* i */
        start local 7 // int i
        12: goto 15
        13: .line 209
      StackMap locals: int int
      StackMap stack:
            iload 6 /* srcsRemains */
            aload 1 /* sources */
            iload 7 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iadd
            istore 6 /* srcsRemains */
        14: .line 208
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* i */
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            if_icmplt 13
        end local 7 // int i
        16: .line 212
            iload 6 /* srcsRemains */
            ifne 18
        17: .line 213
            aconst_null
            areturn
        18: .line 216
      StackMap locals:
      StackMap stack:
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 7 /* dstLim */
        start local 7 // int dstLim
        19: .line 217
            iconst_1
            istore 8 /* isFirstRecordOfThePayload */
        start local 8 // boolean isFirstRecordOfThePayload
        20: .line 218
            sipush 16709
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.packetSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 9 /* packetLeftSize */
        start local 9 // int packetLeftSize
        21: .line 219
            iconst_1
            istore 10 /* needMorePayload */
        start local 10 // boolean needMorePayload
        22: .line 220
            lconst_0
            lstore 11 /* recordSN */
        start local 11 // long recordSN
        23: .line 221
            goto 82
        24: .line 223
      StackMap locals: sun.security.ssl.SSLEngineOutputRecord java.nio.ByteBuffer[] int int java.nio.ByteBuffer sun.security.ssl.Ciphertext int int int int int long
      StackMap stack:
            iload 8 /* isFirstRecordOfThePayload */
            ifeq 29
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.needToSplitPayload:()Z
            ifeq 29
        25: .line 224
            iconst_1
            istore 10 /* needMorePayload */
        26: .line 226
            iconst_1
            istore 13 /* fragLen */
        start local 13 // int fragLen
        27: .line 227
            iconst_0
            istore 8 /* isFirstRecordOfThePayload */
        28: .line 228
            goto 38
        end local 13 // int fragLen
        29: .line 229
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 10 /* needMorePayload */
        30: .line 231
            iload 9 /* packetLeftSize */
            ifle 36
        31: .line 232
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        32: .line 233
            iload 9 /* packetLeftSize */
            iconst_5
        33: .line 232
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
            istore 13 /* fragLen */
        start local 13 // int fragLen
        34: .line 235
            iload 13 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 13 /* fragLen */
        35: .line 236
            goto 37
        end local 13 // int fragLen
        36: .line 237
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 13 /* fragLen */
        start local 13 // int fragLen
        37: .line 241
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 13 /* fragLen */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord.calculateFragmentSize:(I)I
            istore 13 /* fragLen */
        38: .line 244
      StackMap locals:
      StackMap stack:
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 14 /* dstPos */
        start local 14 // int dstPos
        39: .line 245
            iload 14 /* dstPos */
            iconst_5
            iadd
        40: .line 246
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
        41: .line 245
            iadd
            istore 15 /* dstContent */
        start local 15 // int dstContent
        42: .line 247
            aload 4 /* destination */
            iload 15 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        43: .line 249
            iload 13 /* fragLen */
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.lang.Math.min:(II)I
            istore 16 /* remains */
        start local 16 // int remains
        44: .line 250
            iconst_0
            istore 13 /* fragLen */
        45: .line 251
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 17 /* srcsLen */
        start local 17 // int srcsLen
        46: .line 252
            iload 2 /* offset */
            istore 18 /* i */
        start local 18 // int i
        47: goto 59
        48: .line 253
      StackMap locals: sun.security.ssl.SSLEngineOutputRecord java.nio.ByteBuffer[] int int java.nio.ByteBuffer sun.security.ssl.Ciphertext int int int int int long int int int int int int
      StackMap stack:
            aload 1 /* sources */
            iload 18 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 16 /* remains */
            invokestatic java.lang.Math.min:(II)I
            istore 19 /* amount */
        start local 19 // int amount
        49: .line 254
            aload 1 /* sources */
            iload 18 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 20 /* srcLimit */
        start local 20 // int srcLimit
        50: .line 255
            aload 1 /* sources */
            iload 18 /* i */
            aaload
            aload 1 /* sources */
            iload 18 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 19 /* amount */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        51: .line 256
            aload 4 /* destination */
            aload 1 /* sources */
            iload 18 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        52: .line 257
            aload 1 /* sources */
            iload 18 /* i */
            aaload
            iload 20 /* srcLimit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        53: .line 258
            iload 16 /* remains */
            iload 19 /* amount */
            isub
            istore 16 /* remains */
        54: .line 259
            iload 13 /* fragLen */
            iload 19 /* amount */
            iadd
            istore 13 /* fragLen */
        55: .line 261
            iload 16 /* remains */
            ifle 58
        56: .line 262
            iinc 2 /* offset */ 1
        57: .line 263
            iinc 3 /* length */ -1
        end local 20 // int srcLimit
        end local 19 // int amount
        58: .line 252
      StackMap locals:
      StackMap stack:
            iinc 18 /* i */ 1
      StackMap locals:
      StackMap stack:
        59: iload 18 /* i */
            iload 17 /* srcsLen */
            if_icmpge 60
            iload 16 /* remains */
            ifgt 48
        end local 18 // int i
        60: .line 267
      StackMap locals:
      StackMap stack:
            aload 4 /* destination */
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        61: .line 268
            aload 4 /* destination */
            iload 15 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        62: .line 270
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 68
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 68
        63: .line 272
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        64: .line 273
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        65: .line 274
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        66: .line 272
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        67: .line 271
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        68: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        69: .line 279
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            aload 4 /* destination */
        70: .line 280
            iload 14 /* dstPos */
            iload 7 /* dstLim */
            iconst_5
        71: .line 281
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        72: .line 278
            invokestatic sun.security.ssl.SSLEngineOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lstore 11 /* recordSN */
        73: .line 283
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 78
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 78
        74: .line 284
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 18 /* temporary */
        start local 18 // java.nio.ByteBuffer temporary
        75: .line 285
            aload 18 /* temporary */
            aload 18 /* temporary */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        76: .line 286
            aload 18 /* temporary */
            iload 14 /* dstPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        77: .line 287
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 18 /* temporary */
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 18 // java.nio.ByteBuffer temporary
        78: .line 290
      StackMap locals:
      StackMap stack:
            iload 9 /* packetLeftSize */
            aload 4 /* destination */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 14 /* dstPos */
            isub
            isub
            istore 9 /* packetLeftSize */
        79: .line 293
            aload 4 /* destination */
            iload 7 /* dstLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        80: .line 295
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isFirstAppOutputRecord:Z
            ifeq 82
        81: .line 296
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLEngineOutputRecord.isFirstAppOutputRecord:Z
        end local 17 // int srcsLen
        end local 16 // int remains
        end local 15 // int dstContent
        end local 14 // int dstPos
        end local 13 // int fragLen
        82: .line 221
      StackMap locals: sun.security.ssl.SSLEngineOutputRecord java.nio.ByteBuffer[] int int java.nio.ByteBuffer sun.security.ssl.Ciphertext int int int int int long
      StackMap stack:
            iload 10 /* needMorePayload */
            ifne 24
        83: .line 300
            new sun.security.ssl.Ciphertext
            dup
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
        84: .line 301
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            lload 11 /* recordSN */
        85: .line 300
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
        end local 11 // long recordSN
        end local 10 // boolean needMorePayload
        end local 9 // int packetLeftSize
        end local 8 // boolean isFirstRecordOfThePayload
        end local 7 // int dstLim
        end local 6 // int srcsRemains
        end local 5 // sun.security.ssl.Ciphertext ct
        end local 4 // java.nio.ByteBuffer destination
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] sources
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   86     0                       this  Lsun/security/ssl/SSLEngineOutputRecord;
            0   86     1                    sources  [Ljava/nio/ByteBuffer;
            0   86     2                     offset  I
            0   86     3                     length  I
            0   86     4                destination  Ljava/nio/ByteBuffer;
            6   86     5                         ct  Lsun/security/ssl/Ciphertext;
           11   86     6                srcsRemains  I
           12   16     7                          i  I
           19   86     7                     dstLim  I
           20   86     8  isFirstRecordOfThePayload  Z
           21   86     9             packetLeftSize  I
           22   86    10            needMorePayload  Z
           23   86    11                   recordSN  J
           27   29    13                    fragLen  I
           34   36    13                    fragLen  I
           37   82    13                    fragLen  I
           39   82    14                     dstPos  I
           42   82    15                 dstContent  I
           44   82    16                    remains  I
           46   82    17                    srcsLen  I
           47   60    18                          i  I
           49   58    19                     amount  I
           50   58    20                   srcLimit  I
           75   78    18                  temporary  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      sources      
      offset       
      length       
      destination  

  private sun.security.ssl.Ciphertext acquireCiphertext(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
        start local 1 // java.nio.ByteBuffer destination
         0: .line 306
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isTalkingToV2:Z
            ifeq 8
         1: .line 311
            aload 1 /* destination */
            getstatic sun.security.ssl.SSLRecord.v2NoCipher:[B
            invokevirtual java.nio.ByteBuffer.put:([B)Ljava/nio/ByteBuffer;
            pop
         2: .line 312
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 4
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 313
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            getstatic sun.security.ssl.SSLRecord.v2NoCipher:[B
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 316
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLEngineOutputRecord.isTalkingToV2:Z
         5: .line 318
            new sun.security.ssl.Ciphertext
            dup
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
         6: .line 319
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            ldc -1
         7: .line 318
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
         8: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            ifnull 22
         9: .line 326
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 17
        10: .line 327
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 15
        11: .line 328
            new java.lang.StringBuilder
            dup
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        12: .line 329
            ldc ", WRITE: SSLv2 ClientHello message"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 330
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        14: .line 328
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 333
      StackMap locals:
      StackMap stack:
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 17
        16: .line 334
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            aastore
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 338
      StackMap locals:
      StackMap stack:
            aload 1 /* destination */
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        18: .line 339
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
        19: .line 341
            new sun.security.ssl.Ciphertext
            dup
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
        20: .line 342
            getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            ldc -1
        21: .line 341
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
        22: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            ifnull 24
        23: .line 346
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            aload 1 /* destination */
            invokevirtual sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.acquireCiphertext:(Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
            areturn
        24: .line 349
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.nio.ByteBuffer destination
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lsun/security/ssl/SSLEngineOutputRecord;
            0   25     1  destination  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      destination  

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
         0: .line 354
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isTalkingToV2:Z
            ifne 3
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.v2ClientHello:Ljava/nio/ByteBuffer;
            ifnonnull 3
         1: .line 355
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            ifnull 2
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.fragmenter:Lsun/security/ssl/SSLEngineOutputRecord$HandshakeFragment;
            invokevirtual sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment.isEmpty:()Z
            ifeq 3
         2: .line 354
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/SSLEngineOutputRecord;

  boolean needToSplitPayload();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLEngineOutputRecord this
         0: .line 588
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS11PlusSpec:()Z
            ifne 4
         1: .line 589
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isCBCMode:()Z
            ifeq 4
            aload 0 /* this */
            getfield sun.security.ssl.SSLEngineOutputRecord.isFirstAppOutputRecord:Z
            ifne 4
         2: .line 590
            getstatic sun.security.ssl.Record.enableCBCProtection:Z
            ifeq 4
         3: .line 588
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLEngineOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/SSLEngineOutputRecord;
}
SourceFile: "SSLEngineOutputRecord.java"
NestMembers:
  sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment  sun.security.ssl.SSLEngineOutputRecord$HandshakeMemo  sun.security.ssl.SSLEngineOutputRecord$RecordMemo
InnerClasses:
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher
  final HandshakeFragment = sun.security.ssl.SSLEngineOutputRecord$HandshakeFragment of sun.security.ssl.SSLEngineOutputRecord
  private HandshakeMemo = sun.security.ssl.SSLEngineOutputRecord$HandshakeMemo of sun.security.ssl.SSLEngineOutputRecord
  private RecordMemo = sun.security.ssl.SSLEngineOutputRecord$RecordMemo of sun.security.ssl.SSLEngineOutputRecord