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 final java.util.LinkedList<sun.security.ssl.DTLSOutputRecord$RecordMemo> handshakeMemos;
    descriptor: Ljava/util/LinkedList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    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 339
            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 340
            aload 0 /* this */
         2: .line 341
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
         3: .line 342
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         4: .line 343
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.messageSequence:I
         5: .line 344
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         6: .line 356
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
         7: .line 339
            return
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
    MethodParameters:
        Name  Flags
      this$0  final

  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 362
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 4
         1: .line 363
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
         2: .line 364
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 365
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         4: .line 368
      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 370
            aload 4 /* memo */
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.contentType:B
         6: .line 371
            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 372
            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 373
            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 374
            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/SSLCipher$SSLWriteCipher;
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        10: .line 376
            aload 4 /* memo */
            aload 1 /* buf */
            iload 2 /* offset */
            baload
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        11: .line 377
            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
        12: .line 378
            aload 4 /* memo */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        13: .line 379
            aload 4 /* memo */
            iload 3 /* length */
            iconst_4
            isub
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
        14: .line 382
            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
        15: .line 384
            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
        16: .line 385
            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
        17: .line 387
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            getstatic sun.security.ssl.SSLHandshake.CLIENT_HELLO:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpeq 24
        18: .line 388
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            getstatic sun.security.ssl.SSLHandshake.HELLO_REQUEST:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpeq 24
        19: .line 389
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        20: .line 390
            getstatic sun.security.ssl.SSLHandshake.HELLO_VERIFY_REQUEST:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
        21: .line 389
            if_icmpeq 24
        22: .line 391
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            getstatic sun.security.ssl.SSLHandshake.SERVER_HELLO_DONE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpeq 24
        23: .line 392
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            getstatic sun.security.ssl.SSLHandshake.FINISHED:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpne 25
        24: .line 394
      StackMap locals: sun.security.ssl.DTLSOutputRecord$HandshakeMemo
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
        25: .line 396
      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   26     0    this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   26     1     buf  [B
            0   26     2  offset  I
            0   26     3  length  I
            5   26     4    memo  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buf     
      offset  
      length  

  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 401
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 4
         1: .line 402
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
         2: .line 403
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 404
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         4: .line 407
      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 409
            aload 1 /* memo */
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
         6: .line 410
            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 411
            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 412
            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 413
            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/SSLCipher$SSLWriteCipher;
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        10: .line 415
            aload 1 /* memo */
            iconst_1
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
        11: .line 416
            aload 1 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iconst_1
            bastore
        12: .line 418
            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
        13: .line 419
            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   14     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            5   14     1  memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;

  void queueUpAlert(byte, byte);
    descriptor: (BB)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
        start local 1 // byte level
        start local 2 // byte description
         0: .line 422
            new sun.security.ssl.DTLSOutputRecord$RecordMemo
            dup
            invokespecial sun.security.ssl.DTLSOutputRecord$RecordMemo.<init>:()V
            astore 3 /* memo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         1: .line 424
            aload 3 /* memo */
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
         2: .line 425
            aload 3 /* 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
         3: .line 426
            aload 3 /* 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
         4: .line 427
            aload 3 /* 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
         5: .line 428
            aload 3 /* 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/SSLCipher$SSLWriteCipher;
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         6: .line 430
            aload 3 /* memo */
            iconst_2
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
         7: .line 431
            aload 3 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iload 1 /* level */
            bastore
         8: .line 432
            aload 3 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_1
            iload 2 /* description */
            bastore
         9: .line 434
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            aload 3 /* memo */
            invokevirtual java.util.LinkedList.add:(Ljava/lang/Object;)Z
            pop
        10: .line 435
            return
        end local 3 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
        end local 2 // byte description
        end local 1 // byte level
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   11     1        level  B
            0   11     2  description  B
            1   11     3         memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      level        
      description  

  sun.security.ssl.Ciphertext acquireCiphertext(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Lsun/security/ssl/Ciphertext;
    flags: (0x0000) 
    Code:
      stack=8, locals=11, args_size=2
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
        start local 1 // java.nio.ByteBuffer dstBuf
         0: .line 438
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isEmpty:()Z
            ifeq 5
         1: .line 439
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isRetransmittable:()Z
            ifeq 4
         2: .line 440
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.setRetransmission:()V
         3: .line 441
            goto 5
         4: .line 442
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         5: .line 446
      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 447
            aconst_null
            astore 3 /* hsMemo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hsMemo
         7: .line 448
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 9
         8: .line 449
            aload 2 /* memo */
            checkcast sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            astore 3 /* hsMemo */
         9: .line 455
      StackMap locals: sun.security.ssl.DTLSOutputRecord$RecordMemo sun.security.ssl.DTLSOutputRecord$HandshakeMemo
      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 16
        10: .line 456
            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 4 /* fragLen */
        start local 4 // int fragLen
        11: .line 457
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        12: .line 458
            iload 4 /* fragLen */
            bipush 25
        13: .line 457
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
            istore 4 /* fragLen */
        14: .line 461
            iload 4 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* fragLen */
        15: .line 462
            goto 17
        end local 4 // int fragLen
        16: .line 463
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 4 /* fragLen */
        start local 4 // int fragLen
        17: .line 467
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            iload 4 /* fragLen */
            invokevirtual sun.security.ssl.DTLSOutputRecord.calculateFragmentSize:(I)I
            istore 4 /* fragLen */
        18: .line 469
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* dstPos */
        start local 5 // int dstPos
        19: .line 470
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 6 /* dstLim */
        start local 6 // int dstLim
        20: .line 471
            iload 5 /* dstPos */
            bipush 13
            iadd
        21: .line 472
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
        22: .line 471
            iadd
            istore 7 /* dstContent */
        start local 7 // int dstContent
        23: .line 473
            aload 1 /* dstBuf */
            iload 7 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        24: .line 475
            aload 3 /* hsMemo */
            ifnull 42
        25: .line 476
            iload 4 /* fragLen */
        26: .line 477
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            isub
        27: .line 476
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* fragLen */
        28: .line 479
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        29: .line 480
            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
        30: .line 481
            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
        31: .line 482
            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
        32: .line 483
            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
        33: .line 484
            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
        34: .line 485
            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
        35: .line 486
            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
        36: .line 487
            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
        37: .line 488
            aload 1 /* dstBuf */
            iload 4 /* fragLen */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        38: .line 489
            aload 1 /* dstBuf */
            iload 4 /* fragLen */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        39: .line 490
            aload 1 /* dstBuf */
            iload 4 /* fragLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        40: .line 491
            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 4 /* fragLen */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        41: .line 492
            goto 44
        42: .line 493
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* fragLen */
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            arraylength
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* fragLen */
        43: .line 494
            aload 1 /* dstBuf */
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iload 4 /* fragLen */
            invokevirtual java.nio.ByteBuffer.put:([BII)Ljava/nio/ByteBuffer;
            pop
        44: .line 497
      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
        45: .line 498
            aload 1 /* dstBuf */
            iload 7 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        46: .line 500
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 52
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 52
        47: .line 502
            new java.lang.StringBuilder
            dup
            ldc "WRITE: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            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;
        48: .line 503
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            invokestatic sun.security.ssl.ContentType.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        49: .line 504
            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;
        50: .line 502
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        51: .line 501
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        52: .line 508
      StackMap locals:
      StackMap stack:
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        53: .line 509
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            aload 1 /* dstBuf */
        54: .line 510
            iload 5 /* dstPos */
            iload 6 /* dstLim */
            bipush 13
        55: .line 511
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.majorVersion:B
        56: .line 512
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.minorVersion:B
        57: .line 511
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(BB)Lsun/security/ssl/ProtocolVersion;
        58: .line 508
            invokestatic sun.security.ssl.DTLSOutputRecord.encrypt:(Lsun/security/ssl/SSLCipher$SSLWriteCipher;BLjava/nio/ByteBuffer;IIILsun/security/ssl/ProtocolVersion;)J
            lstore 8 /* recordSN */
        start local 8 // long recordSN
        59: .line 514
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 65
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 65
        60: .line 515
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 10 /* temporary */
        start local 10 // java.nio.ByteBuffer temporary
        61: .line 516
            aload 10 /* temporary */
            aload 10 /* temporary */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        62: .line 517
            aload 10 /* temporary */
            iload 5 /* dstPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        63: .line 519
            new java.lang.StringBuilder
            dup
            ldc "Raw write ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 10 /* temporary */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 10 /* temporary */
            aastore
        64: .line 518
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 10 // java.nio.ByteBuffer temporary
        65: .line 523
      StackMap locals: long
      StackMap stack:
            aload 1 /* dstBuf */
            iload 6 /* dstLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        66: .line 526
            aload 3 /* hsMemo */
            ifnull 73
        67: .line 527
            aload 3 /* hsMemo */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            iload 4 /* fragLen */
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        68: .line 528
            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 70
        69: .line 529
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
        70: .line 532
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.Ciphertext
            dup
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.contentType:B
        71: .line 533
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            lload 8 /* recordSN */
        72: .line 532
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
        73: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            getfield sun.security.ssl.DTLSOutputRecord.isCloseWaiting:Z
            ifeq 76
        74: .line 536
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 76
        75: .line 537
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            invokevirtual sun.security.ssl.DTLSOutputRecord.close:()V
        76: .line 540
      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
        77: .line 541
            new sun.security.ssl.Ciphertext
            dup
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
        78: .line 542
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            lload 8 /* recordSN */
        79: .line 541
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
        end local 8 // long recordSN
        end local 7 // int dstContent
        end local 6 // int dstLim
        end local 5 // int dstPos
        end local 4 // int fragLen
        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   80     0        this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   80     1      dstBuf  Ljava/nio/ByteBuffer;
            6   80     2        memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
            7   80     3      hsMemo  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
           11   16     4     fragLen  I
           17   80     4     fragLen  I
           19   80     5      dstPos  I
           20   80     6      dstLim  I
           23   80     7  dstContent  I
           59   80     8    recordSN  J
           61   65    10   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 548
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            istore 3 /* hsType */
        start local 3 // byte hsType
         1: .line 549
            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;
            iload 3 /* hsType */
            invokevirtual sun.security.ssl.HandshakeHash.isHashable:(B)Z
            ifne 3
         2: .line 551
            return
         3: .line 555
      StackMap locals: int
      StackMap stack:
            bipush 12
            newarray 8
            astore 4 /* temporary */
        start local 4 // byte[] temporary
         4: .line 558
            aload 4 /* temporary */
            iconst_0
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            bastore
         5: .line 561
            aload 4 /* temporary */
            iconst_1
            aload 2 /* hsBody */
            arraylength
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
         6: .line 562
            aload 4 /* temporary */
            iconst_2
            aload 2 /* hsBody */
            arraylength
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         7: .line 563
            aload 4 /* temporary */
            iconst_3
            aload 2 /* hsBody */
            arraylength
            sipush 255
            iand
            i2b
            bastore
         8: .line 566
            aload 4 /* temporary */
            iconst_4
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         9: .line 567
            aload 4 /* temporary */
            iconst_5
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            sipush 255
            iand
            i2b
            bastore
        10: .line 570
            aload 4 /* temporary */
            bipush 6
            iconst_0
            bastore
        11: .line 571
            aload 4 /* temporary */
            bipush 7
            iconst_0
            bastore
        12: .line 572
            aload 4 /* temporary */
            bipush 8
            iconst_0
            bastore
        13: .line 575
            aload 4 /* temporary */
            bipush 9
            aload 4 /* temporary */
            iconst_1
            baload
            bastore
        14: .line 576
            aload 4 /* temporary */
            bipush 10
            aload 4 /* temporary */
            iconst_2
            baload
            bastore
        15: .line 577
            aload 4 /* temporary */
            bipush 11
            aload 4 /* temporary */
            iconst_3
            baload
            bastore
        16: .line 579
            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.deliver:([BII)V
        17: .line 580
            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.deliver:([BII)V
        18: .line 581
            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   19     0       this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   19     1     hsFrag  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
            0   19     2     hsBody  [B
            1   19     3     hsType  B
            4   19     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 584
            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 585
            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 586
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 589
      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 hasAlert();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
         0: .line 593
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.iterator:()Ljava/util/Iterator;
            astore 2
            goto 4
      StackMap locals: sun.security.ssl.DTLSOutputRecord$DTLSFragmenter top java.util.Iterator
      StackMap stack:
         1: 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
         2: .line 594
            aload 1 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            getfield sun.security.ssl.ContentType.id:B
            if_icmpne 4
         3: .line 595
            iconst_1
            ireturn
        end local 1 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         4: .line 593
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 599
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.DTLSOutputRecord$DTLSFragmenter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            2    4     1  memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;

  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 603
            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 604
            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 603
            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 608
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         1: .line 609
            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 610
            aload 1 /* memo */
            instanceof sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            ifeq 6
         4: .line 611
            aload 1 /* memo */
            checkcast sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            astore 3 /* hmemo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hmemo
         5: .line 612
            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 609
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 621
            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 622
            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 625
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.shrinkPacketSize:()V
        10: .line 626
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
        11: .line 628
      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 631
            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 632
            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:
  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
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher