Searched refs:thread_set (Results 1 – 1 of 1) sorted by relevance
173 Set<Thread> thread_set = new HashSet<>(Arrays.asList(all_threads)); in doRedefinition() local175 thread_set.remove(Thread.currentThread()); in doRedefinition()179 thread_set.remove(null); in doRedefinition()181 Suspension.suspendList(thread_set.toArray(new Thread[0])); in doRedefinition()189 UpdateFieldValuesAndResumeThreads(thread_set.toArray(new Thread[0]), in doRedefinition()