class sun.net.www.http.KeepAliveEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.http.KeepAliveEntry
  super_class: java.lang.Object
{
  sun.net.www.http.HttpClient hc;
    descriptor: Lsun/net/www/http/HttpClient;
    flags: (0x0000) 

  long idleStartTime;
    descriptor: J
    flags: (0x0000) 

  void <init>(sun.net.www.http.HttpClient, long);
    descriptor: (Lsun/net/www/http/HttpClient;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.net.www.http.KeepAliveEntry this
        start local 1 // sun.net.www.http.HttpClient hc
        start local 2 // long idleStartTime
         0: .line 336
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 337
            aload 0 /* this */
            aload 1 /* hc */
            putfield sun.net.www.http.KeepAliveEntry.hc:Lsun/net/www/http/HttpClient;
         2: .line 338
            aload 0 /* this */
            lload 2 /* idleStartTime */
            putfield sun.net.www.http.KeepAliveEntry.idleStartTime:J
         3: .line 339
            return
        end local 2 // long idleStartTime
        end local 1 // sun.net.www.http.HttpClient hc
        end local 0 // sun.net.www.http.KeepAliveEntry this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lsun/net/www/http/KeepAliveEntry;
            0    4     1             hc  Lsun/net/www/http/HttpClient;
            0    4     2  idleStartTime  J
    MethodParameters:
               Name  Flags
      hc             
      idleStartTime  
}
SourceFile: "KeepAliveCache.java"