/**@class java.lang.Daemons
@extends java.lang.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.

 @hide
*/
var Daemons = {

/**
*/
start : function(  ) {},

/**
*/
stop : function(  ) {},

/**
*/
requestHeapTrim : function(  ) {},

/**
*/
requestGC : function(  ) {},


};