Lines Matching refs:Constructor

21 import java.lang.reflect.Constructor;
35 Constructor<?> constructor = in main()
78 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest()
95 private static void testUnloadClass(Constructor<?> constructor) throws Exception { in testUnloadClass()
106 private static void testUnloadLoader(Constructor<?> constructor) in testUnloadLoader()
115 private static void testStackTrace(Constructor<?> constructor) throws Exception { in testStackTrace()
127 private static void testLoadAndUnloadLibrary(Constructor<?> constructor) throws Exception { in testLoadAndUnloadLibrary()
150 private static Pair testNoUnloadInstanceHelper(Constructor<?> constructor) throws Exception { in testNoUnloadInstanceHelper()
157 private static void testNoUnloadInstance(Constructor<?> constructor) throws Exception { in testNoUnloadInstance()
165 private static Class<?> setUpUnloadClass(Constructor<?> constructor) throws Exception { in setUpUnloadClass()
180 private static Object allocObjectInOtherClassLoader(Constructor<?> constructor) in allocObjectInOtherClassLoader()
188 private static void testStickyUnload(Constructor<?> constructor) throws Exception { in testStickyUnload()
204 private static WeakReference<Class> setUpUnloadClassWeak(Constructor<?> constructor) in setUpUnloadClassWeak()
209 private static WeakReference<ClassLoader> setUpUnloadLoader(Constructor<?> constructor, in setUpUnloadLoader()
232 private static WeakReference<ClassLoader> setUpLoadLibrary(Constructor<?> constructor) in setUpLoadLibrary()