Looks fine to me.
Do you have approximate info on how long it took? I am curious as to how
long it takes for the 3072 case.
Thanks,
Valerie
On 5/22/2016 11:43 PM, John Jiang wrote:
Hi,
Please review the patch for
sun/security/provider/NSASuiteB/TestDSAGenParameterSpec.java timeouts
intermittently.
TestDSAGenParameterSpec.java tests DSA parameter generation, so it's
no need to generate keys.
This patch also fixes https://bugs.openjdk.java.net/browse/JDK-8157333.
After push for JDK-8072452, SUN provider has supported DSA size (3072,
256), so it's unnecessary to regard this size as an exception for the
provider. And because generating parameters for this size may take
much time, therefore run this case separately.
Issues:
https://bugs.openjdk.java.net/browse/JDK-8137255
https://bugs.openjdk.java.net/browse/JDK-8157333
Webrev: http://cr.openjdk.java.net/~jjiang/8137255/webrev.00
Best regards,
John Jiang