JDK-8166378 : Missing dependencies in several java/security tests
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-09-20
  • Updated: 2016-10-07
  • Resolved: 2016-10-04
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 9
9 b139Fixed
Related Reports
Relates :  
Description
Below tests has undeclared dependencies on security modules

java/security/AccessController/DoPrivAccompliceTest.java
java/security/Security/ClassLoader/DeprivilegedModuleLoaderTest.java
java/security/Signature/SignatureLength.java

It is impossible to execute java/security tests without failures in case we are using minimal JRE of "--limit-modules java.base" option. Log example you can fin in attachement