Searched defs:go (Results 76 - 87 of 87) sorted by relevance

1234

/openjdk7/jdk/test/java/lang/Thread/
H A DStackTraces.java35 private static Object go = new Object(); field in class:StackTraces
113 synchronized(go) {
115 go.wait();
123 synchronized(go) {
125 go.notifyAll();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DConnectState.java69 abstract String go(SocketChannel sc) throws Exception; method in class:ConnectState.Test
123 note = go(sc);
174 String go(SocketChannel sc) throws Exception {
183 String go(SocketChannel sc) throws Exception {
191 String go(SocketChannel sc) throws Exception {
198 String go(SocketChannel sc) throws Exception {
208 String go(SocketChannel sc) throws Exception {
217 String go(SocketChannel sc) throws Exception {
226 String go(SocketChannel sc) throws Exception {
247 String go(SocketChanne
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DClientAuth.java226 ProviderLoader.go(System.getProperty("CUSTOM_P11_CONFIG"));
235 go();
244 private void go() throws Exception { method in class:ClientAuth
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java292 go(target, expectedEvent, exceptionName,
295 go(target, expectedEvent, exceptionName,
297 go(target, expectedEvent, exceptionName,
299 go(target, expectedEvent, exceptionName,
304 static void go(String target, method in class:ExceptionEvents
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest.java182 private static Object go = new Object(); field in class:LowMemoryTest
191 synchronized (go) {
196 go.wait();
204 go.notify();
/openjdk7/jdk/test/java/util/zip/
H A DFlaterTest.java91 new FlaterTest().go(numThreads);
94 synchronized private void go(int numThreads) throws Throwable { method in class:FlaterTest
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHotSpotAgent.java157 go();
173 go();
192 go();
220 go();
249 go();
312 private void go() { method in class:HotSpotAgent
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DSelectorTest.java116 public void go() throws Exception { method in class:SelectorTest.Client
155 public void go() throws Exception { method in class:SelectorTest.Server
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java331 go();
347 go();
366 go();
395 go();
424 go();
491 private void go() { method in class:BugSpotAgent
/openjdk7/jdk/test/java/lang/management/ThreadMXBean/
H A DSynchronizationStatistics.java52 private static Object go = new Object(); field in class:SynchronizationStatistics
/openjdk7/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java480 final void go() throws Exception { method in class:AsyncCloseAndInterrupt.Tester
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DExecutionManager.java355 * Now that attaches and launches both go through Connectors,
497 public void go() throws NoSessionException, VMNotInterruptedException { method in class:ExecutionManager

Completed in 35 milliseconds

1234