JDK-8079107 : Update TestKeyPairGenerator.java to use random number generator library
  • Type: Bug
  • Component: security-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-04-30
  • Updated: 2015-06-04
  • Resolved: 2015-04-30
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 b63Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The test

    test/sun/security/pkcs11/rsa/TestKeyPairGenerator.java

has been observed to intermittently fail (JDK-8078880) and is known to use randomness in its operation (JDK-8078334). To track down whether or not the two conditions are related, TestKeyPairGenerator.java should be updated to use the random number library in the jdk regression tests (JDK-8078672).

Comments
Review thread: http://mail.openjdk.java.net/pipermail/security-dev/2015-April/012078.html
30-04-2015