* deprecated {@link FileCleaner} is gone. The question is, whether
* we want to support reuse of {@link FileCleaningTracker} instances,
* which we should, IMO, not.
*/
{
theInstance.q = new ReferenceQueue();
theInstance.trackers.clear();
theInstance.exitWhenFinished = false;
theInstance.reaper = null;
}