-
Bug
-
Resolution: Fixed
-
P4
-
14
-
b20
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8310478 | 11.0.21 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
JDK-8304946 | 11.0.20-oracle | Ramesh Gangadhar | P4 | Resolved | Fixed | b01 |
test/jdk/java/math/BigInteger/DivisionOverflow.java
test/jdk/java/math/BigInteger/StringConstructorOverflow.java
test/jdk/java/math/BigInteger/SymmetricRangeTests.java
These tests require huge memory and need to run with -Xmx8g
They are not actually run in standard testing by jtreg.
DivisionOverflow.java is skipped:
51: System.err.println("DivisionOverflow skipped: OutOfMemoryError");
52: System.err.println("Run jtreg with -javaoption:-Xmx8g");
StringConstructorOverflow.java and SymmetricRangeTests.java are tagged as @ignore
test/jdk/java/math/BigInteger/StringConstructorOverflow.java
test/jdk/java/math/BigInteger/SymmetricRangeTests.java
These tests require huge memory and need to run with -Xmx8g
They are not actually run in standard testing by jtreg.
DivisionOverflow.java is skipped:
51: System.err.println("DivisionOverflow skipped: OutOfMemoryError");
52: System.err.println("Run jtreg with -javaoption:-Xmx8g");
StringConstructorOverflow.java and SymmetricRangeTests.java are tagged as @ignore
- backported by
-
JDK-8304946 Enable BigInteger tests: DivisionOverflow, SymmetricRangeTests and StringConstructorOverflow
- Resolved
-
JDK-8310478 Enable BigInteger tests: DivisionOverflow, SymmetricRangeTests and StringConstructorOverflow
- Resolved
- relates to
-
JDK-8239007 java/math/BigInteger/largeMemory/ tests should be disabled on 32-bit platforms
- Resolved