Object obj = ....; WeakReference ref = new WeakReference(obj); obj = null; assertGC ("The object can be released", ref);