class sun.net.www.http.ClientVector extends java.util.ArrayDeque<sun.net.www.http.KeepAliveEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.http.ClientVector
  super_class: java.util.ArrayDeque
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8680532108106489459

  int nap;
    descriptor: I
    flags: (0x0000) 

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.http.ClientVector this
        start local 1 // int nap
         0: .line 226
            aload 0 /* this */
            invokespecial java.util.ArrayDeque.<init>:()V
         1: .line 227
            aload 0 /* this */
            iload 1 /* nap */
            putfield sun.net.www.http.ClientVector.nap:I
         2: .line 228
            return
        end local 1 // int nap
        end local 0 // sun.net.www.http.ClientVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/http/ClientVector;
            0    3     1   nap  I
    MethodParameters:
      Name  Flags
      nap   

  synchronized sun.net.www.http.HttpClient get();
    descriptor: ()Lsun/net/www/http/HttpClient;
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.net.www.http.ClientVector this
         0: .line 231
            aload 0 /* this */
            invokevirtual sun.net.www.http.ClientVector.isEmpty:()Z
            ifeq 2
         1: .line 232
            aconst_null
            areturn
         2: .line 236
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* hc */
        start local 1 // sun.net.www.http.HttpClient hc
         3: .line 237
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 2 /* currentTime */
        start local 2 // long currentTime
         4: .line 239
      StackMap locals: sun.net.www.http.HttpClient long
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.http.ClientVector.pop:()Ljava/lang/Object;
            checkcast sun.net.www.http.KeepAliveEntry
            astore 4 /* e */
        start local 4 // sun.net.www.http.KeepAliveEntry e
         5: .line 240
            lload 2 /* currentTime */
            aload 4 /* e */
            getfield sun.net.www.http.KeepAliveEntry.idleStartTime:J
            lsub
            aload 0 /* this */
            getfield sun.net.www.http.ClientVector.nap:I
            i2l
            lcmp
            ifle 8
         6: .line 241
            aload 4 /* e */
            getfield sun.net.www.http.KeepAliveEntry.hc:Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.closeServer:()V
         7: .line 242
            goto 9
         8: .line 243
      StackMap locals: sun.net.www.http.KeepAliveEntry
      StackMap stack:
            aload 4 /* e */
            getfield sun.net.www.http.KeepAliveEntry.hc:Lsun/net/www/http/HttpClient;
            astore 1 /* hc */
        end local 4 // sun.net.www.http.KeepAliveEntry e
         9: .line 245
      StackMap locals:
      StackMap stack:
            aload 1 /* hc */
            ifnonnull 10
            aload 0 /* this */
            invokevirtual sun.net.www.http.ClientVector.isEmpty:()Z
            ifeq 4
        10: .line 246
      StackMap locals:
      StackMap stack:
            aload 1 /* hc */
            areturn
        end local 2 // long currentTime
        end local 1 // sun.net.www.http.HttpClient hc
        end local 0 // sun.net.www.http.ClientVector this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lsun/net/www/http/ClientVector;
            3   11     1           hc  Lsun/net/www/http/HttpClient;
            4   11     2  currentTime  J
            5    9     4            e  Lsun/net/www/http/KeepAliveEntry;

  synchronized void put(sun.net.www.http.HttpClient);
    descriptor: (Lsun/net/www/http/HttpClient;)V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.net.www.http.ClientVector this
        start local 1 // sun.net.www.http.HttpClient h
         0: .line 251
            aload 0 /* this */
            invokevirtual sun.net.www.http.ClientVector.size:()I
            invokestatic sun.net.www.http.KeepAliveCache.getMaxConnections:()I
            if_icmplt 3
         1: .line 252
            aload 1 /* h */
            invokevirtual sun.net.www.http.HttpClient.closeServer:()V
         2: .line 253
            goto 4
         3: .line 254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.net.www.http.KeepAliveEntry
            dup
            aload 1 /* h */
            invokestatic java.lang.System.currentTimeMillis:()J
            invokespecial sun.net.www.http.KeepAliveEntry.<init>:(Lsun/net/www/http/HttpClient;J)V
            invokevirtual sun.net.www.http.ClientVector.push:(Ljava/lang/Object;)V
         4: .line 256
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.net.www.http.HttpClient h
        end local 0 // sun.net.www.http.ClientVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/http/ClientVector;
            0    5     1     h  Lsun/net/www/http/HttpClient;
    MethodParameters:
      Name  Flags
      h     

  synchronized boolean remove(sun.net.www.http.HttpClient);
    descriptor: (Lsun/net/www/http/HttpClient;)Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // sun.net.www.http.ClientVector this
        start local 1 // sun.net.www.http.HttpClient h
         0: .line 260
            aload 0 /* this */
            invokevirtual sun.net.www.http.ClientVector.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: sun.net.www.http.ClientVector sun.net.www.http.HttpClient top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.net.www.http.KeepAliveEntry
            astore 2 /* curr */
        start local 2 // sun.net.www.http.KeepAliveEntry curr
         2: .line 261
            aload 2 /* curr */
            getfield sun.net.www.http.KeepAliveEntry.hc:Lsun/net/www/http/HttpClient;
            aload 1 /* h */
            if_acmpne 4
         3: .line 262
            aload 0 /* this */
            aload 2 /* curr */
            invokespecial java.util.ArrayDeque.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // sun.net.www.http.KeepAliveEntry curr
         4: .line 260
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 265
            iconst_0
            ireturn
        end local 1 // sun.net.www.http.HttpClient h
        end local 0 // sun.net.www.http.ClientVector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/net/www/http/ClientVector;
            0    6     1     h  Lsun/net/www/http/HttpClient;
            2    4     2  curr  Lsun/net/www/http/KeepAliveEntry;
    MethodParameters:
      Name  Flags
      h     

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.http.ClientVector this
        start local 1 // java.io.ObjectOutputStream stream
         0: .line 272
            new java.io.NotSerializableException
            dup
            invokespecial java.io.NotSerializableException.<init>:()V
            athrow
        end local 1 // java.io.ObjectOutputStream stream
        end local 0 // sun.net.www.http.ClientVector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/net/www/http/ClientVector;
            0    1     1  stream  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      stream  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.http.ClientVector this
        start local 1 // java.io.ObjectInputStream stream
         0: .line 278
            new java.io.NotSerializableException
            dup
            invokespecial java.io.NotSerializableException.<init>:()V
            athrow
        end local 1 // java.io.ObjectInputStream stream
        end local 0 // sun.net.www.http.ClientVector this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/net/www/http/ClientVector;
            0    1     1  stream  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      stream  
}
Signature: Ljava/util/ArrayDeque<Lsun/net/www/http/KeepAliveEntry;>;
SourceFile: "KeepAliveCache.java"