Hi Brian, Can you determine the minimum maximum memory needed to run these tests?
Thanks, -Joe On 12/26/2013 2:35 PM, Brian Burkhalter wrote:
This follows from the last two paragraphs of this message: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-October/022736.html The issue is https://bugs.openjdk.java.net/browse/JDK-8027595. The change is to change "@ test" to "@test" in the affected test files test/java/math/BigInteger/BitLengthOverflow.java test/java/math/BigInteger/DivisionOverflow.java test/java/math/BigInteger/DoubleValueOverflow.java test/java/math/BigInteger/StringConstructorOverflow.java for example /* - * @ test + * @test in all cases. Thanks, Brian