Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8304865 | 8u381 | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
The following tests are temporarily disabled
test/java/math/BigInteger/BitLengthOverflow.java
test/java/math/BigInteger/DivisionOverflow.java
test/java/math/BigInteger/DoubleValueOverflow.java
test/java/math/BigInteger/StringConstructorOverflow.java
due to large usage of memory. These tests should be enabled early in the JDK 9 cycle.
test/java/math/BigInteger/BitLengthOverflow.java
test/java/math/BigInteger/DivisionOverflow.java
test/java/math/BigInteger/DoubleValueOverflow.java
test/java/math/BigInteger/StringConstructorOverflow.java
due to large usage of memory. These tests should be enabled early in the JDK 9 cycle.
- backported by
-
JDK-8304865 Enable BigInteger overflow tests in JTREG
- Resolved
- relates to
-
JDK-6910473 java.math.BigInteger.bitLength() may return negative "int" on large numbers
- Closed
-
JDK-8021203 BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity
- Closed
-
JDK-8021204 Constructor BigInteger(String val, int radix) doesn't detect overflow
- Closed
-
JDK-8022780 Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow
- Closed
-
CODETOOLS-7900307 jtreg to skip running not applicable tests
- Closed
(1 relates to)