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

/openjdk7/jdk/test/com/sun/jdi/
H A DJdbMethodExitTest.sh72 public static Thread threadValue;
93 public Thread i_threadf() { return threadValue = Thread.currentThread(); }
95 { return threadGroupValue = threadValue.getThreadGroup(); }
H A DEarlyReturnNegativeTest.java86 public static Thread threadValue = Thread.currentThread(); field in class:EarlyReturnNegativeTarg
87 public static ThreadGroup threadGroupValue = threadValue.getThreadGroup();
113 public Thread i_threadf() { return threadValue; }
H A DMethodExitReturnValuesTest.java75 public static Thread threadValue; field in class:MethodExitReturnValuesTarg
111 public static Thread s_threadf() { threadValue = Thread.currentThread();
112 return threadValue; }
114 { threadGroupValue = threadValue.getThreadGroup();
134 public Thread i_threadf() { return threadValue; }
396 Field theValueField = targetClass.fieldByName("threadValue");
H A DEarlyReturnTest.java91 public static Thread threadValue = Thread.currentThread(); field in class:EarlyReturnTarg
92 public static ThreadGroup threadGroupValue = threadValue.getThreadGroup();
179 public static Thread s_threadf() { return threadValue; }
200 public Thread i_threadf() { return threadValue; }

Completed in 32 milliseconds