class okhttp3.ConnectionPool$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: okhttp3.ConnectionPool$1
  super_class: java.lang.Object
{
  final okhttp3.ConnectionPool this$0;
    descriptor: Lokhttp3/ConnectionPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(okhttp3.ConnectionPool);
    descriptor: (Lokhttp3/ConnectionPool;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.ConnectionPool$1 this
         0: .line 57
            aload 0 /* this */
            aload 1
            putfield okhttp3.ConnectionPool$1.this$0:Lokhttp3/ConnectionPool;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // okhttp3.ConnectionPool$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ConnectionPool$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=1
        start local 0 // okhttp3.ConnectionPool$1 this
         0: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield okhttp3.ConnectionPool$1.this$0:Lokhttp3/ConnectionPool;
            invokestatic java.lang.System.nanoTime:()J
            invokevirtual okhttp3.ConnectionPool.cleanup:(J)J
            lstore 1 /* waitNanos */
        start local 1 // long waitNanos
         1: .line 61
            lload 1 /* waitNanos */
            ldc -1
            lcmp
            ifne 2
            return
         2: .line 62
      StackMap locals: long
      StackMap stack:
            lload 1 /* waitNanos */
            lconst_0
            lcmp
            ifle 0
         3: .line 63
            lload 1 /* waitNanos */
            ldc 1000000
            ldiv
            lstore 3 /* waitMillis */
        start local 3 // long waitMillis
         4: .line 64
            lload 1 /* waitNanos */
            lload 3 /* waitMillis */
            ldc 1000000
            lmul
            lsub
            lstore 1 /* waitNanos */
         5: .line 65
            aload 0 /* this */
            getfield okhttp3.ConnectionPool$1.this$0:Lokhttp3/ConnectionPool;
            dup
            astore 5
            monitorenter
         6: .line 67
            aload 0 /* this */
            getfield okhttp3.ConnectionPool$1.this$0:Lokhttp3/ConnectionPool;
            lload 3 /* waitMillis */
            lload 1 /* waitNanos */
            l2i
            invokevirtual java.lang.Object.wait:(JI)V
         7: .line 68
            goto 9
      StackMap locals: okhttp3.ConnectionPool$1 long long okhttp3.ConnectionPool
      StackMap stack: java.lang.InterruptedException
         8: pop
         9: .line 65
      StackMap locals:
      StackMap stack:
            aload 5
            monitorexit
        10: goto 0
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 5
            monitorexit
        12: athrow
        end local 3 // long waitMillis
        end local 1 // long waitNanos
        end local 0 // okhttp3.ConnectionPool$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lokhttp3/ConnectionPool$1;
            1   13     1   waitNanos  J
            4   13     3  waitMillis  J
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.InterruptedException
           6    10      11  any
          11    12      11  any
}
SourceFile: "ConnectionPool.java"
EnclosingMethod: okhttp3.ConnectionPool
NestHost: okhttp3.ConnectionPool
InnerClasses:
  okhttp3.ConnectionPool$1