changeset 1717:2e4da5489155

8179423: 2 security tests started failing for JDK 1.6.0 u161 b05 Reviewed-by: joehw
author aefimov
date Thu, 18 May 2017 17:01:00 +0100
parents afb81e7ec842
children ce758cf960f3
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	Thu Aug 03 00:20:39 2017 -0700
+++ b/test/java/lang/SecurityManager/CheckPackageAccess.java	Thu May 18 17:01:00 2017 +0100
@@ -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.",