Searched defs:GC (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/misc/
H A DGC.java41 public class GC { class
43 private GC() { } /* To prevent instantiation */ method in class:GC
96 GC.daemon = null;
104 * we sample the inspection age and the time the GC
126 super(tg, "GC Daemon");
141 GC.daemon = d;

Completed in 26 milliseconds