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

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DCloseRegisteredChannel.java45 SocketChannel slave = server.accept ();
46 slave.configureBlocking (true);
56 int nb = slave.read (ByteBuffer.allocate (1024));
/openjdk7/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLock.java53 LockSlaveMirror slave = startLockSlave();
61 testLockProtocol(blah, slave);
62 testAsyncClose(blah, slave);
68 slave.shutdown();
73 static void testLockProtocol(File file, LockSlaveMirror slave) argument
78 // slave VM opens file and acquires exclusive lock
79 slave.open(file.getPath()).lock();
85 // (lock should not be acquire until released by slave VM)
93 // slave VM releases lock
94 slave
113 testAsyncClose(File file, LockSlaveMirror slave) argument
[all...]
/openjdk7/jdk/test/java/lang/management/ClassLoadingMXBean/
H A DLoadCounts.java117 Slave slave = new Slave(); field in class:Chain

Completed in 62 milliseconds