static L onlyJavaXClassLoaders(Collection l) { ret filter(l, func(ClassLoader c) -> bool { startsWith(className(c), "main$JavaXClassLoader") }); }