--- old/test/jdk/java/math/BigInteger/BigIntegerTest.java 2019-08-23 09:55:36.000000000 -0700 +++ new/test/jdk/java/math/BigInteger/BigIntegerTest.java 2019-08-23 09:55:35.000000000 -0700 @@ -795,7 +795,7 @@ // Generic string conversion. for (int i=0; i<100; i++) { - byte xBytes[] = new byte[Math.abs(random.nextInt())%100+1]; + byte xBytes[] = new byte[Math.abs(random.nextInt())%200+1]; random.nextBytes(xBytes); BigInteger x = new BigInteger(xBytes);