static int regularGC_interval = 60000; // every minute static int regularGC_firstDelay = 20000; // clean up 20 seconds after loading VM static int regularGC_minPrint = 1000; // print notice to console when GC takes longer than these many ms static volatile java.util.Timer regularGC_timer; static synchronized void regularGC() { if (!_inCore()) ret; // Now doing it in core done2_systemErr_minPrint = regularGC_minPrint; if (regularGC_timer == null) regularGC_timer = doEvery_daemon(regularGC_interval, regularGC_firstDelay, f timedGC); }