[9] RFR: 8157417: Some of SecureRandom test might get timed out in linux.
Sibabrata Sahoo
sibabrata.sahoo at oracle.com
Fri May 20 09:35:43 UTC 2016
Hi,
Please review the following fix for SecureRandom test which might cause timeout in Linux.
webrev: http://cr.openjdk.java.net/~ssahoo/8157417/webrev.00/
JBS: https://bugs.openjdk.java.net/browse/JDK-8157417
The change includes:
- Added "-Djava.security.egd=file:/dev/urandom" without which the test might timeout in Linux. The change included in "MultiThreadTest.java" and "SerializedSeedTest.java".
- Added finally inside "GetInstanceTest.java" to preserve the original security property correctly in case of rare failure.
Thanks,
Siba
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20160520/c7415ed0/attachment.htm>
More information about the security-dev
mailing list