JDK-8177324 : Some javax/security/ tests don't have correct module dependencies
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.security
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-03-21
  • Updated: 2017-04-06
  • Resolved: 2017-03-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 10 JDK 9
10Fixed 9 b163Fixed
Related Reports
Relates :  
Description
List of affected tests:

javax/security/auth/PrivateCredentialPermission/MoreThenOnePrincipals.java
javax/security/auth/PrivateCredentialPermission/Subset.java
javax/security/auth/Subject/Serial.java
javax/security/auth/SubjectDomainCombiner/Regression.java
javax/security/auth/login/Configuration/GetInstance.java
javax/security/auth/login/Configuration/GetInstanceSecurity.java
javax/security/auth/login/LoginContext/ConfigConstructor.java
javax/security/auth/login/LoginContext/ConfigConstructorNoPerm.java
javax/security/auth/login/LoginContext/ModuleSubject.java
javax/security/sasl/Sasl/PassSysProps.java
javax/security/auth/kerberos/*

Above tests when run with "-javaoptions:"--limit-modules ..." which enforces strict module dependencies fail.

Total number of tests: 19.
Comments
Review: http://mail.openjdk.java.net/pipermail/security-dev/2017-March/015720.html
22-03-2017