提交 5cc7dd8b 编写于 作者: J jbachorik

8146993: Several javax/management/remote/mandatory regression tests fail after JDK-8138811

Reviewed-by: dfuchs, valeriep
上级 5da7a7ab
...@@ -81,7 +81,7 @@ public class JMXSubjectDomainCombiner extends SubjectDomainCombiner { ...@@ -81,7 +81,7 @@ public class JMXSubjectDomainCombiner extends SubjectDomainCombiner {
* A ProtectionDomain with a null CodeSource and an empty permission set. * A ProtectionDomain with a null CodeSource and an empty permission set.
*/ */
private static final ProtectionDomain pdNoPerms = private static final ProtectionDomain pdNoPerms =
new ProtectionDomain(nullCodeSource, new Permissions()); new ProtectionDomain(nullCodeSource, new Permissions(), null, null);
/** /**
* Get the current AccessControlContext combined with the supplied subject. * Get the current AccessControlContext combined with the supplied subject.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册