// Invoked by the GC to request that the HeapTrimmerDaemon thread attempt to trim the heap.
 public static void requestGC() {
   GCDaemon.INSTANCE.requestGC();
 }