提交 eedf142c 编写于 作者: I igerasim

8211731: Reconsider default option for ClassPathURLCheck change done in JDK-8195874

Reviewed-by: alanb, mchung
上级 f600187d
......@@ -90,7 +90,7 @@ public class URLClassPath {
// This property will be removed in a later release
p = AccessController.doPrivileged(
new GetPropertyAction("jdk.net.URLClassPath.disableClassPathURLCheck"));
new GetPropertyAction("jdk.net.URLClassPath.disableClassPathURLCheck", "true"));
DISABLE_CP_URL_CHECK = p != null ? p.equals("true") || p.isEmpty() : false;
DEBUG_CP_URL_CHECK = "debug".equals(p);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册