Package java.lang
Class Daemons
- java.lang.Object
-
- java.lang.Daemons
-
public final class Daemons extends Object
Calls Object.finalize() on objects in the finalizer reference queue. The VM will abort if any finalize() call takes more than the maximum finalize time to complete.
-
-
Constructor Summary
Constructors Constructor Description Daemons()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrequestGC()static voidrequestHeapTrim()static voidstart()static voidstop()
-