[test-only] JDK 8 RFR 8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size

Dan Xu dan.xu at oracle.com
Sat Nov 2 00:27:51 UTC 2013


Looks good to me.

-Dan

On 11/01/2013 05:07 PM, Brian Burkhalter wrote:
> Please review at your convenience:
>
> Issue:
>
> https://bugs.openjdk.java.net/browse/JDK-8027625
>
> Patch:
>
> --- a/test/java/math/BigInteger/ExtremeShiftingTests.java	Fri Nov 01 14:40:03 2013 -0700
> +++ b/test/java/math/BigInteger/ExtremeShiftingTests.java	Fri Nov 01 17:03:04 2013 -0700
> @@ -25,6 +25,7 @@
>    * @test
>    * @bug 6371401
>    * @summary Tests of shiftLeft and shiftRight on Integer.MIN_VALUE
> + * @run main/othervm -Xmx512m ExtremeShiftingTests
>    * @author Joseph D. Darcy
>    */
>   import java.math.BigInteger;
>
> Thanks,
>
> Brian




More information about the core-libs-dev mailing list