JDK 9 RFR of JDK-8027595: Enable BigInteger overflow tests in JTREG

Joe Darcy joe.darcy at oracle.com
Thu Dec 26 22:50:48 UTC 2013


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




More information about the core-libs-dev mailing list