class sun.net.www.http.KeepAliveStreamCleaner extends java.util.LinkedList<sun.net.www.http.KeepAliveCleanerEntry> implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.http.KeepAliveStreamCleaner
  super_class: java.util.LinkedList
{
  protected static int MAX_DATA_REMAINING;
    descriptor: I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  protected static int MAX_CAPACITY;
    descriptor: I
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  protected static final int TIMEOUT;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 5000

  private static final int MAX_RETRIES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=0
         0: .line 51
            sipush 512
            putstatic sun.net.www.http.KeepAliveStreamCleaner.MAX_DATA_REMAINING:I
         1: .line 54
            bipush 10
            putstatic sun.net.www.http.KeepAliveStreamCleaner.MAX_CAPACITY:I
         2: .line 65
            new sun.net.www.http.KeepAliveStreamCleaner$1
            dup
            invokespecial sun.net.www.http.KeepAliveStreamCleaner$1.<init>:()V
         3: .line 64
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Integer
         4: .line 68
            invokevirtual java.lang.Integer.intValue:()I
            sipush 1024
         5: .line 64
            imul
            istore 0 /* maxData */
        start local 0 // int maxData
         6: .line 69
            iload 0 /* maxData */
            putstatic sun.net.www.http.KeepAliveStreamCleaner.MAX_DATA_REMAINING:I
         7: .line 73
            new sun.net.www.http.KeepAliveStreamCleaner$2
            dup
            invokespecial sun.net.www.http.KeepAliveStreamCleaner$2.<init>:()V
         8: .line 72
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Integer
         9: .line 76
            invokevirtual java.lang.Integer.intValue:()I
        10: .line 72
            istore 1 /* maxCapacity */
        start local 1 // int maxCapacity
        11: .line 77
            iload 1 /* maxCapacity */
            putstatic sun.net.www.http.KeepAliveStreamCleaner.MAX_CAPACITY:I
        end local 1 // int maxCapacity
        end local 0 // int maxData
        12: .line 79
            return
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            6   12     0      maxData  I
           11   12     1  maxCapacity  I

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStreamCleaner this
         0: .line 46
            aload 0 /* this */
            invokespecial java.util.LinkedList.<init>:()V
            return
        end local 0 // sun.net.www.http.KeepAliveStreamCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/http/KeepAliveStreamCleaner;

  public boolean offer(sun.net.www.http.KeepAliveCleanerEntry);
    descriptor: (Lsun/net/www/http/KeepAliveCleanerEntry;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.http.KeepAliveStreamCleaner this
        start local 1 // sun.net.www.http.KeepAliveCleanerEntry e
         0: .line 84
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.size:()I
            getstatic sun.net.www.http.KeepAliveStreamCleaner.MAX_CAPACITY:I
            if_icmplt 2
         1: .line 85
            iconst_0
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* e */
            invokespecial java.util.LinkedList.offer:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // sun.net.www.http.KeepAliveCleanerEntry e
        end local 0 // sun.net.www.http.KeepAliveStreamCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/http/KeepAliveStreamCleaner;
            0    3     1     e  Lsun/net/www/http/KeepAliveCleanerEntry;
    MethodParameters:
      Name  Flags
      e     

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=1
        start local 0 // sun.net.www.http.KeepAliveStreamCleaner this
         0: .line 93
            aconst_null
            astore 1 /* kace */
        start local 1 // sun.net.www.http.KeepAliveCleanerEntry kace
         1: .line 97
      StackMap locals: sun.net.www.http.KeepAliveCleanerEntry
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         2: .line 98
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 3 /* before */
        start local 3 // long before
         3: .line 99
            ldc 5000
            lstore 5 /* timeout */
        start local 5 // long timeout
         4: .line 100
            goto 13
         5: .line 101
      StackMap locals: sun.net.www.http.KeepAliveStreamCleaner long long
      StackMap stack:
            aload 0 /* this */
            lload 5 /* timeout */
            invokevirtual java.lang.Object.wait:(J)V
         6: .line 103
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 7 /* after */
        start local 7 // long after
         7: .line 104
            lload 7 /* after */
            lload 3 /* before */
            lsub
            lstore 9 /* elapsed */
        start local 9 // long elapsed
         8: .line 105
            lload 9 /* elapsed */
            lload 5 /* timeout */
            lcmp
            ifle 11
         9: .line 107
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.poll:()Ljava/lang/Object;
            checkcast sun.net.www.http.KeepAliveCleanerEntry
            astore 1 /* kace */
        10: .line 108
            goto 14
        11: .line 110
      StackMap locals: long long
      StackMap stack:
            lload 7 /* after */
            lstore 3 /* before */
        12: .line 111
            lload 5 /* timeout */
            lload 9 /* elapsed */
            lsub
            lstore 5 /* timeout */
        end local 9 // long elapsed
        end local 7 // long after
        13: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.poll:()Ljava/lang/Object;
            checkcast sun.net.www.http.KeepAliveCleanerEntry
            dup
            astore 1 /* kace */
            ifnull 5
        end local 5 // long timeout
        end local 3 // long before
        14: .line 97
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        15: goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 2
            monitorexit
        17: athrow
        18: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* kace */
            ifnonnull 20
        19: .line 116
            goto 57
        20: .line 118
      StackMap locals:
      StackMap stack:
            aload 1 /* kace */
            invokevirtual sun.net.www.http.KeepAliveCleanerEntry.getKeepAliveStream:()Lsun/net/www/http/KeepAliveStream;
            astore 2 /* kas */
        start local 2 // sun.net.www.http.KeepAliveStream kas
        21: .line 120
            aload 2 /* kas */
            ifnull 56
        22: .line 121
            aload 2 /* kas */
            dup
            astore 3
            monitorenter
        23: .line 122
            aload 1 /* kace */
            invokevirtual sun.net.www.http.KeepAliveCleanerEntry.getHttpClient:()Lsun/net/www/http/HttpClient;
            astore 4 /* hc */
        start local 4 // sun.net.www.http.HttpClient hc
        24: .line 124
            aload 4 /* hc */
            ifnull 50
            aload 4 /* hc */
            invokevirtual sun.net.www.http.HttpClient.isInKeepAliveCache:()Z
            ifne 50
        25: .line 125
            aload 4 /* hc */
            invokevirtual sun.net.www.http.HttpClient.getReadTimeout:()I
            istore 5 /* oldTimeout */
        start local 5 // int oldTimeout
        26: .line 126
            aload 4 /* hc */
            sipush 5000
            invokevirtual sun.net.www.http.HttpClient.setReadTimeout:(I)V
        27: .line 127
            aload 2 /* kas */
            invokevirtual sun.net.www.http.KeepAliveStream.remainingToRead:()J
            lstore 6 /* remainingToRead */
        start local 6 // long remainingToRead
        28: .line 128
            lload 6 /* remainingToRead */
            lconst_0
            lcmp
            ifle 38
        29: .line 129
            lconst_0
            lstore 8 /* n */
        start local 8 // long n
        30: .line 130
            iconst_0
            istore 10 /* retries */
        start local 10 // int retries
        31: .line 131
            goto 36
        32: .line 132
      StackMap locals: sun.net.www.http.KeepAliveStreamCleaner sun.net.www.http.KeepAliveCleanerEntry sun.net.www.http.KeepAliveStream sun.net.www.http.KeepAliveStream sun.net.www.http.HttpClient int long long int
      StackMap stack:
            lload 6 /* remainingToRead */
            lload 8 /* n */
            lsub
            lstore 6 /* remainingToRead */
        33: .line 133
            aload 2 /* kas */
            lload 6 /* remainingToRead */
            invokevirtual sun.net.www.http.KeepAliveStream.skip:(J)J
            lstore 8 /* n */
        34: .line 134
            lload 8 /* n */
            lconst_0
            lcmp
            ifne 36
        35: .line 135
            iinc 10 /* retries */ 1
        36: .line 131
      StackMap locals:
      StackMap stack:
            lload 8 /* n */
            lload 6 /* remainingToRead */
            lcmp
            ifge 37
            iload 10 /* retries */
            iconst_5
            if_icmplt 32
        37: .line 137
      StackMap locals:
      StackMap stack:
            lload 6 /* remainingToRead */
            lload 8 /* n */
            lsub
            lstore 6 /* remainingToRead */
        end local 10 // int retries
        end local 8 // long n
        38: .line 139
      StackMap locals:
      StackMap stack:
            lload 6 /* remainingToRead */
            lconst_0
            lcmp
            ifne 42
        39: .line 140
            aload 4 /* hc */
            iload 5 /* oldTimeout */
            invokevirtual sun.net.www.http.HttpClient.setReadTimeout:(I)V
        40: .line 141
            aload 4 /* hc */
            invokevirtual sun.net.www.http.HttpClient.finished:()V
        41: .line 142
            goto 50
        42: .line 143
      StackMap locals:
      StackMap stack:
            aload 4 /* hc */
            invokevirtual sun.net.www.http.HttpClient.closeServer:()V
        end local 6 // long remainingToRead
        end local 5 // int oldTimeout
        43: .line 145
            goto 50
      StackMap locals: sun.net.www.http.KeepAliveStreamCleaner sun.net.www.http.KeepAliveCleanerEntry sun.net.www.http.KeepAliveStream sun.net.www.http.KeepAliveStream sun.net.www.http.HttpClient
      StackMap stack: java.io.IOException
        44: pop
        45: .line 146
            aload 4 /* hc */
            invokevirtual sun.net.www.http.HttpClient.closeServer:()V
        46: .line 148
            aload 2 /* kas */
            invokevirtual sun.net.www.http.KeepAliveStream.setClosed:()V
            goto 51
        47: .line 147
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        48: .line 148
            aload 2 /* kas */
            invokevirtual sun.net.www.http.KeepAliveStream.setClosed:()V
        49: .line 149
            aload 11
            athrow
        50: .line 148
      StackMap locals:
      StackMap stack:
            aload 2 /* kas */
            invokevirtual sun.net.www.http.KeepAliveStream.setClosed:()V
        end local 4 // sun.net.www.http.HttpClient hc
        51: .line 121
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        52: goto 56
      StackMap locals:
      StackMap stack: java.lang.Throwable
        53: aload 3
            monitorexit
        54: athrow
        end local 2 // sun.net.www.http.KeepAliveStream kas
        55: .line 152
      StackMap locals: sun.net.www.http.KeepAliveStreamCleaner sun.net.www.http.KeepAliveCleanerEntry
      StackMap stack: java.lang.InterruptedException
            pop
        56: .line 153
      StackMap locals:
      StackMap stack:
            aload 1 /* kace */
            ifnonnull 1
        57: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.net.www.http.KeepAliveCleanerEntry kace
        end local 0 // sun.net.www.http.KeepAliveStreamCleaner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   58     0             this  Lsun/net/www/http/KeepAliveStreamCleaner;
            1   58     1             kace  Lsun/net/www/http/KeepAliveCleanerEntry;
            3   14     3           before  J
            4   14     5          timeout  J
            7   13     7            after  J
            8   13     9          elapsed  J
           21   55     2              kas  Lsun/net/www/http/KeepAliveStream;
           24   51     4               hc  Lsun/net/www/http/HttpClient;
           26   43     5       oldTimeout  I
           28   43     6  remainingToRead  J
           30   38     8                n  J
           31   38    10          retries  I
      Exception table:
        from    to  target  type
           2    15      16  any
          16    17      16  any
          24    43      44  Class java.io.IOException
          24    46      47  any
          23    52      53  any
          53    54      53  any
           1    19      55  Class java.lang.InterruptedException
          20    55      55  Class java.lang.InterruptedException

  public boolean offer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast sun.net.www.http.KeepAliveCleanerEntry
            invokevirtual sun.net.www.http.KeepAliveStreamCleaner.offer:(Lsun/net/www/http/KeepAliveCleanerEntry;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/util/LinkedList<Lsun/net/www/http/KeepAliveCleanerEntry;>;Ljava/lang/Runnable;
SourceFile: "KeepAliveStreamCleaner.java"
NestMembers:
  sun.net.www.http.KeepAliveStreamCleaner$1  sun.net.www.http.KeepAliveStreamCleaner$2
InnerClasses:
  sun.net.www.http.KeepAliveStreamCleaner$1
  sun.net.www.http.KeepAliveStreamCleaner$2