Searched defs:slave (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/management/ClassLoadingMXBean/
H A DLoadCounts.java117 Slave slave = new Slave(); field in class:Chain
/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...]

Completed in 46 milliseconds