com.sun.squawk
Class GarbageCollector
java.lang.Object
com.sun.squawk.GarbageCollector
- All Implemented Interfaces:
- com.sun.squawk.pragma.GlobalStaticFields
- Direct Known Subclasses:
- CheneyCollector, Lisp2Collector, Lisp2GenerationalCollector
public abstract class GarbageCollector
- extends Object
- implements com.sun.squawk.pragma.GlobalStaticFields
Base class for all garbage collectors.
- Author:
- Nik Shaylor, Doug Simon
references
protected Ref references
- List of weak references.
finalizers
protected Finalizer finalizers
- Queue of pending finalizers.
GarbageCollector
public GarbageCollector()
Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.