jdk-24/test/jdk/java/math/BigInteger
2024-10-02 09:45:43 +00:00
..
java.base/java/math 8336274: MutableBigInteger.leftShift(int) optimization 2024-10-02 09:45:43 +00:00
largeMemory 8294137: Review running times of java.math tests 2023-03-23 18:01:12 +00:00
BigIntegerParallelMultiplyTest.java 8277175: Add a parallel multiply method to BigInteger 2022-02-11 18:49:04 +00:00
BigIntegerTest.java 8334755: Asymptotically faster implementation of square root algorithm 2024-08-03 13:08:54 +00:00
BitLengthOverflow.java 8272541: Incorrect overflow test in Toom-Cook branch of BigInteger multiplication 2021-08-27 16:09:28 +00:00
ByteArrayConstructorTest.java 8319174: Enhance robustness of some j.m.BigInteger constructors 2023-11-10 10:05:38 +00:00
CompareToTests.java
DoubleValueOverflow.java
ExtremeShiftingTests.java
HashCode.java 8310813: Simplify and modernize equals, hashCode, and compareTo for BigInteger 2024-01-11 21:48:58 +00:00
LargeValueExceptions.java 8294137: Review running times of java.math tests 2023-03-23 18:01:12 +00:00
ModInvTime.java 8225603: Enhancement for big integers 2019-10-29 14:07:27 -07:00
ModPow65537.java
ModPow.java 8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException 2018-12-21 13:03:03 -08:00
ModPowPowersof2.java
MutableBigIntegerShiftTests.java 8336274: MutableBigInteger.leftShift(int) optimization 2024-10-02 09:45:43 +00:00
OperatorNpeTests.java
PrimeTest.java 8294593: Check the size of the target on invocations of BigInteger::isProbablePrime 2022-10-03 18:02:21 +00:00
PrimitiveConversionTests.java 8214195: Align stdout messages in test/jdk/java/math/BigInteger/PrimitiveConversionTests.java 2018-11-30 14:48:44 -08:00
ProbablePrime.java
SerializationTests.java 8282252: Improve BigInteger/Decimal validation 2022-10-18 22:41:14 +00:00
StringConstructor.java
TestValueExact.java
UnicodeConstructor.java