changeset 8768:aca9f0d6a65c

8179423: 2 security tests started failing for JDK 1.6.0 u161 b05 Reviewed-by: joehw
author aefimov
date Mon, 13 Nov 2017 16:49:59 +0000
parents 093de8532676
children 0cf256d7a864
files test/java/lang/SecurityManager/CheckPackageAccess.java
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/test/java/lang/SecurityManager/CheckPackageAccess.java	Mon Nov 13 16:34:12 2017 +0000
+++ b/test/java/lang/SecurityManager/CheckPackageAccess.java	Mon Nov 13 16:49:59 2017 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,7 +23,7 @@
 
 /*
  *  @test
- *  @bug 6741606 7146431 8000450 8022945
+ *  @bug 6741606 7146431 8000450 8022945 8179423
  *  @summary Make sure all restricted packages listed in the package.access
  *           property in the java.security file are blocked
  *  @run main/othervm CheckPackageAccess
@@ -72,6 +72,8 @@
         "com.sun.org.apache.xalan.internal.xsltc.trax.",
         "com.sun.org.apache.xalan.internal.xsltc.util.",
         "com.sun.org.apache.xml.internal.res.",
+        "com.sun.org.apache.xml.internal.resolver.helpers.",
+        "com.sun.org.apache.xml.internal.resolver.readers.",
         "com.sun.org.apache.xml.internal.security.",
         "com.sun.org.apache.xml.internal.serializer.utils.",
         "com.sun.org.apache.xml.internal.utils.",