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

/openjdk9/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));
/openjdk9/jdk/test/java/nio/channels/AsynchronousFileChannel/
H A DLock.java54 LockSlaveMirror slave = startLockSlave();
62 testLockProtocol(blah, slave);
63 testAsyncClose(blah, slave);
69 slave.shutdown();
74 static void testLockProtocol(File file, LockSlaveMirror slave) argument
79 // slave VM opens file and acquires exclusive lock
80 slave.open(file.getPath()).lock();
86 // (lock should not be acquire until released by slave VM)
94 // slave VM releases lock
95 slave
114 testAsyncClose(File file, LockSlaveMirror slave) argument
[all...]
/openjdk9/jdk/test/java/lang/management/ClassLoadingMXBean/
H A DLoadCounts.java122 Slave slave = new Slave(); field in class:Chain

Completed in 45 milliseconds