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

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DCheckLocking.java26 * @run main/timeout=15 CheckLocking
35 public class CheckLocking implements Runnable { class in inherits:Runnable
39 public CheckLocking() { method in class:CheckLocking
51 Thread thread = new Thread(new CheckLocking());

Completed in 28 milliseconds