The following tests are failing in 8u-CPU nightly:
java/lang/SecurityManager/CheckPackageAccess.java
The problem seems to be due to a mismatch between the list of restricted packages specified in the java.security file, and those in the master list (the golden set) referred by the test. The test seems to need an update to include the additional packages mentioned in the java.security file.
java/lang/SecurityManager/CheckPackageAccess.java
The problem seems to be due to a mismatch between the list of restricted packages specified in the java.security file, and those in the master list (the golden set) referred by the test. The test seems to need an update to include the additional packages mentioned in the java.security file.