class org.codehaus.plexus.util.SweeperPool$Sweeper implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.codehaus.plexus.util.SweeperPool$Sweeper
  super_class: java.lang.Object
{
  private final transient org.codehaus.plexus.util.SweeperPool pool;
    descriptor: Lorg/codehaus/plexus/util/SweeperPool;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT

  private transient boolean service;
    descriptor: Z
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private final transient int sweepInterval;
    descriptor: I
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT

  private transient java.lang.Thread t;
    descriptor: Ljava/lang/Thread;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public void <init>(org.codehaus.plexus.util.SweeperPool, int);
    descriptor: (Lorg/codehaus/plexus/util/SweeperPool;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
        start local 1 // org.codehaus.plexus.util.SweeperPool pool
        start local 2 // int sweepInterval
         0: .line 274
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 263
            aload 0 /* this */
            iconst_0
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.service:Z
         2: .line 267
            aload 0 /* this */
            aconst_null
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.t:Ljava/lang/Thread;
         3: .line 275
            aload 0 /* this */
            iload 2 /* sweepInterval */
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.sweepInterval:I
         4: .line 276
            aload 0 /* this */
            aload 1 /* pool */
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.pool:Lorg/codehaus/plexus/util/SweeperPool;
         5: .line 277
            return
        end local 2 // int sweepInterval
        end local 1 // org.codehaus.plexus.util.SweeperPool pool
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;
            0    6     1           pool  Lorg/codehaus/plexus/util/SweeperPool;
            0    6     2  sweepInterval  I
    MethodParameters:
               Name  Flags
      pool           
      sweepInterval  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
         0: .line 286
            aload 0 /* this */
            ldc "started"
            invokevirtual org.codehaus.plexus.util.SweeperPool$Sweeper.debug:(Ljava/lang/String;)V
         1: .line 288
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.sweepInterval:I
            ifle 13
         2: .line 290
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         3: .line 292
            goto 8
         4: .line 298
      StackMap locals: org.codehaus.plexus.util.SweeperPool$Sweeper
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.sweepInterval:I
            sipush 1000
            imul
            i2l
            invokevirtual java.lang.Object.wait:(J)V
         5: .line 299
            goto 7
         6: .line 300
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         7: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.codehaus.plexus.util.SweeperPool$Sweeper.runSweep:()V
         8: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.service:Z
            ifne 4
         9: .line 290
            aload 1
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 1
            monitorexit
        12: athrow
        13: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "stopped"
            invokevirtual org.codehaus.plexus.util.SweeperPool$Sweeper.debug:(Ljava/lang/String;)V
        14: .line 309
            return
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.InterruptedException
           3    10      11  any
          11    12      11  any

  public void start();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
         0: .line 313
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.service:Z
            ifne 5
         1: .line 315
            aload 0 /* this */
            iconst_1
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.service:Z
         2: .line 316
            aload 0 /* this */
            new java.lang.Thread
            dup
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:(Ljava/lang/Runnable;)V
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.t:Ljava/lang/Thread;
         3: .line 317
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.t:Ljava/lang/Thread;
            ldc "Sweeper"
            invokevirtual java.lang.Thread.setName:(Ljava/lang/String;)V
         4: .line 318
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.t:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.start:()V
         5: .line 320
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;

  public synchronized void stop();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
         0: .line 324
            aload 0 /* this */
            iconst_0
            putfield org.codehaus.plexus.util.SweeperPool$Sweeper.service:Z
         1: .line 325
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
         2: .line 326
            return
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;

  void join();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
         0: .line 331
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.t:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.join:()V
         1: .line 332
            return
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;
    Exceptions:
      throws java.lang.InterruptedException

  boolean hasStopped();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
         0: .line 336
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.service:Z
            ifne 1
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.t:Ljava/lang/Thread;
            invokevirtual java.lang.Thread.isAlive:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;

  private final void debug(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
        start local 1 // java.lang.String msg
         0: .line 345
            return
        end local 1 // java.lang.String msg
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;
            0    1     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  private void runSweep();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
         0: .line 349
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "runningSweep. time="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.lang.System.currentTimeMillis:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.codehaus.plexus.util.SweeperPool$Sweeper.debug:(Ljava/lang/String;)V
         1: .line 350
            aload 0 /* this */
            getfield org.codehaus.plexus.util.SweeperPool$Sweeper.pool:Lorg/codehaus/plexus/util/SweeperPool;
            invokevirtual org.codehaus.plexus.util.SweeperPool.trim:()V
         2: .line 351
            return
        end local 0 // org.codehaus.plexus.util.SweeperPool$Sweeper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/codehaus/plexus/util/SweeperPool$Sweeper;
}
SourceFile: "SweeperPool.java"
NestHost: org.codehaus.plexus.util.SweeperPool
InnerClasses:
  private Sweeper = org.codehaus.plexus.util.SweeperPool$Sweeper of org.codehaus.plexus.util.SweeperPool