JDK-8153632 : Update security tests to eliminate dependency on JAXB
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-04-06
  • Updated: 2016-06-16
  • Resolved: 2016-06-09
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 b123Fixed
Related Reports
Relates :  
Description
A number of security tests have a dependency on javax.xml.bind.DatatypeConverter and so are problematic with the default policy to not resolve EE modules when compiling or running code in the unnamed module.

The following tests should be updated to avoid this dependency:

sun/security/pkcs11/KeyStore/SecretKeysBasic.java
sun/security/provider/PolicyFile/Modules.java
Comments
Following tests were fixed in JDK 9 repo with JDK-8154956 - sun/security/pkcs11/KeyStore/SecretKeysBasic.java sun/security/provider/PolicyFile/Modules.java
08-06-2016