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