jdk/test/java/security/SecureRandom/ApiTest.java
changeset 38881 6c614e2375c8
parent 38437 0401899aa994
child 42329 c964d4aca91a
--- a/jdk/test/java/security/SecureRandom/ApiTest.java	Sat Jun 11 18:33:53 2016 -0700
+++ b/jdk/test/java/security/SecureRandom/ApiTest.java	Sun Jun 12 10:48:19 2016 +0800
@@ -105,7 +105,7 @@
 
     private static void runForEachAlg(String mech, String alg)
             throws Exception {
-        for (int strength : new int[]{Integer.MIN_VALUE, -1, 0, 1, 223, 224,
+        for (int strength : new int[]{-1, 0, 1, 223, 224,
             192, 255, 256}) {
             for (Capability cp : Capability.values()) {
                 for (byte[] pr : new byte[][]{null, new byte[]{},