Searched refs:PhantomLiveRef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DDGCClient.java498 RefEntry.PhantomLiveRef phantom = null;
535 phantom = (RefEntry.PhantomLiveRef)
594 private void processPhantomRefs(RefEntry.PhantomLiveRef phantom) {
618 (RefEntry.PhantomLiveRef) refQueue.poll()) != null);
707 private Set<PhantomLiveRef> refSet = new HashSet<>(5);
738 refSet.add(new PhantomLiveRef(ref));
742 * Remove a PhantomLiveRef from the set of registered instances.
747 public void removeInstanceFromRefSet(PhantomLiveRef phantom) {
791 * PhantomLiveRef is a PhantomReference to a LiveRef instance,
795 private class PhantomLiveRef extend class in class:DGCClient.EndpointEntry.RefEntry
797 public PhantomLiveRef(LiveRef ref) { method in class:DGCClient.EndpointEntry.RefEntry.PhantomLiveRef
[all...]

Completed in 3624 milliseconds