Searched refs:pr (Results 1 – 1 of 1) sorted by relevance
176 MyPhantomReference pr = (MyPhantomReference) ref; in emptyAndCheckQueues() local177 CheckOKToClearPhantom(pr.n); in emptyAndCheckQueues()178 if (phantomRefs.remove(Integer.valueOf(pr.n)) != ref) { in emptyAndCheckQueues()179 System.out.println("Missing PhantomReference: " + pr.n); in emptyAndCheckQueues()272 for (MyPhantomReference pr : phantomRefs.values()) { in testLoop()273 System.out.print(" " + pr.n); in testLoop()