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 335
            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 336
            aload 0 /* this */
         2: .line 337
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
         3: .line 338
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         4: .line 339
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.messageSequence:I
         5: .line 340
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         6: .line 352
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
         7: .line 335
            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 358
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 4
         1: .line 359
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
         2: .line 360
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 361
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         4: .line 364
      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 366
            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 367
            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 368
            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 369
            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 370
            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 372
            aload 4 /* memo */
            aload 1 /* buf */
            iload 2 /* offset */
            baload
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        11: .line 373
            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 374
            aload 4 /* memo */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        13: .line 375
            aload 4 /* memo */
            iload 3 /* length */
            iconst_4
            isub
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
        14: .line 378
            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 380
            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 381
            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 383
            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 384
            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 385
            aload 4 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
        20: .line 386
            getstatic sun.security.ssl.SSLHandshake.HELLO_VERIFY_REQUEST:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
        21: .line 385
            if_icmpeq 24
        22: .line 387
            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 388
            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 390
      StackMap locals: sun.security.ssl.DTLSOutputRecord$HandshakeMemo
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
        25: .line 392
      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 397
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
            ifeq 4
         1: .line 398
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.handshakeMemos:Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.clear:()V
         2: .line 399
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         3: .line 400
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.flightIsReady:Z
         4: .line 403
      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 405
            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 406
            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 407
            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 408
            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 409
            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 411
            aload 1 /* memo */
            iconst_1
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
        11: .line 412
            aload 1 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iconst_1
            bastore
        12: .line 414
            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 415
            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 418
            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 420
            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 421
            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 422
            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 423
            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 424
            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 426
            aload 3 /* memo */
            iconst_2
            newarray 8
            putfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
         7: .line 427
            aload 3 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_0
            iload 1 /* level */
            bastore
         8: .line 428
            aload 3 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.fragment:[B
            iconst_1
            iload 2 /* description */
            bastore
         9: .line 430
            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 431
            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 434
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isEmpty:()Z
            ifeq 5
         1: .line 435
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.isRetransmittable:()Z
            ifeq 4
         2: .line 436
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.setRetransmission:()V
         3: .line 437
            goto 5
         4: .line 438
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         5: .line 442
      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 443
            aconst_null
            astore 3 /* hsMemo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hsMemo
         7: .line 444
            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 445
            aload 2 /* memo */
            checkcast sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            astore 3 /* hsMemo */
         9: .line 451
      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 452
            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 453
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        12: .line 454
            iload 4 /* fragLen */
            bipush 25
        13: .line 453
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.calculateFragmentSize:(II)I
            istore 4 /* fragLen */
        14: .line 457
            iload 4 /* fragLen */
            sipush 16384
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* fragLen */
        15: .line 458
            goto 17
        end local 4 // int fragLen
        16: .line 459
      StackMap locals:
      StackMap stack:
            sipush 16384
            istore 4 /* fragLen */
        start local 4 // int fragLen
        17: .line 462
      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 19
        18: .line 463
            iload 4 /* 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 4 /* fragLen */
        19: .line 466
      StackMap locals:
      StackMap stack:
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 5 /* dstPos */
        start local 5 // int dstPos
        20: .line 467
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 6 /* dstLim */
        start local 6 // int dstLim
        21: .line 468
            iload 5 /* dstPos */
            bipush 13
            iadd
        22: .line 469
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
            invokevirtual sun.security.ssl.SSLCipher$SSLWriteCipher.getExplicitNonceSize:()I
        23: .line 468
            iadd
            istore 7 /* dstContent */
        start local 7 // int dstContent
        24: .line 470
            aload 1 /* dstBuf */
            iload 7 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        25: .line 472
            aload 3 /* hsMemo */
            ifnull 43
        26: .line 473
            iload 4 /* fragLen */
        27: .line 474
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.fragment:[B
            arraylength
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            isub
        28: .line 473
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* fragLen */
        29: .line 476
            aload 1 /* dstBuf */
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        30: .line 477
            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
        31: .line 478
            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
        32: .line 479
            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
        33: .line 480
            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
        34: .line 481
            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
        35: .line 482
            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
        36: .line 483
            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
        37: .line 484
            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
        38: .line 485
            aload 1 /* dstBuf */
            iload 4 /* fragLen */
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        39: .line 486
            aload 1 /* dstBuf */
            iload 4 /* fragLen */
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        40: .line 487
            aload 1 /* dstBuf */
            iload 4 /* fragLen */
            sipush 255
            iand
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        41: .line 488
            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
        42: .line 489
            goto 45
        43: .line 490
      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 */
        44: .line 491
            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
        45: .line 494
      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
        46: .line 495
            aload 1 /* dstBuf */
            iload 7 /* dstContent */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        47: .line 497
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 53
            ldc "record"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 53
        48: .line 499
            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;
        49: .line 500
            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;
        50: .line 501
            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;
        51: .line 499
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
        52: .line 498
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        53: .line 505
      StackMap locals:
      StackMap stack:
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.encodeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
        54: .line 506
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
            aload 1 /* dstBuf */
        55: .line 507
            iload 5 /* dstPos */
            iload 6 /* dstLim */
            bipush 13
        56: .line 508
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.majorVersion:B
        57: .line 509
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.minorVersion:B
        58: .line 508
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(BB)Lsun/security/ssl/ProtocolVersion;
        59: .line 505
            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
        60: .line 511
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 66
            ldc "packet"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 66
        61: .line 512
            aload 1 /* dstBuf */
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            astore 10 /* temporary */
        start local 10 // java.nio.ByteBuffer temporary
        62: .line 513
            aload 10 /* temporary */
            aload 10 /* temporary */
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        63: .line 514
            aload 10 /* temporary */
            iload 5 /* dstPos */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        64: .line 516
            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
        65: .line 515
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 10 // java.nio.ByteBuffer temporary
        66: .line 520
      StackMap locals: long
      StackMap stack:
            aload 1 /* dstBuf */
            iload 6 /* dstLim */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
        67: .line 523
            aload 3 /* hsMemo */
            ifnull 74
        68: .line 524
            aload 3 /* hsMemo */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
            iload 4 /* fragLen */
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.acquireOffset:I
        69: .line 525
            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 71
        70: .line 526
            aload 0 /* this */
            dup
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
            iconst_1
            iadd
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
        71: .line 529
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.Ciphertext
            dup
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.contentType:B
        72: .line 530
            aload 3 /* hsMemo */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            lload 8 /* recordSN */
        73: .line 529
            invokespecial sun.security.ssl.Ciphertext.<init>:(BBJ)V
            areturn
        74: .line 532
      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 77
        75: .line 533
            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 77
        76: .line 534
            aload 0 /* this */
            getfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.this$0:Lsun/security/ssl/DTLSOutputRecord;
            invokevirtual sun.security.ssl.DTLSOutputRecord.close:()V
        77: .line 537
      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
        78: .line 538
            new sun.security.ssl.Ciphertext
            dup
            aload 2 /* memo */
            getfield sun.security.ssl.DTLSOutputRecord$RecordMemo.contentType:B
        79: .line 539
            getstatic sun.security.ssl.SSLHandshake.NOT_APPLICABLE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            lload 8 /* recordSN */
        80: .line 538
            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   81     0        this  Lsun/security/ssl/DTLSOutputRecord$DTLSFragmenter;
            0   81     1      dstBuf  Ljava/nio/ByteBuffer;
            6   81     2        memo  Lsun/security/ssl/DTLSOutputRecord$RecordMemo;
            7   81     3      hsMemo  Lsun/security/ssl/DTLSOutputRecord$HandshakeMemo;
           11   16     4     fragLen  I
           17   81     4     fragLen  I
           20   81     5      dstPos  I
           21   81     6      dstLim  I
           24   81     7  dstContent  I
           60   81     8    recordSN  J
           62   66    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 545
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            istore 3 /* hsType */
        start local 3 // byte hsType
         1: .line 546
            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 548
            return
         3: .line 552
      StackMap locals: int
      StackMap stack:
            bipush 12
            newarray 8
            astore 4 /* temporary */
        start local 4 // byte[] temporary
         4: .line 555
            aload 4 /* temporary */
            iconst_0
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.handshakeType:B
            bastore
         5: .line 558
            aload 4 /* temporary */
            iconst_1
            aload 2 /* hsBody */
            arraylength
            bipush 16
            ishr
            sipush 255
            iand
            i2b
            bastore
         6: .line 559
            aload 4 /* temporary */
            iconst_2
            aload 2 /* hsBody */
            arraylength
            bipush 8
            ishr
            sipush 255
            iand
            i2b
            bastore
         7: .line 560
            aload 4 /* temporary */
            iconst_3
            aload 2 /* hsBody */
            arraylength
            sipush 255
            iand
            i2b
            bastore
         8: .line 563
            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 564
            aload 4 /* temporary */
            iconst_5
            aload 1 /* hsFrag */
            getfield sun.security.ssl.DTLSOutputRecord$HandshakeMemo.messageSequence:I
            sipush 255
            iand
            i2b
            bastore
        10: .line 567
            aload 4 /* temporary */
            bipush 6
            iconst_0
            bastore
        11: .line 568
            aload 4 /* temporary */
            bipush 7
            iconst_0
            bastore
        12: .line 569
            aload 4 /* temporary */
            bipush 8
            iconst_0
            bastore
        13: .line 572
            aload 4 /* temporary */
            bipush 9
            aload 4 /* temporary */
            iconst_1
            baload
            bastore
        14: .line 573
            aload 4 /* temporary */
            bipush 10
            aload 4 /* temporary */
            iconst_2
            baload
            bastore
        15: .line 574
            aload 4 /* temporary */
            bipush 11
            aload 4 /* temporary */
            iconst_3
            baload
            bastore
        16: .line 576
            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 577
            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 578
            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 581
            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 582
            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 583
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         3: .line 586
      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 590
            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 591
            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 592
            iconst_1
            ireturn
        end local 1 // sun.security.ssl.DTLSOutputRecord$RecordMemo memo
         4: .line 590
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 596
            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 600
            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 601
            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 600
            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 605
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.acquireIndex:I
         1: .line 606
            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 607
            aload 1 /* memo */
            instanceof sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            ifeq 6
         4: .line 608
            aload 1 /* memo */
            checkcast sun.security.ssl.DTLSOutputRecord$HandshakeMemo
            astore 3 /* hmemo */
        start local 3 // sun.security.ssl.DTLSOutputRecord$HandshakeMemo hmemo
         5: .line 609
            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 606
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 618
            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 619
            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 622
            aload 0 /* this */
            invokevirtual sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.shrinkPacketSize:()V
        10: .line 623
            aload 0 /* this */
            iconst_2
            putfield sun.security.ssl.DTLSOutputRecord$DTLSFragmenter.retransmits:I
        11: .line 625
      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 628
            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 629
            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