final class sun.security.ssl.DTLSOutputRecord$DTLSFragmenter
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.DTLSOutputRecord$DTLSFragmenter
  super_class: java.lang.Object
{
  private java.util.LinkedList<sun.security.ssl.DTLSOutputRecord$RecordMemo> handshakeMemos;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/LinkedList<Lsun/security/ssl/DTLSOutputRecord$RecordMemo;>;

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

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

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

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

  final sun.security.ssl.DTLSOutputRecord this$0;
    descriptor: Lsun/security/ssl/DTLSOutputRecord;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(sun.security.ssl.DTLSOutputRecord);
    descriptor: (Lsun/security/ssl/DTLSOutputRecord;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 310
            aload 0 /* this */
            aload 1
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 311
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
         2: .line 312
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 313
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.messageSequence:I
         4: .line 314
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         5: .line 326
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
         6: .line 310
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
    MethodParameters:
        Name  Flags
      this$0  final

  void queueUpChangeCipherSpec();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 331
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 4
         1: .line 332
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
         2: .line 333
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 334
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         4: .line 337
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.DTLSOutputRecord$RecordMemo
            dup
            invokespecial sun.security.ssl.DTLSOutputRecord$RecordMemo.<init>:()V
            astore 1 /* memo */
        start local 1 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         5: .line 339
            aload 1 /* memo */
            bipush 20
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
         6: .line 340
            aload 1 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.majorVersion:B
         7: .line 341
            aload 1 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.minorVersion:B
         8: .line 342
            aload 1 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeEpoch:I
         9: .line 343
            aload 1 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/CipherBox;
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/CipherBox;
        10: .line 344
            aload 1 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.writeAuthenticator:Lsun/security/ssl/Authenticator;
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeAuthenticator:Lsun/security/ssl/Authenticator;
        11: .line 346
            aload 1 /* memo */
            iconst_1
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
        12: .line 347
            aload 1 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iconst_1
            bastore
        13: .line 349
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            aload 1 /* memo */
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
        14: .line 350
            return
        end local 1 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            5   15     1  memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;

  void queueUpHandshake(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
        start local 1 // byte[] buf
        start local 2 // int offset
        start local 3 // int length
         0: .line 356
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 4
         1: .line 357
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
         2: .line 358
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 359
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         4: .line 362
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            dup
            invokespecial sun.security.ssl.DTLSOutputRecord$HandshakeMemo.<init>:()V
            astore 4 /* memo */
        start local 4 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo memo
         5: .line 364
            aload 4 /* memo */
            bipush 22
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.contentType:B
         6: .line 365
            aload 4 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.majorVersion:B
         7: .line 366
            aload 4 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.minorVersion:B
         8: .line 367
            aload 4 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.writeEpoch:I
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.encodeEpoch:I
         9: .line 368
            aload 4 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.writeCipher:Lsun/security/ssl/CipherBox;
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.encodeCipher:Lsun/security/ssl/CipherBox;
        10: .line 369
            aload 4 /* memo */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.writeAuthenticator:Lsun/security/ssl/Authenticator;
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.encodeAuthenticator:Lsun/security/ssl/Authenticator;
        11: .line 371
            aload 4 /* memo */
            aload 1 /* buf */
            iload 2 /* offset */
            baload
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        12: .line 372
            aload 4 /* memo */
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.messageSequence:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.messageSequence:I
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
        13: .line 373
            aload 4 /* memo */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        14: .line 374
            aload 4 /* memo */
            iload 3 /* length */
            iconst_4
            isub
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
        15: .line 377
            aload 1 /* buf */
            iload 2 /* offset */
            iconst_4
            iadd
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            iconst_0
            iload 3 /* length */
            iconst_4
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        16: .line 379
            aload 0 /* this */
            aload 4 /* memo */
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeHashing:(Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;[B)V
        17: .line 380
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            aload 4 /* memo */
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
        18: .line 382
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            iconst_1
            if_icmpeq 25
        19: .line 383
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            ifeq 25
        20: .line 384
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        21: .line 385
            iconst_3
        22: .line 384
            if_icmpeq 25
        23: .line 386
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            bipush 14
            if_icmpeq 25
        24: .line 387
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            bipush 20
            if_icmpne 26
        25: .line 389
      StackMap locals: sun.security.ssl.DTLSOutputRecord$HandshakeMemo
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
        26: .line 391
      StackMap locals:
      StackMap stack:
            return
        end local 4 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo memo
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   27     1     buf  [B
            0   27     2  offset  I
            0   27     3  length  I
            5   27     4    memo  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buf     
      offset  
      length  

  sun.security.ssl.Ciphertext acquireCiphertext(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
    flags: (0x0000) 
    Code:
      stack=9, locals=12, args_size=2
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
        start local 1 // java.nio.ByteBuffer dstBuf
         0: .line 394
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isEmpty:()Z
            ifeq 5
         1: .line 395
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isRetransmittable:()Z
            ifeq 4
         2: .line 396
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.setRetransmission:()V
         3: .line 397
            goto 5
         4: .line 398
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         5: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            invokevirtual java.util.LinkedList.get:(I)Ljava/lang/Object;
            checkcast sun.security.ssl.DTLSOutputRecord$RecordMemo
            astore 2 /* memo */
        start local 2 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         6: .line 403
            aconst_null
            astore 3 /* hsMemo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hsMemo
         7: .line 404
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            bipush 22
            if_icmpne 9
         8: .line 405
            aload 2 /* memo */
            checkcast sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            astore 3 /* hsMemo */
         9: .line 408
      StackMap locals: sun.security.ssl.DTLSOutputRecord$RecordMemo sun.security.ssl.DTLSOutputRecord$HandshakeMemo
      StackMap stack:
            iconst_0
            istore 4 /* macLen */
        start local 4 // int macLen
        10: .line 409
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeAuthenticator:Lsun/security/ssl/Authenticator;
            instanceof sun.security.ssl.MAC
            ifeq 12
        11: .line 410
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeAuthenticator:Lsun/security/ssl/Authenticator;
            checkcast sun.security.ssl.MAC
            invokevirtual sun.security.ssl.MAC.MAClen:()I
            istore 4 /* macLen */
        12: .line 416
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            ifle 19
        13: .line 417
            sipush 16717
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* fragLen */
        start local 5 // int fragLen
        14: .line 418
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/CipherBox;
        15: .line 419
            iload 5 /* fragLen */
            iload 4 /* macLen */
            bipush 25
        16: .line 418
            invokevirtual sun.security.ssl.CipherBox.calculateFragmentSize:(III)I
            istore 5 /* fragLen */
        17: .line 422
            iload 5 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* fragLen */
        18: .line 423
            goto 20
        end local 5 // int fragLen
        19: .line 424
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 5 /* fragLen */
        start local 5 // int fragLen
        20: .line 427
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.fragmentSize:I
            ifle 22
        21: .line 428
            iload 5 /* fragLen */
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.fragmentSize:I
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* fragLen */
        22: .line 431
      StackMap locals:
      StackMap stack:
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 6 /* dstPos */
        start local 6 // int dstPos
        23: .line 432
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 7 /* dstLim */
        start local 7 // int dstLim
        24: .line 433
            iload 6 /* dstPos */
            bipush 13
            iadd
        25: .line 434
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/CipherBox;
            invokevirtual sun.security.ssl.CipherBox.getExplicitNonceSize:()I
        26: .line 433
            iadd
            istore 8 /* dstContent */
        start local 8 // int dstContent
        27: .line 435
            aload 1 /* dstBuf */
            iload 8 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        28: .line 437
            aload 3 /* hsMemo */
            ifnull 46
        29: .line 438
            iload 5 /* fragLen */
        30: .line 439
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            isub
        31: .line 438
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* fragLen */
        32: .line 441
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        33: .line 442
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        34: .line 443
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        35: .line 444
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        36: .line 445
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        37: .line 446
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        38: .line 447
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        39: .line 448
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        40: .line 449
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        41: .line 450
            aload 1 /* dstBuf */
            iload 5 /* fragLen */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        42: .line 451
            aload 1 /* dstBuf */
            iload 5 /* fragLen */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        43: .line 452
            aload 1 /* dstBuf */
            iload 5 /* fragLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        44: .line 453
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            iload 5 /* fragLen */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        45: .line 454
            goto 48
        46: .line 455
      StackMap locals: int int int
      StackMap stack:
            iload 5 /* fragLen */
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            arraylength
            invokestatic java.lang.Math.min:(II)I
            istore 5 /* fragLen */
        47: .line 456
            aload 1 /* dstBuf */
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iload 5 /* fragLen */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        48: .line 459
      StackMap locals:
      StackMap stack:
            aload 1 /* dstBuf */
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        49: .line 460
            aload 1 /* dstBuf */
            iload 8 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        50: .line 462
            getstatic sun.security.ssl.DTLSOutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 56
            ldc "record"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 56
        51: .line 463
            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
        52: .line 464
            ldc ", WRITE: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        53: .line 465
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            invokestatic sun.security.ssl.Record.contentName:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        54: .line 466
            ldc ", length = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        55: .line 463
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        56: .line 470
      StackMap locals:
      StackMap stack:
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeAuthenticator:Lsun/security/ssl/Authenticator;
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/CipherBox;
        57: .line 471
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            aload 1 /* dstBuf */
        58: .line 472
            iload 6 /* dstPos */
            iload 7 /* dstLim */
            bipush 13
        59: .line 473
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.majorVersion:B
        60: .line 474
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.minorVersion:B
        61: .line 473
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
        62: .line 474
            iconst_1
        63: .line 470
            invokestatic sun.security.ssl.DTLSOutputRecord.encrypt:(Lsun/security/ssl/Authenticator;Lsun/security/ssl/CipherBox;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;Z)J
            lstore 9 /* recordSN */
        start local 9 // long recordSN
        64: .line 476
            getstatic sun.security.ssl.DTLSOutputRecord.debug:Lsun/security/ssl/Debug;
            ifnull 71
            ldc "packet"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 71
        65: .line 477
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 11 /* temporary */
        start local 11 // java.nio.ByteBuffer temporary
        66: .line 478
            aload 11 /* temporary */
            aload 11 /* temporary */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        67: .line 479
            aload 11 /* temporary */
            iload 6 /* dstPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        68: .line 481
            new java.lang.StringBuilder
            dup
            ldc "[Raw write]: length = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 11 /* temporary */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        69: .line 482
            aload 11 /* temporary */
        70: .line 480
            invokestatic sun.security.ssl.Debug.printHex:(Ljava/lang/String;Ljava/nio/ByteBuffer;)V
        end local 11 // java.nio.ByteBuffer temporary
        71: .line 486
      StackMap locals: long
      StackMap stack:
            aload 1 /* dstBuf */
            iload 7 /* dstLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        72: .line 489
            aload 3 /* hsMemo */
            ifnull 81
        73: .line 490
            aload 3 /* hsMemo */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            iload 5 /* fragLen */
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        74: .line 491
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            if_icmpne 76
        75: .line 492
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
        76: .line 495
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.Ciphertext
            dup
        77: .line 496
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.contentType:B
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        78: .line 495
            invokestatic sun.security.ssl.Ciphertext$RecordType.valueOf:(BB)Lsun/security/ssl/Ciphertext$RecordType;
        79: .line 496
            lload 9 /* recordSN */
        80: .line 495
            invokespecial sun.security.ssl.Ciphertext.<init>:(Lsun/security/ssl/Ciphertext$RecordType;J)V
            areturn
        81: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
        82: .line 499
            new sun.security.ssl.Ciphertext
            dup
        83: .line 500
            getstatic sun.security.ssl.Ciphertext$RecordType.RECORD_CHANGE_CIPHER_SPEC:Lsun/security/ssl/Ciphertext$RecordType;
            lload 9 /* recordSN */
        84: .line 499
            invokespecial sun.security.ssl.Ciphertext.<init>:(Lsun/security/ssl/Ciphertext$RecordType;J)V
            areturn
        end local 9 // long recordSN
        end local 8 // int dstContent
        end local 7 // int dstLim
        end local 6 // int dstPos
        end local 5 // int fragLen
        end local 4 // int macLen
        end local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hsMemo
        end local 2 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
        end local 1 // java.nio.ByteBuffer dstBuf
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   85     0        this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   85     1      dstBuf  Ljava/nio/ByteBuffer;
            6   85     2        memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
            7   85     3      hsMemo  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
           10   85     4      macLen  I
           14   19     5     fragLen  I
           20   85     5     fragLen  I
           23   85     6      dstPos  I
           24   85     7      dstLim  I
           27   85     8  dstContent  I
           64   85     9    recordSN  J
           66   71    11   temporary  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dstBuf  

  private void handshakeHashing(sun.security.ssl.DTLSOutputRecord$HandshakeMemo, byte[]);
    descriptor: (Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
        start local 1 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hsFrag
        start local 2 // byte[] hsBody
         0: .line 506
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            istore 3 /* hsType */
        start local 3 // byte hsType
         1: .line 507
            iload 3 /* hsType */
            ifeq 3
         2: .line 508
            iload 3 /* hsType */
            iconst_3
            if_icmpne 4
         3: .line 511
      StackMap locals: int
      StackMap stack:
            return
         4: .line 514
      StackMap locals:
      StackMap stack:
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            ifne 9
         5: .line 515
            iload 3 /* hsType */
            iconst_1
            if_icmpne 9
         6: .line 521
            aload 2 /* hsBody */
            bipush 34
            baload
            istore 4 /* sidLen */
        start local 4 // int sidLen
         7: .line 523
            iload 4 /* sidLen */
            ifne 9
         8: .line 524
            return
        end local 4 // int sidLen
         9: .line 529
      StackMap locals:
      StackMap stack:
            bipush 12
            newarray 8
            astore 4 /* temporary */
        start local 4 // byte[] temporary
        10: .line 532
            aload 4 /* temporary */
            iconst_0
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            bastore
        11: .line 535
            aload 4 /* temporary */
            iconst_1
            aload 2 /* hsBody */
            arraylength
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
        12: .line 536
            aload 4 /* temporary */
            iconst_2
            aload 2 /* hsBody */
            arraylength
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        13: .line 537
            aload 4 /* temporary */
            iconst_3
            aload 2 /* hsBody */
            arraylength
            sipush 255
            iand
            i2b
            bastore
        14: .line 540
            aload 4 /* temporary */
            iconst_4
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
        15: .line 541
            aload 4 /* temporary */
            iconst_5
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            sipush 255
            iand
            i2b
            bastore
        16: .line 544
            aload 4 /* temporary */
            bipush 6
            iconst_0
            bastore
        17: .line 545
            aload 4 /* temporary */
            bipush 7
            iconst_0
            bastore
        18: .line 546
            aload 4 /* temporary */
            bipush 8
            iconst_0
            bastore
        19: .line 549
            aload 4 /* temporary */
            bipush 9
            aload 4 /* temporary */
            iconst_1
            baload
            bastore
        20: .line 550
            aload 4 /* temporary */
            bipush 10
            aload 4 /* temporary */
            iconst_2
            baload
            bastore
        21: .line 551
            aload 4 /* temporary */
            bipush 11
            aload 4 /* temporary */
            iconst_3
            baload
            bastore
        22: .line 553
            iload 3 /* hsType */
            bipush 20
            if_icmpeq 27
        23: .line 554
            iload 3 /* hsType */
            bipush 15
            if_icmpeq 27
        24: .line 556
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 4 /* temporary */
            iconst_0
            bipush 12
            invokevirtual sun.security.ssl.HandshakeHash.update:([BII)V
        25: .line 557
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 2 /* hsBody */
            iconst_0
            aload 2 /* hsBody */
            arraylength
            invokevirtual sun.security.ssl.HandshakeHash.update:([BII)V
        26: .line 558
            goto 29
        27: .line 560
      StackMap locals: byte[]
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 4 /* temporary */
            iconst_0
            bipush 12
            invokevirtual sun.security.ssl.HandshakeHash.reserve:([BII)V
        28: .line 561
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 2 /* hsBody */
            iconst_0
            aload 2 /* hsBody */
            arraylength
            invokevirtual sun.security.ssl.HandshakeHash.reserve:([BII)V
        29: .line 564
      StackMap locals:
      StackMap stack:
            return
        end local 4 // byte[] temporary
        end local 3 // byte hsType
        end local 2 // byte[] hsBody
        end local 1 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hsFrag
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   30     0       this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   30     1     hsFrag  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
            0   30     2     hsBody  [B
            1   30     3     hsType  B
            7    9     4     sidLen  I
           10   30     4  temporary  [B
    MethodParameters:
        Name  Flags
      hsFrag  
      hsBody  

  boolean isEmpty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 567
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 2
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifne 2
         1: .line 568
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.size:()I
            if_icmplt 3
         2: .line 569
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 572
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;

  boolean isRetransmittable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 576
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 3
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifne 3
         1: .line 577
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.size:()I
         2: .line 576
            if_icmplt 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;

  private void setRetransmission();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 581
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         1: .line 582
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 2
            goto 6
      StackMap locals: sun.security.ssl.DTLSOutputRecord$DTLSFragmenter top java.util.Iterator
      StackMap stack:
         2: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.DTLSOutputRecord$RecordMemo
            astore 1 /* memo */
        start local 1 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         3: .line 583
            aload 1 /* memo */
            instanceof sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            ifeq 6
         4: .line 584
            aload 1 /* memo */
            checkcast sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            astore 3 /* hmemo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hmemo
         5: .line 585
            aload 3 /* hmemo */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        end local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hmemo
        end local 1 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         6: .line 582
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 594
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            sipush 16717
            if_icmpgt 11
         8: .line 595
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            sipush 256
            if_icmple 11
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
            dup_x1
            iconst_1
            isub
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
            ifgt 11
         9: .line 598
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.shrinkPacketSize:()V
        10: .line 599
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
        11: .line 601
      StackMap locals: sun.security.ssl.DTLSOutputRecord$DTLSFragmenter
      StackMap stack:
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            3    6     1   memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
            5    6     3  hmemo  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;

  private void shrinkPacketSize();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 604
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            sipush 256
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.packetSize:I
            iconst_2
            idiv
            invokestatic java.lang.Math.max:(II)I
            putfield sun.security.ssl.DTLSOutputRecord.packetSize:I
         1: .line 605
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
}
SourceFile: "DTLSOutputRecord.java"
NestHost: sun.security.ssl.DTLSOutputRecord
InnerClasses:
  final RecordType = sun.security.ssl.Ciphertext$RecordType of sun.security.ssl.Ciphertext
  private final DTLSFragmenter = sun.security.ssl.DTLSOutputRecord$DTLSFragmenter of sun.security.ssl.DTLSOutputRecord
  private HandshakeMemo = sun.security.ssl.DTLSOutputRecord$HandshakeMemo of sun.security.ssl.DTLSOutputRecord
  private RecordMemo = sun.security.ssl.DTLSOutputRecord$RecordMemo of sun.security.ssl.DTLSOutputRecord