https://bugs.openjdk.org/browse/JDK-8294593 adds a check on the size of the target of `BigInteger::isProbablePrime`. The check throws an `ArithmeticException` on large targets. The spec needs to be updated.
- csr for
-
JDK-8294727 Add @throws and @implNote clauses to BigInteger::isProblablePrime and BigInteger::nextProblablePrime
-
- Closed
-
- relates to
-
JDK-8294593 Check the size of the target on invocations of BigInteger::isProbablePrime
-
- Resolved
-