Java/math/BigInteger/BitLengthOverflow.java failing with OOME Reviewed-by: alanb
Remove space in @test tags, remove OOME catches, add @run tag for StringConstructorOverflow. Reviewed-by: mduigou
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity 8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow 8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow Prevent construction of overflowed BigIntegers. Reviewed-by: bpb, darcy, psandoz