static L allThreadsWithACC() { ret filter(allThreads(), func(Thread t) -> bool { !eqOneOf(threadGroupName(t), "InnocuousThreadGroup", "system") && !eq(className(t), "jdk.internal.misc.InnocuousThread") }); }