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

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

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

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

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

  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 int exlen;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private byte[] v2Buf;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private static final byte[] v2NoCipher;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            ldc "ssl"
            invokestatic sun.security.ssl.Debug.getInstance:(Ljava/lang/String;)Lsun/security/ssl/Debug;
            putstatic sun.security.ssl.InputRecord.debug:Lsun/security/ssl/Debug;
         1: .line 432
            iconst_5
            newarray 8
            dup
            iconst_0
         2: .line 433
            bipush -128
            bastore
            dup
            iconst_1
            iconst_3
            bastore
            dup
            iconst_4
         3: .line 435
            iconst_1
            bastore
         4: .line 432
            putstatic sun.security.ssl.InputRecord.v2NoCipher:[B
         5: .line 436
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 84
            aload 0 /* this */
            sipush 16921
            newarray 8
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
         1: .line 61
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.InputRecord.formatVerified:Z
         2: .line 85
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.DEFAULT_HELLO:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.InputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
         3: .line 86
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.InputRecord.pos:I
         4: .line 87
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.InputRecord.count:I
         5: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            putfield sun.security.ssl.InputRecord.lastHashed:I
         6: .line 89
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.exlen:I
         7: .line 90
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.InputRecord.v2Buf:[B
         8: .line 91
            return
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/InputRecord;

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

  sun.security.ssl.ProtocolVersion getHelloVersion();
    descriptor: ()Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 98
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
            areturn
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/InputRecord;

  void enableFormatChecks();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.formatVerified:Z
         1: .line 106
            return
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/InputRecord;

  boolean isAppDataValid();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 110
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.appDataValid:Z
            ireturn
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/InputRecord;

  void setAppDataValid(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // boolean value
         0: .line 114
            aload 0 /* this */
            iload 1 /* value */
            putfield sun.security.ssl.InputRecord.appDataValid:Z
         1: .line 115
            return
        end local 1 // boolean value
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/ssl/InputRecord;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  byte contentType();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 121
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            baload
            ireturn
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/InputRecord;

  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.InputRecord this
        start local 1 // sun.security.ssl.HandshakeHash handshakeHash
         0: .line 131
            aload 0 /* this */
            aload 1 /* handshakeHash */
            putfield sun.security.ssl.InputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
         1: .line 132
            return
        end local 1 // sun.security.ssl.HandshakeHash handshakeHash
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lsun/security/ssl/InputRecord;
            0    2     1  handshakeHash  Lsun/security/ssl/HandshakeHash;
    MethodParameters:
               Name  Flags
      handshakeHash  

  sun.security.ssl.HandshakeHash getHandshakeHash();
    descriptor: ()Lsun/security/ssl/HandshakeHash;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 135
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            areturn
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/InputRecord;

  void decrypt(sun.security.ssl.MAC, sun.security.ssl.CipherBox);
    descriptor: (Lsun/security/ssl/MAC;Lsun/security/ssl/CipherBox;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=9, args_size=3
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // sun.security.ssl.MAC signer
        start local 2 // sun.security.ssl.CipherBox box
         0: .line 140
            aconst_null
            astore 3 /* reservedBPE */
        start local 3 // javax.crypto.BadPaddingException reservedBPE
         1: .line 141
            aload 1 /* signer */
            invokevirtual sun.security.ssl.MAC.MAClen:()I
            istore 4 /* tagLen */
        start local 4 // int tagLen
         2: .line 142
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_5
            isub
            istore 5 /* cipheredLength */
        start local 5 // int cipheredLength
         3: .line 144
            aload 2 /* box */
            invokevirtual sun.security.ssl.CipherBox.isNullCipher:()Z
            ifne 14
         4: .line 146
            aload 2 /* box */
            iload 4 /* tagLen */
            iload 5 /* cipheredLength */
            invokevirtual sun.security.ssl.CipherBox.sanityCheck:(II)Z
            ifne 8
         5: .line 147
            new javax.crypto.BadPaddingException
            dup
         6: .line 148
            ldc "ciphertext sanity check failed"
         7: .line 147
            invokespecial javax.crypto.BadPaddingException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 154
      StackMap locals: javax.crypto.BadPaddingException int int
      StackMap stack:
            aload 0 /* this */
            iconst_5
         9: .line 155
            aload 2 /* box */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_5
            iload 5 /* cipheredLength */
            iload 4 /* tagLen */
            invokevirtual sun.security.ssl.CipherBox.decrypt:([BIII)I
            iadd
        10: .line 154
            putfield sun.security.ssl.InputRecord.count:I
        11: .line 156
            goto 14
      StackMap locals:
      StackMap stack: javax.crypto.BadPaddingException
        12: astore 6 /* bpe */
        start local 6 // javax.crypto.BadPaddingException bpe
        13: .line 165
            aload 6 /* bpe */
            astore 3 /* reservedBPE */
        end local 6 // javax.crypto.BadPaddingException bpe
        14: .line 169
      StackMap locals:
      StackMap stack:
            iload 4 /* tagLen */
            ifeq 37
        15: .line 170
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iload 4 /* tagLen */
            isub
            istore 6 /* macOffset */
        start local 6 // int macOffset
        16: .line 171
            iload 6 /* macOffset */
            iconst_5
            isub
            istore 7 /* contentLen */
        start local 7 // int contentLen
        17: .line 176
            iload 7 /* contentLen */
            ifge 22
        18: .line 178
            aload 3 /* reservedBPE */
            ifnonnull 20
        19: .line 179
            new javax.crypto.BadPaddingException
            dup
            ldc "bad record"
            invokespecial javax.crypto.BadPaddingException.<init>:(Ljava/lang/String;)V
            astore 3 /* reservedBPE */
        20: .line 183
      StackMap locals: int int
      StackMap stack:
            iconst_5
            iload 5 /* cipheredLength */
            iadd
            iload 4 /* tagLen */
            isub
            istore 6 /* macOffset */
        21: .line 184
            iload 6 /* macOffset */
            iconst_5
            isub
            istore 7 /* contentLen */
        22: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            iload 4 /* tagLen */
            isub
            putfield sun.security.ssl.InputRecord.count:I
        23: .line 194
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.contentType:()B
        24: .line 195
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_5
            iload 7 /* contentLen */
            aload 1 /* signer */
            iconst_0
        25: .line 194
            invokestatic sun.security.ssl.InputRecord.checkMacTags:(B[BIILsun/security/ssl/MAC;Z)Z
        26: .line 195
            ifeq 29
        27: .line 196
            aload 3 /* reservedBPE */
            ifnonnull 29
        28: .line 197
            new javax.crypto.BadPaddingException
            dup
            ldc "bad record MAC"
            invokespecial javax.crypto.BadPaddingException.<init>:(Ljava/lang/String;)V
            astore 3 /* reservedBPE */
        29: .line 205
      StackMap locals:
      StackMap stack:
            aload 2 /* box */
            invokevirtual sun.security.ssl.CipherBox.isCBCMode:()Z
            ifeq 37
        30: .line 207
            aload 1 /* signer */
            iload 5 /* cipheredLength */
            iload 7 /* contentLen */
        31: .line 206
            invokestatic sun.security.ssl.InputRecord.calculateRemainingLen:(Lsun/security/ssl/MAC;II)I
            istore 8 /* remainingLen */
        start local 8 // int remainingLen
        32: .line 214
            iload 8 /* remainingLen */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            arraylength
            if_icmple 36
        33: .line 216
            new java.lang.RuntimeException
            dup
        34: .line 217
            ldc "Internal buffer capacity error"
        35: .line 216
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        36: .line 224
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.contentType:()B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            iload 8 /* remainingLen */
            aload 1 /* signer */
            iconst_1
            invokestatic sun.security.ssl.InputRecord.checkMacTags:(B[BIILsun/security/ssl/MAC;Z)Z
            pop
        end local 8 // int remainingLen
        end local 7 // int contentLen
        end local 6 // int macOffset
        37: .line 229
      StackMap locals:
      StackMap stack:
            aload 3 /* reservedBPE */
            ifnull 39
        38: .line 230
            aload 3 /* reservedBPE */
            athrow
        39: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int cipheredLength
        end local 4 // int tagLen
        end local 3 // javax.crypto.BadPaddingException reservedBPE
        end local 2 // sun.security.ssl.CipherBox box
        end local 1 // sun.security.ssl.MAC signer
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   40     0            this  Lsun/security/ssl/InputRecord;
            0   40     1          signer  Lsun/security/ssl/MAC;
            0   40     2             box  Lsun/security/ssl/CipherBox;
            1   40     3     reservedBPE  Ljavax/crypto/BadPaddingException;
            2   40     4          tagLen  I
            3   40     5  cipheredLength  I
           13   14     6             bpe  Ljavax/crypto/BadPaddingException;
           16   37     6       macOffset  I
           17   37     7      contentLen  I
           32   37     8    remainingLen  I
      Exception table:
        from    to  target  type
           8    11      12  Class javax.crypto.BadPaddingException
    Exceptions:
      throws javax.crypto.BadPaddingException
    MethodParameters:
        Name  Flags
      signer  
      box     

  static boolean checkMacTags(byte, byte[], int, int, sun.security.ssl.MAC, boolean);
    descriptor: (B[BIILsun/security/ssl/MAC;Z)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=9, args_size=6
        start local 0 // byte contentType
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int contentLen
        start local 4 // sun.security.ssl.MAC signer
        start local 5 // boolean isSimulated
         0: .line 242
            aload 4 /* signer */
            invokevirtual sun.security.ssl.MAC.MAClen:()I
            istore 6 /* tagLen */
        start local 6 // int tagLen
         1: .line 243
            aload 4 /* signer */
         2: .line 244
            iload 0 /* contentType */
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 3 /* contentLen */
            iload 5 /* isSimulated */
         3: .line 243
            invokevirtual sun.security.ssl.MAC.compute:(B[BIIZ)[B
            astore 7 /* hash */
        start local 7 // byte[] hash
         4: .line 245
            aload 7 /* hash */
            ifnull 5
            iload 6 /* tagLen */
            aload 7 /* hash */
            arraylength
            if_icmpeq 6
         5: .line 247
      StackMap locals: int byte[]
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Internal MAC error"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 250
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 3 /* contentLen */
            iadd
            aload 7 /* hash */
            invokestatic sun.security.ssl.InputRecord.compareMacTags:([BI[B)[I
            astore 8 /* results */
        start local 8 // int[] results
         7: .line 251
            aload 8 /* results */
            iconst_0
            iaload
            ifeq 8
            iconst_1
            ireturn
      StackMap locals: int[]
      StackMap stack:
         8: iconst_0
            ireturn
        end local 8 // int[] results
        end local 7 // byte[] hash
        end local 6 // int tagLen
        end local 5 // boolean isSimulated
        end local 4 // sun.security.ssl.MAC signer
        end local 3 // int contentLen
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // byte contentType
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0  contentType  B
            0    9     1       buffer  [B
            0    9     2       offset  I
            0    9     3   contentLen  I
            0    9     4       signer  Lsun/security/ssl/MAC;
            0    9     5  isSimulated  Z
            1    9     6       tagLen  I
            4    9     7         hash  [B
            7    9     8      results  [I
    MethodParameters:
             Name  Flags
      contentType  
      buffer       
      offset       
      contentLen   
      signer       
      isSimulated  

  private static int[] compareMacTags(byte[], int, byte[]);
    descriptor: ([BI[B)[I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // byte[] buffer
        start local 1 // int offset
        start local 2 // byte[] tag
         0: .line 264
            iconst_2
            newarray 10
            astore 3 /* results */
        start local 3 // int[] results
         1: .line 268
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 8
         3: .line 269
      StackMap locals: int[] int
      StackMap stack:
            aload 0 /* buffer */
            iload 1 /* offset */
            iload 4 /* i */
            iadd
            baload
            aload 2 /* tag */
            iload 4 /* i */
            baload
            if_icmpeq 6
         4: .line 270
            aload 3 /* results */
            iconst_0
            dup2
            iaload
            iconst_1
            iadd
            iastore
         5: .line 271
            goto 7
         6: .line 272
      StackMap locals:
      StackMap stack:
            aload 3 /* results */
            iconst_1
            dup2
            iaload
            iconst_1
            iadd
            iastore
         7: .line 268
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            aload 2 /* tag */
            arraylength
            if_icmplt 3
        end local 4 // int i
         9: .line 276
            aload 3 /* results */
            areturn
        end local 3 // int[] results
        end local 2 // byte[] tag
        end local 1 // int offset
        end local 0 // byte[] buffer
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0   buffer  [B
            0   10     1   offset  I
            0   10     2      tag  [B
            1   10     3  results  [I
            2    9     4        i  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      tag     

  static int calculateRemainingLen(sun.security.ssl.MAC, int, int);
    descriptor: (Lsun/security/ssl/MAC;II)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=9, locals=5, args_size=3
        start local 0 // sun.security.ssl.MAC signer
        start local 1 // int fullLen
        start local 2 // int usedLen
         0: .line 288
            aload 0 /* signer */
            invokevirtual sun.security.ssl.MAC.hashBlockLen:()I
            istore 3 /* blockLen */
        start local 3 // int blockLen
         1: .line 289
            aload 0 /* signer */
            invokevirtual sun.security.ssl.MAC.minimalPaddingLen:()I
            istore 4 /* minimalPaddingLen */
        start local 4 // int minimalPaddingLen
         2: .line 294
            iload 1 /* fullLen */
            bipush 13
            iload 3 /* blockLen */
            iload 4 /* minimalPaddingLen */
            isub
            isub
            iadd
            istore 1 /* fullLen */
         3: .line 295
            iload 2 /* usedLen */
            bipush 13
            iload 3 /* blockLen */
            iload 4 /* minimalPaddingLen */
            isub
            isub
            iadd
            istore 2 /* usedLen */
         4: .line 302
            iconst_1
            iload 1 /* fullLen */
            i2d
            dconst_1
            iload 3 /* blockLen */
            i2d
            dmul
            ddiv
            invokestatic java.lang.Math.ceil:(D)D
         5: .line 303
            iload 2 /* usedLen */
            i2d
            dconst_1
            iload 3 /* blockLen */
            i2d
            dmul
            ddiv
            invokestatic java.lang.Math.ceil:(D)D
            dsub
            d2i
            aload 0 /* signer */
            invokevirtual sun.security.ssl.MAC.hashBlockLen:()I
            imul
         6: .line 302
            iadd
            ireturn
        end local 4 // int minimalPaddingLen
        end local 3 // int blockLen
        end local 2 // int usedLen
        end local 1 // int fullLen
        end local 0 // sun.security.ssl.MAC signer
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0             signer  Lsun/security/ssl/MAC;
            0    7     1            fullLen  I
            0    7     2            usedLen  I
            1    7     3           blockLen  I
            2    7     4  minimalPaddingLen  I
    MethodParameters:
         Name  Flags
      signer   
      fullLen  
      usedLen  

  void ignore(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // int bytes
         0: .line 311
            iload 1 /* bytes */
            ifle 3
         1: .line 312
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.pos:I
            iload 1 /* bytes */
            iadd
            putfield sun.security.ssl.InputRecord.pos:I
         2: .line 313
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            putfield sun.security.ssl.InputRecord.lastHashed:I
         3: .line 315
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int bytes
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/ssl/InputRecord;
            0    4     1  bytes  I
    MethodParameters:
       Name  Flags
      bytes  

  void doHashes();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 326
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.lastHashed:I
            isub
            istore 1 /* len */
        start local 1 // int len
         1: .line 328
            iload 1 /* len */
            ifle 4
         2: .line 329
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.lastHashed:I
            iload 1 /* len */
            invokevirtual sun.security.ssl.InputRecord.hashInternal:([BII)V
         3: .line 330
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            putfield sun.security.ssl.InputRecord.lastHashed:I
         4: .line 332
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int len
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/InputRecord;
            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.InputRecord this
        start local 1 // byte[] databuf
        start local 2 // int offset
        start local 3 // int len
         0: .line 338
            getstatic sun.security.ssl.InputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 10
            ldc "data"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 10
         1: .line 340
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 4 /* hd */
        start local 4 // sun.misc.HexDumpEncoder hd
         2: .line 342
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "[read] MD5 and SHA1 hashes:  len = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 343
            iload 3 /* len */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 342
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         5: .line 344
            aload 4 /* hd */
            new java.io.ByteArrayInputStream
            dup
            aload 1 /* databuf */
            iload 2 /* offset */
            iload 3 /* len */
            invokespecial java.io.ByteArrayInputStream.<init>:([BII)V
         6: .line 345
            getstatic java.lang.System.out:Ljava/io/PrintStream;
         7: .line 344
            invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
        end local 4 // sun.misc.HexDumpEncoder hd
         8: .line 346
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         9: pop
        10: .line 348
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 1 /* databuf */
            iload 2 /* offset */
            iload 3 /* len */
            invokevirtual sun.security.ssl.HandshakeHash.update:([BII)V
        11: .line 349
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // byte[] databuf
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/security/ssl/InputRecord;
            0   12     1  databuf  [B
            0   12     2   offset  I
            0   12     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
      databuf  
      offset   
      len      

  void queueHandshake(sun.security.ssl.InputRecord);
    descriptor: (Lsun/security/ssl/InputRecord;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // sun.security.ssl.InputRecord r
         0: .line 364
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.doHashes:()V
         1: .line 370
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            iconst_5
            if_icmple 8
         2: .line 371
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            isub
            istore 2 /* len */
        start local 2 // int len
         3: .line 372
            iload 2 /* len */
            ifeq 5
         4: .line 373
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_5
            iload 2 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 375
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.InputRecord.pos:I
         6: .line 376
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            putfield sun.security.ssl.InputRecord.lastHashed:I
         7: .line 377
            aload 0 /* this */
            iconst_5
            iload 2 /* len */
            iadd
            putfield sun.security.ssl.InputRecord.count:I
        end local 2 // int len
         8: .line 383
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            invokevirtual sun.security.ssl.InputRecord.available:()I
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iadd
            istore 2 /* len */
        start local 2 // int len
         9: .line 384
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            arraylength
            iload 2 /* len */
            if_icmpge 13
        10: .line 387
            iload 2 /* len */
            newarray 8
            astore 3 /* newbuf */
        start local 3 // byte[] newbuf
        11: .line 388
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            aload 3 /* newbuf */
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        12: .line 389
            aload 0 /* this */
            aload 3 /* newbuf */
            putfield sun.security.ssl.InputRecord.buf:[B
        end local 3 // byte[] newbuf
        13: .line 395
      StackMap locals: int
      StackMap stack:
            aload 1 /* r */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 1 /* r */
            getfield sun.security.ssl.InputRecord.pos:I
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iload 2 /* len */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 396
            aload 0 /* this */
            iload 2 /* len */
            putfield sun.security.ssl.InputRecord.count:I
        15: .line 403
            aload 1 /* r */
            getfield sun.security.ssl.InputRecord.lastHashed:I
            aload 1 /* r */
            getfield sun.security.ssl.InputRecord.pos:I
            isub
            istore 2 /* len */
        16: .line 404
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            iconst_5
            if_icmpne 19
        17: .line 405
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.lastHashed:I
            iload 2 /* len */
            iadd
            putfield sun.security.ssl.InputRecord.lastHashed:I
        18: .line 406
            goto 20
        19: .line 407
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLProtocolException
            dup
            ldc "?? confused buffer hashing ??"
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 410
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 1 /* r */
            getfield sun.security.ssl.InputRecord.count:I
            putfield sun.security.ssl.InputRecord.pos:I
        21: .line 411
            return
        end local 2 // int len
        end local 1 // sun.security.ssl.InputRecord r
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   22     0    this  Lsun/security/ssl/InputRecord;
            0   22     1       r  Lsun/security/ssl/InputRecord;
            3    8     2     len  I
            9   22     2     len  I
           11   13     3  newbuf  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      r     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.InputRecord this
         0: .line 419
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.appDataValid:Z
         1: .line 420
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.InputRecord.isClosed:Z
         2: .line 421
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.mark:I
         3: .line 422
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.pos:I
         4: .line 423
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.count:I
         5: .line 424
            return
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/InputRecord;

  private int readFully(java.io.InputStream, byte[], int, int);
    descriptor: (Ljava/io/InputStream;[BII)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=5
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // java.io.InputStream s
        start local 2 // byte[] b
        start local 3 // int off
        start local 4 // int len
         0: .line 440
            iconst_0
            istore 5 /* n */
        start local 5 // int n
         1: .line 441
            goto 16
         2: .line 442
      StackMap locals: int
      StackMap stack:
            aload 1 /* s */
            aload 2 /* b */
            iload 3 /* off */
            iload 5 /* n */
            iadd
            iload 4 /* len */
            iload 5 /* n */
            isub
            invokevirtual java.io.InputStream.read:([BII)I
            istore 6 /* readLen */
        start local 6 // int readLen
         3: .line 443
            iload 6 /* readLen */
            ifge 5
         4: .line 444
            iload 6 /* readLen */
            ireturn
         5: .line 447
      StackMap locals: int
      StackMap stack:
            getstatic sun.security.ssl.InputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 14
            ldc "packet"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 14
         6: .line 449
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 7 /* hd */
        start local 7 // sun.misc.HexDumpEncoder hd
         7: .line 450
            aload 2 /* b */
            iload 3 /* off */
            iload 5 /* n */
            iadd
            iload 6 /* readLen */
            invokestatic java.nio.ByteBuffer.wrap:([BII)Ljava/nio/ByteBuffer;
            astore 8 /* bb */
        start local 8 // java.nio.ByteBuffer bb
         8: .line 452
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "[Raw read]: length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 453
            aload 8 /* bb */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 452
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        11: .line 454
            aload 7 /* hd */
            aload 8 /* bb */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:(Ljava/nio/ByteBuffer;Ljava/io/OutputStream;)V
        end local 8 // java.nio.ByteBuffer bb
        end local 7 // sun.misc.HexDumpEncoder hd
        12: .line 455
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        13: pop
        14: .line 458
      StackMap locals:
      StackMap stack:
            iload 5 /* n */
            iload 6 /* readLen */
            iadd
            istore 5 /* n */
        15: .line 459
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.exlen:I
            iload 6 /* readLen */
            iadd
            putfield sun.security.ssl.InputRecord.exlen:I
        end local 6 // int readLen
        16: .line 441
      StackMap locals:
      StackMap stack:
            iload 5 /* n */
            iload 4 /* len */
            if_icmplt 2
        17: .line 462
            iload 5 /* n */
            ireturn
        end local 5 // int n
        end local 4 // int len
        end local 3 // int off
        end local 2 // byte[] b
        end local 1 // java.io.InputStream s
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lsun/security/ssl/InputRecord;
            0   18     1        s  Ljava/io/InputStream;
            0   18     2        b  [B
            0   18     3      off  I
            0   18     4      len  I
            1   18     5        n  I
            3   16     6  readLen  I
            7   12     7       hd  Lsun/misc/HexDumpEncoder;
            8   12     8       bb  Ljava/nio/ByteBuffer;
      Exception table:
        from    to  target  type
           6    12      13  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      b     
      off   
      len   

  void read(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // java.io.InputStream s
        start local 2 // java.io.OutputStream o
         0: .line 471
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.isClosed:Z
            ifeq 2
         1: .line 472
            return
         2: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iconst_5
            if_icmpge 9
         3: .line 480
            aload 0 /* this */
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iconst_5
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            isub
            invokevirtual sun.security.ssl.InputRecord.readFully:(Ljava/io/InputStream;[BII)I
            istore 3 /* really */
        start local 3 // int really
         4: .line 481
            iload 3 /* really */
            ifge 6
         5: .line 482
            new java.io.EOFException
            dup
            ldc "SSL peer shut down incorrectly"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 485
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.InputRecord.pos:I
         7: .line 486
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.InputRecord.count:I
         8: .line 487
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.pos:I
            putfield sun.security.ssl.InputRecord.lastHashed:I
        end local 3 // int really
         9: .line 496
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.formatVerified:Z
            ifne 16
        10: .line 497
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.InputRecord.formatVerified:Z
        11: .line 503
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            baload
            bipush 22
            if_icmpeq 14
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            baload
            bipush 21
            if_icmpeq 14
        12: .line 504
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* o */
            invokevirtual sun.security.ssl.InputRecord.handleUnknownRecord:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
        13: .line 505
            goto 17
        14: .line 506
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* o */
            invokevirtual sun.security.ssl.InputRecord.readV3Record:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
        15: .line 508
            goto 17
        16: .line 509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            aload 2 /* o */
            invokevirtual sun.security.ssl.InputRecord.readV3Record:(Ljava/io/InputStream;Ljava/io/OutputStream;)V
        17: .line 511
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.io.OutputStream o
        end local 1 // java.io.InputStream s
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lsun/security/ssl/InputRecord;
            0   18     1       s  Ljava/io/InputStream;
            0   18     2       o  Ljava/io/OutputStream;
            4    9     3  really  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      o     

  private void readV3Record(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // java.io.InputStream s
        start local 2 // java.io.OutputStream o
         0: .line 518
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_1
            baload
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_2
            baload
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
            astore 3 /* recordVersion */
        start local 3 // sun.security.ssl.ProtocolVersion recordVersion
         1: .line 522
            aload 3 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.MIN:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmplt 3
         2: .line 523
            aload 3 /* recordVersion */
            getfield sun.security.ssl.ProtocolVersion.major:B
            getstatic sun.security.ssl.ProtocolVersion.MAX:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            if_icmple 6
         3: .line 524
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
         4: .line 525
            new java.lang.StringBuilder
            dup
            ldc "Unsupported record version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* recordVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 524
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_3
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_4
            baload
            sipush 255
            iand
            iadd
            istore 4 /* contentLen */
        start local 4 // int contentLen
         7: .line 536
            iload 4 /* contentLen */
            iflt 8
            iload 4 /* contentLen */
            ldc 33300
            if_icmple 12
         8: .line 537
      StackMap locals: int
      StackMap stack:
            new javax.net.ssl.SSLProtocolException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Bad InputRecord size, count = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 538
            iload 4 /* contentLen */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        10: .line 539
            ldc ", buf.length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 537
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 547
      StackMap locals:
      StackMap stack:
            iload 4 /* contentLen */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            arraylength
            iconst_5
            isub
            if_icmple 16
        13: .line 548
            iload 4 /* contentLen */
            iconst_5
            iadd
            newarray 8
            astore 5 /* newbuf */
        start local 5 // byte[] newbuf
        14: .line 549
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            aload 5 /* newbuf */
            iconst_0
            iconst_5
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 550
            aload 0 /* this */
            aload 5 /* newbuf */
            putfield sun.security.ssl.InputRecord.buf:[B
        end local 5 // byte[] newbuf
        16: .line 553
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iload 4 /* contentLen */
            iconst_5
            iadd
            if_icmpge 22
        17: .line 554
            aload 0 /* this */
        18: .line 555
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iload 4 /* contentLen */
            iconst_5
            iadd
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            isub
        19: .line 554
            invokevirtual sun.security.ssl.InputRecord.readFully:(Ljava/io/InputStream;[BII)I
            istore 5 /* really */
        start local 5 // int really
        20: .line 556
            iload 5 /* really */
            ifge 22
        21: .line 557
            new javax.net.ssl.SSLException
            dup
            ldc "SSL peer shut down incorrectly"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int really
        22: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iload 4 /* contentLen */
            iconst_5
            iadd
            if_icmplt 25
        23: .line 563
            aload 0 /* this */
            iload 4 /* contentLen */
            iconst_5
            iadd
            putfield sun.security.ssl.InputRecord.count:I
        24: .line 564
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.exlen:I
        25: .line 567
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.InputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 34
            ldc "record"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 34
        26: .line 568
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iflt 27
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            sipush 16916
            if_icmple 30
        27: .line 569
      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
        28: .line 570
            ldc ", Bad InputRecord size"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", count = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        29: .line 569
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        30: .line 572
      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
        31: .line 573
            ldc ", READ: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* recordVersion */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        32: .line 574
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.contentType:()B
            invokestatic sun.security.ssl.InputRecord.contentName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.available:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        33: .line 572
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        34: .line 579
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int contentLen
        end local 3 // sun.security.ssl.ProtocolVersion recordVersion
        end local 2 // java.io.OutputStream o
        end local 1 // java.io.InputStream s
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   35     0           this  Lsun/security/ssl/InputRecord;
            0   35     1              s  Ljava/io/InputStream;
            0   35     2              o  Ljava/io/OutputStream;
            1   35     3  recordVersion  Lsun/security/ssl/ProtocolVersion;
            7   35     4     contentLen  I
           14   16     5         newbuf  [B
           20   22     5         really  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      o     

  private void handleUnknownRecord(java.io.InputStream, java.io.OutputStream);
    descriptor: (Ljava/io/InputStream;Ljava/io/OutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // java.io.InputStream s
        start local 2 // java.io.OutputStream o
         0: .line 593
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            baload
            sipush 128
            iand
            ifeq 38
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_2
            baload
            iconst_1
            if_icmpne 38
         1: .line 599
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.helloVersion:Lsun/security/ssl/ProtocolVersion;
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            if_acmpeq 3
         2: .line 600
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "SSLv2Hello is disabled"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_3
            baload
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_4
            baload
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
         4: .line 603
            astore 3 /* recordVersion */
        start local 3 // sun.security.ssl.ProtocolVersion recordVersion
         5: .line 606
            aload 3 /* recordVersion */
            getstatic sun.security.ssl.ProtocolVersion.SSL20Hello:Lsun/security/ssl/ProtocolVersion;
            if_acmpne 10
         6: .line 614
            aload 0 /* this */
            aload 2 /* o */
            getstatic sun.security.ssl.InputRecord.v2NoCipher:[B
            iconst_0
            getstatic sun.security.ssl.InputRecord.v2NoCipher:[B
            arraylength
            invokevirtual sun.security.ssl.InputRecord.writeBuffer:(Ljava/io/OutputStream;[BII)V
         7: .line 615
            goto 9
      StackMap locals: sun.security.ssl.InputRecord java.io.InputStream java.io.OutputStream sun.security.ssl.ProtocolVersion
      StackMap stack: java.lang.Exception
         8: pop
         9: .line 618
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
            ldc "Unsupported SSL v2.0 ClientHello"
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 626
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            baload
            bipush 127
            iand
            bipush 8
            ishl
        11: .line 627
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_1
            baload
            sipush 255
            iand
        12: .line 626
            iadd
        13: .line 627
            iconst_3
        14: .line 626
            isub
            istore 4 /* len */
        start local 4 // int len
        15: .line 628
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.v2Buf:[B
            ifnonnull 17
        16: .line 629
            aload 0 /* this */
            iload 4 /* len */
            newarray 8
            putfield sun.security.ssl.InputRecord.v2Buf:[B
        17: .line 631
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iload 4 /* len */
            iconst_5
            iadd
            if_icmpge 24
        18: .line 632
            aload 0 /* this */
        19: .line 633
            aload 1 /* s */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.v2Buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            iconst_5
            isub
            iload 4 /* len */
            iconst_5
            iadd
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.exlen:I
            isub
        20: .line 632
            invokevirtual sun.security.ssl.InputRecord.readFully:(Ljava/io/InputStream;[BII)I
            istore 5 /* really */
        start local 5 // int really
        21: .line 634
            iload 5 /* really */
            ifge 23
        22: .line 635
            new java.io.EOFException
            dup
            ldc "SSL peer shut down incorrectly"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 639
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.InputRecord.exlen:I
        end local 5 // int really
        24: .line 641
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_2
            iconst_3
            invokevirtual sun.security.ssl.InputRecord.hashInternal:([BII)V
        25: .line 642
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.v2Buf:[B
            iconst_0
            iload 4 /* len */
            invokevirtual sun.security.ssl.InputRecord.hashInternal:([BII)V
        26: .line 643
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.v2Buf:[B
            invokevirtual sun.security.ssl.InputRecord.V2toV3ClientHello:([B)V
        27: .line 644
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.InputRecord.v2Buf:[B
        28: .line 645
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            putfield sun.security.ssl.InputRecord.lastHashed:I
        29: .line 647
            getstatic sun.security.ssl.InputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 37
            ldc "record"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 37
        30: .line 648
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        31: .line 649
            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
        32: .line 650
            ldc ", READ:  SSL v2, contentType = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        33: .line 651
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.contentType:()B
            invokestatic sun.security.ssl.InputRecord.contentName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        34: .line 652
            ldc ", translated length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.security.ssl.InputRecord.available:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        35: .line 649
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        36: .line 648
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        37: .line 654
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int len
        end local 3 // sun.security.ssl.ProtocolVersion recordVersion
        38: .line 660
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            baload
            sipush 128
            iand
            ifeq 42
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_2
            baload
            iconst_4
            if_icmpne 42
        39: .line 661
            new javax.net.ssl.SSLException
            dup
        40: .line 662
            ldc "SSL V2.0 servers are not supported."
        41: .line 661
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        42: .line 670
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        43: goto 49
        44: .line 671
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iload 3 /* i */
            baload
            getstatic sun.security.ssl.InputRecord.v2NoCipher:[B
            iload 3 /* i */
            baload
            if_icmpeq 48
        45: .line 672
            new javax.net.ssl.SSLException
            dup
        46: .line 673
            ldc "Unrecognized SSL message, plaintext connection?"
        47: .line 672
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        48: .line 670
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        49: iload 3 /* i */
            getstatic sun.security.ssl.InputRecord.v2NoCipher:[B
            arraylength
            if_icmplt 44
        end local 3 // int i
        50: .line 677
            new javax.net.ssl.SSLException
            dup
            ldc "SSL V2.0 servers are not supported."
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.io.OutputStream o
        end local 1 // java.io.InputStream s
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   51     0           this  Lsun/security/ssl/InputRecord;
            0   51     1              s  Ljava/io/InputStream;
            0   51     2              o  Ljava/io/OutputStream;
            5   38     3  recordVersion  Lsun/security/ssl/ProtocolVersion;
           15   38     4            len  I
           21   24     5         really  I
           43   50     3              i  I
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      o     

  void writeBuffer(java.io.OutputStream, byte[], int, int);
    descriptor: (Ljava/io/OutputStream;[BII)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // java.io.OutputStream s
        start local 2 // byte[] buf
        start local 3 // int off
        start local 4 // int len
         0: .line 688
            aload 1 /* s */
            aload 2 /* buf */
            iconst_0
            iload 4 /* len */
            invokevirtual java.io.OutputStream.write:([BII)V
         1: .line 689
            aload 1 /* s */
            invokevirtual java.io.OutputStream.flush:()V
         2: .line 690
            return
        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.InputRecord this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/InputRecord;
            0    3     1     s  Ljava/io/OutputStream;
            0    3     2   buf  [B
            0    3     3   off  I
            0    3     4   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
      buf   
      off   
      len   

  private void V2toV3ClientHello(byte[]);
    descriptor: ([B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // sun.security.ssl.InputRecord this
        start local 1 // byte[] v2Msg
         0: .line 706
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_0
            bipush 22
            bastore
         1: .line 707
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_1
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_3
            baload
            bastore
         2: .line 708
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_2
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_4
            baload
            bastore
         3: .line 715
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_5
            iconst_1
            bastore
         4: .line 722
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            bipush 9
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_1
            baload
            bastore
         5: .line 723
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            bipush 10
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_2
            baload
            bastore
         6: .line 725
            aload 0 /* this */
            bipush 11
            putfield sun.security.ssl.InputRecord.count:I
         7: .line 732
            aload 1 /* v2Msg */
            iconst_0
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 1 /* v2Msg */
            iconst_1
            baload
            sipush 255
            iand
            iadd
            istore 3 /* cipherSpecLen */
        start local 3 // int cipherSpecLen
         8: .line 733
            aload 1 /* v2Msg */
            iconst_2
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 1 /* v2Msg */
            iconst_3
            baload
            sipush 255
            iand
            iadd
            istore 4 /* sessionIdLen */
        start local 4 // int sessionIdLen
         9: .line 734
            aload 1 /* v2Msg */
            iconst_4
            baload
            sipush 255
            iand
            bipush 8
            ishl
            aload 1 /* v2Msg */
            iconst_5
            baload
            sipush 255
            iand
            iadd
            istore 5 /* nonceLen */
        start local 5 // int nonceLen
        10: .line 741
            bipush 6
            iload 3 /* cipherSpecLen */
            iadd
            iload 4 /* sessionIdLen */
            iadd
            istore 6 /* offset */
        start local 6 // int offset
        11: .line 743
            iload 5 /* nonceLen */
            bipush 32
            if_icmpge 20
        12: .line 744
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        13: goto 16
        14: .line 745
      StackMap locals: sun.security.ssl.InputRecord byte[] int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.InputRecord.count:I
            iconst_0
            bastore
        15: .line 744
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 2 /* i */
            bipush 32
            iload 5 /* nonceLen */
            isub
            if_icmplt 14
        17: .line 746
            aload 1 /* v2Msg */
            iload 6 /* offset */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iload 5 /* nonceLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 747
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            iload 5 /* nonceLen */
            iadd
            putfield sun.security.ssl.InputRecord.count:I
        19: .line 748
            goto 24
        end local 2 // int i
        20: .line 749
      StackMap locals: sun.security.ssl.InputRecord byte[] top int int int int
      StackMap stack:
            aload 1 /* v2Msg */
            iload 6 /* offset */
            iload 5 /* nonceLen */
            bipush 32
            isub
            iadd
        21: .line 750
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            bipush 32
        22: .line 749
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        23: .line 751
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            bipush 32
            iadd
            putfield sun.security.ssl.InputRecord.count:I
        24: .line 757
      StackMap locals:
      StackMap stack:
            iload 6 /* offset */
            iload 4 /* sessionIdLen */
            isub
            istore 6 /* offset */
        25: .line 758
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.InputRecord.count:I
            iload 4 /* sessionIdLen */
            i2b
            bastore
        26: .line 760
            aload 1 /* v2Msg */
            iload 6 /* offset */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iload 4 /* sessionIdLen */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        27: .line 761
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            iload 4 /* sessionIdLen */
            iadd
            putfield sun.security.ssl.InputRecord.count:I
        28: .line 779
            iload 6 /* offset */
            iload 3 /* cipherSpecLen */
            isub
            istore 6 /* offset */
        29: .line 780
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_2
            iadd
            istore 7 /* j */
        start local 7 // int j
        30: .line 782
            iconst_0
            istore 2 /* i */
        start local 2 // int i
        31: goto 37
        32: .line 783
      StackMap locals: sun.security.ssl.InputRecord byte[] int int int int int int
      StackMap stack:
            aload 1 /* v2Msg */
            iload 6 /* offset */
            iload 2 /* i */
            iadd
            baload
            ifeq 34
        33: .line 784
            goto 36
        34: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iload 7 /* j */
            iinc 7 /* j */ 1
            aload 1 /* v2Msg */
            iload 6 /* offset */
            iload 2 /* i */
            iadd
            iconst_1
            iadd
            baload
            bastore
        35: .line 786
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iload 7 /* j */
            iinc 7 /* j */ 1
            aload 1 /* v2Msg */
            iload 6 /* offset */
            iload 2 /* i */
            iadd
            iconst_2
            iadd
            baload
            bastore
        36: .line 782
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 3
      StackMap locals:
      StackMap stack:
        37: iload 2 /* i */
            iload 3 /* cipherSpecLen */
            if_icmplt 32
        38: .line 789
            iload 7 /* j */
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_2
            iadd
            isub
            istore 7 /* j */
        39: .line 790
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.InputRecord.count:I
            iload 7 /* j */
            bipush 8
            iushr
            i2b
            bastore
        40: .line 791
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.InputRecord.count:I
            iload 7 /* j */
            i2b
            bastore
        41: .line 792
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            iload 7 /* j */
            iadd
            putfield sun.security.ssl.InputRecord.count:I
        42: .line 797
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.InputRecord.count:I
            iconst_1
            bastore
        43: .line 798
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            aload 0 /* this */
            dup
            getfield sun.security.ssl.InputRecord.count:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.InputRecord.count:I
            iconst_0
            bastore
        44: .line 804
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_3
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_5
            isub
            i2b
            bastore
        45: .line 805
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            iconst_4
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_5
            isub
            bipush 8
            iushr
            i2b
            bastore
        46: .line 807
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            bipush 6
            iconst_0
            bastore
        47: .line 808
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            bipush 7
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_5
            isub
            iconst_4
            isub
            bipush 8
            iushr
            i2b
            bastore
        48: .line 809
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.buf:[B
            bipush 8
            aload 0 /* this */
            getfield sun.security.ssl.InputRecord.count:I
            iconst_5
            isub
            iconst_4
            isub
            i2b
            bastore
        49: .line 811
            aload 0 /* this */
            iconst_5
            putfield sun.security.ssl.InputRecord.pos:I
        50: .line 812
            return
        end local 7 // int j
        end local 6 // int offset
        end local 5 // int nonceLen
        end local 4 // int sessionIdLen
        end local 3 // int cipherSpecLen
        end local 2 // int i
        end local 1 // byte[] v2Msg
        end local 0 // sun.security.ssl.InputRecord this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   51     0           this  Lsun/security/ssl/InputRecord;
            0   51     1          v2Msg  [B
           13   20     2              i  I
           31   51     2              i  I
            8   51     3  cipherSpecLen  I
            9   51     4   sessionIdLen  I
           10   51     5       nonceLen  I
           11   51     6         offset  I
           30   51     7              j  I
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
       Name  Flags
      v2Msg  

  static java.lang.String contentName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int contentType
         0: .line 820
            iload 0 /* contentType */
            tableswitch { // 20 - 23
                   20: 1
                   21: 2
                   22: 3
                   23: 4
              default: 5
          }
         1: .line 822
      StackMap locals:
      StackMap stack:
            ldc "Change Cipher Spec"
            areturn
         2: .line 824
      StackMap locals:
      StackMap stack:
            ldc "Alert"
            areturn
         3: .line 826
      StackMap locals:
      StackMap stack:
            ldc "Handshake"
            areturn
         4: .line 828
      StackMap locals:
      StackMap stack:
            ldc "Application Data"
            areturn
         5: .line 830
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "contentType = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* contentType */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // int contentType
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0  contentType  I
    MethodParameters:
             Name  Flags
      contentType  
}
SourceFile: "InputRecord.java"