public static void stop() {
   ReferenceQueueDaemon.INSTANCE.stop();
   FinalizerDaemon.INSTANCE.stop();
   FinalizerWatchdogDaemon.INSTANCE.stop();
   HeapTrimmerDaemon.INSTANCE.stop();
   GCDaemon.INSTANCE.stop();
 }