final class jdk.incubator.http.ConnectionPool$CacheCleaner extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.ConnectionPool$CacheCleaner
  super_class: java.lang.Thread
{
  volatile boolean stopping;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  final jdk.incubator.http.ConnectionPool this$0;
    descriptor: Ljdk/incubator/http/ConnectionPool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.ConnectionPool);
    descriptor: (Ljdk/incubator/http/ConnectionPool;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
         0: .line 184
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.ConnectionPool$CacheCleaner.this$0:Ljdk/incubator/http/ConnectionPool;
         1: .line 185
            aload 0 /* this */
            aconst_null
            aconst_null
            ldc "HTTP-Cache-cleaner"
            lconst_0
            iconst_0
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;JZ)V
         2: .line 186
            aload 0 /* this */
            iconst_1
            invokevirtual jdk.incubator.http.ConnectionPool$CacheCleaner.setDaemon:(Z)V
         3: .line 187
            return
        end local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/ConnectionPool$CacheCleaner;
    MethodParameters:
        Name  Flags
      this$0  final

  synchronized boolean stopping();
    descriptor: ()Z
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
         0: .line 190
            aload 0 /* this */
            getfield jdk.incubator.http.ConnectionPool$CacheCleaner.stopping:Z
            ireturn
        end local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/ConnectionPool$CacheCleaner;

  synchronized void stopCleaner();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
         0: .line 194
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.ConnectionPool$CacheCleaner.stopping:Z
         1: .line 195
            return
        end local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/ConnectionPool$CacheCleaner;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
         0: .line 199
            goto 5
         1: .line 201
      StackMap locals:
      StackMap stack:
            ldc 3000
            invokestatic java.lang.Thread.sleep:(J)V
         2: .line 202
            goto 4
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
         3: pop
         4: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ConnectionPool$CacheCleaner.this$0:Ljdk/incubator/http/ConnectionPool;
            invokevirtual jdk.incubator.http.ConnectionPool.cleanCache:()V
         5: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ConnectionPool$CacheCleaner.stopping:()Z
            ifeq 1
         6: .line 205
            return
        end local 0 // jdk.incubator.http.ConnectionPool$CacheCleaner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/ConnectionPool$CacheCleaner;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException
}
SourceFile: "ConnectionPool.java"
NestHost: jdk.incubator.http.ConnectionPool
InnerClasses:
  final CacheCleaner = jdk.incubator.http.ConnectionPool$CacheCleaner of jdk.incubator.http.ConnectionPool