JDK-8158670 : Fix @modules in java/lang/SecurityManager/CheckSecurityProvider.java
  • Type: Bug
  • Component: security-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-06-03
  • Updated: 2016-07-14
  • Resolved: 2016-07-08
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 b127Fixed
Related Reports
Blocks :  
Blocks :  
Description
The test does not declares any module dependences.

A full list of dependences would look like this:

 * @modules java.xml.crypto
 *          java.smartcardio
 *          jdk.security.jgss
 *          jdk.crypto.pkcs11
 *          jdk.crypto.ucrypto
 *          jdk.crypto.mscapi

However this does not work as with some of the modules been platform specific, the test is not picked up for execution on other platforms.
Comments
the fix is under review: http://mail.openjdk.java.net/pipermail/jigsaw-dev/2016-July/008367.html
05-07-2016