提交 6535c4cb 编写于 作者: C chegar

6775145: ClassLoaderUtil.releaseLoader calls System.out.println ("classLoader = " + classLoader)

Summary: Remove System.out debugging statements
Reviewed-by: michaelm
上级 4ef33f3b
......@@ -77,8 +77,6 @@ public class ClassLoaderUtil {
jarsClosed.clear();
}
System.out.println ("classLoader = " + classLoader);
System.out.println ("SharedSecrets.getJavaNetAccess()="+SharedSecrets.getJavaNetAccess());
URLClassPath ucp = SharedSecrets.getJavaNetAccess()
.getURLClassPath(classLoader);
ArrayList loaders = ucp.loaders;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册