final class sun.security.ssl.SSLSocketOutputRecord 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.SSLSocketOutputRecord
  super_class: sun.security.ssl.OutputRecord
{
  private java.io.OutputStream deliverStream;
    descriptor: Ljava/io/OutputStream;
    flags: (0x0002) ACC_PRIVATE

  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.SSLSocketOutputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 42
            aload 0 /* this */
            aload 1 /* handshakeHash */
            aconst_null
            invokespecial sun.security.ssl.SSLSocketOutputRecord.<init>:(Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/TransportContext;)V
         1: .line 43
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lsun/security/ssl/SSLSocketOutputRecord;
            0    2     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  void <init>(sun.security.ssl.HandshakeHash, sun.security.ssl.TransportContext);
    descriptor: (Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/TransportContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
        start local 2 // sun.security.ssl.TransportContext tc
         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 39
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
         2: .line 48
            aload 0 /* this */
            aload 2 /* tc */
            putfield sun.security.ssl.SSLSocketOutputRecord.tc:Lsun/security/ssl/TransportContext;
         3: .line 49
            aload 0 /* this */
            sipush 16709
            putfield sun.security.ssl.SSLSocketOutputRecord.packetSize:I
         4: .line 50
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.SSLSocketOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         5: .line 51
            return
        end local 2 // sun.security.ssl.TransportContext tc
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lsun/security/ssl/SSLSocketOutputRecord;
            0    6     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
            0    6     2             tc  Lsun/security/ssl/TransportContext;
    MethodParameters:
               Name  Flags
      handshakeHash  
      tc             

  synchronized void encodeAlert(byte, byte);
    descriptor: (BB)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=9, locals=4, args_size=3
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
        start local 1 // byte level
        start local 2 // byte description
         0: .line 56
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 57
            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 58
            new java.lang.StringBuilder
            dup
            ldc "outbound has closed, ignore outbound alert message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 59
            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 58
            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 61
      StackMap locals:
      StackMap stack:
            return
         6: .line 65
      StackMap locals:
      StackMap stack:
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
            iadd
            istore 3 /* position */
        start local 3 // int position
         7: .line 66
            aload 0 /* this */
            iload 3 /* position */
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
         8: .line 68
            aload 0 /* this */
            iload 1 /* level */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.write:(I)V
         9: .line 69
            aload 0 /* this */
            iload 2 /* description */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.write:(I)V
        10: .line 70
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 16
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 16
        11: .line 71
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        12: .line 72
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 73
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* description */
            invokestatic sun.security.ssl.Alert.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 74
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iconst_5
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        15: .line 71
            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
        16: .line 78
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            iconst_5
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            pop2
        17: .line 81
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
        18: .line 82
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        19: .line 84
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 23
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 23
        20: .line 85
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        21: .line 86
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            aastore
        22: .line 85
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        24: .line 91
            return
        end local 3 // int position
        end local 2 // byte description
        end local 1 // byte level
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lsun/security/ssl/SSLSocketOutputRecord;
            0   25     1        level  B
            0   25     2  description  B
            7   25     3     position  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      level        
      description  

  synchronized void encodeHandshake(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=9, locals=10, args_size=4
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
        start local 1 // byte[] source
        start local 2 // int offset
        start local 3 // int length
         0: .line 96
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.isClosed:()Z
            ifeq 6
         1: .line 97
            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 98
            ldc "outbound has closed, ignore outbound handshake message"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 100
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            aastore
         4: .line 98
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 102
      StackMap locals:
      StackMap stack:
            return
         6: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.firstMessage:Z
            ifeq 28
         7: .line 106
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketOutputRecord.firstMessage:Z
         8: .line 108
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            if_acmpne 28
         9: .line 109
            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 28
        10: .line 111
            aload 1 /* source */
            iload 2 /* offset */
            iconst_4
            iadd
            iconst_2
            iadd
            bipush 32
            iadd
            baload
            ifne 28
        11: .line 118
            aload 1 /* source */
            iload 2 /* offset */
            iconst_4
            iadd
            iload 3 /* length */
            iconst_4
            isub
        12: .line 117
            invokestatic sun.security.ssl.SSLSocketOutputRecord.encodeV2ClientHello:([BII)Ljava/nio/ByteBuffer;
            astore 4 /* v2ClientHello */
        start local 4 // java.nio.ByteBuffer v2ClientHello
        13: .line 120
            aload 4 /* v2ClientHello */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 5 /* record */
        start local 5 // byte[] record
        14: .line 121
            aload 4 /* v2ClientHello */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 6 /* limit */
        start local 6 // int limit
        15: .line 122
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 5 /* record */
            iconst_2
            iload 6 /* limit */
            iconst_2
            isub
            invokevirtual sun.security.ssl.HandshakeHash.deliver:([BII)V
        16: .line 124
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 21
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 21
        17: .line 126
            new java.lang.StringBuilder
            dup
            ldc "WRITE: SSLv2 ClientHello message, length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        18: .line 127
            iload 6 /* limit */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        19: .line 126
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        20: .line 125
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        21: .line 135
      StackMap locals: java.nio.ByteBuffer byte[] int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            aload 5 /* record */
            iconst_0
            iload 6 /* limit */
            invokevirtual java.io.OutputStream.write:([BII)V
        22: .line 136
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        23: .line 138
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 27
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 27
        24: .line 139
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        25: .line 140
            new java.io.ByteArrayInputStream
            dup
            aload 5 /* record */
            iconst_0
            iload 6 /* limit */
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            aastore
        26: .line 139
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        27: .line 143
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int limit
        end local 5 // byte[] record
        end local 4 // java.nio.ByteBuffer v2ClientHello
        28: .line 147
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            iconst_0
            baload
            istore 4 /* handshakeType */
        start local 4 // byte handshakeType
        29: .line 148
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            iload 4 /* handshakeType */
            invokevirtual sun.security.ssl.HandshakeHash.isHashable:(B)Z
            ifeq 31
        30: .line 149
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual sun.security.ssl.HandshakeHash.deliver:([BII)V
        31: .line 152
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.getFragLimit:()I
            istore 5 /* fragLimit */
        start local 5 // int fragLimit
        32: .line 153
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
            iadd
            istore 6 /* position */
        start local 6 // int position
        33: .line 154
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            ifne 35
        34: .line 155
            aload 0 /* this */
            iload 6 /* position */
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        35: .line 158
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iload 6 /* position */
            isub
            iload 5 /* fragLimit */
            iload 3 /* length */
            isub
            if_icmpge 38
        36: .line 159
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.write:([BII)V
        37: .line 160
            return
        38: .line 163
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 7 /* limit */
        start local 7 // int limit
        39: goto 60
        40: .line 165
      StackMap locals: int
      StackMap stack:
            iload 7 /* limit */
            iload 2 /* offset */
            isub
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iload 6 /* position */
            isub
            iadd
            istore 8 /* remains */
        start local 8 // int remains
        41: .line 166
            iload 5 /* fragLimit */
            iload 8 /* remains */
            invokestatic java.lang.Math.min:(II)I
            istore 9 /* fragLen */
        start local 9 // int fragLen
        42: .line 169
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* offset */
            iload 9 /* fragLen */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.write:([BII)V
        43: .line 170
            iload 8 /* remains */
            iload 5 /* fragLimit */
            if_icmpge 45
        44: .line 171
            return
        45: .line 174
      StackMap locals: int int
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 51
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 51
        46: .line 176
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        47: .line 177
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        48: .line 178
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iconst_5
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        49: .line 176
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        50: .line 175
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        51: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            iconst_5
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            pop2
        52: .line 185
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
        53: .line 186
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        54: .line 188
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 58
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 58
        55: .line 189
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        56: .line 190
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            aastore
        57: .line 189
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        58: .line 194
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 9 /* fragLen */
            iadd
            istore 2 /* offset */
        59: .line 197
            aload 0 /* this */
            iload 6 /* position */
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        end local 9 // int fragLen
        end local 8 // int remains
        60: .line 163
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 7 /* limit */
            if_icmplt 40
        end local 7 // int limit
        61: .line 199
            return
        end local 6 // int position
        end local 5 // int fragLimit
        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.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   62     0           this  Lsun/security/ssl/SSLSocketOutputRecord;
            0   62     1         source  [B
            0   62     2         offset  I
            0   62     3         length  I
           13   28     4  v2ClientHello  Ljava/nio/ByteBuffer;
           14   28     5         record  [B
           15   28     6          limit  I
           29   62     4  handshakeType  B
           32   62     5      fragLimit  I
           33   62     6       position  I
           39   61     7          limit  I
           41   60     8        remains  I
           42   60     9        fragLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      source  
      offset  
      length  

  synchronized void encodeChangeCipherSpec();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
         0: .line 203
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.isClosed:()Z
            ifeq 4
         1: .line 204
            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 205
            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 208
      StackMap locals:
      StackMap stack:
            return
         4: .line 212
      StackMap locals:
      StackMap stack:
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
            iadd
            istore 1 /* position */
        start local 1 // int position
         5: .line 213
            aload 0 /* this */
            iload 1 /* position */
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
         6: .line 215
            aload 0 /* this */
            iconst_1
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.write:(I)V
         7: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            iconst_5
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            pop2
         8: .line 221
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
         9: .line 224
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 13
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 13
        10: .line 225
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        11: .line 226
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            aastore
        12: .line 225
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 230
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        14: .line 231
            return
        end local 1 // int position
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lsun/security/ssl/SSLSocketOutputRecord;
            5   15     1  position  I
    Exceptions:
      throws java.io.IOException

  public synchronized void flush();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=9, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
         0: .line 235
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
            iadd
            istore 1 /* position */
        start local 1 // int position
         1: .line 236
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iload 1 /* position */
            if_icmpgt 3
         2: .line 237
            return
         3: .line 240
      StackMap locals: int
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 9
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 9
         4: .line 242
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 243
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 244
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iconst_5
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         7: .line 242
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
         8: .line 241
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            iconst_5
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            pop2
        10: .line 251
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
        11: .line 252
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        12: .line 254
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 16
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 16
        13: .line 255
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        14: .line 256
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            aastore
        15: .line 255
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        16: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        17: .line 261
            return
        end local 1 // int position
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/security/ssl/SSLSocketOutputRecord;
            1   18     1  position  I
    Exceptions:
      throws java.io.IOException

  synchronized void deliver(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=9, locals=8, args_size=4
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
        start local 1 // byte[] source
        start local 2 // int offset
        start local 3 // int length
         0: .line 266
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.isClosed:()Z
            ifeq 2
         1: .line 267
            new java.net.SocketException
            dup
            ldc "Connection or outbound has been closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.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 7
         3: .line 271
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 6
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 6
         4: .line 273
            ldc "sequence number extremely close to overflow (2^64-1 packets). Closing connection."
            iconst_0
            anewarray java.lang.Object
         5: .line 272
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 277
      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
         7: .line 280
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* isFirstRecordOfThePayload */
        start local 4 // boolean isFirstRecordOfThePayload
         8: .line 281
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            istore 5 /* limit */
        start local 5 // int limit
         9: goto 44
        10: .line 283
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.packetSize:I
            ifle 16
        11: .line 284
            sipush 16709
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.packetSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        start local 6 // int fragLen
        12: .line 286
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            iload 6 /* fragLen */
            iconst_5
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
        13: .line 285
            istore 6 /* fragLen */
        14: .line 288
            iload 6 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        15: .line 289
            goto 17
        end local 6 // int fragLen
        16: .line 290
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 6 /* fragLen */
        start local 6 // int fragLen
        17: .line 293
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.fragmentSize:I
            ifle 19
        18: .line 294
            iload 6 /* fragLen */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.fragmentSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        19: .line 297
      StackMap locals:
      StackMap stack:
            iload 4 /* isFirstRecordOfThePayload */
            ifeq 23
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.needToSplitPayload:()Z
            ifeq 23
        20: .line 298
            iconst_1
            istore 6 /* fragLen */
        21: .line 299
            iconst_0
            istore 4 /* isFirstRecordOfThePayload */
        22: .line 300
            goto 24
        23: .line 301
      StackMap locals:
      StackMap stack:
            iload 6 /* fragLen */
            iload 5 /* limit */
            iload 2 /* offset */
            isub
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* fragLen */
        24: .line 305
      StackMap locals:
      StackMap stack:
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
            iadd
            istore 7 /* position */
        start local 7 // int position
        25: .line 306
            aload 0 /* this */
            iload 7 /* position */
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        26: .line 307
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* offset */
            iload 6 /* fragLen */
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.write:([BII)V
        27: .line 309
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 33
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 33
        28: .line 311
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        29: .line 312
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            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;
        30: .line 313
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            iload 7 /* position */
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        31: .line 311
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        32: .line 310
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        33: .line 317
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            iconst_5
            invokevirtual sun.security.ssl.SSLSocketOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BI)J
            pop2
        34: .line 320
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokevirtual java.io.OutputStream.write:([BII)V
        35: .line 321
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        36: .line 323
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 40
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 40
        37: .line 324
            ldc "Raw write"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        38: .line 325
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.count:I
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            aastore
        39: .line 324
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        40: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketOutputRecord.count:I
        41: .line 331
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.isFirstAppOutputRecord:Z
            ifeq 43
        42: .line 332
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSocketOutputRecord.isFirstAppOutputRecord:Z
        43: .line 335
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 6 /* fragLen */
            iadd
            istore 2 /* offset */
        end local 7 // int position
        end local 6 // int fragLen
        44: .line 281
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 5 /* limit */
            if_icmplt 10
        end local 5 // int limit
        45: .line 337
            return
        end local 4 // boolean isFirstRecordOfThePayload
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] source
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   46     0                       this  Lsun/security/ssl/SSLSocketOutputRecord;
            0   46     1                     source  [B
            0   46     2                     offset  I
            0   46     3                     length  I
            8   46     4  isFirstRecordOfThePayload  Z
            9   45     5                      limit  I
           12   16     6                    fragLen  I
           17   44     6                    fragLen  I
           25   44     7                   position  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      source  
      offset  
      length  

  synchronized void setDeliverStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
        start local 1 // java.io.OutputStream outputStream
         0: .line 341
            aload 0 /* this */
            aload 1 /* outputStream */
            putfield sun.security.ssl.SSLSocketOutputRecord.deliverStream:Ljava/io/OutputStream;
         1: .line 342
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/SSLSocketOutputRecord;
            0    2     1  outputStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      outputStream  

  private boolean needToSplitPayload();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
         0: .line 368
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS11PlusSpec:()Z
            ifne 4
         1: .line 369
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.isCBCMode:()Z
            ifeq 4
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.isFirstAppOutputRecord:Z
            ifne 4
         2: .line 370
            getstatic sun.security.ssl.Record.enableCBCProtection:Z
            ifeq 4
         3: .line 368
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/SSLSocketOutputRecord;

  private int getFragLimit();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLSocketOutputRecord this
         0: .line 375
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.packetSize:I
            ifle 6
         1: .line 376
            sipush 16709
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.packetSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* fragLimit */
        start local 1 // int fragLimit
         2: .line 378
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            iload 1 /* fragLimit */
            iconst_5
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
         3: .line 377
            istore 1 /* fragLimit */
         4: .line 380
            iload 1 /* fragLimit */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* fragLimit */
         5: .line 381
            goto 7
        end local 1 // int fragLimit
         6: .line 382
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 1 /* fragLimit */
        start local 1 // int fragLimit
         7: .line 385
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.fragmentSize:I
            ifle 9
         8: .line 386
            iload 1 /* fragLimit */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSocketOutputRecord.fragmentSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 1 /* fragLimit */
         9: .line 389
      StackMap locals:
      StackMap stack:
            iload 1 /* fragLimit */
            ireturn
        end local 1 // int fragLimit
        end local 0 // sun.security.ssl.SSLSocketOutputRecord this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/security/ssl/SSLSocketOutputRecord;
            2    6     1  fragLimit  I
            7   10     1  fragLimit  I
}
SourceFile: "SSLSocketOutputRecord.java"
InnerClasses:
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher