class sun.security.ssl.OutputRecord extends java.io.ByteArrayOutputStream implements sun.security.ssl.Record
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.OutputRecord
  super_class: java.io.ByteArrayOutputStream
{
  private sun.security.ssl.HandshakeHash handshakeHash;
    descriptor: Lsun/security/ssl/HandshakeHash;
    flags: (0x0002) ACC_PRIVATE

  private int lastHashed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private final byte contentType;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  sun.security.ssl.ProtocolVersion protocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  private sun.security.ssl.ProtocolVersion helloVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0002) ACC_PRIVATE

  static final sun.security.ssl.Debug debug;
    descriptor: Lsun/security/ssl/Debug;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static int[] V3toV2CipherMap1;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int[] V3toV2CipherMap3;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 51
            ldc Lsun/security/ssl/OutputRecord;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.security.ssl.OutputRecord.$assertionsDisabled:Z
         3: .line 67
            ldc "ssl"
            invokestatic sun.security.ssl.Debug.getInstance:(Ljava/lang/String;)Lsun/security/ssl/Debug;
            putstatic sun.security.ssl.OutputRecord.debug:Lsun/security/ssl/Debug;
         4: .line 482
            bipush 11
            newarray 10
            dup
            iconst_0
            iconst_m1
            iastore
            dup
            iconst_1
            iconst_m1
            iastore
            dup
            iconst_2
            iconst_m1
            iastore
            dup
            iconst_3
            iconst_2
            iastore
            dup
            iconst_4
            iconst_1
            iastore
            dup
            iconst_5
            iconst_m1
            iastore
            dup
            bipush 6
            iconst_4
            iastore
            dup
            bipush 7
            iconst_5
            iastore
            dup
            bipush 8
            iconst_m1
            iastore
            dup
            bipush 9
            bipush 6
            iastore
            dup
            bipush 10
            bipush 7
            iastore
         5: .line 481
            putstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
         6: .line 484
            bipush 11
            newarray 10
            dup
            iconst_0
            iconst_m1
            iastore
            dup
            iconst_1
            iconst_m1
            iastore
            dup
            iconst_2
            iconst_m1
            iastore
            dup
            iconst_3
            sipush 128
            iastore
            dup
            iconst_4
            sipush 128
            iastore
            dup
            iconst_5
            iconst_m1
            iastore
            dup
            bipush 6
            sipush 128
            iastore
            dup
            bipush 7
            sipush 128
            iastore
            dup
            bipush 8
            iconst_m1
            iastore
            dup
            bipush 9
            bipush 64
            iastore
            dup
            bipush 10
            sipush 192
            iastore
         7: .line 483
            putstatic sun.security.ssl.OutputRecord.V3toV2CipherMap3:[I
         8: .line 484
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(byte, int);
    descriptor: (BI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte type
        start local 2 // int size
         0: .line 76
            aload 0 /* this */
            iload 2 /* size */
            invokespecial java.io.ByteArrayOutputStream.<init>:(I)V
         1: .line 77
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.DEFAULT:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         2: .line 78
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.DEFAULT_HELLO:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.OutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
         3: .line 79
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.OutputRecord.firstMessage:Z
         4: .line 80
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.OutputRecord.count:I
         5: .line 81
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.security.ssl.OutputRecord.contentType:B
         6: .line 82
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            putfield sun.security.ssl.OutputRecord.lastHashed:I
         7: .line 83
            return
        end local 2 // int size
        end local 1 // byte type
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/OutputRecord;
            0    8     1  type  B
            0    8     2  size  I
    MethodParameters:
      Name  Flags
      type  
      size  

  void <init>(byte);
    descriptor: (B)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte type
         0: .line 86
            aload 0 /* this */
            iload 1 /* type */
            iload 1 /* type */
            invokestatic sun.security.ssl.OutputRecord.recordSize:(B)I
            invokespecial sun.security.ssl.OutputRecord.<init>:(BI)V
         1: .line 87
            return
        end local 1 // byte type
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/OutputRecord;
            0    2     1  type  B
    MethodParameters:
      Name  Flags
      type  

  private static int recordSize(byte);
    descriptor: (B)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte type
         0: .line 94
            iload 0 /* type */
            bipush 20
            if_icmpeq 1
            iload 0 /* type */
            bipush 21
            if_icmpne 2
         1: .line 95
      StackMap locals:
      StackMap stack:
            sipush 539
            ireturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            sipush 16921
            ireturn
        end local 0 // byte type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  type  B
    MethodParameters:
      Name  Flags
      type  

  synchronized void setVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 105
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         1: .line 106
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lsun/security/ssl/OutputRecord;
            0    2     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  synchronized void setHelloVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.ProtocolVersion helloVersion
         0: .line 112
            aload 0 /* this */
            aload 1 /* helloVersion */
            putfield sun.security.ssl.OutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
         1: .line 113
            return
        end local 1 // sun.security.ssl.ProtocolVersion helloVersion
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/OutputRecord;
            0    2     1  helloVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
              Name  Flags
      helloVersion  

  public synchronized void reset();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 120
            aload 0 /* this */
            invokespecial java.io.ByteArrayOutputStream.reset:()V
         1: .line 121
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.OutputRecord.count:I
         2: .line 122
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            putfield sun.security.ssl.OutputRecord.lastHashed:I
         3: .line 123
            return
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/OutputRecord;

  void setHandshakeHash(sun.security.ssl.HandshakeHash);
    descriptor: (Lsun/security/ssl/HandshakeHash;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 131
            getstatic sun.security.ssl.OutputRecord.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            bipush 22
            if_icmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* handshakeHash */
            putfield sun.security.ssl.OutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
         2: .line 133
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lsun/security/ssl/OutputRecord;
            0    3     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  void doHashes();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 143
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.lastHashed:I
            isub
            istore 1 /* len */
        start local 1 // int len
         1: .line 145
            iload 1 /* len */
            ifle 4
         2: .line 146
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.lastHashed:I
            iload 1 /* len */
            invokevirtual sun.security.ssl.OutputRecord.hashInternal:([BII)V
         3: .line 147
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            putfield sun.security.ssl.OutputRecord.lastHashed:I
         4: .line 149
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/OutputRecord;
            1    5     1   len  I

  private void hashInternal(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte[] buf
        start local 2 // int offset
        start local 3 // int len
         0: .line 155
            getstatic sun.security.ssl.OutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 10
            ldc "data"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 10
         1: .line 157
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 4 /* hd */
        start local 4 // sun.misc.HexDumpEncoder hd
         2: .line 159
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "[write] MD5 and SHA1 hashes:  len = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 160
            iload 3 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 159
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 161
            aload 4 /* hd */
            new java.io.ByteArrayInputStream
            dup
            aload 1 /* buf */
         6: .line 162
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.lastHashed:I
            iload 3 /* len */
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
            getstatic java.lang.System.out:Ljava/io/PrintStream;
         7: .line 161
            invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
        end local 4 // sun.misc.HexDumpEncoder hd
         8: .line 163
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         9: pop
        10: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 1 /* buf */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.lastHashed:I
            iload 3 /* len */
            invokevirtual sun.security.ssl.HandshakeHash.update:([BII)V
        11: .line 167
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            putfield sun.security.ssl.OutputRecord.lastHashed:I
        12: .line 168
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lsun/security/ssl/OutputRecord;
            0   13     1     buf  [B
            0   13     2  offset  I
            0   13     3     len  I
            2    8     4      hd  Lsun/misc/HexDumpEncoder;
      Exception table:
        from    to  target  type
           1     8       9  Class java.io.IOException
    MethodParameters:
        Name  Flags
      buf     
      offset  
      len     

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 175
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_5
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/OutputRecord;

  boolean isAlert(byte);
    descriptor: (B)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte description
         0: .line 184
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            bipush 6
            if_icmple 3
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            bipush 21
            if_icmpne 3
         1: .line 185
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 6
            baload
            iload 1 /* description */
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 188
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // byte description
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lsun/security/ssl/OutputRecord;
            0    4     1  description  B
    MethodParameters:
             Name  Flags
      description  

  void addMAC(sun.security.ssl.MAC);
    descriptor: (Lsun/security/ssl/MAC;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.MAC signer
         0: .line 202
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            bipush 22
            if_icmpne 2
         1: .line 203
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.doHashes:()V
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 1 /* signer */
            invokevirtual sun.security.ssl.MAC.MAClen:()I
            ifeq 7
         3: .line 206
            aload 1 /* signer */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
         4: .line 207
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_5
            isub
            iconst_0
         5: .line 206
            invokevirtual sun.security.ssl.MAC.compute:(B[BIIZ)[B
            astore 2 /* hash */
        start local 2 // byte[] hash
         6: .line 208
            aload 0 /* this */
            aload 2 /* hash */
            invokevirtual sun.security.ssl.OutputRecord.write:([B)V
        end local 2 // byte[] hash
         7: .line 210
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.MAC signer
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/security/ssl/OutputRecord;
            0    8     1  signer  Lsun/security/ssl/MAC;
            6    7     2    hash  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      signer  

  void encrypt(sun.security.ssl.CipherBox);
    descriptor: (Lsun/security/ssl/CipherBox;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // sun.security.ssl.CipherBox box
         0: .line 216
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_5
            isub
            istore 2 /* len */
        start local 2 // int len
         1: .line 217
            aload 0 /* this */
            iconst_5
            aload 1 /* box */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_5
            iload 2 /* len */
            invokevirtual sun.security.ssl.CipherBox.encrypt:([BII)I
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
         2: .line 218
            return
        end local 2 // int len
        end local 1 // sun.security.ssl.CipherBox box
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/OutputRecord;
            0    3     1   box  Lsun/security/ssl/CipherBox;
            1    3     2   len  I
    MethodParameters:
      Name  Flags
      box   

  final int availableDataBytes();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 226
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_5
            isub
            istore 1 /* dataSize */
        start local 1 // int dataSize
         1: .line 227
            sipush 16384
            iload 1 /* dataSize */
            isub
            ireturn
        end local 1 // int dataSize
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/security/ssl/OutputRecord;
            1    2     1  dataSize  I

  private void ensureCapacity(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // int minCapacity
         0: .line 243
            iload 1 /* minCapacity */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            arraylength
            if_icmple 2
         1: .line 244
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iload 1 /* minCapacity */
            invokestatic java.util.Arrays.copyOf:([BI)[B
            putfield sun.security.ssl.OutputRecord.buf:[B
         2: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int minCapacity
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/security/ssl/OutputRecord;
            0    3     1  minCapacity  I
    MethodParameters:
             Name  Flags
      minCapacity  

  final byte contentType();
    descriptor: ()B
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 252
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/OutputRecord;

  void write(java.io.OutputStream, boolean, java.io.ByteArrayOutputStream);
    descriptor: (Ljava/io/OutputStream;ZLjava/io/ByteArrayOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // java.io.OutputStream s
        start local 2 // boolean holdRecord
        start local 3 // java.io.ByteArrayOutputStream heldRecordBuffer
         0: .line 271
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_5
            if_icmpne 2
         1: .line 272
            return
         2: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_5
            isub
            istore 4 /* length */
        start local 4 // int length
         3: .line 277
            iload 4 /* length */
            ifge 7
         4: .line 278
            new javax.net.ssl.SSLException
            dup
            new java.lang.StringBuilder
            dup
            ldc "output record size too small: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 279
            iload 4 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 278
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 282
      StackMap locals: int
      StackMap stack:
            getstatic sun.security.ssl.OutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 16
         8: .line 283
            ldc "record"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifne 9
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 16
         9: .line 284
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.OutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 10
            ldc "record"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifne 11
        10: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.contentType:()B
            bipush 20
            if_icmpne 16
        11: .line 286
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            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 288
            ldc ", WRITE: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        13: .line 289
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.contentType:()B
            invokestatic sun.security.ssl.InputRecord.contentName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 290
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* length */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        15: .line 286
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        16: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.firstMessage:Z
            ifeq 31
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.useV2Hello:()Z
            ifeq 31
        17: .line 299
            iload 4 /* length */
            iconst_4
            isub
            newarray 8
            astore 5 /* v3Msg */
        start local 5 // byte[] v3Msg
        18: .line 300
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 9
            aload 5 /* v3Msg */
            iconst_0
            aload 5 /* v3Msg */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 301
            aload 0 /* this */
            aload 5 /* v3Msg */
            invokevirtual sun.security.ssl.OutputRecord.V3toV2ClientHello:([B)V
        20: .line 302
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.HandshakeHash.reset:()V
        21: .line 303
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.OutputRecord.lastHashed:I
        22: .line 304
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.doHashes:()V
        23: .line 305
            getstatic sun.security.ssl.OutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 36
            ldc "record"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 36
        24: .line 306
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        25: .line 307
            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
        26: .line 308
            ldc ", WRITE: SSLv2 client hello message"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        27: .line 309
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_2
            isub
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        28: .line 307
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 306
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 5 // byte[] v3Msg
        30: .line 311
            goto 36
        31: .line 315
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            bastore
        32: .line 316
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_1
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            bastore
        33: .line 317
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_2
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            bastore
        34: .line 318
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_3
            iload 4 /* length */
            bipush 8
            ishr
            i2b
            bastore
        35: .line 319
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_4
            iload 4 /* length */
            i2b
            bastore
        36: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.OutputRecord.firstMessage:Z
        37: .line 330
            iconst_0
            istore 5 /* debugOffset */
        start local 5 // int debugOffset
        38: .line 331
            iload 2 /* holdRecord */
            ifeq 41
        39: .line 339
            aload 0 /* this */
            aload 3 /* heldRecordBuffer */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 5 /* debugOffset */
            invokevirtual sun.security.ssl.OutputRecord.writeBuffer:(Ljava/io/OutputStream;[BIII)V
        40: .line 340
            goto 51
        41: .line 343
      StackMap locals: int
      StackMap stack:
            aload 3 /* heldRecordBuffer */
            ifnull 50
            aload 3 /* heldRecordBuffer */
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            ifle 50
        42: .line 344
            aload 3 /* heldRecordBuffer */
            invokevirtual java.io.ByteArrayOutputStream.size:()I
            istore 6 /* heldLen */
        start local 6 // int heldLen
        43: .line 347
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 6 /* heldLen */
            iadd
            invokevirtual sun.security.ssl.OutputRecord.ensureCapacity:(I)V
        44: .line 350
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iload 6 /* heldLen */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        45: .line 354
            aload 3 /* heldRecordBuffer */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            iload 6 /* heldLen */
        46: .line 353
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        47: .line 355
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            iload 6 /* heldLen */
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
        48: .line 358
            aload 3 /* heldRecordBuffer */
            invokevirtual java.io.ByteArrayOutputStream.reset:()V
        49: .line 361
            iload 6 /* heldLen */
            istore 5 /* debugOffset */
        end local 6 // int heldLen
        50: .line 363
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            iload 5 /* debugOffset */
            invokevirtual sun.security.ssl.OutputRecord.writeBuffer:(Ljava/io/OutputStream;[BIII)V
        51: .line 365
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.OutputRecord.reset:()V
        52: .line 366
            return
        end local 5 // int debugOffset
        end local 4 // int length
        end local 3 // java.io.ByteArrayOutputStream heldRecordBuffer
        end local 2 // boolean holdRecord
        end local 1 // java.io.OutputStream s
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   53     0              this  Lsun/security/ssl/OutputRecord;
            0   53     1                 s  Ljava/io/OutputStream;
            0   53     2        holdRecord  Z
            0   53     3  heldRecordBuffer  Ljava/io/ByteArrayOutputStream;
            3   53     4            length  I
           18   30     5             v3Msg  [B
           38   53     5       debugOffset  I
           43   50     6           heldLen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      s                 
      holdRecord        
      heldRecordBuffer  

  void writeBuffer(java.io.OutputStream, byte[], int, int, int);
    descriptor: (Ljava/io/OutputStream;[BIII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=6
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // java.io.OutputStream s
        start local 2 // byte[] buf
        start local 3 // int off
        start local 4 // int len
        start local 5 // int debugOffset
         0: .line 375
            aload 1 /* s */
            aload 2 /* buf */
            iload 3 /* off */
            iload 4 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 376
            aload 1 /* s */
            invokevirtual java.io.OutputStream.flush:()V
         2: .line 379
            getstatic sun.security.ssl.OutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 12
            ldc "packet"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 12
         3: .line 381
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 6 /* hd */
        start local 6 // sun.misc.HexDumpEncoder hd
         4: .line 383
            aload 2 /* buf */
            iload 3 /* off */
            iload 5 /* debugOffset */
            iadd
            iload 4 /* len */
            iload 5 /* debugOffset */
            isub
         5: .line 382
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 7 /* bb */
        start local 7 // java.nio.ByteBuffer bb
         6: .line 385
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "[Raw write]: length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         7: .line 386
            aload 7 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 385
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         9: .line 387
            aload 6 /* hd */
            aload 7 /* bb */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:(Ljava/nio/ByteBuffer;Ljava/io/OutputStream;)V
        end local 7 // java.nio.ByteBuffer bb
        end local 6 // sun.misc.HexDumpEncoder hd
        10: .line 388
            goto 12
      StackMap locals:
      StackMap stack: java.io.IOException
        11: pop
        12: .line 390
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int debugOffset
        end local 4 // int len
        end local 3 // int off
        end local 2 // byte[] buf
        end local 1 // java.io.OutputStream s
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lsun/security/ssl/OutputRecord;
            0   13     1            s  Ljava/io/OutputStream;
            0   13     2          buf  [B
            0   13     3          off  I
            0   13     4          len  I
            0   13     5  debugOffset  I
            4   10     6           hd  Lsun/misc/HexDumpEncoder;
            6   10     7           bb  Ljava/nio/ByteBuffer;
      Exception table:
        from    to  target  type
           3    10      11  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      s            
      buf          
      off          
      len          
      debugOffset  

  private boolean useV2Hello();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.OutputRecord this
         0: .line 397
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.firstMessage:Z
            ifeq 6
         1: .line 398
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            if_acmpne 6
         2: .line 399
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.contentType:B
            bipush 22
            if_icmpne 6
         3: .line 400
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_5
            baload
            iconst_1
            if_icmpne 6
         4: .line 401
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 43
            baload
            ifne 6
         5: .line 397
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/OutputRecord;

  private void V3toV2ClientHello(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=13, args_size=2
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte[] v3Msg
         0: .line 414
            bipush 34
            istore 2 /* v3SessionIdLenOffset */
        start local 2 // int v3SessionIdLenOffset
         1: .line 415
            aload 1 /* v3Msg */
            iload 2 /* v3SessionIdLenOffset */
            baload
            istore 3 /* v3SessionIdLen */
        start local 3 // int v3SessionIdLen
         2: .line 416
            iload 2 /* v3SessionIdLenOffset */
            iconst_1
            iadd
            iload 3 /* v3SessionIdLen */
            iadd
            istore 4 /* v3CipherSpecLenOffset */
        start local 4 // int v3CipherSpecLenOffset
         3: .line 417
            aload 1 /* v3Msg */
            iload 4 /* v3CipherSpecLenOffset */
            baload
            sipush 255
            iand
            bipush 8
            ishl
         4: .line 418
            aload 1 /* v3Msg */
            iload 4 /* v3CipherSpecLenOffset */
            iconst_1
            iadd
            baload
            sipush 255
            iand
         5: .line 417
            iadd
            istore 5 /* v3CipherSpecLen */
        start local 5 // int v3CipherSpecLen
         6: .line 419
            iload 5 /* v3CipherSpecLen */
            iconst_2
            idiv
            istore 6 /* cipherSpecs */
        start local 6 // int cipherSpecs
         7: .line 427
            iload 4 /* v3CipherSpecLenOffset */
            iconst_2
            iadd
            istore 7 /* v3CipherSpecOffset */
        start local 7 // int v3CipherSpecOffset
         8: .line 428
            iconst_0
            istore 8 /* v2CipherSpecLen */
        start local 8 // int v2CipherSpecLen
         9: .line 429
            aload 0 /* this */
            bipush 11
            putfield sun.security.ssl.OutputRecord.count:I
        10: .line 430
            iconst_0
            istore 9 /* containsRenegoInfoSCSV */
        start local 9 // boolean containsRenegoInfoSCSV
        11: .line 431
            iconst_0
            istore 10 /* i */
        start local 10 // int i
        12: goto 20
        13: .line 434
      StackMap locals: sun.security.ssl.OutputRecord byte[] int int int int int int int int int
      StackMap stack:
            aload 1 /* v3Msg */
            iload 7 /* v3CipherSpecOffset */
            iinc 7 /* v3CipherSpecOffset */ 1
            baload
            istore 11 /* byte1 */
        start local 11 // byte byte1
        14: .line 435
            aload 1 /* v3Msg */
            iload 7 /* v3CipherSpecOffset */
            iinc 7 /* v3CipherSpecOffset */ 1
            baload
            istore 12 /* byte2 */
        start local 12 // byte byte2
        15: .line 436
            iload 8 /* v2CipherSpecLen */
            aload 0 /* this */
            iload 11 /* byte1 */
            iload 12 /* byte2 */
            invokevirtual sun.security.ssl.OutputRecord.V3toV2CipherSuite:(BB)I
            iadd
            istore 8 /* v2CipherSpecLen */
        16: .line 437
            iload 9 /* containsRenegoInfoSCSV */
            ifne 19
        17: .line 438
            iload 11 /* byte1 */
            ifne 19
            iload 12 /* byte2 */
            iconst_m1
            if_icmpne 19
        18: .line 439
            iconst_1
            istore 9 /* containsRenegoInfoSCSV */
        end local 12 // byte byte2
        end local 11 // byte byte1
        19: .line 431
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 10 /* i */
            iload 6 /* cipherSpecs */
            if_icmplt 13
        end local 10 // int i
        21: .line 443
            iload 9 /* containsRenegoInfoSCSV */
            ifne 23
        22: .line 444
            iload 8 /* v2CipherSpecLen */
            aload 0 /* this */
            iconst_0
            iconst_m1
            invokevirtual sun.security.ssl.OutputRecord.V3toV2CipherSuite:(BB)I
            iadd
            istore 8 /* v2CipherSpecLen */
        23: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_2
            iconst_1
            bastore
        24: .line 452
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_3
            aload 1 /* v3Msg */
            iconst_0
            baload
            bastore
        25: .line 453
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_4
            aload 1 /* v3Msg */
            iconst_1
            baload
            bastore
        26: .line 454
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_5
            iload 8 /* v2CipherSpecLen */
            bipush 8
            iushr
            i2b
            bastore
        27: .line 455
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 6
            iload 8 /* v2CipherSpecLen */
            i2b
            bastore
        28: .line 456
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 7
            iconst_0
            bastore
        29: .line 457
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 8
            iconst_0
            bastore
        30: .line 458
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 9
            iconst_0
            bastore
        31: .line 459
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            bipush 10
            bipush 32
            bastore
        32: .line 464
            aload 1 /* v3Msg */
            iconst_2
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            bipush 32
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        33: .line 465
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            bipush 32
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
        34: .line 470
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_2
            isub
            putfield sun.security.ssl.OutputRecord.count:I
        35: .line 471
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            bipush 8
            iushr
            i2b
            bastore
        36: .line 472
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_0
            dup2
            baload
            sipush 128
            ior
            i2b
            bastore
        37: .line 473
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            iconst_1
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.count:I
            i2b
            bastore
        38: .line 474
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            iconst_2
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
        39: .line 475
            return
        end local 9 // boolean containsRenegoInfoSCSV
        end local 8 // int v2CipherSpecLen
        end local 7 // int v3CipherSpecOffset
        end local 6 // int cipherSpecs
        end local 5 // int v3CipherSpecLen
        end local 4 // int v3CipherSpecLenOffset
        end local 3 // int v3SessionIdLen
        end local 2 // int v3SessionIdLenOffset
        end local 1 // byte[] v3Msg
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   40     0                    this  Lsun/security/ssl/OutputRecord;
            0   40     1                   v3Msg  [B
            1   40     2    v3SessionIdLenOffset  I
            2   40     3          v3SessionIdLen  I
            3   40     4   v3CipherSpecLenOffset  I
            6   40     5         v3CipherSpecLen  I
            7   40     6             cipherSpecs  I
            8   40     7      v3CipherSpecOffset  I
            9   40     8         v2CipherSpecLen  I
           11   40     9  containsRenegoInfoSCSV  Z
           12   21    10                       i  I
           14   19    11                   byte1  B
           15   19    12                   byte2  B
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
       Name  Flags
      v3Msg  

  private int V3toV2CipherSuite(byte, byte);
    descriptor: (BB)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.security.ssl.OutputRecord this
        start local 1 // byte byte1
        start local 2 // byte byte2
         0: .line 498
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
            iconst_0
            bastore
         1: .line 499
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
            iload 1 /* byte1 */
            bastore
         2: .line 500
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
            iload 2 /* byte2 */
            bastore
         3: .line 502
            iload 2 /* byte2 */
            sipush 255
            iand
            bipush 10
            if_icmpgt 5
         4: .line 503
            getstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
            iload 2 /* byte2 */
            iaload
            iconst_m1
            if_icmpne 6
         5: .line 504
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         6: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
            getstatic sun.security.ssl.OutputRecord.V3toV2CipherMap1:[I
            iload 2 /* byte2 */
            iaload
            i2b
            bastore
         7: .line 508
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
            iconst_0
            bastore
         8: .line 509
            aload 0 /* this */
            getfield sun.security.ssl.OutputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.OutputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.OutputRecord.count:I
            getstatic sun.security.ssl.OutputRecord.V3toV2CipherMap3:[I
            iload 2 /* byte2 */
            iaload
            i2b
            bastore
         9: .line 511
            bipush 6
            ireturn
        end local 2 // byte byte2
        end local 1 // byte byte1
        end local 0 // sun.security.ssl.OutputRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/security/ssl/OutputRecord;
            0   10     1  byte1  B
            0   10     2  byte2  B
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "OutputRecord.java"