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