Searched refs:toBeGCed (Results 1 – 2 of 2) sorted by relevance
154 Object toBeGCed = new Object(); in testCancellationWithReferencedObject() local155 WeakReference<Object> ref = new WeakReference<>(toBeGCed); in testCancellationWithReferencedObject()166 serializer.submit(toStringCallable(toBeGCed), directExecutor()).cancel(true); in testCancellationWithReferencedObject()167 toBeGCed = null; in testCancellationWithReferencedObject()