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

/openjdk7/jdk/test/java/net/Socket/
H A DInheritTimeout.java36 class Reaper extends Thread { class in class:InheritTimeout
40 Reaper(Socket s, int timeout) { method in class:InheritTimeout.Reaper
70 Reaper r = new Reaper(s2, 5000);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DObjectTable.java181 * holding tableLock to ensure that Reaper cannot process weakImpl in between
280 new NewThreadAction(new Reaper(), "Reaper", false));
336 * The Reaper thread waits for notifications that weak references in the
340 * Since the Reaper is created as a non-daemon thread, it also serves
345 private static class Reaper implements Runnable { class in class:ObjectTable

Completed in 95 milliseconds