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 Details

    • Daemons

      public Daemons()
  • Method Details

    • start

      public static void start()
    • stop

      public static void stop()