提交 20b983bb 编写于 作者: A aefimov

Merge

......@@ -925,6 +925,7 @@ f1e4b0f8695fed5ae0f506e27cbf247e7c8ef5aa jdk8u191-b08
dca9c1978ed662fae851a38ad260a2811c80da21 jdk8u191-b09
0f52237f12920603bba74cbfb337e4657a4f8217 jdk8u191-b10
af544b6bf744cddf59121f40dbf4e0ec0a2533b2 jdk8u191-b25
5eaf8c860c22512b8b5c82cdcdca8ddd4a99e754 jdk8u191-b11
51b6cc7fbd98a87c6cdb5c70b7dbe25bb10e0dd7 jdk8u182-b00
bead1ed7344f2911f5bed83639cf5160596561ef jdk8u192-b00
444b4528c8ecdd39b5923820fa2ed6d583808b5e jdk8u192-b01
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册