Lines Matching refs:Constructor
21 import java.lang.reflect.Constructor;
35 Constructor constructor = in main()
72 private static void stressTest(Constructor constructor) throws Exception { in stressTest()
81 private static void testUnloadClass(Constructor constructor) throws Exception { in testUnloadClass()
92 private static void testUnloadLoader(Constructor constructor) in testUnloadLoader()
101 private static void testStackTrace(Constructor constructor) throws Exception { in testStackTrace()
111 private static void testLoadAndUnloadLibrary(Constructor constructor) throws Exception { in testLoadAndUnloadLibrary()
119 private static void testNoUnloadInvoke(Constructor constructor) throws Exception { in testNoUnloadInvoke()
129 private static void testNoUnloadInstance(Constructor constructor) throws Exception { in testNoUnloadInstance()
140 private static WeakReference<Class> setUpUnloadClass(Constructor constructor) throws Exception { in setUpUnloadClass()
155 private static WeakReference<ClassLoader> setUpUnloadLoader(Constructor constructor, in setUpUnloadLoader()
178 private static WeakReference<ClassLoader> setUpLoadLibrary(Constructor constructor) in setUpLoadLibrary()